:root {
	--black: #000000;
	--dark: #1f2b38;
	--dark-secondary: #022b6d;
	--dark-optional: #3e00a7;
	--white: #ffffff;
	--color-primary: #9F2317;
	--color-secondary: #333;
	--color-optional: #9F2316;
	--color-style-two: #f94735;
	--color-heading: #04000b;
	--color-paragraph: #666666;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #F7F7F7;
  --c-orange:#FC6939;
	--bg-gray-secondary: #cecece;
  	--bg-gray-primary: #1F2B38;
	--bg-gradient:  linear-gradient(90deg,rgba(159, 35, 23, 1) 0%, rgba(255, 184, 34, 1) 100%);
  	--bs-gradient:  linear-gradient(90deg,rgba(159, 35, 23, 1) 0%, rgba(255, 184, 34, 1) 100%);
--bg-gradient-reverse: linear-gradient(90deg, rgba(255, 184, 34, 1) 0%, rgba(159, 35, 23, 1) 100%);
  --bg-dark-gray:#333333;
}

@media screen and (min-width: 1280px) {
    :root {
        --containerwidth: 1280px;
    }
}
body {
  font-family: 'Plus Jakarta Sans' !important;
  width:100%;
  
}
p {
  font-size:1.2rem !important;
}
.cc-btn.cc-allow-all{
  background-color: var(--color-primary);
}
.cc-window.cc-bottom-left, .cc-window.cc-bottom-right{
  box-shadow: 0px 0px 5px 0px #00000030;
}
.cc-window .dp--cookie-check label:last-child{
  display: none;
  content-visibility: hidden;
}
.cc-window .dp--cookie-check{
  justify-content: center;
  column-gap: 10px;
}
.bg-blue {
    background: var(--color-primary);
    color:#fff;
}
.bg-gray {
  background-color: var(--bg-gray);
  color: #000;
}
.bg-dark-gray {
  background-color: var( --bg-dark-gray);
  color:#fff;
}
.bg-gray-secondary{
  background: var(--bg-gray-secondary);
  color:#fff !important;
}
.bg-gray-primary, .bg-black{
  background: var(--bg-gray-primary);
  color:#fff !important;
}
.bg-orange {
  background-color: var(--color-primary);
  color: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: var(--color-primary);
}
.bg-orange a:hover {
  color: var(--c-gray);
}
.dq-btn.bg-gray,
.dq-btn.border {
  display: block;
  width: max-content;
  border-radius: 7px;
  padding: 15px 20px 10px 20px;
  position: relative;
}

.dq-btn.border {
  font-size: 1.5rem;
  border: 0px;
}

/* --- block-one --- */

.block-one {
  max-width: 747.5px;
}
.block-one.left {
  margin-left: auto;
}

/* --- footer --- */

.footer {
  color:var(--white);

}
.bg-orange a:hover {
  color: var(--c-gray);
}
.bg-dark-grey-linear {
  background: #000;
background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(31, 43, 56, 1) 63%);

}
.bg-white {
  background-color: #fff;
}
.bg-dark-grey {
  background-color: #1F2B38;

}
.bg-dark-grey .header__title, .bg-dark-grey-linear .header__title, .bg-dark-grey, .bg-dark-grey-linear {
  color:#fff !important
}
.bg-gradient {
  background: var(--bs-gradient);
}
.bg-gradient-reverse {
  background: var(--bg-gradient-reverse);
}

.footer p {
  font-size: 1.1rem;
  font-weight: 100;
  max-width: 250px;
  line-height: 2.8rem;
  margin-bottom: 0px;
}
.footer p a {
  display: block;
}


.footer .social a{
  display: inline-block;
}
.footer .social .block-one {
  flex-wrap: inherit;
  column-gap: 35px;
}
.footer .block-one.left {
  padding-right:0 ;
}

.footer .button_belt {
      padding: 14px;
    margin: 20px;
    border: 1px solid #fff;
    font-size: 1rem;
    position: relative;
    top: 61px;
}
.footer ul li {
  list-style-type:none;
  display: inline-block;
  margin-right: 2em;
  font-weight: 500;
  font-size:1.1rem;
}
.footer ul {
  margin-left:0;
  padding-left:0;
  padding-top:2em;
  padding-bottom: 1em;
}
.footer hr{
  margin-top:3em;
  padding-bottom:1em;
  color:#a0a0a0;
  display: block;
}
@media screen and (max-width: 1445px) {
  .footer .block-one {
    --footerYpadding: 30px;
    --footerXpadding: 60px;
  }
  .footer .left {
    padding-right: var(--footerXpadding);
  }
  .footer .right {
    padding-left: var(--footerXpadding);
  }
  .footer .block-one {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1290px) {
  .footer .block-one {
    --footerXpadding: 50px;
  }
}
@media screen and (max-width: 992px) {
  
  .bg-orange .dq-btn.border::after{
    right: -5px;
  }
  .footer .block-one {
    max-width: 100%;
    row-gap: 35px;
    justify-content: center;
    flex-direction: column;
    padding: 30px 15px;
  }
  .block-one.right{
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
  }
  .block-one.left img{
    margin: auto;
    }
}


/* --- contact form --- */

.frame-layout-1 input,
.frame-layout-1 textarea {
  font-size: 1rem;
  border-color: transparent;
  padding: 10px 10px 10px 10px;
  line-height: 24px;
  box-shadow: inset 0 4px 11px 0 #dadada;
}
.frame-layout-1.frame h2{
  font-weight: 600;
  color: #222222;
  margin-bottom: 15px;
}
.frame-layout-1 legend{
  font-size: 1.6rem;
  color: #676767;
  margin-bottom:0.5em;
}
.frame-layout-1 .form-group{
  margin-bottom: 20px;
}
.frame-layout-1 .form-control:focus{
  border-color: var(--color-primary);
  box-shadow: 0 0 10px -2px var(--color-primary);
}
.frame-layout-1 .btn {

  background-color: transparent;
  font-size: 1.8rem;
  padding: 10px 30px 5px 15px;
  border-color: transparent; 

  background-size: contain;
  background-repeat: no-repeat;
}
.frame-layout-1 .btn:hover{
  color: #000;
  filter: invert(9%) sepia(0%) saturate(1%) hue-rotate(354deg) brightness(143%) contrast(88%);
}


@media only screen and (max-width: 767px) {
   
.navbar .nav-link {
    font-size: 1.1rem;
    color: #000;
    padding: 0px !important;
    font-weight: bold;
}

.navbar li.nav-item {
  border-bottom:1px solid #ccc;
}
    .navbar .nav-item {
        width: 100%;
    }
    .footer .navbar-brand {
   
    width: 100%;
    height: auto;
    max-width: 120px;
}
.ce-gallery figure {
    display: table;
    margin: 10px;
    text-align: center;
}
.bg-block {
  z-index: -1;
    clip-path: none;
}
}

@media only screen and (max-width: 480px) {

   
    .footer p {
        max-width: 260px;
        margin: 0px;
    }
    .footer .navbar-brand {
        max-width: max-content !important;
        width: auto;
        height: auto;
    }
    .footer .button_belt {
    padding: 14px;
    margin: 20px;
    border: 1px solid #fff;
    font-size: 1rem;
    position: relative;
    top: -23px;
}
    .footer__under .container {
        font-size: 0.8rem;
        padding: 10px;
        width: 250px;
        text-align: center;
    }
        .block-one.right {
        flex-direction: column;
        row-gap: 20px;
        justify-content: center;
        padding-bottom: 70px;
    }
   
   .info_belt .button_belt {
    padding: 21px;
}
.info_belt .button_belt .bt {
  top:-8px !important;
}
  .right_block.pb-5.pt-5 {
  padding-top: 0rem !important;
}
.carousel-indicators {
    bottom: 0 !important;
}
    .blog .button_belt .bt {
      
        line-height: 19px;
        top: 7px !important;
    }
    .footer .block-one p {
    margin-bottom: 2em;
}

.footer .col img {
  max-width: 85px;
  margin-bottom:1em;
}
    .footer .soc_icons img {
        margin: 0.4em !important;
        max-width: 20px;
    }
}







.cover-link {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  z-index: 10;
  opacity: 0;
  text-decoration: none;
}
.pl-80 {
    padding-left: 80px;
}


.rectangle {
    margin-top: 70px;
    margin-bottom: 90px;
   
}
.rectangle__grid {
    display: grid;
    grid-template-columns: 1fr calc(var(--containerwidth)) calc(((110vw - var(--containerwidth)) / 2));
}
.grid__item-color {
    background-color: transparent;
}
.grid__item-text {
 
    padding: 60px 0px 60px 0px;
    color: #fff;
    position: relative;
    clip-path: polygon(92% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
}
.grid__item-text span{
     font-size:2.65rem !important;
    font-weight: 600;
  margin-right: 4em;
}
.grid__item-text span.bt {
  margin-right: 0;
}
.grid__item-img {
    background-color:#000;
    position: relative;
}
.grid__item-img img {
  max-width: 120px;
  max-height: 140px;
  position: absolute;
  left:0;
  bottom: -35px;
}
.button_belt {
     padding: 13px 20px 13px 20px;
    margin: 30px;
    border: 2px solid #000;
    background-color: #fff;
    font-size: 1.1rem;
    position: relative;
    font-weight: 600;
    color: #000;
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
}




.bt img{
  position: relative;
  top:3px;
  color:#fff;
  width:24px;
  height: 24px;
}

.border-top {
  border-top:1px solid #424650 !important;
}

.header__title, p.lead {
  text-align: center;
  font-weight: bolder;
  font-size:3rem;
  color:var(--color-secondary);
  margin-bottom:1em;
  margin-top: 0.5em;
     line-height: 62px;
}


.sub-title {
    text-transform: uppercase;
    color:#fff;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: var(--color-primary);
    padding: 7px 15px;
    font-size: 18px;
    border-radius: 4px;
    width:auto;
    text-align: center;
    margin:0 auto;
    line-height: 28px;
}

.right_block .header__title, .left_block .header__title, .about-style-five-info .header__title{
  text-align: left;
}
.right_block, .left_block, .right_block p, .left_block p, .about-style-five-info p, .about-style-five-info{
      font-size: 1.1rem !important;
    line-height: 36px;
}
.right_block ul {
  list-style: none;
  position: relative;
}
.right_block ul li {
  font-size: 1.25rem;
    line-height: 40px;
    margin-bottom: 1.2em;
    list-style: none;
    position: relative;
    padding-left: 10px;
}



.carousel h1 {
  font-weight: 500;
  line-height: 60px;
}
.carousel-caption p {
  font-size: 1.5rem !important;
    font-weight: 200;
    line-height: 38px;
    color:#000 !important;
}
.carousel h1 span, .carousel h1 {
  font-size:2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
}

.center_block {
  position: relative;
}

.center_block .header__title, p.lead {
  line-height: 3.9rem;
}
.right_block img {
  max-width: 100%; 
display: block; 
height: auto;
}

.button_belt:hover {
  background-color:#fff;
  color:#000;
}
.button_belt:hover .bt {

  background-color: #FC6939;
}


.bg-block {
    background-image: url(../Images/bg-block1.webp);
    background-size: cover;        
  background-position:center;   
  background-repeat: no-repeat;  
  color: #fff;   
  position: absolute;
  width:100%;
  height:600px;
 filter: grayscale(100%);
    opacity: 0.13;
    z-index: 0;
      clip-path: polygon(0 0, 68% 0, 63% 100%, 0 100%)
}
.bg-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3); /* 0.5 to poziom przyciemnienia */
    z-index: 0;
    pointer-events: none;
}
@media screen and (min-width: 1921px) {

.rectangle__grid {
  display: grid;
  grid-template-columns: 1fr calc(var(--containerwidth)) calc(((150vw - var(--containerwidth)) / 2));
}
  .twin__row-col--img img:not(.twin__row-col--img img.bg-img){
    width:100%;
    overflow: hidden;
    object-fit: cover;
    max-height: 900px;
  }
.right_block img {
  width: 900px;
  display: block;
  height: auto;
  object-fit: fill;
}
.two-color__wrap {
  max-width: 90% !important;
}
    }


    @media only screen and (max-width: 480px) {

    .services-style-four-item {
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 50px;
    }
    .header__title {
    line-height: 3.3rem;
    font-size: 2.4rem;
}
  .head-bg {
    display: none;
  }
fieldset {
    border-radius: 10px;
    padding: 1em;
}
}

.header__title p, p.lead {
  font-size:3rem !important;
  line-height: 62px;
}

 p.lead {
  margin-top: 1.8em !important;
    margin-bottom: 1.2em !important;
        font-weight:bolder;
}

@media (min-width: 766px) and (max-width: 990px) {
     .navbar-brand {
        max-width: max-content;
    }
    .footer p {
        max-width: 260px;
        margin: 0;
    }
    .footer .button_belt {
    padding: 14px;
    margin: 20px;
    border: 1px solid #fff;
    font-size: 1rem;
    position: relative;
    top: -20px;
}
}

.games-block img {
  width:100%;
  height: auto;
}
.games-block {
  margin-top:5em;
  margin-bottom:5em;
}
.games-block .container {
  padding-top:7em;
  padding-bottom:7em;
}
.games-block p, .games-block h2{
  padding:40px 80px 0px 0px;
    display: block;
    line-height: 30px;
    font-size:1rem;
}
.games-block h2{
  font-size:3rem;
  font-weight: bolder;
  text-transform: uppercase;
  line-height: 54px;
}
.games-block p:nth-child(2) {
  padding-top:10px;
}
.games-block p:nth-child(3) {
  padding:0px
}
.games-block .button_belt, .blog .button_belt {
  margin-left:0px;
  background-color: #000;
  color:#fff;
  border: none;
  margin-top:50px;
  font-weight: 500;
}
.games-block .col-lg-4 img {
  border-radius: 10px;
}
.games-block .button_belt:hover {
background-color:var(--color-primary);
  color:#fff;
  border:none;
}
.blog .button_belt:hover {
  background:var(--color-optional);
  color:#fff;
}
.games-block .soc img:first-child {
  max-width: 170px;
}
.games-block .soc span{
  text-align: center;
    padding:0px;
    display: inline-flex;
}
.games-block .soc_icons a img{

  display: inline-block;
  padding:20px 10px 10px 10px;
  opacity:1;
}

.games-block .soc_icons {
  border-top:1px solid #000;
  margin-top:2em;
}
.games-block .soc span a img:hover {
  opacity:0.7;
}
.games-block .soc span:first-child img{
  width:170px;
  height: 51px;
}
.block-text .header__title, p.lead{
  text-align: left;
  margin-top:1.8em;
}
.block-text .button_belt, .blog .button_belt {
  margin-left: 0;
}
.block-text p {
  max-width: 350px;
  margin-bottom: 1.5em;
}

.center-block_bg {
      background-image: url(../Images/center-block-bg.svg);
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
        width: 330px;
    height: 648px;
    z-index: 9999;
    opacity:0.6;
}

.gallery-style-one {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	padding: 10px;
}

.gallery-style-one .overlay {
	 background-color: rgba(255, 255, 255, 0.6); 
  backdrop-filter: blur(3px);              
  -webkit-backdrop-filter: blur(8px); 
	position: absolute;
	left: 0px;
	    bottom: -60px;
    max-width: 76%;
    padding: 70px 70px 30px 70px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.35s ease-in-out;
	z-index: 9;
}


/* .gallery-style-one .overlay::after {
	position: absolute;
	right: -28px;
	bottom: 10px;
	content: "";
	height: 30px;
	width: 30px;
	border-bottom-left-radius: 15px;
	box-shadow: 0 20px 0 0 #eee;
}
 */

.swiper-slide-active .gallery-style-one .overlay {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	border-top-right-radius: 10px;
  border-left:1px solid #fff;
}

.gallery-style-one .overlay span {
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	margin-bottom: 15px;
	color: var(--color-primary);
}

.gallery-style-one .overlay h4 {
	margin-bottom: 34px;
  line-height: 33px;
}



.gallery-style-one .overlay > a i {
	transform: rotate(-45deg);
	margin-left: 10px;
	font-size: 20px;
	font-weight: 100;
	position: relative;
	top: 2px;
}

.gallery-style-one img {
	border-radius: 10px;
}

@media (min-width: 1200px) {

	.swiper-slide-active .gallery-style-one {
		background-color:#eee;
		border: 1px solid #fff;
	}
}

.project-navigation-items {
	position: relative;
	height: 100%;
}

.project-swiper-nav {
	position: absolute;
	right: 0;
	bottom: 60px;
	display: flex;
	width: 200px;
	justify-content: space-between;
	align-items: center;
}

.project-swiper-nav > div {
	height: 40px;
	width: 40px;
	background: var(--color-optional);
	z-index: 9;
	position: relative;
	border-radius: 50%;
}

.project-swiper-nav > div::after {
	position: absolute;
	top: 7px;
	content: "";
	height: 100%;
	width: 100%;
	font-family: "Font Awesome 5 Pro";
	text-align: center;
	color: var(--white);
}

.project-swiper-nav .project-button-next::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(225deg);
    margin-right: 6px;
    top:14px;
    position: absolute;
    left:12px;
}

.project-swiper-nav .project-button-prev::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    margin-right: 6px;
    top:14px;
    position: absolute;
    left:15px;
}

.project-style-one-carousel {
	padding-top: 120px;
	margin-top: -120px;
}

.project-swiper-nav .project-pagination {
	background: transparent;
	position: absolute;
	line-height: 40px;
	color: var(--color-heading);
	font-size: 24px;
	width: auto;
	font-weight: 600;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.gallery-style-two {
	overflow: hidden;
}

.gallery-style-two .overlay {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 67px;
	background: var(--bg-gradient);
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

@media (min-width: 1200px) {
	.swiper-slide-active .gallery-style-two .overlay {
		bottom: 0;
		opacity: 1;
		visibility: visible;
	}
}

.gallery-style-one img {
  height: auto;
  width: 100%;
  max-width: 799px;
  max-height: 600px;
}

.button_belt.white {
  border: 2px solid #000;
    background-color: #fff;
    color:#000;
}

.button_belt.white:hover {
    border: 2px solid #000;
    background-color: #000;
    color:#fff;
}
.footer .col-lg-9 ul li:last-child {
  margin-left:2em;
}
.footer .soc_icons {
  display: block;
  text-align: right;
}

.footer .soc_icons img {
  margin-left:2em;
}

.footer .button_belt.white {
  border:none;
  top:-5px
}
footer ul li:nth-last-child(2)::after {
  content: "|";
  margin: 0 8px;
  color: #999;
      position: relative;
    left: 35px;
}

@media only screen and (max-width: 767px) {
   
.bg-block {
  z-index: -1;
    clip-path: none;
    background: transparent;
    background-image: none !important;
    background-color: #fff;
}
.bg-block::before {
  background-color: #fff;
}
.games-block .container {
    padding-top: 0em;
    padding-bottom: 0em;
}
.px-5.soc.text-center {
  margin-top:3em;
}
.games-block .button_belt{
    margin-left: 0px;
    background-color: #000;
    color: #fff;
    border: none;
   text-align: center;
        display: block;
        width: fit-content;
        margin: 0 auto;
}
.games-block span:nth-child(2) {
    padding-top: 30px;
}
#projects .header__title {
    text-align: center !important;
}
.project-swiper-nav {
    position: relative;
    bottom: 23px;
    width: 200px;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
#projects {
    margin-top: 4em !important;
    margin-bottom: 2em;
}
.footer ul li {
    list-style-type: none;
    display: block;
    margin-right: 2em;
}
.footer .col-lg-9 ul li:last-child {
    margin-left: 0em;
}
.footer .soc_icons img {
    margin: 0.7em;
}
.title-bg {
    background-image: none !important;
    z-index: -1 !important;
}
.title-block img {
    margin-left: 0em !important;
}
.title-block h1 {
    padding-top: 0.1em;
    font-size: 3.4rem;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
}
ul li:nth-last-child(2)::after {
  content: " " !important;
}
.footer .button_belt.white {
    border: none;
    top: -5px;
    margin-left: 0px;
}
.games-block span, .games-block h2 {
    padding: 40px 0px 15px 0px;
    display: block;
    line-height: 34px;
    text-align: center;
}
.navbar-nav li:last-child {
  border:none !important;
}
.navbar .nav-item::after, .navbar .nav-item:hover::after, .navbar .nav-item.active::after {
  height: 0px;
  width:0% !important;
  background-color: transparent !important;
  transition:none;
  bottom:0;
}


}



span.soc_icons > a:nth-child(1){
  margin-top:3px;
}


@media (min-width: 993px) and (max-width: 1755px) {
 
        .dropdown-item {
        font-size: 0.9rem !important;
       
        line-height: 10px;
    }
  }


  @media (min-width: 993px) and (max-width: 1550px) {
 
        .center_block .col-lg-10.bg-white.mt-5{
        width:100%;
    }
    .center_block .col-lg-10.bg-white.mt-5 .col-lg-4.p-5.offset-lg-1{
       margin-left:0%;
       width:50%;
  }
  .col-lg-4.p-5.offset-lg-1 img {
        max-height: 535px !important;
    width: auto !important;
  }
  .block-text p {
    max-width: 440px;
  }
}
  

  @media (min-width: 768px) and (max-width: 1398px) {
 
        .footer ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 1.1em;
    font-weight: 500;
    font-size: 0.9rem;
}
    }


.typo3-messages {
  list-style: none;
}