
 .works-wrap-wrap { 
   position:relative;
   animation:orbit 15s linear infinite;
 }
 @keyframes orbit {
   from { transform: rotate(0deg) translateX(50px) rotate(0deg); }
   to   { transform: rotate(360deg) translateX(50px) rotate(-360deg); }
 }
 
 .works-wrap { height:200vh; position: relative; overflow: visible !important}
 .works-wrap-wrap-wrap { 
   position: relative;
   
 }
 .see-more { 
   color:rgba(255,255,255,.7); font-weight:900; font-size:40px;
 }
 .see-more a { 
   color:rgba(255,255,255,.2)
 }
 .see-more a:hover { 
   color: #d3224a;
   text-decoration: none;
 }
 .works-wrap-wrap-wrap:after { 
   position:absolute;
   bottom:0px;
   height: 20px;
   background: #000;
   left:0px;
   right:0px;
   box-shadow: 0px -50px 100px rgba(0,0,0,1);
   content:" ";
 }
 .works-in { 
   position: absolute;
   left:-20%;
   right:-20%;
   height: auto;
 }
 .work-new { 
   position: relative;
   display: block;
   transition: all .3s ease;
 }
 .work-new:hover video { 
   opacity: 1;
 }
 .work { 
   position: relative;
   margin:40px;
   opacity: 0.8;
   transition:all .3s ease;
 }
 /* .work:after { 
   position: absolute;
   left:0px;
   top:0px;
   right:0px;
   bottom:0px;
   content:" ";
   box-shadow: inset 0px 0px 10px 2px #000;
 } */
 .work.hover video { 
   opacity: 1;
 }
 .work video, .work-new video { 
   z-index: 999999;
   position: absolute;
   left:0px;
   right:0px;
   top:0px;
   opacity: 0;
  }
 .work-title { 
   position: absolute;
   left:20%;
max-width: 50%;
padding:5px 3px;
background:rgba(0,0,0,.3);		 color:#fff;
   font-size: 13px;
   bottom:10%;
   opacity: 0;
   z-index: 9999999999;
   transform: translateY(20px);
   transition: all .3s ease;
   
 }
 .work:hover .work-title { 
   opacity: 1;
   transform: translateY(0);
 }
 .work:hover { 
   opacity: 1;
   z-index: 999;
   box-shadow: 0px 5px 30px rgba(0,0,0,.6);
        cursor: url('data:image/svg+xml;utf8, <svg id="Warstwa_1" data-name="Warstwa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65.78 65.78" fill="%23FFffff"><path class="cls-1" d="M60.47,50.06a3.09,3.09,0,0,0-4.69,2.63V75.31a3.09,3.09,0,0,0,4.69,2.63L79,66.63a3.08,3.08,0,0,0,0-5.26ZM77.9,64.87,59.52,76.06a1,1,0,0,1-.66.27,1,1,0,0,1-1-1V52.69a1,1,0,0,1,1.57-.87l18.5,11.3a1,1,0,0,1,.49.88A1,1,0,0,1,77.9,64.87ZM64,31.11A32.89,32.89,0,1,0,96.89,64,32.88,32.88,0,0,0,64,31.11Zm0,63.72A30.83,30.83,0,1,1,94.83,64,30.86,30.86,0,0,1,64,94.83Z" transform="translate(-31.11 -31.11)"/></svg>') 64 64,auto;
  }
  .menu { 
    position: fixed;
    right:85px;
    top:15px;
    
  }
  .langs { 
    position: fixed;
    top:15px;
    right:15px;
    font-size:14px;
  }
  .langs a {
    font-size:14px;
    color:#fff;
  }
  .langs a.active { 
    font-weight: 500;
  }
  .menu a { 
    display: inline-block;
    color:#fff;
    font-weight: 300;
    font-size: 20px;
    margin:0px 20px;
  }
.fake-menu { 
  position: fixed;
  right:0px;
  top:0px;
  z-index: 999999;
  text-align: right;
  font-size: 14px;
  color:#fff;
}
.fake-menu a { 
  display: inline-block;
  padding: 2px 10px;
  background: #000;
  margin-bottom: 5px;
  color:#fff;
  text-decoration: none;
  transform: translateX(90%);
}
.fake-menu.semi-active a { 
  transform: translateX(90%);
}
.dark .fake-menu a,.fake-menu.ani a { 
  transition: all .5s ease;
}
 .fake-menu:hover a { 
  transform: translateX(0%) !important;

}
.fake-menu a.fm1 { 
  background:#ff0091;
}
.fake-menu a.fm2{ 
  background:#79348b;
}
.fake-menu a.fm3 { 
  background:#eb5c5d;
}
.fake-menu a.fm4 { 
  background:#e8397a;
}

.logo-wrap { 
  position: relative;
  left:15px; 
  padding-top:15px;
  padding-bottom:15px;
  height:70px;
  z-index: 10;
  display: inline-block;
  white-space: nowrap;
  
}
.dark .logo-wrap img { 
  opacity: 1;
}
.logo-wrap img { 
  opacity:0;
}
.logo-icons a { 
  opacity:0;
}
.logo-the { 
  opacity:0;
}
.third .logo-wrap, .fourth .logo-wrap, .fifth .logo-wrap {
  position:relative;
}
.logo-wrap img { 
  width: auto;
  height: 100%;
  vertical-align: top;
}
#bigVideoWrap {
  display: none;
  transition: all 2s ease;
  position: fixed;
  z-index: 99999999999999;
  background: #000;
  transform: scale(0.9);
}

#bigVideoWrap.hiding.active {
  opacity: 0;
  transform: scale(0.9);
  transition: all 1s ease;
}

#bigVideoWrap.semiactive {
  display: block;
  opacity: 0;
}

#bigVideoWrap.active {
  transform: scale(1);
  opacity: 1;
}

#bigVideoImg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: none !important;
  z-index: 999999999;
  background-size: cover;
  background-position: center;
}

#bigVideo {
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}
a.gobacklist { 
  font-size:20px;
   font-weight: 200;
  line-height: 40px;
  color:inherit;
  position: relative;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
}
.gobacklist svg { 
  position: relative;
  font-size:40px;
  vertical-align:bottom;
 
}
a.gobacklist:hover { 
  text-decoration: none;
  color:#fff !important;
}
#bigVideoWrap.playing #bigVideo {
  opacity: 1;
}

#bigVideoWrap.playing #bigVideoImg, #bigVideoWrap.playing .video-glitch, #bigVideoWrap.playing .video-wrap-anim {
  display: none;
}

#bigVideoWrapClose, #topVideoWrapClose {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #fff;
  padding: 15px;
  z-index: 9999999999999999;
  border-radius: 3px;
  transition: all 0.3s ease;
}

#topVideoWrapClose {
  display: none;
  transform: translate(-50%, -100px);
  opacity: 0;
}

#topVideoWrapClose.semiactive {
  display: block;
}

#topVideoWrapClose.active {
  transform: translate(-50%, 0);
  opacity: 1;
}

#bigVideoWrapClose:hover, #topVideoWrapClose:hover {
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

body {font-family: 'Libre Franklin', sans-serif;

background:#000;
  color: #707070;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  /* animation:noise 2s linear infinite; */
  /*
  	     overflow:hidden;
  overflow-y: auto;
  width: 100%;
  */
}
@keyframes noise { 
  0% {
    background:#000;
    background-image:'';
  }
  40% {
    background:#000;
    background-image:'';
  }
  40.1% {
    background:#000;
    background:url(/layout/noise2a.png);
     
  }
  40.5% {
    background:#000;
    background-image:'';
  }
  40.05% {
    background:#000;
    background-image:url(/layout/noise2a.png);
  }
  40.06% {
    background:#000;
    background-image:'';
  } 
  40.09% {
    background:#000;
    background-image:'';
  }
  40.1% {
    background:#000;
    background-image:url(/layout/noise2a.png);
  }
  40.11% {
    background:#000;
    background-image:'';
  }
  40.2% {
    background:#000;
    background-image:url(/layout/noise2a.png);
  }
}
body.dark {
  background: #000
}

#contenty {
  overflow: hidden;
  background: #000;
}

.navbar-brand-wrap {
  padding: 0px;
}

.gobacktomain {
  position: fixed;
  left: 0px;
  top: 100px;
  height: 100px;
  z-index: 9999999999999;
  color: #fff;
  padding-left: 30px;
  width: 100px;
  font-size: 40px;
}

.gobacktomain i {
  transition: all 0.3s ease;
  opacity: 0.4;
}

.gobacktomain:hover {
  cursor: pointer;
}

.gobacktomain:hover i {
  transform: translateX(-30%) scale(1.2);
  opacity: 1;
}
.wine-logo { 
  position:fixed;
  right:0px;
  top:0px;
  width: 130px;
  transform: translateY(-100%);
  transition: all 1s ease;
}
.ponizej .wine-logo { 
  transform:translateY(0);
}
.navbar-brand {
  top: 0px;
  padding: 0px;
  position: relative;
  left: 0px;
  width: 100px;
  max-width: 100%;
  z-index: 99999999999;
}

.navbar-brand.absolutny {
  position: absolute;
  background: #fff;
}

.navbar-brand img {
  width: 100%;
}

.ponizej .logo-color, .whiteHeader .logo-color, .ciemne .logo-color, .dark .logo-white, .dark.ponizej .logo-white {
  display: none !important;
}

.ponizej .logo-white, .whiteHeader .logo-white, .ciemne .logo-white, .dark .logo-color {
  display: block !important;
}

.ponizej .menu a, .whiteHeader .menu a, .ciemne .menu a, .dark .menu a {
 }

.menu {
  background: transparent;
  transition: all 0.5s ease;
  border-radius: 0px 0px 0px 20px;
}

.ponizej .menu, .dark .menu {
 
}

.ponizejs nav, .whiteHeader nav {
  background: rgba(33, 74, 132, 0.85);
}

.new-header {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.new-header span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 100;
  line-height: 40px;
}

.new-header span:before {
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 60px;
  height: 60px;
  background: #DFE6D9;
  border-radius: 100%;
  z-index: -1;
  content: " ";
}

.new-header-after {
  position: absolute;
  right: -20px;
  width: 40px;
  bottom: 100%;
  border-bottom: 1px solid #ccc;
}

.new-header-after:after {
  position: absolute;
  left: 20px;
  top: -20px;
  bottom: -10px;
  border-right: 1px solid #ccc;
  content: " ";
}

header {
  position: absolute;
  background: #000;
  z-index: 99999999999999;
}

.navwcag {
  position: absolute;
  left: -5000px;
  top: 10px;
}

nav {
  top: 0px;
  position: fixed;
  left: 0px;
  width: 100%;
  /*   		background: #252525; */
  transition: all 0.3s ease;
  background: #000;
}
.glowna nav { 
  background: transparent;
  transition: all .4s ease;
}
.glowna.ponizej nav { 
  background:#000;

}

/*
		 	nav:after { 
			 	position: absolute;
			 	top:0px;
			 	height: 3px;
			 	left:0px;
			 	right:0px;
			 	background: #D62839;
			 	content:" ";
		 	}
*/
ul.menu {
  background: transparent;
  padding: 0px;
  margin-bottom: 0px;
}

.parallax-over {
  opacity: 0;
}

.top {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  pointer-events: all !important;
  padding: 0px 0px 0px 0px;
  background-size: cover;
  width: 100%;
  background-position: center bottom;
}

.top-after {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  right: 0px;
  height: 170%;
  background-image: url(/layout/navytopa.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

 

.menu ul {
  padding: 0px;
  margin: 0px;
}

.menua {
  padding-left: 32px;
  position: relative;
}

.menua span {
  position: absolute;
  left: 0px;
  top: 10px;
  height: 20px;
  width: 20px;
  display: block;
  padding-left: 1px;
  line-height: 8px;
  text-align: center;
  font-size: 10px;
  font-weight: 100;
  border-radius: 0px;
}

.menu li {
  list-style: none;
  display: inline-block;
}
  

.menu li {
  position: relative;
}

.menu li:after {
  position: absolute;
  top: 60%;
  left: 0px;
  height: 5px;
  background: #FB534F;
  width: 100%;
  transform: scale(0, 1) translateY(-50%);
  transition: all 0.3s ease;
  transform-origin: left center;
  content: " ";
  z-index: 3;
}

.menu li:hover:after {
  transform: scale(1, 1) translateY(-50%);
}

.menu li.jezyki:after {
  display: none;
}

.menu .jezyki a {
  padding: 0px 10px;
  display: inline-block;
  height: 32px;
  border-radius: 10px;
}

.menu .jezyki span {
  display: inline-block;
  line-height: 30px;
}

.menu .jezyki a.active {
  background: #fff;
  color: #6A10D9 !important;
}

.ponizej .jezyki a.active {
  color: #fff !important;
  background: #6A10D9;
}

/*

 	.menu a.start-menu:hover, .menu a.start-menu.active { 
	 	color:#739F34;
 	}	.menu a.o-mnie-menu:hover, .menu a.o-mnie-menu.active { 
	 	color:#00A6ED;
 	}
 	.menu a.o-wsporniku-menu:hover, .menu a.o-wsporniku-menu.active { 
	 	color:#A63D40;
 	}
 		.menu a.strefa-menu:hover, .menu a.strefa-menu.active { 
	 	color:#F2C14E;
 	}
 		.menu a.sklep-menu:hover, .menu a.sklep-menu.active { 
	 	color:#B4436C;
 	}
 	 		.menu a.logowanie-menu:hover, .menu a.logowanie-menu.active { 
	 	color:#FFCAB1;
 	}
*/
.menu a small {
  font-weight: 700;
}

.s_main_heading_top {
  font-size: 18px;
  font-weight: 300;
  color:#3d1a4f;
  font-weight: 900;   background: #ffb66b;
display: inline-block;
padding: 10px 30px;
border-radius: 0px 20px 0px 0px;
border-bottom:1px solid #3d1a4f;
  font-family: 'Roboto', sans-serif;
 }

.s_main_heading_sub {
   font-size: 60px;  
  color: #3d1a4f;
   background: #ffb66b;
   border-radius: 0px 20px 20px 20px;
  display: inline-block;
  padding: 0px 30px;
   text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
}

.s_main_heading_txt {
  text-transform: none;
  font-size: 30px;
  line-height: 40px;  color:#ffb66b;

}

.row.zast-item {
  display: none;
}

.row.zast-item.active {
  display: flex;
}

.zast-item-wrap {
  position: relative;
}

.zast-item-number {
  position: relative;
  left: 0px;
  float: left;
  opacity: 0.3;
  font-size: 40px;
  color: #4D5061;
  z-index: 0;
}

.zast-item-header {
  font-size: 40px;
  position: relative;
  z-index: 10;
  font-weight: 300;
  margin-bottom: 10px;
  color: #FF6978;
}

.zast-item-content {
  font-size: 22px;
  line-height: 30px;
}

.s_head {font-family: 'Poiret One', cursive;
border-radius: 0px 30px 30px 30px;
  color: #3d1a4f;
  font-size: 70px;
  background: #ffb66b;
  display: inline-block;
  padding: 0px 30px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 30px;
}
.s_head.inverse { 
background: #4e2764;
color: #ffb66b;
}
.s_txt { 
  color:#ffb66b;font-family: 'Poiret One', cursive;
  font-size: 40px;
  text-align: center;
  line-height: 50px;
}.s_txt.inverse { 
  color:#4e2764;
}
.mh100 {
  min-height: 100vh !important;
}

.show-up {
  transform: translateY(30px);
  opacity: 0;
}

.show-left {
  transform: translateX(-30px);
  opacity: 0;
}

.show-left.active {
  transform: translateX(0);
  opacity: 1;
  transition: all 1s ease;
}

.show-right {
  transform: translateX(30px);
  opacity: 0;
}

.show-right.active {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.5s ease;
}

.show-down {
  transform: translateY(-50px);
  opacity: 0;
}

.show-up.active, .show-down.active {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease;
}

.show-fast.show-me.active {
  transition: all 0.5s ease !important;
}
.delay-01 {
  transition-delay: 0.1s !important;
}

.delay-02 {
  transition-delay: 0.2s !important;
}
.delay-03 { 
  transition-delay: .3s !important;
}
.delay-04 {
  transition-delay: 0.4s !important;
}
.delay-05 {
  transition-delay: 0.5s !important;
}
.delay-06 {
  transition-delay: 0.6s !important;
}
.delay-07 {
  transition-delay: 0.7s !important;
}
.delay-08 {
  transition-delay: 0.8s !important;
}

.delay-05 {
  transition-delay: 0.5s;
}

.delay-1 {
  transition-delay: 1s !important;
}

.delay-12 {
  transition-delay: 1.2s !important;
}

.delay-14 {
  transition-delay: 1.4s !important;
}

.delay-16 {
  transition-delay: 1.6s !important;
}

.delay-18 {
  transition-delay: 1s;
}

.show-opac, .show-opacity {
  opacity: 0;
}

.show-scale {
  transform: scale(0.3);
}

.show-scale.active {
  transform: scale(1);
}

.show-opac.active, .show-opacity.active {
  transition: all 0.5s linear;
  opacity: 1;
}

.showblack {
  background: #000;
}

.showblack.active {
  background: #fff;
  transition: all 0.5s linear;
}

.showblack-down {
  overflow: hidden;
}

.showblack-down:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  content: " ";
  transform: translateY(0);
  background: #000;
}

.showblack-down.active:after {
  transform: translateY(100%);
  transition: all 1s linear;
}

.show-scale-horizontal {
  transform: scale(0, 1);
}
 
.show-scale-horizontal.active {
  transform: scale(1, 1);
  transition: all 1s ease;
}

body.noscroll {
  overflow: hidden;
}

 

.about-hide {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 100px;
  background: #17255A;
  transition: all 2s ease;
}

.about-hide-1 {
  position: absolute;
  right: 0px;
  width: 100%;
  top: auto;
  height: 100px;
  bottom: 0px;
  background: #17255A;
  transition: all 2s ease;
  transform-origin: right center;
}

.about.active .about-hide-1 {
  width: 100px;
}

.about.active .about-hide {
  transform: translateX(-100%);
}

.offer-box {
  height: 100%;
  padding: 0px 30px 30px 30px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
}

.offer-box-img {
  text-align: center;
  width: auto;
  margin: auto;
  margin-top: -40px;
  line-height: 60px;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
  background: #6d6875;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding: 10px;
}

.sc_icon_over {
  display: none;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.sc_icon_over.active {
  opacity: 1;
  transition: all 3s ease;
}

.offer-box-img img {
  width: 80%;
  max-width: 120px;
  margin: auto;
}

.offer-box-heading {
  min-height: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 52px;
  text-align: center;
  font-size: 40px;
}

.offer-box-heading span {
  border: 1px solid #fff;
  border-width: 1px 0px 1px 0px;
  display: inline-block;
}

.offer-box-txt {
  font-size: 16px;
  text-align: center;
  padding: 40px;
}

.tech-col {
  position: relative;
  z-index: 9999;
  background: #4e2764;
  border-radius: 100%;
}

.tech-col-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.tech-col-title {
  font-size: 24px;
  color: #ffb66b;
  text-align: center;
  margin-bottom: 5px;
  padding: 0px 20px;
}

.tech-col-subtitle {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

.tech-col-content {
  padding: 0px 30px;
  font-size: 12px;
  color:#ffb66b;
  text-align: center;
}

.aws-col {
  padding: 10px 30px;
  border-radius: 20px;
  display: inline-block;
  background: #1D9341;
  position: relative;
  margin-bottom: 40px;
}
/* 
.aws-col#aws-col2 {
  background: #FF6600;
}

.aws-col#aws-col3 {
  background: #0C2C65;
  transform: translateX(20%);
}

.aws-col#aws-col4 {
  background: #2496ED;
}

.aws-col#aws-col5 {
  background: #B52E31;
  transform: translateX(-30%);
}

.aws-col#aws-col6 {
  background: #ff9900;
  transform: translateX(10%);
}

.aws-col#aws-col7 {
  background: #8C929D;
}

.aws-col#aws-col8 {
  transform: translateX(-30%);
  background: #316092;
} */

.case-wrap:hover {
  text-decoration: none;
  cursor: pointer;
}

.case-img {
  background-size: cover;
  background-position: center;
}

.case-wrap {
  background: #410592;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 0px 100px 100px 0px;
  transition: all 0.5s ease;
}

.case-wrap-go {
  color: #410592;
  width: auto;
  top: 50%;
  height: 100%;
  position: absolute;
  left: 100%;
  transform: translate(-100%, -50%);
  opacity: 0;
  transition: all 0.5s ease;
}

.case-wrap:hover .case-wrap-go {
  transform: translate(0%, -50%);
  opacity: 1;
}

.case-right .case-wrap-go {
  transform: scaleX(-1) translate(-100%, -50%);
  left: auto;
  right: 100%;
}

.case-right .case-wrap:hover .case-wrap-go {
  transform: scaleX(-1) translate(0%, -50%);
}

.case-wrap:hover {
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.8);
}

.case-right .case-wrap {
  border-radius: 100px 0px 0px 100px;
}

.case-text {
  padding: 15px;
}

.case-title {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  padding-top: 20px;
  text-align: right;
  margin-bottom: 20px;
}

.case-content {
  color: #fff;
  font-size: 16px;
  padding-bottom: 15px;
  text-align: right;
}

.case-right .case-title, .case-right .case-content {
  text-align: left;
}

.right-bg {
  position: absolute;
  right: 0px;
  top:0px;
  height: auto;
   width: 100%;
  z-index: 5;
  bottom: 0%;
}

.right-iphone {
  width: auto;
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  right: 20%;
}
.mh-100 { 
  min-height: 100vh;
}
.right-iphone img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 10;
}

.video-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.zete { 
  z-index: 9;
}
.video-wrap video {
  position: absolute;
    top: 0px;
left:0px;
    max-width: 100%; 
    max-height: 100%; 
  /* min-width: 100%; */
  min-height: 100%;
  min-width: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.right-bg-after { 
  z-index: 5;
   background-position: center top;
  background-size:100% auto;
  position: absolute;
  top:auto;
  left:0px;
  right:0px;
  bottom:0px;
}
.details-video-wrap {
  position: relative;
  padding: 0px;
  border-radius: 20px;
  box-shadow: 0px 20px 40px rgba(20, 27, 64, 0.29);
}

.details-video {
  vertical-align: middle;
  border-radius: 20px;
  width: 100%;
}
.blob-bg { 
  position: absolute; top:40%; left:50%; right:20%; background:#009B72; border-radius: 30px; z-index: 0;   height: 20%;
} 
.blob-bg.lewy { 
  left:20%; right:50%;
}
.blob-text-header {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  line-height: 40px;
  margin-top:0px;
  margin-bottom: 10px;
}

.blob-text-content {
  font-size: 22px;
  color:#fff;
  font-weight: 300;
  max-width: 70%;
  display: inline-block;
}

#blob {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60%;
  height: 100%;
  bottom: 0px;
  z-index: 0;
  text-align: right;
}

#blob svg {
  width: auto;
  height: auto;
  max-height: 100%;
  height: 100%;
}
#services { 
  background: #6d6875;
}
.zast-menu {
  height: 80px;
  box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.2);
}

.zast-menu-item {
  padding: 40px 15px 20px 15px;
  background: transparent;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.zast-menu-item:hover {
  cursor: pointer;
  background: #efefef;
}

.zast-menu-item.active {
  /* background: -webkit-linear-gradient(67deg, #410592, #858AEB); */
  color: #fff;
}

.price-col {
  position: relative;
}

.price-col-in {
  height: 100%;
  text-align: center;
  position: relative;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 30px;
}

.price-col-in.wybrany {
  border: 1px solid #431195;
  box-shadow: 0px 10px 30px rgba(67, 17, 148, 0.28);
}

.price-col-desc {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.price-col-title {
  display: inline-block;
  margin: auto;
  border-radius: 30px;
  background: #5357E0;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.price-col-price {
  text-align: center;
  color: #A512DF;
  margin: auto;
  display: inline-block;
  position: relative;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 0px;
  line-height: 40px;
  margin-top: 10px;
}

.price-col-price span {
  position: absolute;
  line-height: 20px;
  left: -10px;
  font-size: 14px;
  top: -20px;
  color: #999;
}

.price-col-month {
  font-size: 14px;
  color: #999;
  text-align: center;
}

.price-col-details {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.price-col-choose {
  position: absolute;
  left: 50%;
  bottom: -20px;
  height: 40px;
  padding: 0px 15px;
  color: #fff;
  transform: translateX(-50%);
  border-radius: 20px;
  line-height: 40px;
  background: #A512DF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
}

.price-col-choose:hover {
  cursor: pointer;
  background: #431195;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.5);
}

.team-about {
  border-left: 5px solid #410592;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 5;
  box-shadow: -50px 0px 40px -40px rgba(0, 0, 0, 0.2);
}

.team-about-img {
  border-radius: 50px 0px 0px 50px;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}

.team-about-img-wrap {
  position: relative;
}

.team-about-img-wrap:after {
  position: absolute;
  left: 0px;
  top: 0%;
  width: 200%;
  z-index: 0;
  bottom: 0%;
  border-radius: 100%;
  opacity: 0.3;
  background: -webkit-linear-gradient(#1e77d5 0%, #ee088b 100%);
  content: " ";
  opacity: 0;
  transform: scale(0);
  transition: all 1s ease 1.5s;
}

.team-about-img-wrap.active:after {
  opacity: 0.3;
  transform: scale(1);
}

.team-about-top {
  font-size: 20px;
  color: #410592;
  line-height: 30px;
  font-weight: 300;
}

.team-about-content {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.team-about-value {
  position: relative;
  margin: 10px 0px 20px 0px;
}

.team-about-value-header {
  color: #410592;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.team-content {
  overflow: hidden;
}

#navy-footer-wrap:afster {
  position: absolute;
  left: -10%;
  right: -10%;
  height: 300px;
  border-radius: 100%;
  background: #fff;
  z-index: 0;
  content: " ";
  top: -100px;
}

#navy-footer-wrap {
  position: relative;
  padding-top: 1px;
  background: #4e2764;
}
/* 
#navy-footer-wrap:before {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -20%;
  top: 10%;
  background: navy;
  background: linear-gradient(29deg, navy 0%, #E12784 100%);
  border-radius: 100% 100% 0% 0px;
  transform: rotate(-10deg);
  content: " ";
} */

.navy-footer-circle-1 {
  z-index: 5;
  border-radius: 100%;
  background: navy;
  background-blend-mode: multiply;
  background: linear-gradient(29deg, navy 0%, #E12784 100%);
  width: 30%;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translate(-30%, -10%);
}

.navy-footer-circle-3 {
  z-index: 5;
  border-radius: 100%;
  background: navy;
  background: linear-gradient(29deg, navy 0%, #E12784 100%);
  width: 25%;
  position: absolute;
  left: 25%;
  bottom: 0px;
  transform: translate(-80%, 20%);
}

.navy-footer-circle-2 {
  z-index: 5;
  border-radius: 100%;
  background: navy;
  background: linear-gradient(-99deg, navy 0%, #E12784 100%);
  width: 50%;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(30%, 5%);
}

.navy-footer {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-top: 150px;
}

.navy-footer-bg {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: auto;
  transform: translate(-50%, -35%);
  border-radius: 100%;
  background: rgba(45, 19, 82, 0.1);
  z-index: 0;
  box-shadow: 0px 0px 200px #FF6978;
}

.navy-footer-text {
  position: relative;
  z-index: 99;
}

@media (max-width: 996px) {
  .toggleMen {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 5px 15px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
  }

  .ponizej .toggleMen, .toggleMen.active {
    color: #3B2BE0;
  }

  #menu {
    display: none;
    position: fixed;
    transform: translateX(100%);
    padding-top: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
  }

  #menu.semiactive {
    display: block;
    transition: all 0.5s ease;
  }

  #menu.active {
    transform: translate(0);
  }

  #menu li {
    display: block;
    float: none;
    height: 40px;
    line-height: 40px;
  }

  #menu li a {
    display: block;
    color: #3B2BE0;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.5s ease;
  }

  #menu.active li:nth-child(2) a {
    transition-delay: 0.1s;
  }

  #menu.active li:nth-child(3) a {
    transition-delay: 0.2s;
  }

  #menu.active li:nth-child(4) a {
    transition-delay: 0.3s;
  }

  #menu.active li:nth-child(5) a {
    transition-delay: 0.4s;
  }

  #menu.active li:nth-child(6) a {
    transition-delay: 0.5s;
  }

  #menu.active li:nth-child(7) a {
    transition-delay: 0.6s;
  }

  #menu.active li a {
    transform: translate(0);
    opacity: 1;
  }

  .s_head {
    font-size: 40px;
  }

  .about {
   }

  .blob-text-header {
    font-size: 30px;
    line-height: 34px;
  }

  .zast-item-number {
    left: 0px;
    font-size: 40px;
  }

  .zast-item-header {
    font-size: 30px;
  }

  .zast-item-content {
    font-size: 16px;
    line-height: 20px;
  }

  .tech-col {
    margin-bottom: 20px;
  }

  .price-col-details {
    font-size: 13px;
  }

  .case-title {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
    padding-top: 0px;
    margin-bottom: 10px;
  }

  .case-content {
    font-size: 14px;
  }

  .team-about-img-wrap img {
    width: 100% !important;
    border-radius: 10px !important;
    transition-delay: 0.3s !important;
  }

  .team-about-img-wrap:after {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }

  .aws-col {
    padding: 10px 5px;
  }
}
@media (max-width: 767px) {
  .see-more { 
     color:rgba(255,255,255,.2); font-weight:900; font-size:30px;
   }
   .see-more a { 
     color:rgba(255,255,255,.2)
   }
   .see-more a:hover { 
     color: #d3224a;
     text-decoration: none;
   }
  nav { 
    height: 50px;
  }
  .menu-toggle { 
    position: fixed;
    left:15px;
    top:0px;
    color:#fff;
    z-index: 99999;
    font-size:34px;
  }
  .menu { 
    display: none;
    position: fixed;
    top:50px;
    background:#000;
    left:0px;
    right:0px;
    bottom:0px;
    z-index: 999999;
  }
  .menu a { 
    display: block;
    height: 34px;
    line-height: 33px;
    border-bottom:1px solid #999;
    
  }
.menu.active { 
  display: block;
}
  .logo-wrap { 
    position: fixed;
    left:50%;
    top:5px;
    height: 50px;
    transform: translateX(-50%);
  }
  .top-text { 
    position: absolute;
    right: 5%;
    bottom: 20%;
    font-weight: 200;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    color: #fff;
    z-index: 8;
    width: 90%;
    
  }
  .header-slider { 
    font-size: 30px;
    height: 100px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }
  .row.zast-item {
    display: flex;
    margin-bottom: 0px;
    padding-bottom: 50px;
  }

  #aws-wrap .col-3 {
    padding: 0px 10px;
  }

  .s_main_heading_sub {
    font-size: 30px;
  }

  .s_main_heading_txt {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 100px;
  }

  .aws-col {
    padding: 10px 5px;
  }

  .s_head {
    font-size: 30px;
  }

  .top {
    z-index: -1;
  }

  .top-after.active.show-me {
    opacity: 0.5;
    z-index: 5;
  }

  .right-bg {
    z-index: 0;
    position: absolute;
    top: 70px;
     width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
.video-wrap video { 
  bottom: 0px;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%; 
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
}
  .right-iphone {
    width: 100%;
    right: 0px;
  }

  .right-iphone img {
    display: none;
  }

  .video-wrap {
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
  }

  .case-wrap {
    background: #410592;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
  }

  .case-right .case-wrap {
    border-radius: 0px;
  }

  .case-text {
    padding: 15px;
  }

  .case-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    padding-top: 20px;
    text-align: left;
    margin-bottom: 20px;
  }

  .case-content {
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
  }

  .case-right .case-title, .case-right .case-content {
    text-align: left;
  }

  .navy-footer-bg {
    transform: translate(-50%, -50%);
  }
}

/*# sourceMappingURL=layout.css.map */
