:root {
    --animation-step-unit: .2s;
    text-wrap:  nowrap;
    --marque-dehiaton-secondlist: 1860px;
    --dehiaton-third-content: calc(var(--marque-dehiaton-secondlist) + -750px);
    --numberof-commercial-chief: '(62)9 9931-7783';
}

#no-android {
    color:white;
    position: absolute;
    font-size: 11px;
    height: 100px;
    width: 100px;
    left: 25px;
    top: 60px;
    background-color: #7d7888;
    text-wrap: wrap;
    padding-top: 10px;
}
#no-android span {
    margin-left: -7px;
}

html, body {
    margin: 0px;
    padding: 0px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body::-webkit-scrollbar{
    display: none;
}

body{
    background-color: #060013;
}
main {
    height: 5580px;
    width: 100%;
    
    align-content: center;
    justify-items: flex;
    display: flex;
}

svg#bckg-white-traspish {
    pointer-events: none;
    position: absolute;
    user-select: none;
    overflow:hidden;
    left: 340px;
    top: -99px;
}
svg#vignet-1 {
    pointer-events: none;
    position: absolute;
    user-select: none;
    overflow:hidden;
    z-index: 1;
    left: -200px;
    display: block;
}
svg#vignet-triangle {
    pointer-events: none;
    position: absolute;
    user-select: none;
    overflow:hidden;
    top: 459px;
    opacity: .3;
}
img#cmpny-logo-prspctv {
    pointer-events: none;
    position: absolute;
    user-select: none;
    overflow:hidden;
    left: 150px;
    top: 170px;
}
.puff-in-bl {
	-webkit-animation: puff-in-bl calc(var(--animation-step-unit) * 3) linear both;
	        animation: puff-in-bl calc(var(--animation-step-unit) * 3) linear both;
}
/* --------------------------------------------
 * Generated by Animista on 2025-9-12 13:54:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * -------------------------------------------- */
/**
 * --------------------------------------------
 * animation puff-in-bl
 * --------------------------------------------
 */
@-webkit-keyframes puff-in-bl {
   0% {
     -webkit-transform: scale(1.3);
             transform: scale(1.3);
     -webkit-transform-origin: 0% 100%;
             transform-origin: 0% 100%;
     -webkit-filter: blur(4px);
             filter: blur(4px);
     opacity: 0;
   }
   100% {
     -webkit-transform: scale(.84);
             transform: scale(.84);
     -webkit-transform-origin: 0% 100%;
             transform-origin: 0% 100%;
     -webkit-filter: blur(0px);
             filter: blur(0px);
     opacity: 1;
   }
 }
 @keyframes puff-in-bl {
   0% {
     -webkit-transform: scale(1.3);
             transform: scale(1.3);
     -webkit-transform-origin: 0% 100%;
             transform-origin: 0% 100%;
     -webkit-filter: blur(4px);
             filter: blur(4px);
     opacity: 0;
   }
   100% {
     -webkit-transform: scale(.84);
             transform: scale(.84);
     -webkit-transform-origin: 0% 100%;
             transform-origin: 0% 100%;
     -webkit-filter: blur(0px);
             filter: blur(0px);
     opacity: 1;
   }
 }

img#cmpny-brnd-name {
    position: absolute;
    user-select: none;
    overflow:hidden;
    left: -150px;
    top: 550px;

    opacity: .2;
    transform: scale(.8);
}

.syncopate-regular {
    font-family: "Syncopate", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    font-style: normal;
}
.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}
  
.istok-web-regular {
  font-family: "Istok Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koulen-regular {
    font-family: "Koulen", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
.services-box {
    color: #D9D9D9;
    opacity: .5;
    overflow: hidden;    /* Hides any content that overflows the element's box */
    text-overflow: clip; /* Displays an ellipsis (...) to indicate clipped text */
}
.marquee {
  --marque-velocity-multiplier:200;
  margin: 0 auto;
  z-index: 2;
  white-space: nowrap;
  /* overflow: hidden; */
  position: absolute;
  white-space: nowrap;
  position: absolute;
  left: 50px;
  top: 10px
}
.marquee span {
  display: inline-block;
  /* padding-left: 100%; */
  animation: marquee calc(.2s * var(--marque-velocity-multiplier)) linear infinite;
}
  
  
@keyframes marquee {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(-100%, 0);
    }
  }


.first-section {
    position: absolute;
    left: 530px;
    top: 190px;
    
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;

    color: #d9d9d9;
    --font-size-base:1.7rem;
}

.other-subtitles {
    display: flex;
    white-space: nowrap;
    flex-direction: column;
    font-size: var(--font-size-base);
    margin-left: 100px;
    color: #302b3a;
}

.subtitles-animation {
    animation: appear-from-heigth calc(var(--animation-step-unit) * 10) calc(var(--animation-step-unit) * 5) ease-in-out  forwards;
    overflow: hidden;
    max-height: 0;
}

.main-subtitle {
    font-size: var(--font-size-base);
    white-space: nowrap;
    position: relative;
    left: -60px
}
.main-subtitle::after {
    position: relative;
    content: 'os';
    left: -7px;
    height: 10px;
    width: 10px;
    background-color: white;
    color: #000000;

    font-family: "Istok Web", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.other-subtitles::after {
    background-color: #ffffff;
    position: relative;
    content: '';
    left: 170px;
    top: 37px;
    height: 3px;
    width: 50px;
}
.first-section::before {
    background-color: #808080;
    position: absolute;
    content: '';
    left: 5px;
    top: 10px;
    height: 160px;
    width: 1px;

    -webkit-animation: swing-in-top-fwd  calc(var(--animation-step-unit) * 5) calc(var(--animation-step-unit) * 7) cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    animation: swing-in-top-fwd  calc(var(--animation-step-unit) * 5) calc(var(--animation-step-unit) * 7) cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
.main-title {
    font-size: calc(var(--font-size-base) * 2);
    white-space: nowrap;
    color: #ffffff;
    animation: appear-from-width calc(var(--animation-step-unit) * 5) calc(var(--animation-step-unit) * 3) ease-out  forwards;
    overflow: hidden;
    max-width: 0%;
}

@keyframes appear-from-width{
    0%{ max-width: 0%; }
    100%{
        max-width: 100%;
    }
}

.swing-in-top-fwd {
	-webkit-animation: swing-in-top-fwd  calc(var(--animation-step-unit) * 5) calc(var(--animation-step-unit) * 7) cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	        animation: swing-in-top-fwd  calc(var(--animation-step-unit) * 5) calc(var(--animation-step-unit) * 7) cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-9-12 14:12:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
 @-webkit-keyframes swing-in-top-fwd {
    0% {
      -webkit-transform: rotateX(-100deg);
              transform: rotateX(-100deg);
      -webkit-transform-origin: top;
              transform-origin: top;
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg);
      -webkit-transform-origin: top;
              transform-origin: top;
      opacity: 1;
    }
  }
  @keyframes swing-in-top-fwd {
    0% {
      -webkit-transform: rotateX(-100deg);
              transform: rotateX(-100deg);
      -webkit-transform-origin: top;
              transform-origin: top;
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg);
      -webkit-transform-origin: top;
              transform-origin: top;
      opacity: 1;
    }
  }

.main-tile-button-range 
{
    display: flex;
    flex-direction: row;

    animation: appear-with-buttons calc(var(--animation-step-unit) * 4) calc(var(--animation-step-unit) * 10) ease-out forwards;
    transform: scale(.9);
    opacity: 0;
    width: 620px;
}

@keyframes appear-with-buttons {
    100% { 
        transform: scale(1);
        opacity: 1;
    }
}

.std-button {
    --button-txt-size: .9rem;
    width: calc(var(--button-txt-size) * 15);
    height: calc(var(--button-txt-size) * 2.3);
    border-radius: 8px;
    font-size: var(--button-txt-size);
    margin: 10px;
    background-color: #060017;
    color: #ffffff;
    border-color: #808080;
    border-style: solid;
    box-shadow: none;

    font-family: "Istok Web", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.std-button:hover{
    filter: brightness(1.5) contrast(0.9);
    transition: all .4s;
    scale: 1.1;
}

.std-button:active{
    filter: brightness(3) contrast(.4);
    transition: all .1s;
    scale: 1.2;
}

.std-button#main-diag-free { margin-right: 30px; }
.std-button[custom-btn-free] {
    text-indent: 2.2rem;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.std-button[custom-btn-free]::after {
    content: url(imgs/FREE-text.svg);
    margin-top: 4px;
    margin-left: -31px;
}

svg#contact-us-side-bckgrd {
    position: absolute;
    top: 900px;
    left: -600px;
    scale: 1;
    opacity: .8;
}

.commercial-text-block {
    position: absolute;
    top: calc(var(--marque-dehiaton-secondlist) - 600px);
    left: 80px;
    height: 620px;
    
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.commercial-text-block img#commercial-globe {
    position: absolute;
    top: -200px;
    left: 340px;
    scale: .8;
}

.commercial-text-block img#commercial-guy {
    position: absolute;
    top: -200px;
    left: 800px;
    scale: .8;
    z-index: 3;
}
svg#commercial-vignet-triangle {
    pointer-events: none;
    position: absolute;
    user-select: none;
    overflow:hidden;
    top: -100px;
    left: 800px;
    rotate: 180deg;
}

.commercial-text-block span:nth-child(1) {
    font-size: 50px;
    content: var(--numberof-commercial-chief);
}

.commercial-text-block span:nth-child(2) {
    font-size: 30px;
    margin-top: -20px;
    color: #302b3a;
}

.commercial-text-block section
{
    position: relative;
    bottom: -435px;
}

.commercial-text-block section a:nth-child(1) {
    font-size: 50px;
    color: #ffffff
}

a#commercial-chief-number-element:hover{
    filter: brightness(1.5) contrast(0.9);
    transition: all .4s;
    font-size: 55px;
}

a#commercial-chief-number-element:active{
    filter: brightness(3) contrast(.4);
    transition: all .1s;
    font-size: 60px;
}


a#commercial-chief-number-element:visited {
    color: #ffffff
}

.commercial-text-block section span:nth-child(2) {
    font-size: 30px;
    color: #302b3a;
    margin-left: 15px;
}

.marquee#i1 { top: calc(var(--marque-dehiaton-secondlist) + (25px * 1)); }
.marquee#i2 { top: calc(var(--marque-dehiaton-secondlist) + (25px * 2)); }
.marquee#i3 { top: calc(var(--marque-dehiaton-secondlist) + (25px * 3)); }
.marquee#i4 { top: calc(var(--marque-dehiaton-secondlist) + (25px * 4)); }
.marquee#i5 { top: calc(var(--marque-dehiaton-secondlist) + (25px * 5)); }
.marquee#i6 { top: calc(var(--marque-dehiaton-secondlist) + (25px * 6)); }

.about-us {
    position: absolute;
    top: var(--dehiaton-third-content);
}

svg#background-strips-of-aboutus{
    position: absolute;
    scale: .4;
    left: 150px;
    top: -100px
}

svg#foxbrand {
    position: absolute;
    scale: .8;
    top: 1090px;
    left: 890px;
    opacity: .55;
}

.about-us-text {
    position: absolute;
    height: 1200px; 
    width: 950px;
    margin-top: -50px;

    top: calc(var(--dehiaton-third-content) + 1000px);
}
div.about-us-text div {
    width: 100%;
    margin: 80px 0px 0px 80px;
    flex-direction: column;
    display: flex;
}

div.about-us-text div:nth-child(2) span {
    font-size: 55px;
    color: #d9d9d9;
}
div.about-us-text div:nth-child(2) span:nth-child(1) {
    margin-top: 70px;
}

div.about-us-text div:nth-child(2) span:nth-child(2), div.about-us-text div:nth-child(2) span:nth-child(3) {
    margin-left: 180px;
}

div.about-us-text div:nth-child(3) {
    margin-left: 40px;
    margin-top: 120px
}
div.about-us-text div:nth-child(3) span {
    font-size: 19px;
    color: #D9D9D9;
    opacity: .5;
    text-wrap:  wrap;
    
}

div.about-us-text div:nth-child(3) span:nth-child(2) {
    margin-top: 20px;
}

span#about-us-title{
    color: #ffffff;
    font-size: 55px;
}

span#about-us-subtitle {
    font-size: 30px;
    margin-top: -30px;
    color: #302b3a;
}

.products-list {
    height: 1080px;
    width: 100%;

    top: calc(var(--dehiaton-third-content) + 1850px);
    position: absolute;
}

.products-list div:nth-child(1){
    margin-left: 100px;
    font-size: 55px;
    color: #ffffff;
}

.products-list div:nth-child(2){
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    /* compatibility /\ */

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

.products-list div:nth-child(2) img{
    scale: .9;
    margin-left: 145px;
    margin-top: -30px;
}

.gapclose {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;

    top: calc(var(--dehiaton-third-content) + 2750px);
    position: absolute;
}

.gapclose div {
    height: 100%;
    width: 100%;
    width: 50%;

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

    text-wrap:  nowrap;

    --center-margin: 30px;
    --sides-margin: 100px;
    --title-dehiation-from-center: -150px
}

.gapclose .left-side {
    margin-right: var(--center-margin);
    margin-left: var(--sides-margin);
    z-index: 1;
}

.gapclose .left-side div:nth-child(1) {
    width: 100%;
    height: 40%;
    margin-left: var(--title-dehiation-from-center);
}
.gapclose .left-side div:nth-child(2) {
    width: 100%;
    height: 52%;
    margin-left: calc(var(--title-dehiation-from-center) + 150px);
}

.gapclose .left-side div:nth-child(2) img {
    scale: .85;
}



.gapclose .left-side div:nth-child(1) span:nth-child(1) {
    font-size: 30px;
    color: #302b3a;
    margin-left: -170px;
}

.gapclose .left-side div:nth-child(1) span:not(:first-child) {
    font-size: 55px;
    color: #ffffff;
    margin-top: -10px;
}

.gapclose .left-side div:nth-child(1) span:last-child {
    margin-top: -20px;
    margin-left: 60px;
}

.gapclose .right-side {
    margin-left: var(--center-margin);
    margin-right: var(--sides-margin);
}

.gapclose .right-side svg {
    scale: .9;
}

button#second-diag-free {
    margin-top: -27px;
    margin-left: -20px;
    transform: scale(1.2);
}

img#inverted-background {
    scale: .9;

    left: -1250px;
    top: -600px;

    pointer-events: none;
    position: absolute;
    user-select: none;
    overflow: hidden;

    height: auto;
    display: block; /* removes extra inline spacing */
    overflow: hidden; /* clips anything that goes beyond its box */
}
