/*-----------------------------------------------------------------------------------
	AdrianTomaszewski.pl
	About: A shiny new Blocs website.
	Author: Norman Sheeran
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-970);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
:where(.d-bloc) .bloc-link{
	fill:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
:where(.l-bloc) .bloc-link{
	fill:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	fill:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-rd{
	border-radius: 40px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.link-nested-icon, .text-nested-icon{
	width:20px;
	position:relative;
	top:-0.05em;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}
/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}
/* Image Mask */
.masked-img {
	object-fit: cover;
	aspect-ratio: 1/1;
	width:100%;
}
.blocsapp-img-mask-svg{
	position:absolute;
}
.blocsapp-img-mask-svg path{
	transform:scale(0.0025);
}
.splat-mask{
	clip-path: url(#splat-mask);
}
.pebble-3-mask{
	clip-path: url(#pebble-3-mask);
}
.pebbles-mask{
	clip-path: url(#pebbles-mask);
}
.pebbles-2-mask{
	clip-path: url(#pebbles-2-mask);
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}
.show-controls.hide-left-control > .blocs-scroll-control-prev, .show-controls.hide-right-control > .blocs-scroll-control-next{
	opacity:0.4!important;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}
.horizontal-scroll-v-t .blocs-horizontal-scroll-control{
	top:-40px;
}
.horizontal-scroll-v-b .blocs-horizontal-scroll-control{
	top:100%;
}
.horizontal-scroll-h-c .blocs-scroll-control-next{
	left:50%;
}
.horizontal-scroll-h-c .blocs-scroll-control-prev{
	right:50%;
}
.horizontal-scroll-h-l .blocs-scroll-control-next{
	left:60px;
}
.horizontal-scroll-h-l.compact-blocs-controls .blocs-scroll-control-next{
	left:40px;
}
.horizontal-scroll-h-r .blocs-scroll-control-prev{
	right:60px;
}
.horizontal-scroll-h-r.compact-blocs-controls .blocs-scroll-control-prev{
	right:40px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.bento-box{
	background-color:var(--swatch-var-3849);
	width:100%;
	position:relative;
	padding:40px 40px 40px 40px;
	border-radius:30px 30px 30px 30px;
}
.mini-heading{
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
}
.box-info{
	font-size:20px;
	font-family:"Thasadith";
	font-weight:700;
}
.section-heading{
	font-size:40px;
	font-weight:600;
}
.avatar{
	width:150px;
	border-radius:100px 100px 100px 100px;
}
.primary-gradient{
	background:linear-gradient(335deg, var(--swatch-var-3726) 0%, var(--swatch-var-3726) 100%);
}
.brand{
	font-weight:600;
}
.primary-text{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(90deg, var(--swatch-var-5341) 0%, var(--swatch-var-3726) 100%);
	color:transparent!important;
	display:inline-block;
}
.box-heading{
	font-size:36px;
	font-weight:600;
}
.arrow-btn{
	width:40px;
	position:absolute;
	right:20px;
	bottom:20px;
	height:40px;
	opacity:0.5;
}
.orange-gradient{
	background:linear-gradient(168deg, #FA7A01 0%, #BA2E0A 100%);
}
.md-box-img{
	max-width:100px;
}
.blue-gradient{
	background:linear-gradient(309deg, #0CADF4 0%, #1970EC 100%);
}
.sm-box-img{
	max-width:60px;
}
.alt-bottom-padding{
	padding-bottom:25px;
}
.sm-box-heading{
	font-size:18px;
}
.md-box-heading{
	font-weight:600;
}
.sm-arrow{
	max-width:30px;
	bottom:15px;
	right:20px;
}
.box-bg-1{
	background-image:url("img/graphic-1.jpg");
	background-image: -webkit-image-set(url("img/graphic-1.webp") 1x,
url("img/graphic-1.webp") 2x);background-image: image-set(url("img/graphic-1.jpg") 1x,
url("img/graphic-1.jpg") 2x,url("img/graphic-1.webp") 1x,
url("img/graphic-1.webp") 2x);
}
.box-bg-3{
	background-image:url("img/graphic-4.jpg");
	background-image: -webkit-image-set(url("img/graphic-4.webp") 1x,
url("img/graphic-4.webp") 2x);background-image: image-set(url("img/graphic-4.jpg") 1x,
url("img/graphic-4.jpg") 2x,url("img/graphic-4.webp") 1x,
url("img/graphic-4.webp") 2x);
}
.bg-img-box{
	height:500px;
	background-size:cover;
}
.box-bg-4{
	background-image:url("img/graphic-3.jpg");
	background-image: -webkit-image-set(url("img/graphic-3.webp") 1x,
url("img/graphic-3.webp") 2x);background-image: image-set(url("img/graphic-3.jpg") 1x,
url("img/graphic-3.jpg") 2x,url("img/graphic-3.webp") 1x,
url("img/graphic-3.webp") 2x);
}
.box-bg-2{
	background-image:url("img/graphic-2.jpg");
	background-image: -webkit-image-set(url("img/graphic-2.webp") 1x,
url("img/graphic-2.webp") 2x);background-image: image-set(url("img/graphic-2.jpg") 1x,
url("img/graphic-2.jpg") 2x,url("img/graphic-2.webp") 1x,
url("img/graphic-2.webp") 2x);
}
.gradient-heading{
	background:linear-gradient(269deg, rgba(255,255,255,0.32) 0%, #FFFFFF 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
	display:inline-block;
}
.token-link{
	font-weight:400;
	text-decoration:none;
	font-size:18px;
	background-color:rgba(0,0,0,0.03);
	color:var(--swatch-var-2190)!important;
	background-size:auto auto;
	display:inline-block;
	margin-right:10px;
	padding:5px 20px 5px 20px;
	border-radius:30px 30px 30px 30px;
}
.arrow-btn:hover{
	opacity:1;
}
.token-link:hover{
	background-color:var(--swatch-var-3726);
	color:var(--swatch-var-3849)!important;
	background:linear-gradient(314deg, var(--swatch-var-3726)  0%, var(--swatch-var-5341) 100%);
}
.navbar-nav li a{
	font-size:14px;
	font-weight:400;
	margin-left:5rem;
}
.box-btn{
	padding-left:30px;
	padding-right:30px;
	font-weight:600;
	border-width:0px 0px 0px 0px;
}
.overlay-heading{
	position:absolute;
	z-index:100;
	left:60px;
	top:60px;
}
.primary-btn{
	background:linear-gradient(335deg, var(--swatch-var-3726) 0%, var(--swatch-var-5341) 100%);
}
.primary-btn:hover{
	background:linear-gradient(128deg, var(--swatch-var-3726)  0%, var(--swatch-var-5341) 100%);
	color:var(--swatch-var-3849)!important;
}
.active-token{
	background:linear-gradient(314deg, var(--swatch-var-3726)  0%, var(--swatch-var-5341) 100%);
	color:var(--swatch-var-3849)!important;
}
.scrollToTop{
	background:linear-gradient(335deg, var(--swatch-var-3726) 0%, var(--swatch-var-5341) 100%);
	border-radius:8px 8px 8px 8px;
	border-width:0px 0px 0px 0px;
}
.scrollToTop:hover{
	background:linear-gradient(0deg, var(--swatch-var-3726) 0%, var(--swatch-var-5341) 100%);
}
.sticky.sticky-nav{
	backdrop-filter:blur(30px);
	-webkit-backdrop-filter:blur(30px);
	background-color:rgba(255,255,255,0.30);
	text-align:right;
}
.navbar-brand img{
	width:70px;
}
.h1-style{
	font-size:60px;
	font-family:"Anton";
	line-height:95%;
}
.h3-style{
	font-family:"Oswald";
	font-weight:700;
	font-size:24px;
	width:96.81%;
	line-height:160%;
}
.link-style{
	width:29.12%;
}
.h2-style{
	font-family:"Anton";
	font-size:72px;
	line-height:100%;
	width:100%;
}
.p-paragraph{
	font-family:"Inter";
	font-weight:700;
	font-size:16px;
	line-height:150%;
}
.btn-button-style{
	width:22.21%;
}
.at_row{
	grid-column-start:1;
	grid-row-start:span 3;
	grid-column-end:span 2;
}
.img-style{
	width:359px;
}
.at_height{
	height:60%;
}
.icon-size{
	width:80px;
	fill:var(--swatch-var-6153)!important;
	stroke:transparent!important;
}
.h2-i-do-style{
	font-family:"Angkor";
	font-size:4em;
}
.blocs-card-width{
	width:25%;
}
.img-ai-am-style{
	width:333px;
}
.img-bloc-3-style{
	width:1280px;
}
.p-bloc-3-style{
	font-family:"Thasadith";
	font-weight:700;
	font-size:28px;
	line-height:160%;
}
.h2-bloc-3-style{
	font-size:72px;
	font-family:"Oswald";
}
.h2-feature-title-style{
	font-family:"Oswald";
	font-size:72px;
}
.h2-3-style{
	font-family:"Oswald";
	font-size:72px;
}
.p-bloc-5-style{
	font-family:"Thasadith";
	font-weight:700;
	font-size:28px;
	line-height:160%;
}
.h2-4-style{
	font-size:72px;
	font-family:"Oswald";
}
.p-bloc-6-style{
	font-size:32px;
	line-height:160%;
	font-family:"Thasadith";
	font-weight:700;
}
.span1{
	color:var(--swatch-var-3726)!important;
}
.h3-ux-ui-style{
	font-size:20px;
}
.h3-bloc-2-style{
	font-size:20px;
}
.h3-graphic-design-style{
	font-size:20px;
}
.h3-5-style{
	font-size:20px;
}
.at_margin_bottom_50{
	margin-bottom:50px;
}
.h3-portfolio-style{
	font-family:"Angkor";
	font-size:60px;
}
.h1-portfolio-style{
	font-family:"Angkor";
	font-size:90px;
}
.h3-bloc-8-style{
	font-size:22px;
	font-family:"Thasadith";
	font-weight:700;
}
.h3-bloc-9-style{
	font-size:22px;
}
.img-bloc-9-style{
	width:558px;
}
.img-avatar--style{
	border-radius:11px 11px 11px 11px;
	width:85px;
}
.at_margins_mini{
	margin-bottom:30px;
	padding-top:30px;
	padding-bottom:30px;
}
.h2-bloc-8-style{
	font-family:"Oswald";
	font-weight:700;
}
.p-bloc-8-style{
	font-family:"Thasadith";
	font-weight:700;
	width:65.23%;
}
.btn-style{
	width:46.95%;
	padding-top:18px;
	padding-bottom:18px;
}
.h3-bloc-0-style{
	font-family:"Angkor";
	font-size:60px;
}
.btn-what-i-do-style{
	width:19.47%;
}
.social-icon-size-sm{
	width:40px;
}
.at_radius{
	z-index:10;
	border-radius:24px 24px 24px 24px;
}
.at_zoom_translate_img{
	margin-bottom:0px;
	padding:5px 5px 5px 5px;
	background-color:rgba(255,255,255,0.39);
	border-radius:5px 5px 5px 5px;
}
.img-a-lo-style{
	border-radius:22px 22px 22px 22px;
	width:89px;
}
.h2-objective-style{
	font-family:"Oswald";
}
.h2-team-style{
	font-family:"Oswald";
}
.h2-process-style{
	font-family:"Oswald";
}
.h2-result-style{
	font-family:"Oswald";
}
.h2-impact-style{
	font-family:"Oswald";
}
.h1-4-style{
	font-family:"Angkor";
	font-size:60px;
}
.p-bloc-29-style{
	line-height:3px;
}
.img-slajd1-style{
	height:250px;
}
.quote-text{
	font-size:26px;
	font-style:italic;
}
.h4-style{
	line-height:36px;
}
.img-bloc-47-style{
	border-radius:0px 0px 0px 0px;
}
.img-adi-wektor-style{
	width:352px;
}
.scroll-qoute-container{
	width:100%;
}
.p-program-style{
	font-size:18px;
}
.h2-program-style{
	font-size:52px;
}
.p-opinie-style{
	font-size:20px;
}
.svg-icon-style{
	width:60px!important;
}
.p-figma-style{
	font-size:20px;
}
.p-ai_mktg-style{
	font-size:20px;
}
.p-bloc-61-style{
	font-size:20px;
}
.p-kreatywnosc-style{
	font-size:20px;
}
.p-adobe-style{
	font-size:20px;
}
.p-copywriting-style{
	font-size:20px;
}
.h2-11-style{
	font-size:50px;
}
.custom_prompt{
	background-color:var(--swatch-var-7343);
	padding:20px 20px 20px 20px;
	border-radius:20px 20px 20px 20px;
	color:var(--swatch-var-3849)!important;
	font-size:16px;
	overflow:scroll;
	max-height:300px;
	font-family:"Courier Prime";
	text-align:left!important;
}
.custom_button{
	background-color:transparent;
}
.copy-btn{
	height:64px;
	display:block;
	border-radius:20px 20px 20px 20px;
	font-size:20px;
}
.h2-section{
	font-family:"Anton";
	background-color:transparent;
	line-height:90%;
	text-transform:uppercase;
	font-size:72px;
	width:100%;
	overflow:visible;
}
.h3-section{
	font-family:"Oswald";
	font-size:32px;
	background-color:var(--swatch-var-5752)!important;
	border-radius:12px 12px 12px 12px!important;
	padding:8px 8px 8px 10px;
	color:var(--swatch-var-970)!important;
}
.img-bloc-2-style{
	width:481px;
	border-radius:39px 39px 39px 39px;
}
.img-portfolio-style{
	border-radius:0px 0px 0px 0px;
}
.bloc-fill{
	fill:var(--swatch-var-5752);
}
.bloc-bloc-3-fill{
	fill:var(--swatch-var-6153);
}
.h2-–-websites-–-style{
	font-size:72px;
	font-family:"Anton";
}
.h2-other-designs-style{
	font-family:"Anton";
	font-size:72px;
}
.h2-–-prints-–-style{
	font-family:"Anton";
	font-size:72px;
}
.h2-7-style{
	font-family:"Anton";
	font-size:48px;
}
.svg-icon-hero-style{
	width:107px;
	fill:var(--swatch-var-3849)!important;
}
.at_radius2{
	border-radius:32px 32px 32px 32px;
}
.img-e-rotati-style{
	width:367px;
}
.at_nav1{
	z-index:99;
}
.menu-icon-nav-stroke{
	stroke:var(--swatch-var-3849)!important;
	fill:var(--swatch-var-3849)!important;
}
.at_hero{
	margin-top:-70px;
}
.h3-7-style{
	font-family:"Anton";
}
.h2-experimental{
	font-family:"Anton";
	text-transform:uppercase;
}
.a-caption-img{
	font-family:"Inter";
	font-size:16px;
	line-height:120%;
	padding-top:10px;
}
.at-column-experimental{
	border-style:dashed;
	border-color:var(--swatch-var-5752)!important;
	padding-right:20px;
	border-width:0px 0px 0px 1px;
	padding-left:20px;
}
.h2-lets_work-style{
	opacity:0.2;
}
.img-hot-process-style{
	width:266px;
}
.container-div-educator-min-height{
	min-height:114px;
}
.h2-home{
	font-size:150px;
	font-family:"Anton";
	overflow:visible;
	line-height:95%;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-3849:rgba(255,255,255,1.00);
	
	--swatch-var-970:rgba(245,245,247,1.00);
	
	--swatch-var-2190:rgba(236,10,10,1.00);
	
	--swatch-var-6153:rgba(0,0,0,0.50);
	
	--swatch-var-5752:rgba(0,0,0,1.00);
	
	--swatch-var-3726:rgba(140,0,0,1.00);
	
	--swatch-var-3654:rgba(108,0,0,1.00);
	
	--swatch-var-5341:rgba(255,104,105,1.00);
	
	--swatch-var-1464:rgba(227,230,231,1.00);
	
	--swatch-var-6420:rgba(0,112,227,1.00);
	
	--swatch-var-7343:rgba(50,0,0,1.00);
	
	--swatch-var-1640:rgba(230,230,230,1.00);
	
	--swatch-var-5180:rgba(160,156,159,1.00);
	
	--swatch-var-1079:rgba(180,192,206,1.00);
	
	--swatch-var-6643:rgba(255,255,255,0.25);
	
}


/* Background colour styles */

.bgc-5752{
	background-color:var(--swatch-var-5752);
}
.bgc-3654{
	background-color:var(--swatch-var-3654);
}
.bgc-3726{
	background-color:var(--swatch-var-3726);
}
.bgc-1464{
	background-color:var(--swatch-var-1464);
}
.bgc-5180{
	background-color:var(--swatch-var-5180);
}
.bgc-1640{
	background-color:var(--swatch-var-1640);
}
.bgc-7343{
	background-color:var(--swatch-var-7343);
}

/* Text colour styles */

.tc-3849{
	color:var(--swatch-var-3849)!important;
}
.tc-3654{
	color:var(--swatch-var-3654)!important;
}
.tc-6153{
	color:var(--swatch-var-6153)!important;
}
.tc-5180{
	color:var(--swatch-var-5180)!important;
}
.tc-2190{
	color:var(--swatch-var-2190)!important;
}
.tc-3726{
	color:var(--swatch-var-3726)!important;
}
.tc-7343{
	color:var(--swatch-var-7343)!important;
}

/* Button colour styles */

.bgc-3849{
	background-color:var(--swatch-var-3849);
}
.tc-3849{
	color:var(--swatch-var-3849)!important;
}
.btn-c-3849,.btn-c-3849:focus{
	background:var(--swatch-var-3849);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-3849:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-3849{
	color:var(--swatch-var-3849)!important;
	border-color:var(--swatch-var-3849)!important;
	fill:var(--swatch-var-3849);
}
.ltc-3849{
	color:var(--swatch-var-3849)!important;
	fill:var(--swatch-var-3849);
}
.ltc-3849:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-3849);
}
.icon-3849{
	color:var(--swatch-var-3849)!important;
	border-color:var(--swatch-var-3849)!important;
}
/**/.bgc-970{
	background-color:var(--swatch-var-970);
}
.tc-970{
	color:var(--swatch-var-970)!important;
}
.btn-c-970,.btn-c-970:focus{
	background:var(--swatch-var-970);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-970:hover{
	background:#C2C2C4!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-970{
	color:var(--swatch-var-970)!important;
	border-color:var(--swatch-var-970)!important;
	fill:var(--swatch-var-970);
}
.ltc-970{
	color:var(--swatch-var-970)!important;
	fill:var(--swatch-var-970);
}
.ltc-970:hover{
	color:#C2C2C4!important;
	fill:var(--swatch-var-970);
}
.icon-970{
	color:var(--swatch-var-970)!important;
	border-color:var(--swatch-var-970)!important;
}
/**/.bgc-2190{
	background-color:var(--swatch-var-2190);
}
.tc-2190{
	color:var(--swatch-var-2190)!important;
}
.btn-c-2190,.btn-c-2190:focus{
	background:var(--swatch-var-2190);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-2190:hover{
	background:#B90000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-2190{
	color:var(--swatch-var-2190)!important;
	border-color:var(--swatch-var-2190)!important;
	fill:var(--swatch-var-2190);
}
.ltc-2190{
	color:var(--swatch-var-2190)!important;
	fill:var(--swatch-var-2190);
}
.ltc-2190:hover{
	color:#B90000!important;
	fill:var(--swatch-var-2190);
}
.icon-2190{
	color:var(--swatch-var-2190)!important;
	border-color:var(--swatch-var-2190)!important;
}
/**/.bgc-6153{
	background-color:var(--swatch-var-6153);
}
.tc-6153{
	color:var(--swatch-var-6153)!important;
}
.btn-c-6153,.btn-c-6153:focus{
	background:var(--swatch-var-6153);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-6153:hover{
	background:rgba(0,0,0,0.50)!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-6153{
	color:var(--swatch-var-6153)!important;
	border-color:var(--swatch-var-6153)!important;
	fill:var(--swatch-var-6153);
}
.ltc-6153{
	color:var(--swatch-var-6153)!important;
	fill:var(--swatch-var-6153);
}
.ltc-6153:hover{
	color:rgba(0,0,0,0.50)!important;
	fill:var(--swatch-var-6153);
}
.icon-6153{
	color:var(--swatch-var-6153)!important;
	border-color:var(--swatch-var-6153)!important;
}
/**/.bgc-5752{
	background-color:var(--swatch-var-5752);
}
.tc-5752{
	color:var(--swatch-var-5752)!important;
}
.btn-c-5752,.btn-c-5752:focus{
	background:var(--swatch-var-5752);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5752:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-5752{
	color:var(--swatch-var-5752)!important;
	border-color:var(--swatch-var-5752)!important;
	fill:var(--swatch-var-5752);
}
.ltc-5752{
	color:var(--swatch-var-5752)!important;
	fill:var(--swatch-var-5752);
}
.ltc-5752:hover{
	color:#000000!important;
	fill:var(--swatch-var-5752);
}
.icon-5752{
	color:var(--swatch-var-5752)!important;
	border-color:var(--swatch-var-5752)!important;
}
/**/.bgc-3726{
	background-color:var(--swatch-var-3726);
}
.tc-3726{
	color:var(--swatch-var-3726)!important;
}
.btn-c-3726,.btn-c-3726:focus{
	background:var(--swatch-var-3726);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3726:hover{
	background:#590000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.bgc-3849{
	background-color:var(--swatch-var-3849);
}
.tc-3849{
	color:var(--swatch-var-3849)!important;
}
.btn-c-3849,.btn-c-3849:focus{
	background:var(--swatch-var-3849);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-3849:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-3849{
	color:var(--swatch-var-3849)!important;
	border-color:var(--swatch-var-3849)!important;
	fill:var(--swatch-var-3849);
}
.ltc-3849{
	color:var(--swatch-var-3849)!important;
	fill:var(--swatch-var-3849);
}
.ltc-3849:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-3849);
}
.icon-3849{
	color:var(--swatch-var-3849)!important;
	border-color:var(--swatch-var-3849)!important;
}
/**/.bgc-970{
	background-color:var(--swatch-var-970);
}
.tc-970{
	color:var(--swatch-var-970)!important;
}
.btn-c-970,.btn-c-970:focus{
	background:var(--swatch-var-970);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-970:hover{
	background:#C2C2C4!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-970{
	color:var(--swatch-var-970)!important;
	border-color:var(--swatch-var-970)!important;
	fill:var(--swatch-var-970);
}
.ltc-970{
	color:var(--swatch-var-970)!important;
	fill:var(--swatch-var-970);
}
.ltc-970:hover{
	color:#C2C2C4!important;
	fill:var(--swatch-var-970);
}
.icon-970{
	color:var(--swatch-var-970)!important;
	border-color:var(--swatch-var-970)!important;
}
/**/.bgc-2190{
	background-color:var(--swatch-var-2190);
}
.tc-2190{
	color:var(--swatch-var-2190)!important;
}
.btn-c-2190,.btn-c-2190:focus{
	background:var(--swatch-var-2190);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-2190:hover{
	background:#B90000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-2190{
	color:var(--swatch-var-2190)!important;
	border-color:var(--swatch-var-2190)!important;
	fill:var(--swatch-var-2190);
}
.ltc-2190{
	color:var(--swatch-var-2190)!important;
	fill:var(--swatch-var-2190);
}
.ltc-2190:hover{
	color:#B90000!important;
	fill:var(--swatch-var-2190);
}
.icon-2190{
	color:var(--swatch-var-2190)!important;
	border-color:var(--swatch-var-2190)!important;
}
/**/.bgc-6153{
	background-color:var(--swatch-var-6153);
}
.tc-6153{
	color:var(--swatch-var-6153)!important;
}
.btn-c-6153,.btn-c-6153:focus{
	background:var(--swatch-var-6153);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-6153:hover{
	background:rgba(0,0,0,0.50)!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-6153{
	color:var(--swatch-var-6153)!important;
	border-color:var(--swatch-var-6153)!important;
	fill:var(--swatch-var-6153);
}
.ltc-6153{
	color:var(--swatch-var-6153)!important;
	fill:var(--swatch-var-6153);
}
.ltc-6153:hover{
	color:rgba(0,0,0,0.50)!important;
	fill:var(--swatch-var-6153);
}
.icon-6153{
	color:var(--swatch-var-6153)!important;
	border-color:var(--swatch-var-6153)!important;
}
/**/.bgc-5752{
	background-color:var(--swatch-var-5752);
}
.tc-5752{
	color:var(--swatch-var-5752)!important;
}
.btn-c-5752,.btn-c-5752:focus{
	background:var(--swatch-var-5752);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5752:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-5752{
	color:var(--swatch-var-5752)!important;
	border-color:var(--swatch-var-5752)!important;
	fill:var(--swatch-var-5752);
}
.ltc-5752{
	color:var(--swatch-var-5752)!important;
	fill:var(--swatch-var-5752);
}
.ltc-5752:hover{
	color:#000000!important;
	fill:var(--swatch-var-5752);
}
.icon-5752{
	color:var(--swatch-var-5752)!important;
	border-color:var(--swatch-var-5752)!important;
}
/**/.bgc-3726{
	background-color:var(--swatch-var-3726);
}
.tc-3726{
	color:var(--swatch-var-3726)!important;
}
.btn-c-3726,.btn-c-3726:focus{
	background:var(--swatch-var-3726);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3726:hover{
	background:#590000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-3726{
	color:var(--swatch-var-3726)!important;
	border-color:var(--swatch-var-3726)!important;
	fill:var(--swatch-var-3726);
}
.ltc-3726{
	color:var(--swatch-var-3726)!important;
	fill:var(--swatch-var-3726);
}
.ltc-3726:hover{
	color:#590000!important;
	fill:var(--swatch-var-3726);
}
.icon-3726{
	color:var(--swatch-var-3726)!important;
	border-color:var(--swatch-var-3726)!important;
}
/**/.bgc-3654{
	background-color:var(--swatch-var-3654);
}
.tc-3654{
	color:var(--swatch-var-3654)!important;
}
.btn-c-3654,.btn-c-3654:focus{
	background:var(--swatch-var-3654);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3654:hover{
	background:#380000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-3726{
	color:var(--swatch-var-3726)!important;
	border-color:var(--swatch-var-3726)!important;
	fill:var(--swatch-var-3726);
}

/* Link colour styles */

.ltc-2190{
	color:var(--swatch-var-2190)!important;
	fill:var(--swatch-var-2190);
}
.ltc-2190:hover{
	color:#B90000!important;
	fill:var(--swatch-var-2190);
}

/* Bloc image backgrounds */

.bg-bg{
	background-image:url("img/bg.jpg");
	background-image: -webkit-image-set(url("img/bg.webp") 1x,
url("img/bg.webp") 2x);background-image: image-set(url("img/bg.jpg") 1x,
url("img/bg.jpg") 2x,url("img/bg.webp") 1x,
url("img/bg.webp") 2x);
}
.bg-game-bg{
	background-image:url("img/game_bg.jpg");
	background-image: -webkit-image-set(url("img/game_bg.webp") 1x,
url("img/game_bg.webp") 2x);background-image: image-set(url("img/game_bg.jpg") 1x,
url("img/game_bg.jpg") 2x,url("img/game_bg.webp") 1x,
url("img/game_bg.webp") 2x);
}
.bg-Rotor{
	background-image:url("img/Rotor.jpg");
	background-image: -webkit-image-set(url("img/Rotor.webp") 1x,
url("img/Rotor.webp") 2x);background-image: image-set(url("img/Rotor.jpg") 1x,
url("img/Rotor.jpg") 2x,url("img/Rotor.webp") 1x,
url("img/Rotor.webp") 2x);
}
.bg-e-rotation{
	background-image:url("img/e-rotation.jpg");
	background-image: -webkit-image-set(url("img/e-rotation.webp") 1x,
url("img/e-rotation.webp") 2x);background-image: image-set(url("img/e-rotation.jpg") 1x,
url("img/e-rotation.jpg") 2x,url("img/e-rotation.webp") 1x,
url("img/e-rotation.webp") 2x);
}
.bg-bg{
	background-image:url("img/bg.jpg");
	background-image: -webkit-image-set(url("img/bg.webp") 1x,
url("img/bg.webp") 2x);background-image: image-set(url("img/bg.jpg") 1x,
url("img/bg.jpg") 2x,url("img/bg.webp") 1x,
url("img/bg.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}


/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.avatar{
		width:120px;
	}
	.token-link{
		margin-bottom:10px;
	}
	.bg-img-box{
		height:350px;
	}
	.bento-box{
		padding:30px 30px 30px 30px;
	}
	.at_row{
		display:block;
	}
	.p-paragraph{
		width:100%;
		text-transform:none;
		font-weight:700;
		line-height:140%;
	}
	.blocs-card-width{
		width:50%;
	}
	.h2-style{
		font-size:72px;
	}
	.h3-ux-ui-style{
		font-family:"Thasadith";
		font-weight:700;
	}
	.h3-bloc-2-style{
		font-family:"Thasadith";
		font-weight:700;
	}
	.h3-graphic-design-style{
		font-family:"Thasadith";
		font-weight:700;
	}
	.h3-5-style{
		font-family:"Thasadith";
		font-weight:700;
	}
	.navbar-brand img{
		width:60px;
	}
	.h3-style{
		font-size:22px;
		line-height:160%;
		width:92.21%;
	}
	.at_margins_mini{
		padding-top:20px;
		padding-bottom:20px;
	}
	.btn-style{
		padding-top:12px;
		padding-bottom:12px;
		width:69.63%;
	}
	.img-a-lo-style{
		width:84px;
	}
	.h1-4-style{
		font-size:40px;
	}
	.h1-portfolio-style{
		font-size:70px;
	}
	.h4-style{
		font-size:20px;
	}
	.p-opinie-style{
		font-size:18px;
	}
	.custom_prompt{
		font-size:16px;
		max-height:250px;
		text-align:left!important;
	}
	.copy-btn{
		padding-left:auto;
		padding-right:auto;
	}
	.img-bloc-2-style{
		width:369px;
		border-radius:0px 0px 0px 0px;
	}
	.a-caption-img{
		text-align:left!important;
	}
	.at-column-experimental{
		padding-bottom:70px;
		border-width:1px 0px 0px 0px;
		border-style:dashed;
		border-color:var(--swatch-var-5752)!important;
	}
	.h2-kreatywnosc-style{
		font-size:36px;
	}
	.h2-section{
		font-size:36px;
	}
	.h2-home{
		font-size:96px;
	}
	
}

@media (max-width: 767px){
	.token-link{
		font-size:16px;
	}
	.bento-box{
		padding:30px 30px 30px 30px;
	}
	.box-heading{
		font-size:30px;
	}
	.box-info{
		font-size:20px;
	}
	.bg-img-box{
		height:250px;
	}
	.overlay-heading{
		top:50px;
		left:50px;
	}
	.at_row{
		display:block;
	}
	.img-style{
		width:200px;
	}
	.blocs-card-width{
		width:50%;
	}
	.icon-size{
		width:80px!important;
	}
	.h3-ux-ui-style{
		font-size:20px;
		font-family:"Thasadith";
		font-weight:700;
	}
	.h3-bloc-2-style{
		font-size:20px;
		font-family:"Thasadith";
		font-weight:700;
	}
	.h3-graphic-design-style{
		font-size:20px;
		font-family:"Thasadith";
		font-weight:700;
	}
	.h3-5-style{
		font-size:20px;
		font-family:"Thasadith";
		font-weight:700;
	}
	.navbar-brand img{
		width:60px;
	}
	.h3-style{
		line-height:160%;
		width:95.66%;
	}
	.h3-bloc-0-style{
		font-size:40px;
	}
	.btn-what-i-do-style{
		width:33.77%;
	}
	.img-a-lo-style{
		width:69px;
	}
	.h1-4-style{
		font-size:48px;
	}
	.h1-portfolio-style{
		font-size:60px;
	}
	.quote-text{
		font-size:22px;
	}
	.p-opinie-style{
		font-size:16px;
	}
	.copy-btn{
		margin-right:auto;
		margin-left:auto;
	}
	.custom_prompt{
		text-align:left!important;
		text-transform:none;
	}
	.img-bloc-2-style{
		width:309px;
	}
	.menu-icon-nav-stroke{
		stroke:var(--swatch-var-3849)!important;
		fill:var(--swatch-var-3849)!important;
	}
	.a-caption-img{
		text-align:center!important;
		padding-left:8%!important;
		padding-right:8%!important;
		font-size:20px!important;
	}
	.at-column-experimental{
		padding-bottom:70px;
	}
	.h2-home{
		font-size:72px;
	}
	
}

@media (max-width: 575px){
	.token-link{
		font-size:14px;
		padding-right:15px;
		padding-left:15px;
	}
	.bento-box{
		padding:20px 20px 20px 20px;
	}
	.box-info{
		font-size:18px;
	}
	.section-heading{
		font-size:30px;
	}
	.bg-img-box{
		height:300px;
	}
	.sm-arrow{
		bottom:10px;
		right:15px;
	}
	.overlay-heading{
		left:30px;
		top:30px;
	}
	.fill-mob-btn{
		width:100%;
	}
	.primary-btn{
	}
	.img-style{
		width:186px;
	}
	.btn-button-style{
		width:96.72%;
		padding-top:26px;
		padding-bottom:26px;
	}
	.p-paragraph{
		font-size:14px;
		text-align:center;
	}
	.h2-style{
		width:100%;
		font-family:"Oswald";
		font-size:50px;
	}
	.at_row{
		display:block;
	}
	.blocs-card-width{
		width:100%;
	}
	.h1-style{
		font-size:40px;
	}
	.h2-bloc-3-style{
		font-size:50px;
	}
	.h2-feature-title-style{
		font-size:50px;
	}
	.h2-3-style{
		font-size:50px;
	}
	.h2-4-style{
		font-size:50px;
	}
	.p-bloc-3-style{
		font-size:20px;
	}
	.p-bloc-5-style{
		font-size:20px;
	}
	.p-bloc-6-style{
		font-size:20px;
	}
	.h3-style{
		font-size:20px;
		line-height:170%;
	}
	.icon-size{
		width:70px!important;
	}
	.navbar-brand img{
		width:60px;
	}
	.h3-bloc-2-style{
		font-size:18px;
	}
	.h3-ux-ui-style{
		font-size:18px;
	}
	.h3-graphic-design-style{
		font-size:18px;
	}
	.h3-5-style{
		font-size:18px;
	}
	.h1-portfolio-style{
		font-size:36px;
	}
	.at_margin_bottom_50{
	}
	.at_margins_mini{
		margin-bottom:10px;
		padding-top:20px;
		padding-bottom:20px;
		margin-top:10px;
	}
	.h3-bloc-8-style{
		font-size:20px;
	}
	.p-bloc-2-style{
		font-size:16px;
	}
	.btn-what-i-do-style{
		width:73.72%;
	}
	.img-a-lo-style{
		border-radius:19px 19px 19px 19px;
		width:73px;
	}
	.p-bloc-0-style{
		font-size:15px;
	}
	.img-37-style{
		border-radius:22px 22px 22px 22px;
		width:87px;
	}
	.img-avatar--style{
		width:74px;
	}
	.h1-4-style{
		font-size:30px;
	}
	.img-slajd1-style{
		width:88px;
	}
	.quote-text{
		font-size:18px;
	}
	.h4-style{
		font-size:16px;
		width:100%;
	}
	.navbar-nav li a{
		margin-bottom:2rem;
		font-size:20px;
	}
	.h2-about-me -style{
		font-size:32px;
	}
	.h2-lets_work-style{
		font-size:32px;
	}
	.h3-lets_work-style{
		font-size:20px;
	}
	.h2-contact-style{
		font-size:32px;
	}
	.container{
		padding-top:30px;
	}
	.img-bloc-1-style{
		width:156px;
	}
	.p-opinie-style{
		font-size:14px;
		width:100%;
	}
	.p-program-style{
		font-size:16px;
	}
	.container-div-min-height{
		min-height:404px;
	}
	.p-103-style{
		font-size:16px;
	}
	.p-105-style{
		font-size:16px;
	}
	.p-107-style{
		font-size:16px;
	}
	.p-about-style{
		font-size:18px;
	}
	.p-4-style{
		font-size:18px;
	}
	.p-5-style{
		font-size:18px;
	}
	.h2-11-style{
		font-size:33px;
	}
	.custom_prompt{
		font-size:14px;
		text-align:left!important;
	}
	.copy-btn{
		border-radius:20px 20px 20px 20px;
		margin-left:auto;
		margin-right:auto;
	}
	.h3-section{
		font-size:28px;
		background-color:var(--swatch-var-5752)!important;
		padding:5px 5px 5px 5px!important;
		border-radius:12px 12px 12px 12px!important;
	}
	.h2-section{
		font-size:36px!important;
		text-align:center!important;
	}
	.img-bloc-2-style{
		width:207px;
	}
	.h2-7-style{
		font-size:32px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-970)!important;
		fill:var(--swatch-var-970)!important;
	}
	.at_nav1{
		padding-top:5px;
	}
	.at-column-experimental{
		padding-bottom:70px;
		border-width:1px 0px 0px 0px;
		border-style:dashed;
		border-color:var(--swatch-var-6153)!important;
	}
	.a-caption-img{
		text-align:center!important;
		font-family:"Inter";
		font-size:18px!important;
		padding-left:5%;
		padding-right:5%;
	}
	.h2-home{
		font-size:48px;
	}
	
}

