body, html {
    padding: 0;margin: 0;
    width:100vw;overflow-x:hidden;


    font-family: 'Roboto', Verdana, Arial, sans-serif;

    background:rgb(0,0,0,1);
  }

.content-wrapper{
    width:100vw;
    height:100vh;

    overflow-x: hidden;
    overflow-y:scroll;
}

.page-wrapper{

    position:relative;
}


/*
* Loader
*/
.loader{
    
    width:100vw;height:100vh;
    position:absolute;z-index:9999999;left:0;right:0;
    overflow:hidden;

    display:flex;align-items: center;justify-content: center;

    background: rgb(133,133,133);
    background: radial-gradient(circle, rgba(133,133,133,1) 0%, rgba(50,50,50,1) 71%);
}

.svg-loader {
    padding:0.3rem;
    width:30vw;height:20vh;

    display:flex;align-items: center;justify-content: center;
}

.svg-loader .caption {
    padding:0.5rem 0.8rem;
    position:relative;left:-25px;
    font-size:1.6rem;
    line-height: 1.6rem;
    font-weight: 500;
    color:rgb(50,50,50,1);
    border:1px solid rgb(50,50,50,1);
    background:rgb(255,255,255,0.85);

    -webkit-box-shadow: 0px 0px 25px 10px rgba(119, 119, 119, 1);
    -moz-box-shadow: 0px 0px 25px 10px rgba(119, 119, 119, 1);
    box-shadow: 0px 0px 25px 10px rgba(119, 119, 119, 1);
}

.dot::before {
    content:'S';
    position: absolute;
    top: 50%;
    left: 50%;
    
      width:60px;
      height:60px;

      display:flex; align-items: center;justify-content: center;

    font-size:3.4rem;
    font-weight:600;
    color:rgb(255,255,255,1);
    background:rgb(50,50,50,1);
    
    transform-origin: -150px 0; /* Center of ellipse */
    animation: myOrbit 5s linear infinite;
    
  }

  .dot2::before {
    content:'M';
    position: absolute;
    top: 50%;
    left: 50%;

      width:60px;
      height:60px;

      display:flex; align-items: center;justify-content: center;
    
    
      font-size:3.4rem;
      font-weight:600;
      color:rgb(255,255,255,1);
      background:rgb(50,50,50,1);


    transform-origin: -150px 0; /* Center of ellipse */
    -webkit-animation: myOrbit 6s linear infinite; 
     -moz-animation: myOrbit 6s linear infinite; 
       -o-animation: myOrbit 6s linear infinite; 
          animation: myOrbit 6s linear infinite; 
  }

  @-webkit-keyframes myOrbit {
    0%  { -webkit-transform: rotate(0deg) translateX(5px) translateY(120px) rotate(0deg) scale(1); }
    25%  { -webkit-transform: rotate(90deg) translateX(5px) translateY(120px) rotate(-90deg) scale(.75); }
    50%  { -webkit-transform: rotate(180deg) translateX(5px) translateY(120px) rotate(-180deg) scale(.60); }
    75%  { -webkit-transform: rotate(270deg) translateX(5px) translateY(120px) rotate(-270deg) scale(.75); }
    100%  { -webkit-transform: rotate(360deg) translateX(5px) translateY(120px) rotate(-360deg) scale(1); }

    }

  @-moz-keyframes myOrbit {
    0%  { -moz-transform: rotate(0deg) translateX(5px) translateY(120px) rotate(0deg) scale(1); }
    25%  { -moz-transform: rotate(90deg) translateX(5px) translateY(120px) rotate(-90deg) scale(.75); }
    50%  { -moz-transform: rotate(180deg) translateX(5px) translateY(120px) rotate(-180deg) scale(.60); }
    75%  { -moz-transform: rotate(270deg) translateX(5px) translateY(120px) rotate(-270deg) scale(.75); }
    100%  { -moz-transform: rotate(360deg) translateX(5px) translateY(120px) rotate(-360deg) scale(1); }
    }

  @-o-keyframes myOrbit {
    0%  { -o-transform: rotate(0deg) translateX(5px) translateY(120px) rotate(0deg) scale(1); }
    25%  { -o-transform: rotate(90deg) translateX(5px) translateY(120px) rotate(-90deg) scale(.75); }
    50%  { -o-transform: rotate(180deg) translateX(5px) translateY(120px) rotate(-180deg) scale(.60); }
    75%  { -o-transform: rotate(270deg) translateX(5px) translateY(120px) rotate(-270deg) scale(.75); }
    100%  { -o-transform: rotate(360deg) translateX(5px) translateY(120px) rotate(-360deg) scale(1); }
    }

  @keyframes myOrbit {
    0%  { transform: rotate(0deg) translateX(5px) translateY(120px) rotate(0deg) scale(1); }
    25%  { transform: rotate(90deg) translateX(5px) translateY(120px) rotate(-90deg) scale(.75); }
    50%  { transform: rotate(180deg) translateX(5px) translateY(120px) rotate(-180deg) scale(.60); }
    75%  { transform: rotate(270deg) translateX(5px) translateY(120px) rotate(-270deg) scale(.75); }
    100%  { transform: rotate(360deg) translateX(5px) translateY(120px) rotate(-360deg) scale(1); }
    }


/*
* Hero
*/

  .hero {
    margin-left: calc(50% - 50vw);

    width: 100vw; height: 82vh; overflow: hidden;
    
    
    color: white;
    
    font-size: 3rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
   
    background:#000;

  }

  .hero-regular{
    margin-left: calc(50% - 50vw);

    width: 100vw; height: 50vh; overflow: hidden;
    
    
    color: white;
    
    font-size: 3rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
   
   
  }

/*
* Hero slider
*/

.slider {


    width: 100%; height: 100vh; 
    
    border: 1px solid white;
    
    overflow: hidden;
    
}
  
.slide {
    padding:8vw 2vw;
    width: 100%;height: 100vh;

    position: absolute;
    top: 0;
    left: 0;

    color: white;
    font-size: 50px;

    display:flex;flex-wrap: wrap;flex-direction: column;
    justify-content: flex-start; align-items: center;

    background:rgba(47,47,47,1);

    background-image: url('/img/slider/bg-slide.png');
    background-size: contain;
    background-position:center;

 
}


.slide-content{
    padding-left:2vw;margin-top:2vw;
    position: relative;
    width: 90%;height: 70%; 
    
    display:flex;flex-direction: column; 
    align-items:flex-start;justify-content: flex-start;
}


.slider-overlay {
    width:100vw;height:100vh;
    display:block;
    position:absolute;top:0;left:0;
    background-image: url('/img/slider/slider-overlay.png');
    background-size: cover;
}


.line-container {
    
}


.line-container::before {
    content: '';
    position: absolute;
    height: 30%;
    width: 0;
    border-left: 4px solid rgb(158, 158, 158); 
    left: 0;
    top: 0;
}

.line-container::after {
    content: '';
    position: absolute;
    height: 70%;
    width: 0;
    border-left: 1px solid rgb(105, 105, 105); 
    left: 0;
    top: 30%;
}

.s-header{
    padding:0.5vw;

    font-weight: 500;
    font-size:3vw;
    line-height: 2.2vw;
    /*text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.5);*/
    color:rgba(255, 255, 255, 0.96);
}

.s-header-1{
    padding:0.5vw;

    font-weight: 400;
    font-size:2vw;
    line-height: 2.2vw;
    color:rgba(255, 255, 255, 0.85);
}

.s-text{
    padding:0.5vw;margin-top:4vw;
    width:45vw;min-width:250px;

    position:absolute;left:4vw;top:10vh;

    font-size:1.4vw;
    line-height: 1.8vw;
    font-weight:300;
    text-align: left;
    color:rgba(220, 220, 220, 0.96);
}

.slide-content .s-header:nth-of-type(1) {
    position:absolute;left:4vw;top:10px;
}

.slide-content .s-header:nth-of-type(2) {
    position:absolute;left:4vw;top:80px;
}

.s-stage-bulb {
    width:85vw;height:100%;display:flex;
    justify-content: center;
}

.ssb-1, .ssb-2, .ssb-3{
    width:33%;
}

.ssb-3{
    display:flex; flex-direction:column;align-items: flex-end;justify-content: flex-end;
}

.ssb-1 #caption-1{
    font-family:'Sketchica';font-size:3.2vw;line-height:3vw;
}

.ssb-1 #caption-2{
    font-family:'HelloEtchASketch';font-size:3.2vw;line-height:3vw;
}

.ssb-3 #caption-1{
    font-family:'Roboto';font-size:3.2vw;line-height:3vw;
    font-weight:500;
}

.ssb-3 #caption-2{
    font-family:'Roboto';font-size:3.2vw;line-height:3vw;
    font-weight:500;
}

.img-bulb {
    display:block;
    width:auto;
    height:100%;

    position:absolute;
}

#img-bulb-1 {
    z-index:10;
    opacity:0;

    filter: blur(1px) saturate(1) brightness(1);
    
    transform: scale(0.9); /* Starts slightly zoomed out */
}

#img-bulb-2 {
    z-index:20;
    opacity:0;

    filter: blur(1px) saturate(1) brightness(1);
    transform: scale(0.9); /* Starts slightly zoomed out */
}


#img-bulb-3 {
    z-index:30;
    opacity:0;

    filter: blur(1px) saturate(1) brightness(1);
    transform: scale(0.9); /* Starts slightly zoomed out */
}

#img-back-light{
    width:30vw;height:30vw;
    z-index:9;position:absolute;

    opacity:0.95;

    border-radius:50%;
    background:#fff;
    background: linear-gradient(90deg, rgba(47,47,47,1) 0%, rgba(47,47,47,1) 50%, rgba(47,47,47,1) 50%, rgba(47,47,47,1) 100%);
    filter:blur(80px)
}

/*
#slide-1 {
  
    background-size: cover;
    background-position:right bottom;
    
}

#slide-2 {
    background-image: url('/img/slider/slide-2.png');
    background-size: cover;
    background-position:right bottom;
}

#slide-3 {
    background-image: url('/img/slider/slide-3.png');
    background-size: cover;
    background-position:right bottom;
}
*/
/*
#slide-1::before,
#slide-2::before,
#slide-3::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px; 
    backdrop-filter: blur(30px);
    pointer-events: none; 
  }
*/
/*
* Sections elements
*/

.section {
    width:100%;height: 100vh;
    font-size: 2rem;
    text-align: left;

    overflow:hidden;
}

.inner-section{
    width:100%;height:100%;
    padding:0 1vw;
    text-align: left;
}

.inner-section-wrapper{
    width:100vw;height:100vh;
    display:flex; justify-content: space-around;
}

.section-stripe-wrapper{
    width:8.33%;height:100%;
}

.section-1, .section-8, .section-6 {
    background-color: rgb(241,241,241);
}

.section-3, .section-2 {
    background-color: rgb(50,50,50,1);
}


.section-rotatated-title {
    padding:0.3vw; /*margin-top:4vw;*/
    width:5vw; max-width:80px;
    height:300px;

    position:absolute;

    display: flex;align-items: center;justify-content: center;

    
    position:absolute;
    opacity:0;

    font-size:1.2vw;
    line-height: 1.1vw;
    font-weight:300;
    text-align: left;

}

.section-rotatated-title-light {
    background:rgb(241,241,241,1);
}

.section-rotatated-title-dark {
    background:rgb(50,50,50,1);
}


.wrapper-section-rotatated-title {
    
    display:flex; align-items: flex-end;
    transform: rotate(90deg);
}


.section-rotatated-title-light .srt-letter,
.section-rotatated-title-light .srt-text{
    color:rgb(50,50,50,1);
}


.section-rotatated-title-dark .srt-letter,
.section-rotatated-title-dark .srt-text{
    color:rgb(255,255,255,1);
}

.srt-letter{
    margin-right:0.3rem;
    font-size:2.8vw;
    line-height: 1.8vw;
    font-weight:500;
    
}

.srt-text{
    font-size:1.5vw;
    line-height: 1.1vw;
    font-weight:400;
    
    text-transform: uppercase;
}


.section-header-medium-light{
    font-size:1.3vw;
    line-height: 1.3vw;
    font-weight:400;
    text-align: left;
    color:rgba(255, 255, 255, 0.95);
}

.section-header-semimedium-light{
    font-size:1vw;
    line-height: 1.1vw;
    font-weight:300;
    text-align: left;
    color:rgba(255, 255, 255, 0.85);
}

.section-text-semimedium-light{
    margin-top:1.5rem;
    font-size:1.3vw;
    line-height: 1.8vw;
    font-weight:300;
    text-align: left;
    color:rgba(255, 255, 255, 0.85);
}

.section-text-semimedium-dark{
    margin-top:1.5rem;
    font-size:1.3vw;
    line-height: 1.8vw;
    font-weight:300;
    text-align: left;
    color:rgb(50,50,50,1);
}

.section-text-semiSmall-light{
    margin-top:1.2rem;
    font-size:1vw;
    line-height: 1.8vw;
    font-weight:300;
    text-align: left;
    color:rgba(255, 255, 255, 0.85);
}

.section-text-semiSmall-dark{
    margin-top:1.2rem;
    font-size:1vw;
    line-height: 1.8vw;
    font-weight:300;
    text-align: left;
    color:rgb(50,50,50,1);
}




.regular-text-13-dark{
    font-size:1.3vw;
    line-height: 1.5vw;
    font-weight:300;
    text-align: left;
    color:rgb(50,50,50,1);
}


.regular-text-13-light{
    font-size:1.3vw;
    line-height: 1.5vw;
    font-weight:300;
    text-align: left;
    color:rgba(255, 255, 255, 0.85);
}


/*
* Section about us
*
*/

.section-1 {
  border-top: 20px solid #323232;
  background-image: url('/img/about-us.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity:1;

  filter:saturate(1);
}

.section-bottom-stripe {
    position: absolute;
    width: 110vw;
    overflow: hidden;
    bottom:0;
    bottom:-5vh;left:-5vw;
    transform: translateX(-5vw);
    
}

.section-1-top-stripe {
    width:5vw; max-width:100px;
    height:300px;

    position:absolute;top:0;left:5%;
    display:flex;align-items: center;justify-self: center;

    background:#323232;

   
   box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
   -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.section-1-top-stripe-text
{
    color:rgb(255,255,255,0.85);
    transform: rotate(90deg);
}

.section-bottom-stripe svg {
    display: block;
    width: 135vw;
    height: auto;
    z-index: 1;
}

.secition-1 {
    position: relative;
    overflow: hidden; /* Ensure there's no extra overflow */
    z-index: 2; /* Place above the SVG stripe */
}

.wrapper-about-us {
    width:85%;height:100%;
    display:flex;align-items: flex-start;justify-content: center;
}

.stage-about-us {
    width:90%;height:70%;
    display:flex;flex-wrap:wrap;align-items: center;justify-content:center;
}

.textAboutUs{
    margin:2vw 0;
    width:100%;height:28%;

    font-family: 'Roboto'!important;
    font-size:1.4vw;
    line-height:2.2vw;
    font-weight: 300;
    text-align: justify;
    /*text-shadow:1px 1px 1px #000;*/

    color:rgb(0,0,0,0.75);
}


/*** Services List + stage***/

.section-2 {
    border-top: 20px solid rgb(241,241,241,1);
    background-image: url('/img/services-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
  
    filter:saturate(1);
}

.service-left{
    width:45%;height:100%;
}

.services-right{
    padding:0 3vw 0 0;
    width:55%;height:100%;
}

.services-right p{
    margin:0;
    text-align: justify;
}

.containerServicesList{

}

.containerServicesList .listItem {
    font-size:1.3vw;
    line-height: 1.8vw;
    font-weight:300;
    text-align: left;
    color:rgba(255, 255, 255, 0.80);
}

.containerServicesList .listItem-selected {
    color:rgba(255, 255, 255, 1);
}

.service-center-image {
    width:100%;height:100%;
    display:flex;align-items: center;justify-content: center;
}


.services-stage{
    width:100%; height:100%;
    position:relative;
}

.services-stage .st-item {
    position:absolute;
}

.st-logo {
    position: absolute;
    top: 35%;left: 20%;
    opacity: 0.75;
    color:rgb(255,255,255,0.65);
}

.services-stage .st-item{
    color:rgb(255,255,255,1);
    opacity:0.75;
}


.services-stage .st-1 {
    top:25;left:10%;
}

.services-stage .st-2 {
    bottom:15%;left:25%;
}

.services-stage .st-3 {
    bottom:45%;left:55%;
}

.services-stage .st-4 {
    bottom:55%;left:65%;
}


.services-stage  .st-item-details {
    padding:0.4vw;

    width:100%;height:100%;
    position:relative;
    opacity:1;

}

.services-stage .st-item-details-inner {
    width:80%;height:80%;
    position:relative;
}

.st-item-bg{
    margin-top:1.5em;

    width:100%;height:80%;
    position:relative;

}

.img-services {
    max-width: 100%;
    height:auto;
    display:block;

    position:relative;z-index:10;

    border:1px solid rgb(255,255,255,1);
}

.services-stage  .st-item-details .st-title 
{
    padding:0.2vw;
    width:13vw;min-width:250px;

    /*position:absolute;right:-10vw;top:1.5rem;z-index:99;*/

    display:flex;align-items: flex-end;

    font-size:1.3vw;
    line-height: 1.8vw;
    font-weight:400;

    color:rgb(0,0,0,1);
    background :rgb(255,255,255,1);
    
}

.wrapper-list-services {
    width:80%;height:80%;
    margin:auto;
  
}

.wrapper-list-services .list-services {

}

.wrapper-list-services .list-services .ls-item{
    padding:0.3vw 0.2vw;
    margin:0.5rem 0;

    position:relative;

    font-size:1vw;
    line-height:1.3vw;
    font-weight: 300;
    color:rgb(255,255,255,0.85);

    border-top:1px solid rgb(76,76,76,1);
    border-bottom:1px solid rgb(76,76,76,1);
   

    background:rgb(44,44,44,1);
}



.wrapper-list-services .list-services .ls-item:after {
    content: "";
    width: 5vw;
    height: 1px;
    background: linear-gradient(0deg, rgb(76,76,76,1) 22.4%, #9e9e9e 60.94%,rgb(76,76,76,1));
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 99999;
    transition: 0.5s ease-in-out;
    opacity: 0;
    transform: translateX(0); 
}

.wrapper-list-services .list-services .ls-item:hover:after {
    opacity: 0.88;
    transform: translateX(10px); /* Move to 50% horizontally */
}

.txt-services{
    font-size:1.2vw;
    line-height:1.2rem;
    font-weight:300;

    color:rgb(255,255,255,0.85);
}

/*** HowTo Section ***/

.section-portfolio{
    width:100%;height:100%;
    display:flex;justify-content: space-around;
}

.content-portfolio{
    padding:1vw 2vw 0 0;
    margin:auto;
    width:90%;height:95%;
}

.section-6 {
    border-top: 20px solid rgb(50,50,50,1);

    background-image: url('/img/bg-section-logo.png');

    /*background-image: url('/img/portfolio-1.png');*/

    background-color:rgb(241, 241, 241, 1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;


}

.how-to-stage-wrapper{
    width:100%;height:100%;
}

.how-to-stage {
    width:100%;height:100%;
    display:flex;flex-wrap:wrap;align-items: center;justify-content: center;
}

.how-to-stage-desktop{
    margin:2rem auto;
    width:90%;
}
/*
.how-to-stage {
    width:100%; height: 100%;
    display: flex;flex-wrap:wrap
    
}
*/

.how-to-row{
    width:90%;height:30%;
}


.how-to-row svg {
    max-width: 100%;height:auto;
    display:block;
}

.htc-label-svg-wrapper {
    width:100%;height:100%;
    display:flex;align-items: center;justify-content: center;

    font-size:1rem;
    line-height:1rem;
    font-weight:400;
    color:rgb(50,50,50,0.85);
}

.htc-text-svg-wrapper{
    width:100%;height:100%;
    display:flex;flex-direction: column;
    flex-wrap:wrap;align-items:  flex-start;

    font-size:0.6rem;
    line-height:0.7rem;
    font-weight:300;
    color:rgba(240, 240, 240, 0.85);
}

.htc-text-svg-wrapper p{
    margin:0;padding:0;
    text-align: justify;
}

.htc-label-numbr-svg-wrapper {
    padding:0.1rem;
    display:flex;align-items: center;justify-content: center;
    font-size:0.6rem;
    line-height:1rem;
    font-weight:500;
    color:rgb(50,50,50,1);
}

/***how to stage - mobiles**/
.how-to-stage-mobile{
    width:100%;
}

.header-mobiles-howto{
    padding:0.3rem;
    width:250px;

    

    background:rgb(255,255,255,0.85);
}

.header-mobiles-howto h1{
    padding:0;margin:0;
    font-size:1.5rem;
    line-height:1.8rem;
    font-weight:500;
    color:rgb(50,50,50,1);
}

.how-to-mobile-row {
    margin:2rem 0;
    position: relative; 
}

.how-to-mobile-row::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.htmr-header h2 {
    margin-left:1.5rem;
    font-size:1.4rem;
    line-height:1.2rem;
    font-weight:500;
    color:rgb(255,255,255,0.95);
}

.htmr-content p {
    margin-left:2.5rem;
    font-size:1.2rem;
    line-height:1.4rem;
    font-weight:300;
    text-align: justify;
    color:rgb(255,255,255,0.95);

}

.wrapper-link-project{
    margin:1rem auto;
    width:80%;height:60px;

    display:flex;align-items: center;justify-content: center;

    font-family: 'Indie Flower';
    font-size:1.2rem;
    line-height:1.2rem;
    text-align: center;
    
}

.link-project {
    margin-top:0.5rem;
    width:100%;height:100%;
    display:flex;flex-direction: column;
    justify-content: center;align-items: center;

    text-decoration:none;
    color:rgb(105, 105, 105,1);
}

.icon-svg-link {
    width:1.5rem;height:1.5rem;
    display:block;
}

.wrapper-link-project:hover .link-project{
    color:rgb(5,115,124,1)!important;
    text-shadow:0px 0px 3px rgb(115,115,115,0.3);
}

.wrapper-link-project:hover .icon-svg-link .isl-1{
    fill:rgb(5,115,124,1);
}


.wrapper-link-project:hover .icon-svg-link .isl-2{
    fill:rgb(5,115,124,0.75);
}


/*** svg howto row ***/
.cls-4 {
    fill: #cdcccc;
}

.cls-5 {
    letter-spacing: .02em;
}

.cls-6, .cls-7 {
    fill: #fff;
}



.cls-10 {
    fill: #504f4f;
    font-size: 22.88px;
}

.cls-10, .cls-7 {
    font-family: MyriadPro-Regular, 'Myriad Pro';
}



.cls-7 {
    font-size: 12px;
}

.cls-20 {
    letter-spacing: 0em;
}




.cls-24 {
    fill: #555454;
}

.cls-21 {
    stroke: #c4c4c4;
    stroke-width: 0.3px;
}


.cls-rect-number {
    stroke-width:0.5;
    stroke:rgb(255,255,255,0.5);
    fill:rgb(100,100,100,1);
}

.line-1,
.line-h
{
    stroke-width:0.2;
    stroke:rgb(255,255,255,1);   
}

.box-small-label{
    stroke-width:0.5;
    stroke:rgb(255,255,255,1);
    fill:rgb(100,100,100,1);
}

.box-small{
    stroke-width:0.2;
    stroke:rgb(255,255,255,0.4);
    fill:rgb(180,180,180,1);
}

.label-rect-icon{
    stroke-width:0.5;
    stroke:rgb(255,255,255,0.5);
    fill:rgb(30,100,150,1);
}

.label-icon {
    fill:rgb(255,255,255,1);
}

.rect-1 {
    fill:rgb(220,220,220,1);
    stroke-width:0.5;
    stroke:rgb(255,255,255,0.5);
}

/*** Testimonials ***/
.section-8{
    min-height:600px;


    border-top: 20px solid #323232;
    background-image: url('/img/testimonials-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
  
    filter:saturate(1);
}

.wrapper-testimonials{
    width:100%;height:100%;
    display:flex;flex-wrap:wrap;
}

.row-testimonials{
    width:85%;height:100%;
}

.p-testimonials{
    margin:auto; margin-top:1.5rem;max-width:80%;
    font-size:1.4vw;line-height: 1.5vw;text-align: center;color:rgb(0,0,0,0.75);
}

.swiper {
    width: 60vw;
    /*height: 60%;*/
  }

.wrapper-tesimonials{
    width:100%;height:100%;
    position:relative;
    display:flex; align-items: center;justify-content: center;
}

.container-bg-caption {
    height:46%;min-height:300px;
    width:auto;
    display:flex;flex-direction:column;
    justify-content: flex-end;
    position:absolute;

    text-align: center;

    background-image: url('/img/bg-testimonials-bulb-1.png');
    background-size:cover;
}

.container-bg-caption .cbc-slogan-1 {

    margin-top:0.3rem;
    position:relative;top:4rem;
    width:100%;
    font-size:3rem;
    line-height:3rem;
    color:rgb(40,40,40,1);
    font-family:'Indie Flower';

    transform:rotate(-5deg);

    text-shadow:1px 1px 3px rgba(65, 65, 65, 0.35);
}


.container-bg-caption .cbc-slogan-2 {

    margin-bottom:0.3rem;
    position:relative;top:4rem;
    width:100%;
    font-size:2rem;
    line-height:3rem;
    color:rgb(114, 114, 114);
    font-family:'Indie Flower';

    text-shadow:1px 1px 3px rgba(61, 61, 61, 0.35);
}

.container-stage-testimonials {
    width:100%;height:100%;

    overflow: hidden;

   /*position:absolute;*/position:relative;

    display:flex; flex-wrap: wrap;
    justify-content: space-between;

    
}

.container-stage-testimonials .cst-item {
    padding:0.5rem;
    margin:3%;
    width:22vw;height:15vh;

    position:relative;

    border-radius:4px;
    border:1px solid rgb(100,100,100,0.15);
    background: rgb(180,180,180,0.85);
    
    -webkit-box-shadow: 0px 1px 24px 0px rgba(66, 68, 90, 0.25);
    -moz-box-shadow: 0px 1px 24px 0px rgba(66, 68, 90, 0.25);
    box-shadow: 0px 1px 24px 0px rgba(66, 68, 90, 0.25);
}

.container-stage-testimonials .cst-item .cst-item-content  {
    width:100%;height:100%;

    display:flex;
    flex-direction: column;
}

.container-stage-testimonials .cst-item .cst-item-content .cst-header {
    height:30%;
    display:flex;
    align-items: center;justify-content: space-between;
}

.container-stage-testimonials .cst-item .cst-item-content .cst-header .container-stars {
    display:flex;
    align-items: center;
}

.container-stage-testimonials .cst-item .cst-item-content .cst-header .container-stars .item-star {
    font-size:2rem;
    color:rgb(236,168,65,1);

    text-shadow:1px 1px 3px rgb(24,161,164,0.35);
}

.container-stage-testimonials .cst-item .cst-item-content .cst-header .title {
    font-size:1.3rem;
    line-height:1.3rem;
    color:rgb(40,40,40,0.70);
    font-family:'Roboto';
}

.container-stage-testimonials .cst-item .cst-item-content .cst-content {

    height:70%;

    font-size:1rem;
    line-height:1.2rem;
    color:rgb(40,40,40,0.70);
    font-family:'Roboto';

}

/*

.container-testimonials-slider
{
    width:60vw;
    
}

.wrapper-testimonial-box{
    padding:25px 0 25px 25px;
}

.testimonial-box{
    
    width:18vw;height:55vh; min-height:350px;

    position:relative;

    display:flex; flex-direction: column;
    justify-content: space-between;
    align-items: center;

    border:1px solid rgba(50, 50, 50, 0.55);
    background:rgb(61,61,61,0.75);

}

.tb-header{
    width:100%;height:15%;

    display:flex;flex-direction:row; align-items:  flex-start;
}

.tb-content {
    padding-top:1rem;
    width:100%; height:90%;

    display:flex;flex-direction:row; align-items:  flex-start;
}

.tb-content .text-content{
    margin:1.2rem auto;
    max-width: 80%;height:100%;


    font-size:0.9vw;
    line-height: 1.1vw;
    font-weight:300;

    color:rgba(255, 255, 255, 0.75);
}


.tbh-icon {
    width:90px;height:90px; overflow: hidden;

    position:absolute;top:-25px;left:-25px;z-index:9999;

    display: flex;align-items: center;justify-content: center;

    border:1px solid rgb(50,50,50,1);
    background:rgb(50,50,50,1);

    -webkit-box-shadow: 8px 10px 0px 0px rgba(175, 175, 175, 1);
    -moz-box-shadow: 8px 10px 0px 0px rgba(175, 175, 175, 1);
    box-shadow: 8px 10px 0px 0px rgba(175, 175, 175, 1);
}

.tb-header .tbh-icon img {
    width:95%;height: auto;
    display: block;
}

.tb-header .tbh-title {
    padding:0.5rem;
    margin-top:1rem;
    width:100%; 
    display: flex;flex-wrap: wrap;

    background:rgb(50,50,50,1);
}


.tb-header .tbh-title .t1
{
    padding-left:75px;
    width:100%;
    font-size:1.1vw;
    line-height: 1vw;
    font-weight:400;

    color:rgb(255, 255, 255);
}

.tb-header .tbh-title .t2{
    padding-left:4vw;
    width:100%;
    font-size:0.8vw;
    line-height: 1vw;
    font-weight:300;

    color:rgb(221, 221, 221);
}

*/


.tb-footer{
    width:100%;height:10%;
    display:flex;flex-direction:row; align-items:  flex-end;

    border-top:1px solid rgb(120,120,120,1);
    background: rgb(50,50,50,1);
}

.footer-left,
.footer-center,
.footer-right{
    width:33%;height:100%;
}

.tb-footer .tbh-icon {
    width:50%;
}

.tb-footer .tbh-title {
    width:50%;height:100%;
    display:flex;align-items: center;justify-content: center;
    
}

.tb-footer .tbh-title img {
    display:block;
    width:65%;height:auto;
}




.tb-footer .tbh-title .t1
{
    font-size:1vw;
    line-height: 1vw;

    color:rgb(255, 255, 255);
}

.tb-footer .tbh-title .t2{
    font-size:0.8vw;
    line-height: 1vw;

    color:rgb(0,0,0,1);
}



/*** Footer **/

.section-footer{
    
    padding:1vw 1vw;
    width:100%;
    overflow-x: hidden;
    

    border-bottom:20px solid #000;
    background:rgb(50,50,50,1);
}

.inner-container-footer {
    padding:1vw 2vw;
    width:100%;height:100%;
    display:flex; justify-content: space-around;
}

.footer-info-container{
    width:100%;height:100%;
    display:flex;flex-wrap: wrap;
}

.fih-row{
    width:100%;
}

.fih-logo img {
    margin:auto;
    width:50%;max-width:12vw;height: auto;
    display: block;
}

.fih-caption {
    margin-top:1.3vw;
    font-size:1.4vw;
    line-height: 1.6vw;
    font-weight: 500;
    letter-spacing: 0.2vw;

    text-align: center;
    
}

.fih-caption-secondary {
    margin-top:0.3vw;
    font-size:1.6vw;
    line-height: 1.6vw;
    font-weight: 600;
    letter-spacing: 0.2vw;

    text-align: center;
    
}


.socials-container {
    width:100%;
}

.socials-container  .fsc-row{
    width:100%;
    display:flex; align-items: center;justify-content: flex-start;
}

.socials-container .fsc-start{
    justify-content: flex-start;
}

.socials-container .fsc-end{
    justify-content: flex-end;
}

.socials-container .fsc-icon-text {
    margin: 0.3rem;
    height: 2vw;
    display: flex;
    align-items: center;
}

.socials-container .fsc-link {
    margin-right: 0.3rem;
    height: 2vw;
    display: flex;
    align-items: center;
    font-size: 0.9vw;
    line-height: 1vw;
    font-weight: 500;
    
    color:rgb(255,255,255,0.85);
    text-decoration: none;
}


.socials-container .fsc-icon-text img{
    margin:0 0.5rem 0 0.3rem;;
    width:1.5vw;height:1.5vw;

    display:flex;align-items: center;justify-content: center;

    
}

.socials-container .fsc-icon-text .fsc-text {
    margin-right:0.3rem;
    font-size: 0.9vw;
    line-height: 1vw;
    font-weight: 500;
    
    color:rgb(255,255,255,0.85);
    text-decoration: none;
}

.socials-container  .fsc-row .fsc-icon{
    margin:1rem;
    width:2vw;height:2vw;

    display:flex;align-items: center;justify-content: center;

    
    background-size: 210% 100%;
    background-image: linear-gradient(to right, rgb(255, 255, 255,1) 50%, rgb(190,190,190,0.5) 50%);
    background-position: 100% 100%;

    box-shadow: -4px 4px 0px rgba(207, 207, 207, 0.62);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    transition: background-position 0.5s;
}

.socials-container  .fsc-row .fsc-icon img{
    width:75%;height:auto;
    display: block;
}

.socials-container  .fsc-row .fsc-icon:hover {
    background-position: 0 100%;
    box-shadow: -4px 4px 0px rgb(100 100 100 / 62%);
}

.footer-data-container{
    width:100%;height:100%;
}

.footer-data-container .wrapper-data-container {
    width:100%;height:100%;
    display:flex; flex-direction:column; flex-wrap:wrap; 
    align-items: flex-start;
}

.footer-data-container .wrapper-data-container .wdc-row {
    width:100%; display:flex; align-items: center; 
}

.footer-data-container .wrapper-data-container .wdc-row .wdc-icn{

    margin:1vw;
    width:2vw;height:2vw;

    display:flex;align-items: center;justify-content: center;

    /*
    background-size: 200% 100%;
    background-image: linear-gradient(to right, rgb(255, 255, 255,1) 50%, rgb(190,190,190,1) 50%);
    background-position: 100% 100%;
    */
}

.footer-data-container .wrapper-data-container .wdc-row .wdc-icn img {
    max-width:80%;height:auto;
    display:block;
}

.footer-data-container .wrapper-data-container .wdc-row .wdc-text{
    font-size:1vw;
    line-height:1vw;
    color:rgb(255,255,255,1);
}

.footer-data-container .wrapper-data-container .wdc-row .wdc-text a{
    font-size:1vw;
    line-height:1vw;
    color:rgb(255,255,255,1);
    text-decoration: none;
}


/*** Footer section header ***/
.footer-section
{
    margin-bottom:1rem;
}

.footer-section .fs-header
{
    display:flex;align-items: center;
    position:relative;

    
}


.footer-section .fs-header .decorator{
    margin-right:1rem;
    width:3px;height: 2vw;

    background:#fff;
    transform: rotate(10deg);

  
}

.footer-section .fs-header .text-1{
    font-size:1.2vw;
    line-height:1.2rem;
    color:rgb(255,255,255,1);
    text-transform: uppercase;
}

.footer-section .fs-header .text-2{
    margin-top:0.3rem;
    font-size:1vw;
    line-height:1rem;
    font-weight: 300;
    color:rgb(255,255,255,0.85);
}



.footer-container-contact {
    padding-left:2vw;
}

.footer-container-contact .fcc-row{
    margin:1rem 0;
    display:flex; align-items: center;
}

.fcc-icon{
    margin-right:0.5rem;
    width:1.3vw;height:auto;
    display: block;
}

.fcc-link{
    font-size:1vw;
    line-height: 1rem;
    font-weight:300;

    color:rgb(255,255,255,0.85);
    text-decoration: none;
}

.fcc-text{
    color:rgb(255,255,255,0.85);
}





/*** Buttons and links ***/
.btn-link-light {
    padding:0.3vw 0.2vw;
    width:100%; max-width: 10vw;

    display:flex;align-items: flex-end; justify-content: center;

    text-decoration:none;

    border:1px solid rgb(76,76,76,1);
    background:rgb(131, 131, 131);
}


.btn-link-light .srt-letter{
 

    font-size:3.8vw;
    line-height: 1.8vw;
    font-weight:500;
    color:rgb(0, 0, 0);
}

.btn-link-light .srt-text{
    

    position:relative;bottom:4px;
    font-size:2vw;
    line-height: 1.1vw;
    font-weight:300;
    color:rgb(0, 0, 0);
    text-transform: uppercase;
}

.btn-link-light:hover {
    
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
}



.button-white {
    padding: 15px 30px;
    background-color: blue;
    
    font-size: 1vw;
    line-height:1vw;
    font-weight: bold;

    color: rgb(50,50,50,1);
    text-decoration: none;
    
    background-size: 200% 100%;
    background-image: linear-gradient(to right, rgb(255, 255, 255,1) 50%, rgb(190,190,190,1) 50%);
    background-position: 100% 100%;

    outline: none;
    border: none;
    cursor: pointer;

    transition: background-position 0.5s;
}

.button-white:hover {
    color:rgb(0,0,0,1);
    background-position: 0 100%;
    
}




/*** Utility and elements ***/
.outline-text {
    color: transparent; /* Make the text fill transparent */
    -webkit-text-stroke: 2px black; /* Add the outline with desired width and color */
    text-stroke: 2px black; /* Fallback for non-webkit browsers (if supported) */
}



/*** Portfolio section ***/
.section-3{
    border-top: 20px solid rgb(240,240,240,1);
    background-image: url('/img/howto-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;

   
}


.gird-wrapper{
    padding:1rem;margin:0.3vw;
    width:100%; height:90%;

    overflow-y: scroll;
}

.gird-wrapper::-webkit-scrollbar {
    width: 8px; 
  }
  
  .gird-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0; 
  }
  
  .gird-wrapper::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 4px; 
  }
  
  .gird-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgb(50,50,50,1); 
  }
  
  /* Optional for smoother scrolling */
  html {
    scroll-behavior: smooth;
  }

.grid {
    
    width:100%;

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Adjusted for larger image placeholders */
    grid-gap: 20px;
    grid-auto-flow: dense; /* Makes the grid fill gaps with items */
    
    margin: 0 auto;
  }

  .grid-item {
    padding:0.3rem;
    height:300px;
    position:relative;
   
    overflow: hidden; 
    
    border: 1px solid rgb(50,50,50,1);
    background:rgb(50,50,50,0.15);

    transition: transform 0.3s ease-in-out; 
    box-sizing: border-box;
  }

  .grid-item:hover {
    cursor: pointer;
  }

  /* Optional: Different size variations for the items to create a true masonry effect */
  .grid-item--tall {
    grid-row: span 2;
    height: 620px; /* Double the height */
  }

  .grid-item--wide {
    grid-column: span 2;
  }

  .wrapper-label-rotated-prt{
    width:200px;height:2rem;

    position:absolute;top:80px;right:-70px;

    display:flex;align-items: center;justify-content: flex-start;

    background:rgb(50,50,50,1);
    

    transform: rotate(90deg);
  }

  .label-rotated-prt{
    padding-left:1rem;
    

    font-size:1.1rem;
    line-height: 1rem;
    color:rgb(255,255,255,1);

  }

  .grid-item-1 {    
    background-image: url('/img/portfolio/prt-1.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
  }

  .grid-item-2 { 
 

    background-image: url('/img/portfolio/prt-2.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
  }

  .grid-item-3 { 
 
 
    background-image: url('/img/portfolio/prt-3.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
  }

  
  .grid-item-4 { 
    background-image: url('/img/portfolio/prt-4.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
  }

  .grid-item-5 { 
    background-image: url('/img/portfolio/prt-5.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
  }

  .grid-item-6 { 
    background-image: url('/img/portfolio/prt-6.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
  }

  .grid-item-7 { 
    background-image: url('/img/portfolio/prt-7.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
  }

  .grid-item-8 { 
    background-image: url('/img/portfolio/prt-8.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
  }

  .grid-item-9 { 
    background-image: url('/img/portfolio/prt-9.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
  }

  .grid-item-10 { 
    background-image: url('/img/portfolio/prt-10.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
  }

  .grid-item-11 { 
    background-image: url('/img/portfolio/prt-11.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
  }

/*
* Threejs portfolio elements
*/
.element {
    /*
    width: 120px;
    height: 160px;
    */
    /*
    box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.5);
    
    */
    border: 1px solid rgba(252, 252, 252, 0.25);
    background:rgb(180,180,180,0.85);

    text-align: center;
    cursor: default;

}

/*
.element:hover {
    box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.75);
    border: 1px solid rgba(127, 255, 255, 0.75);
    backdrop-filter: blur(16px);
}
*/
.element .number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    color: rgba(127, 255, 255, 0.75);
}

.element .symbol {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    font-size: 60px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.75);
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.95);
}

.element .details {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    font-size: 12px;
    color: rgba(127, 255, 255, 0.75);
}


/*
* Index.html - porfolio
* Item Panel selection in three js
*/

.picContainer {

}

.picContainerInfo {
    
}

.picContainer .title {
    margin-bottom:0.3rem;
    font-size:1.2rem;
    line-height:1.3rem;
    color:rgb(40,40,40,1);
    font-family:'HelloEtchASketch';
    text-shadow:0px 0px 2px rgb(40,40,40,0.75);
}

.picContainer .description {
    margin-bottom:1rem;
    font-size:1rem;
    line-height:1.2rem;
    color:rgb(40,40,40,0.70);
    font-family:'Roboto';
}

.picContainer  .tags-container{
    margin-bottom:1rem;
    display:flex;
    flex-wrap: wrap;
}

.picContainer  .tags-container .tag {
    margin-right:0.3rem;
    font-size:1.1rem;
    line-height:1.3rem;
    color:rgb(40,40,40,0,90);
    font-family:'Sketchica'
}

.picContainer .container-image img{
    margin:auto;
    display:block;
    width:auto; max-width: 100%;
    max-height:50vh;min-height:220px;
}


#container-threejs-portfolio {
    position:relative;width:60%;height:100%;min-height:500px;
}

#container-portfolio-panel{
    width:100%;height:80%;
}

.wrapper-container-info{
    padding:0.3vw;
    width:30%;height:98%;
    position:absolute;top:0;right:80px;
    background:rgb(241,241,241,0.65);
    border:1px solid rgb(40,40,40,0.15);

    background-image: url('/img/technical-grid-small.png');
    background-size: contain;
    background-position:center;
}


.containerPanelInfo {
    margin-right:0.3rem;
    font-size:0.9rem;
    line-height:1rem;
    color:rgb(40,40,40,0,90);
    font-family:'Roboto', Verdana, Arial, sans-serif;
}


.containerPanelInfo{
    font-size:1rem;
    line-height:1.1rem;
    color:rgb(40,40,40,1);
    font-family:'Roboto', Verdana, Arial, sans-serif;
}

.wci-controls-container {
    height:20%;
    display: flex;flex-direction: column;justify-content: flex-end;
}

.wci-controls{
    margin-bottom:1rem;
}

.wci-controls .title{
    margin-bottom:0.3rem;
    font-size:1rem;
    line-height:1.1rem;
    color:rgb(40,40,40,1);
    font-family:'HelloEtchASketch';
}

.wci-controls .wci-controls-options{
    display:flex;align-items:center;
}


.btn-wci-options {
    padding:0.1rem 0.3rem;
    margin:0 0.2rem;
    height:1.4rem;

    display:flex;align-items: center;justify-content: center;

    font-size:1rem;
    line-height:1.1rem;
    color:rgb(255,255,255,1);
    font-family:'Sketchica';

    border:1px solid rgb(40,40,40,0.55);
    background:rgb(138,138,138,0.85);

}

.btn-wci-options:hover {
    cursor: pointer;
    color:rgb(40,40,40,1);

    border:1px solid rgb(138,138,138,0.55);
    background:rgb(255,255,255,0.85);
}


/*
* Bouncing icon
*/
.container-bouncing-icons{
    width:100%;
    display:flex;align-items: center;justify-content: center;
}

.wrapper-boouncing-icon{
    margin-right:1rem;
    width:2vw;display:flex;
}

.container-bouncing-icon {
    width:2vw;height:2vw;
    display:flex;align-items: center;justify-content: center;
    position: relative;
}

.container-bouncing-icon a{
    width:1.5vw;height:1.5vw;
    display:flex;align-items: center;justify-content: center;
    position: relative;
    display:block;
}

.icon-bouncing{
    width:100%;height:auto;
    display:block;

    position:absolute;
}

.icon-shadow {
    width: 2vw;;  height: 0.5vw; 
    position: absolute; left: 50%; bottom: -10px;  z-index: -1; 
    
    transform: translateX(-50%);
    
    border-radius: 50%;
    background: rgba(41, 41, 41, 0.2); 

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    pointer-events: none; /* Prevent interaction with the shadow */
}

.icon-shadow-white {
    width: 2vw;;  height: 0.5vw; 
    position: absolute; left: 50%; bottom: -10px;  z-index: 1; 
    
    opacity:0.65;

    transform: translateX(-50%);
    
    border-radius: 50%;
    background: rgb(230, 230, 230); 

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    pointer-events: none; /* Prevent interaction with the shadow */
}

.icon-shadow-blue {
    width: 2vw;;  height: 0.5vw; 
    position: absolute; left: 50%; bottom: -10px;  z-index: 1; 
    
    transform: translateX(-50%);
    
    border-radius: 50%;
    background: rgb(61,122,223,1); 

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    pointer-events: none; /* Prevent interaction with the shadow */
}

.icon-shadow-linkedin-blue {
    width: 2vw;;  height: 0.5vw; 
    position: absolute; left: 50%; bottom: -10px;  z-index: 1; 
    
    transform: translateX(-50%);
    
    border-radius: 50%;
    background: rgb(0,102,153,1); 

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    pointer-events: none; /* Prevent interaction with the shadow */
}

/* Mobile devices (portrait & small screens) */
@media only screen and (max-width: 480px) {
    /* Header*/

    .navbar-ms{
        height:auto!important;
    }

    .nav-side-center {
        flex:0 0 50%;
    }

    .nav-side-right{
        flex:0 0 50%!important;
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .socials-container .fsc-end{
        justify-content: flex-start;
    }

    #header-spacer,
    #header-icon-fb,
    #header-icon-instagram,
    #header-icon-linkedin
    {
        display:none;
    }


    /* Footer */
    .section-footer{
        height:auto; overflow-x: hidden;
    }
    .inner-container-footer{
        flex-wrap: wrap;
    }

    .footer-left,
    .footer-center,
    .footer-right{
        width:100%;
    }

    .footer-left{
        order:2;
    }

    .footer-center{
        order:1;
    }

    .fih-logo img {
        margin:unset;
    }

    .footer-right{
        order:3;
    }

    .footer-section .fs-header .decorator{
        display:none;
    }
    .fcc-icon{
        width:20px;
    }

    .fih-logo img{
        margin-bottom:1rem;
        width:120px!important;
    }

    /*** Testimonials **/
    .p-testimonials{
        margin-bottom:1rem;
        text-align: center;
    }
}

/* Small tablets and larger mobile devices (landscape) */
@media only screen and (min-width: 481px) and (max-width: 768px) {

    
}

@media only screen and (max-width:768px){
    /* NavBar */
    .navbar-ms-collapse{
        display:none;
    }

}

@media only screen and (max-width: 1024px) {

    

    /* Hero */
    .hero{
        height:50vh;min-height:400px;

    }

    .slider{
        height:50vh;min-height:400px;
    }

    .slide{
        padding:0;
        height:50vh;min-height:400px;
    }

    .slide-content{
        height:90%;
    }

    #slide-1::before, 
    #slide-2::before, 
    #slide-3::before{
        backdrop-filter: blur(0px);
    }

    .s-header{
        font-size:1.3rem;
        line-height:1.2rem;
    }

    .s-text{
        font-size:1.1rem;
        line-height:1.4rem;

        top:60px;
    }

    .slide-content .s-header:nth-of-type(1) {
        position:absolute;left:4vw;top:10px;
    }
    
    .slide-content .s-header:nth-of-type(2) {
        position:absolute;left:4vw;top:40px;
    }

    /*** Sections ***/
    .section{
        height:auto;min-height:250px;
    }

    .inner-section-wrapper {
        height:auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .inner-section-wrapper .section-stripe-wrapper{
        display:none;
        order:1;
    }

    /*** Sections elemements ***/
    .section-text-semimedium-light{
        font-size:1.2rem;
        line-height: 1.4rem;

        color:rgb(255,255,255,1);
    }

    .section-text-semimedium-light p{
        margin:2rem 0;
    }

    /*** Stripe ***/
    .section-stripe-wrapper{
        width:30px;
    }

    .section-rotatated-title{
        width:25px;height:180px;
    }
    .srt-letter{
        font-size:1.8rem;
    }
    .srt-text{
        font-size:1rem;
    }

    /*** About Us ***/
    .textAboutUs{
        font-size:1.2rem;
        line-height:1.4rem;

        text-align: justify;
    }

    /*** HowTo Section ***/
    .how-to-stage-wrapper{
        margin:20px auto 20px auto;
        flex:0 0 90%;
        order:2;   
    }

    .how-to-stage{
        height:100%;min-height:500px;
    }

    .htc-text-svg-wrapper{
        display:flex;
        font-size:1.1rem;
        line-height: 1.1rem;
    }

    .wrapper-label-rotated-prt{
        top:0;left:0;right:unset;
        transform:rotate(0deg);
    }

    .label-rotated-prt{
        font-size:0.8rem;
    }

    /*** Portfolio ***/
    
    .section-6 {
        height:500px;
    }

    #container-threejs-portfolio {
        width:100%;
    }

    .wrapper-container-info {
        display:none;
    }

    /*
    .grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    
    .grid-item {
        height: 300px; 
    }

    .grid-item--tall,
    .grid-item--wide {
        grid-row: span 1;
        grid-column: span 1;
        height: 300px; 
    }
    */



    /*** Services ***/
    .service-left,
    .services-right
    {
        margin:auto;
        flex:0 0 80%;
    }
    
    .service-left{
        order:3
    }
    .services-right{
        order:2
    }

    .services-stage{
        display:none;
    }

    .txt-uslugi {
        font-size:1vw;
        line-height:1.2rem;

        color:rgb(255,255,255,0.85);
    }

    .containerServicesList .listItem{
        font-size:1.2rem;
        line-height:1.4rem;
    }

    /*** Testimonials ***/

    .section-8 {
        height:500px;
    }

    /*
    .p-testimonials{
        font-size:1.1rem;
        line-height: 1.2rem;
    }
    .swiper{
        width:100%;
    }
    .container-testimonials-slider{
        width:100%;height:90%;
    }
    .testimonial-box{
        width:240px;height:500px;
    }
    
    .tb-content .text-content{
        font-size:0.9rem;
        line-height:1rem;
    }
    .tb-header .tbh-title .t1{
        padding-left:80px;
        font-size:1rem;
        line-height:1rem;
    }
    .tb-footer .tbh-title .t1{
        font-size:1rem;
        line-height:1rem;
    }
    */

    /*** Footer ***/
    .footer-section .fs-header .decorator{
        display:none;
    }
    .footer-section .fs-header .text-1{
        font-size:1.1rem;
        line-height: 1.2rem;
    }
    .footer-section .fs-header .text-2{
        font-size:1rem;
        line-height: 1.2rem;
    }
    .fih-logo img{
        width:170px;max-width:unset;
    }
    .fcc-icon{
        width:20px;
    }
    .fcc-link{
        font-size:1rem;
        line-height: 1.2rem;
    }
    .socials-container .fsc-row .fsc-icon{
        width:25px;height:25px;
    }

    /*Text*/
    .regular-text-13-dark,
    .section-text-semimedium-dark {
        font-size:1rem;
        line-height:1.2rem;
    }

}

/* Tablets (portrait) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
     

}

/* Laptops and desktops */
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
   
   
}

@media only screen and (min-width: 1000px) and (max-width: 1920px) {
    .slide-content {
        margin-top:100px;
    }
   
}

/* Large desktops */
@media only screen and (min-width: 1441px) and (max-width: 2300px) {


}


@media only screen and (min-width: 2331px) {


}