/*
 Theme Name:     ITdesk
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         ITDesk
 Author URI:     https://www.itdesk.eu
 Template:       Divi
 Version:        1.0.0
*/

:root {
    --geist-foreground-rgb: 255, 255, 255;
    --border-radius: 12px;
    --red: #e76f51;
    --linecolor:#393939;
    --black:#1a1a1a;
    --dark:#212121;
    --green:#7CDA24;
}

::-webkit-scrollbar {
    background:#1a1a1a;
}

body {
    font-weight:300;
}

.red {
    color:var(--red);

}

.green {
    color:var(--green);

}

.et_pb_row {
    width:90%;
}

.centra {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.blurb-left .et_pb_blurb_content {
    margin-left:0;
}

.blurb-left .et_pb_blurb_content .et_pb_blurb_container {
    vertical-align:middle;
}

.blurb-left .et_pb_blurb_content .et_pb_blurb_container h4 {
    padding-bottom:0;
}

.blurb-center .et_pb_blurb_content {
    display: flex;
    justify-content: center;
    align-items:center;
}

.blurb-middle .et_pb_blurb_content .et_pb_blurb_container {
    vertical-align:middle;
}

.blurb-middle .et_pb_blurb_content .et_pb_blurb_container h4 {
    padding-bottom:0;
}

.blurb-right .et_pb_blurb_content {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
}

.blurb-right .et_pb_blurb_content .et_pb_blurb_container {
    padding-right:15px;
    padding-left:0;
}

.blurb-right .et_pb_main_blurb_image, .blurb-left .et_pb_main_blurb_image, .blurb-center .et_pb_main_blurb_image {
    margin-bottom:0;
}

.title h1 {
    
    font-size:90px;
}

.title h2 {
    font-size:50px;
    
}

.title h3 {
    font-size:30px;
    line-height:1.2;
}

.title h4 {
    font-size:24px;
    line-height:1.2;
}

.title-light {
    font-weight:400;
}

.stoprocent .et_pb_code_inner {
    width:100%;
    height:100%;
}

.btnlink {
    font-size:13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    transition: all 0.6s;
    line-height:1;
    position: relative;
    /* color:#ffffff; */
    color:var(--red);
}

.btnlink:after {
    content: "$";
	font-family: "ETmodules" !important;
	margin-left: 10px;
	position: absolute;
    transition: all 0.6s;
    line-height:1;
    top: 50%;
    transform: translateY(-50%);
}

.btnlink:hover:after {
   	margin-left: 15px;
	
}

.btnred {
    background-color: var(--red);
    color:#ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding:10px 40px;
    border-radius:30px;
    display: inline-block;
    font-size:14px;
    line-height:1;
    transition: all .3s;
    font-weight:600;
}

.btnred:hover {
    background-color: var(--black);
    letter-spacing: 2px;
}

.btnred .et-pb-icon {
    color:#ffffff;
    font-size:20px;
    line-height:20px;
    padding-right:10px;
    vertical-align: bottom;
}

.withicon {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 240px;
    justify-content: center;
}

.topbtntext {
    color:#ffffff;
    display: block;
    padding-bottom:10px;
    font-size:14px;
}

.sec-bottom {
    position: relative;
  }
  
.sec-bottom:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
  
.sec-bottom .d-flex {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 30px;
    border-radius: 30px;
    position: relative;
    z-index: 3;
}

.sub-bg {
    background: #1d1d1d;
}

.sub-bg h6 {
    color:#ffffff;
    padding-bottom:5px;
    padding-top:5px;
}

.sub-bg h6 span {
   font-weight:600;
}


.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.flex-space {
    justify-content: space-between;
    align-items: center;
}

.line-overlay {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
.line-overlay.revers {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  
.line-overlay.up {
    top: -25%;
  }
  
.line-overlay svg path {
    stroke: #353535;
  }

.floating {
    -webkit-animation: float 3s infinite;
    animation: float 3s infinite;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.submenu {
    font-size:14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color:#ffffff;
    margin-bottom:15px;
    display: inline-block;
}

.subtitle {
    font-size:14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom:15px;
    display: inline-block;
    line-height:1.2;
}

@keyframes float {
	0% {
		-webkit-transform: translatey(10px);
		transform: translatey(10px);
	}

 

	50% {
		-webkit-transform: translatey(-10px);
		transform: translatey(-10px);
        -webkit-transform: translatex(-10px);
		transform: translatex(-10px);
	}
	100% {
		-webkit-transform: translatey(10px);
		transform: translatey(10px);
	}
}

.floating2 {
    -webkit-animation: float2 3s infinite;
    animation: float2 3s infinite;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

@keyframes float2 {
	0% {
		-webkit-transform: translatey(10px);
		transform: translatey(10px);
	}

 

	50% {
		-webkit-transform: translatey(-10px);
		transform: translatey(-10px);
        
	}
	100% {
		-webkit-transform: translatey(10px);
		transform: translatey(10px);
	}
}

.diff-blurbs .et_pb_module_header {
    font-size:28px;
    min-height:3em;
    line-height:1.1;
}

.diff-blurbs .et_pb_module_header span>span {
    color:var(--green);
}

@media only screen and (max-width:1360px) {
    .title h1 {
        font-size:80px;
    }
}


@media only screen and (max-width:1240px) {
    .title h1 {
        font-size:70px;
    }
}



  @media only screen and (max-width:767px) {
    #et-boc {
        overflow: hidden;
    }

    .title h1 {
        font-size:50px;
    }
    
     .title h2 {
        font-size:40px;
    }
   

    .title h3 {
        font-size:28px;
    }

  }

@media only screen and (max-width:479px) {

    .flex-space {
        flex-direction: column;
    }
    .sec-bottom .d-flex {
        border-left:0;
        border-right:0;
        padding-left:0;
        padding-right:0;
        border-radius:0;
    }

    .title h1 {
        font-size:36px;
     }

    .title h2 {
        font-size:30px;
    }

    .title h3 {
        font-size:22px;
    }

    .title h4 {
        font-size:18px;
    }

    .et_pb_text_inner {
        font-size:14px;
        line-height:1.5;
    }

    .cyfra .et_pb_text_inner {
        font-size:50px;
    }

    .diff-blurbs .et_pb_module_header {
        font-size:22px;
        min-height:3em;
    }
    
    .subtitle {
        letter-spacing: 1px;
        text-align: center;
        display:block;
    }

    .withicon {
        max-width: none;
        
    }

    .topbtntext {
        text-align: center;
    }
}


/* linie */

.hero {
    position: relative;
    overflow: visible;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 1120px;
    padding-top: 1.15vw
}





@media(max-width: 767px) {
    .hero {
        min-height:650px;
        padding-bottom: 15px
    }
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background-image: linear-gradient(0deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0.6) 100%), url(https://cakephp.expert/wp-content/uploads/2024/04/background4.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.hero .hero_inner {
    position: relative;
    z-index: 4;
    margin-left: auto;
    margin-right: auto
}

.hero .hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    max-height: 1018px;
    overflow: hidden;
    z-index: 0
}

@media(max-width: 767px) {
    .hero .hero_bg {
        height:70vh
    }
}
  
  .hero .lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: 1.5s all ease
}

.hero.animated .lines {
    opacity: 1;
    overflow: hidden
}

.hero .line-container {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #272424;
    margin-bottom: 0
}

.hero .line-container:nth-of-type(2) .animated-line,.hero .line-container:nth-of-type(4) .animated-line,.hero .line-container:nth-of-type(6) .animated-line {
    animation: moveLineReverse 15s linear infinite
}

.hero .animated-line {
    position: absolute;
    top: 50%;
    left: -1%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #393939;
    transform: translate(-50%,-50%);
    animation: moveLine 10s linear infinite
}

.hero .line-container:nth-child(1) {
    position: absolute;
    top: 5.5vw;
    left: 0
}

@media(max-width: 1679px) {
    .hero .line-container:nth-child(1) {
        top:8.5vw
    }
}

@media(max-width: 1023px) {
    .hero .line-container:nth-child(1) {
        top:11.5vw
    }
}

@media(max-width: 600px) {
    .hero .line-container:nth-child(1) {
        top:18.5vw
    }
}

.hero .line-container:nth-child(2) {
    position: absolute;
    top: 12.9vw;
    left: 0
}

.hero .line-container:nth-child(2) .animated-line {
    animation-delay: 5s
}

@media(max-width: 1679px) {
    .hero .line-container:nth-child(2) {
        top:15.9vw
    }
}

@media(max-width: 1023px) {
    .hero .line-container:nth-child(2) {
        top:18.9vw
    }
}

@media(max-width: 600px) {
    .hero .line-container:nth-child(2) {
        top:25.9vw
    }
}

.hero .line-container:nth-child(3) {
    position: absolute;
    top: 20.2vw;
    right: 0
}

.hero .line-container:nth-child(3) .animated-line {
    animation-delay: 12s
}

@media(max-width: 1679px) {
    .hero .line-container:nth-child(3) {
        top:23.2vw
    }
}

@media(max-width: 1023px) {
    .hero .line-container:nth-child(3) {
        top:26.2vw
    }
}

@media(max-width: 600px) {
    .hero .line-container:nth-child(3) {
        top:33.2vw
    }
}

.hero .line-container:nth-child(4) {
    position: absolute;
    top: 27.55vw;
    left: 0
}

.hero .line-container:nth-child(4) .animated-line {
    animation-delay: 13s
}

@media(max-width: 1679px) {
    .hero .line-container:nth-child(4) {
        top:30.55vw
    }
}

@media(max-width: 1023px) {
    .hero .line-container:nth-child(4) {
        top:33.55vw
    }
}

@media(max-width: 600px) {
    .hero .line-container:nth-child(4) {
        top:40.55vw
    }
}

.hero .line-container:nth-child(5) {
    position: absolute;
    top: 34.9vw;
    right: 0
}

.hero .line-container:nth-child(5) .animated-line {
    animation-delay: 8s
}

@media(max-width: 1679px) {
    .hero .line-container:nth-child(5) {
        top:37.9vw
    }
}

@media(max-width: 1023px) {
    .hero .line-container:nth-child(5) {
        top:40.9vw
    }
}

@media(max-width: 600px) {
    .hero .line-container:nth-child(5) {
        top:47.9vw
    }
}

.hero .line-container:nth-child(6) {
    position: absolute;
    top: 42.3vw;
    left: 0
}

.hero .line-container:nth-child(6) .animated-line {
    animation-delay: 4s
}

@media(max-width: 1679px) {
    .hero .line-container:nth-child(6) {
        top:45.3vw
    }
}

@media(max-width: 1023px) {
    .hero .line-container:nth-child(6) {
        top:48.3vw
    }
}

@media(max-width: 600px) {
    .hero .line-container:nth-child(6) {
        top:55.3vw
    }
}

.hero .lines2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: 1.5s all ease
}

.hero .lines2 .line-container {
    position: relative;
    width: 1px;
    height: 100%;
    background-color: #272424;
    margin-bottom: 0
}

.hero .lines2 .line-container:nth-of-type(2) .animated-line,.hero .lines2 .line-container:nth-of-type(4) .animated-line,.hero .lines2 .line-container:nth-of-type(6) .animated-line,.hero .lines2 .line-container:nth-of-type(8) .animated-line,.hero .lines2 .line-container:nth-of-type(10) .animated-line {
    animation: moveLineTopReverse 10s linear infinite
}

.hero .lines2 .animated-line {
    position: absolute;
    top: -1%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #393939;
    transform: translate(-50%,-50%);
    animation: moveLineTop 10s linear infinite
}

.hero .lines2 .line-container:nth-child(1) {
    position: absolute;
    top: 0;
    left: 16.2vw
}

.hero .lines2 .line-container:nth-child(1) .animated-line {
    animation-delay: 2s
}

.hero .lines2 .line-container:nth-child(2) {
    position: absolute;
    top: 0;
    left: 23.6vw
}

.hero .lines2 .line-container:nth-child(2) .animated-line {
    animation-delay: 5s
}

.hero .lines2 .line-container:nth-child(3) {
    position: absolute;
    top: 0;
    left: 31vw
}

.hero .lines2 .line-container:nth-child(3) .animated-line {
    animation-delay: 9s
}

.hero .lines2 .line-container:nth-child(4) {
    position: absolute;
    top: 0;
    left: 38.25vw
}

.hero .lines2 .line-container:nth-child(4) .animated-line {
    animation-delay: 3s
}

.hero .lines2 .line-container:nth-child(5) {
    position: absolute;
    top: 0;
    left: 45.55vw
}

.hero .lines2 .line-container:nth-child(5) .animated-line {
    animation-delay: 6s
}

.hero .lines2 .line-container:nth-child(6) {
    position: absolute;
    top: 0;
    left: 53vw
}

.hero .lines2 .line-container:nth-child(6) .animated-line {
    animation-delay: 4s
}

.hero .lines2 .line-container:nth-child(7) {
    position: absolute;
    top: 0;
    left: 60.3vw
}

.hero .lines2 .line-container:nth-child(7) .animated-line {
    animation-delay: 13s
}

.hero .lines2 .line-container:nth-child(8) {
    position: absolute;
    top: 0;
    left: 67.65vw
}

.hero .lines2 .line-container:nth-child(8) .animated-line {
    animation-delay: 18s
}

.hero .lines2 .line-container:nth-child(9) {
    position: absolute;
    top: 0;
    left: 75vw
}

.hero .lines2 .line-container:nth-child(9) .animated-line {
    animation-delay: 11s
}

.hero .lines2 .line-container:nth-child(10) {
    position: absolute;
    top: 0;
    left: 82.4vw
}

.hero .lines2 .line-container:nth-child(10) .animated-line {
    animation-delay: 2s
}

.hero.animated .lines2 {
    opacity: 1
}

@keyframes moveLine {
    0% {
        left: 0
    }

    100% {
        left: 100%
    }
}

@keyframes moveLineReverse {
    0% {
        left: 100%
    }

    100% {
        left: -100%
    }
}

@keyframes moveLineTop {
    0% {
        top: 0
    }

    100% {
        top: 100%
    }
}

@keyframes moveLineTopReverse {
    0% {
        top: 100%
    }

    100% {
        top: -100%
    }
}

@-webkit-keyframes text-bg-animate {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@keyframes text-bg-animate {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-20px)
    }
}

/* end linie */

/* menu */

#menu-menu1 {
    display: flex;
    flex-direction: column;
}

#menu-menu1 li {
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid var(--linecolor);
}

#menu-menu1 li:before {
    font-size: 30px;
    color: #FFFFFF;
    font-family: ETmodules !important;
    font-weight: 400 !important;
    content:"'";
    margin-right:15px;
}

#menu-menu1 li a {
    font-family: 'Bai Jamjuree', Helvetica, Arial, Lucida, sans-serif;
    font-size:30px;
    font-weight:400;
}

#head.scroll #logo img {
    /* clip-path: inset(0% 70% 0% 0%); */
    clip-path: inset(0 0 0 0); 
    animation: clipPathAnimation 2s forwards;
}

.slide-in-menu-container {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

@keyframes clipPathAnimation {
    0% {
      clip-path: inset(0 0 0 0);
    }
    100% {
      clip-path: inset(0 70% 0 0); /* zwijanie się do boku - widoczne tylko 30% */
    }
  }

  #slide-in-open{
    cursor: pointer;
    }
     
.line{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    }
     
.line-2 {
    top: 10px;
    }
     
.line-3 {
    top: 20px;
    }
     
#slide-in-open.open .line-1 {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    }
     
#slide-in-open.open .line-2 {
    display: none;
    }
     
#slide-in-open.open .line-3 {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }
     
.slide-in-menu {
    right: 0 !important;
    opacity: 1 !important;
    }
     
.slide-in-menu-container {
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    }

@media only screen and (max-width:1440px) {
    .slide-in-menu .et_pb_blurb .et-pb-icon {
        font-size:26px!important;
    }

    .slide-in-menu .et_pb_blurb h4 {
        font-size:20px!important;
        line-height:1.2;
  }
}

@media only screen and (max-width:1240px) {
    #head .title h2 {
        font-size:40px
    }
}

@media only screen and (max-width:980px) {
    #head .et_pb_row .et_pb_column {
        margin-bottom:0;
    }

    #logo {
        padding:10px;
    }
}

@media only screen and (max-width:767px) {
    #slide-in-open {
padding-top:10px!important;
     
}
}
    
@media (max-width:479px) {
    
    #slide-in-open{
        padding-bottom:0!important;
    }
        
    .slide-in-menu .et_pb_blurb h4 {
          font-size:20px!important;
          line-height:1.2;
    }
      
    .slide-in-menu .et_pb_blurb .et-pb-icon {
          font-size:26px!important;
          
    }
}



/* end menu */


/* hero */

#hero .title h1 {
    padding-bottom:0;
    font-weight:400;
    
}



/* #hero .et_pb_blurb_content {
    width:auto;
    --c:linear-gradient(#fff 0 0);
  
  padding-bottom: .15em;
  background: var(--c), var(--c);
  background-size: 40px 2px;
  background-position:0 100%;
  background-repeat: no-repeat;
  transition: .3s linear, background-size .3s .2s linear;
}

#hero .et_pb_blurb_content:hover {
    background-size: 45% 2px;
    background-position: 0 100%, 100% 100%;
  } */

/* #hero .et_pb_blurb_content {
    width:auto;
    padding:5px 5px 0 5px;
}

#hero .et_pb_blurb_content:before {
  background: #000000;
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

#hero .et_pb_blurb_content:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}  */



.big-number.et_pb_number_counter .percent-value {
    font-size:380px;
    font-weight:800;
    color: transparent !important;
    -webkit-text-stroke-color: rgba(255,255,255,0.86);
    -webkit-text-stroke-width: 1px;
    text-stroke-color: rgba(255, 255, 255, 0.86);
    text-stroke-width: 1.00px;
    text-transform: uppercase;
}

.big-number.et_pb_number_counter h3.title {
    text-align: center;
    width: 100%;
    /* top: 50%;
    transform: translateY(-50%);
    position: absolute; */
    font-size:16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding:0 20px;
    line-height:1.3;
    font-weight:600;
    color:#ffffff;
}

.big-number.et_pb_number_counter .percent {
    height:auto!important;
}

 .hero-banners .et_pb_column {
    background:#1a1a1a;
    border:1px solid #393939;
    border-radius:8px;
} 


.gradient-border-card {
    position: relative;
    padding: 40px;
    border-radius: var(--border-radius);
    flex: 1 1;
    transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    box-shadow: 0 0 0 1px transparent, 0 2px 4px transparent, 0 12px 24px transparent;
    /* cursor: pointer; */
    z-index: 1;
  }
  
  .gradient-border-card .shimmer {
    background: linear-gradient(112deg, transparent 30%, rgba(var(--geist-foreground-rgb), 0.1) 40%, rgba(var(--geist-foreground-rgb), 0.3) 50%, rgba(var(--geist-foreground-rgb), 0.1) 60%, transparent 80%);
    position: absolute;
    inset: 0;
    z-index: 20;
    pointer-events: none;
    border-radius: inherit;
    background-size: 200% auto;
    background-position: 0;
    animation: shimmer 18s cubic-bezier(0.8, 0, 0.05, 1) infinite;
    animation-delay: var(--delay);
  }

  @keyframes shimmer {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0;
      background-position: -50%;
    }
    10% {
      opacity: 0.7;
    }
    15% {
      opacity: 0;
      background-position: 150%;
    }
    20% {
      opacity: 0;
    }
    to {
      opacity: 0;
    }
  }

.gradient-border-card .et_pb_blurb {
    margin-bottom:0;
  }

.gradient-border-card .et_pb_blurb h4 {
    color:#ffffff;
    line-height:1.2;
    font-size:28px;
}

.gradient-border-card .et_pb_blurb .btnlink {
    /* color:#ffffff; */
    transform: translateX(-10px);
    display:block;
}

.gradient-border-card .et_pb_blurb .et_pb_blurb_description {
    padding-top:50px;
    text-align: right;
}

#hero-pod .gradient-border-card .et_pb_blurb .et_pb_blurb_description {
    padding-top:30px;
    text-align: left;
    color:#ffffff;
    font-size:18px;
    font-weight:400;
}

#hero-pod .gradient-border-card .et_pb_blurb.et_pb_blurb_position_left .et_pb_main_blurb_image {
    width:110px;
}

#hero-pod .gradient-border-card .et_pb_blurb .et_pb_image_wrap {
    margin-left:0;
}

.hero-banners ul {
    list-style-type: none;
    padding-left:0;
}

.hero-banners ul li {
    position: relative;
    text-align: left;
    padding-left:30px;
    color:#ffffff;
    margin-bottom:5px;
    font-weight:300;
    letter-spacing: .5px;;
}

.hero-banners ul li:before {
    font-family: ETmodules !important;
    font-weight: 400 !important;
    content:"'";
    display: inline-block;
    position: absolute;
    left:0;
    top:0;
    font-size:20px;
    color:var(--green);
}

.home-hero .gradient-border-card .et_pb_blurb .et_pb_blurb_description {
    padding-top:20px;
   
}

.home-hero .hero-banners .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom:20px;
}

.home-hero .gradient-border-card .et_pb_blurb h4 {
    font-size:26px;
    min-height:4em;
}

.hero-banners.ref .gradient-border-card .et_pb_blurb h4 {
    min-height:3em;
}


@media only screen and (max-width:1240px) {
    .gradient-border-card .et_pb_blurb h4 {
        font-size:22px;
    }

    .big-number.et_pb_number_counter .percent-value {
        font-size:328px;
    }
}

@media only screen and (max-width:767px) {
    .big-number.et_pb_number_counter .percent-value {
        font-size:180px;
    }

    .home-hero .gradient-border-card .et_pb_blurb h4 {
        min-height:0;
    }
}

@media only screen and (max-width:479px) {
    #hero-pod .gradient-border-card .et_pb_blurb .et_pb_blurb_description {
        font-size:14px;
        line-height:1.5;
    }

    .gradient-border-card {
        padding:30px 20px;
    }

    #hero-pod .gradient-border-card .et_pb_blurb .et_pb_main_blurb_image {
        width:60px;
    }
}

/* end hero */

/* form */

.form .form-row p {
    display: flex;
    gap:20px;
    width:100%;
}

.form .form-row {
   margin-bottom:15px;
}

.form .form-row .wpcf7-form-control-wrap {
    width:100%;
}

.form .form-row.select .wpcf7-form-control-wrap:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
}

.form .form-row input, .form .form-row select{
    width:100%;
    background: transparent;
    border:0;
    border-bottom: 1px solid #393939;
    color:#ffffff;
    font-size:16px;
    padding:10px;
}

.form .form-row input::placeholder, .form .form-row textarea::placeholder{
    color:#999;
}

.form .form-row select {
    border: none;
    border-bottom: 1px solid #393939;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color:#999;
}

.form .form-row select:active, .form .form-row select:focus {
    outline: none;
    box-shadow: none;
}

.form .form-row select option {
    background:#1a1a1a;
    color:#ffffff;
    padding-bottom:8px;
}

.form .form-row select option:first-child {
    color:#999;
    
}


.form .form-row textarea {
    background:transparent;
    width:100%;
    border:1px solid #393939;
    color:#ffffff;
    font-size:16px;
    padding:15px;
}

.form .wpcf7-submit {
    background:transparent;
    border:1px solid #ffffff;
    padding:12px 40px;
    color:#ffffff;
    border-radius:20px;
    display: block;
    width: 100%;
    cursor:pointer;
    font-size:14px;
    text-transform: uppercase;
    letter-spacing: 2px;
} 

.taby {
    display: flex;
    justify-content: space-between;
    color:#ffffff;
    align-items: center;
}

.taby .tableft, .taby .tabright {
    width:40%;
    
}

.taby .tableft a{
    padding:8px 30px;
    border:1px solid var(--linecolor);
    border-radius:30px;
    text-transform: uppercase;
    font-weight:600;
    text-align: center;
    color:#ffffff;
    display: block;
    font-size:14px;
    letter-spacing: 1px;
}

.taby .tabright a{
    padding:8px 30px;
    border:1px solid var(--linecolor);
    border-radius:30px;
    background-color: var(--red);
    text-transform: uppercase;
    font-weight:600;
    text-align: center;
    color:#ffffff;
    display: block;
    font-size:14px;
    letter-spacing: 1px;
    transition: all .3s;
}

.taby .tabright a:hover {
    background-color: var(--dark);
    letter-spacing: 2px;
}


/* .form .wpcf7-submit {
    background:linear-gradient(180deg, #000000, #111111); 
    position: relative;
    width: 300px;
    color:#ffffff;
    padding: 1rem;
    border-radius: 30px;
    border: 1px solid whitesmoke;
    cursor:pointer;
  }
  
  .form .wpcf7-submit::before, .form .wpcf7-submit::after {
    content:'';
    position:absolute;
    left: -5px;
    top: -5px;
    background: linear-gradient(45deg, #993333, #ff00ff, #6e0dd0, #099fff, #ff00 ,#993333);
    background-size: 400%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: -1;
    animation: animate 20s linear infinite;
   
    
  }
  
  @keyframes animate {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 400% 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  
  .form .wpcf7-submit::before {
    filter: blur(20px);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  
  .form .wpcf7-submit:hover::before {
    opacity: 100;
  } */

@media only screen and (max-width:1240px) and (min-width:980px) {
    .taby {
        flex-direction: column;
    }

    .taby .tableft, .taby .tabright {
        width:100%;
        
    }
}

@media only screen and (max-width:767px) {
    .form .form-row p {
        flex-direction: column;
        gap:0;
    }

    .taby {
        flex-direction: column;
    }

    .taby .tableft, .taby .tabright {
        width:100%;
        
    }
}

/* end form */

/* portfolio */

#portfolio .et_pb_blurb {
    background:var(--black);
    padding:0;
    border-radius: var(--border-radius);
    border:1px solid var(--linecolor);
}

#portfolio .et_pb_blurb_content {
    max-width:none;
    display: flex;
    min-height:300px;
}

#portfolio .et_pb_blurb_content .et_pb_main_blurb_image {
    width:30%; 
    margin-bottom: 0;
}

#portfolio .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
    height:100px;
    width:100px;
    margin-top:20px;
}

#portfolio .et_pb_blurb_content .et_pb_main_blurb_image img {
    border-radius: var(--border-radius);
    width:100%;
    height:100%;
    object-fit: cover;
   
}

#portfolio .et_pb_blurb_container {
    padding-left:30px;
    padding-top:30px;
    padding-right:30px;
    padding-bottom: 30px;
    width:70%;
}

#portfolio .et_pb_blurb_container h4 {
    color:#ffffff;
    font-size:13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid var(--linecolor);
    margin-bottom:20px;
}

#portfolio .et_pb_blurb_container .et_pb_blurb_description h3 {
    color:#ffffff;
    font-size:22px;
    line-height:1.3;
}

#portfolio .et_pb_blurb_container .et_pb_blurb_description {
    padding-top:30px;
}

#portfolio .et_pb_blurb_container .et_pb_blurb_description img {
    width:30px;
    height:30px;
}

#portfolio .et_pb_blurb_container .et_pb_blurb_description .btnlink {
    position: absolute;
    bottom: 20px;
    right: 50px;
}

ul.portul {
    list-style-type: none;
    padding:0;
}

ul.portul li {
    
    margin-bottom:15px;
    border-bottom:1px solid var(--linecolor);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:10px;
    line-height:1.1;
    font-weight:300;
    font-size:14px;

}

ul.portul li:last-child {
    
    margin-bottom:0;
    border-bottom:0;
    padding-bottom:0;
}

ul.portul li p, ul.portul li span{
    font-size:12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height:1.1;
    font-weight:300;
}


ul.portul li h5 {
    font-size:22px;
    text-transform: none;
    letter-spacing: 0;
    font-weight:400;
    margin-top:6px;
    text-align: right;
    line-height:1.1;
}

#portfolio-navigation .blurb-left:hover .et_pb_main_blurb_image {
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

#portfolio-navigation .blurb-right:hover .et_pb_main_blurb_image {
    transform: translateX(10px);
    transition: all 0.3s ease;
}

#portfolio-navigation .et_pb_column {
    width:33.3333%;
}

#portfolio .et_pb_portfolio .project h2 {
    font-size:36px;
    border-bottom:1px solid var(--linecolor);
    margin-bottom:30px;
    padding-bottom:30px;
    font-weight:400;
    padding-left:50px;
    line-height:1.1;
}

#portfolio .et_pb_portfolio .project {
    transition: all .3s ease-in-out;
}

#portfolio .et_pb_portfolio .project:hover {
    transform: translateX(20px);
    transition: all .3s ease-in-out;
}

#portfolio .et_pb_portfolio .project:not(:hover) {
    transition: all .5s ease-in-out; 
}


#portfolio .et_pb_portfolio .project h2:before {
    font-family: ETmodules !important;
    font-weight: 400 !important;
    content:"'";
    display: inline-block;
    position: absolute;
    left:0;
    top:0;
    font-size:40px;
    color:var(--red);
}

@media only screen and (max-width:1360px) {
    #portfolio .et_pb_blurb_container .et_pb_blurb_description h3 {
        font-size:20px;
    }
}

@media only screen and (max-width:1240px) {
    ul.portul li h5 {
        font-size:18px;
       
    }

    ul.portul li p{
        font-size:11px;
        letter-spacing: 0;
        max-width:50%;
        line-height:1.1;
    }

    #portfolio-navigation .et_pb_blurb .et_pb_module_header {
        font-size:18px;
    }

    #portfolio .et_pb_portfolio .project h2 {
        font-size:30px;
        
    }
}

@media only screen and (max-width:767px) {

    #portfolio .et_pb_portfolio .project h2 {
        font-size:26px;
        
    }

    #portfolio-navigation .et_pb_column {
        width:100%;
        margin-bottom:20px;
    }
}

@media only screen and (max-width:479px) {

    

    #portfolio .et_pb_blurb_content {
        flex-direction: column;
    }

    #portfolio .et_pb_blurb_content .et_pb_main_blurb_image {
        width:100%;
    }

    #portfolio .et_pb_blurb_container {
        width:100%;
        padding:30px;
    }

    #portfolio .et_pb_blurb_container .et_pb_blurb_description {
        padding-top:10px;
    }

    #portfolio .et_pb_blurb_container .et_pb_blurb_description .btnlink {
        position: relative;
        bottom:auto;
        right:auto;
    }

    ul.portul li {
    
        margin-bottom:15px;
        border-bottom:1px solid var(--linecolor);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding-bottom:10px;
    }

    ul.portul li p{
       
        max-width:100%;
        line-height:1.1;
    }

    ul.portul li h5 {
        font-size:20px;
        padding-top:5px;
    }

  
}

/* end portfolio */

/* services */

.cytat {
    font-size:22px;
    line-height:1.5;
}

@media only screen and (max-width:767px) {
    .et_pb_text.cytat {
        font-size:18px;
        padding: 30px 20px!important;
    }
}

@media only screen and (max-width:479px) {
    .cytat .et_pb_text_inner {
        font-size:18px!important;
        
       
    }
}

/* end services */

