
:root {
    --bgIndigoDarkest: #1E1E2E;
    --bgGlassMorphism: rgba(30, 30, 46, .2) !important;
    --indigoDark: #25135B;
    --indigoLight: #402580;
    --blue: #855BE8;
    --gray: #e7e7e7;
    --magenta: #DD53C0;
    /*--peach: #FF825A;*/
    --peach: #e6678f;
    --box-shadow: 2.5px 2.5px 5px #181717, -2.5px -2.5px 5px #29293b;
    --box-shadow-bttn: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 6px 10px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    --gradient: linear-gradient(var(--magenta), var(--peach));
    /* --details: #d48fc6;  */
    --details: #f8b5ea;
    --font-family: 'Florentia-ExtraLight', Helvetica, Arial, Sans-Serif;
    --text-color: #e5e5e5;
    --box-shadow-switchBttn: inset 1px 1px 5px #151521, inset 1px 1px 5px #151521;
    --bgGlassMorphismPricing: rgba(30, 30, 46, .01) !important;
}

.pageContainer{
    margin: 10vw;
    margin-top: 19vh;
}

.heroSection{
    margin-bottom: 20vh;
}
.textDetails{
    color: var(--details);
    font-weight: bold;
}

.box {
    padding: 20px;
    margin: 30px auto;
    box-shadow: var(--box-shadow);
    background-color: var(--bgGlassMorphism);
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important;
    border: solid 1px transparent;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}

.section{
    margin-bottom: 50px;
}
.boxes{
    margin-bottom: 50px;
}


.PoliticaDeConfidentialitateH1{
    font-size: 35px;
}

.glass{
    background: rgba(30, 30, 46, .2) !important;
    -webkit-backdrop-filter: blur(8px) !important;
            backdrop-filter: blur(8px) !important;
    /* border: solid 1px transparent; */
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    transition: 2s ease;
    -webkit-transition:  2s ease;
}
canvas{
    display: block;
}
.tellUsMore {
    text-align: center;
    line-height: 30px;
    font-weight: 600;
}

/* /////////////////////// Scroller //////////////////*/

::-webkit-scrollbar{
    width: .25em;
    box-shadow: var(--box-shadow);
    border: 1px solid var(--bgIndigoDarkest);
}
::-webkit-scrollbar-track{
    background: var(--bgIndigoDarkest);
    box-shadow: var(--box-shadow);
    border: 1px solid var(--bgIndigoDarkest);
    border-radius: 100vh;
    margin-block: .3em;
}
::-webkit-scrollbar-thumb{
    box-shadow: var(--box-shadow);  
    background: var(--gradient); 
    border: 1px solid var(--bgIndigoDarkest);
    border-radius: 100vh;
    width: .6em;
}
::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active{
    border: 0.3px solid var(--magenta);
}

@supports(scrollbar-color: var(--magenta) var(--bgIndigoDarkest)){
    *{
        scrollbar-color: var(--magenta) var(--bgIndigoDarkest) ;
        scrollbar-width: thin;
    }
} 
 

#container{
    width: 100vw;
    height: 100%;  
    background-color: #1E1E2E; 
    position: fixed; 
    z-index: -1;
    top: 0;
}
.text-justify{
    text-align: justify;
}
.scroll-container{
    height: 100%;
}


.productContainer .mob{
    position: sticky;
    line-height: 60px;
    width: 100%;
    text-align: center;
    top: 16vh;
    z-index: 6;
}
.productContainer .desktop{
    display: none;
}
.productImage{
    opacity: 1; 
    width: 100%;
    transition: 2s ease;
    -webkit-transition:  2s ease; 
    margin: 60px auto;

}
.allDevices{ 
    background-size: contain;
    background-repeat: no-repeat;
 
} 
.allDevices img{
    width: 100%;
    height: fit-content;
}
.allDevicesProduct img{
    width: 100%;        
    height: fit-content;
    display: block;
    margin: auto;
}
.productImage h1{
    text-align: center; 
}
 
.bullet{
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: bullet;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    background: var(--gradient);  
    box-shadow: var(--box-shadow );
    margin-top: 10px;
   
}
.text span i{
    margin-top: .75em;
    margin-right: .5em;
}
.icon-double-right::before {
    box-sizing: border-box;
    font-size: 12px;
    color: var(--details);
    vertical-align:top !important;
}


.bttn:hover, .bttnLogin a:hover, .bttnDemo a:hover, .bttnTrimite:hover {
    box-shadow: rgb(133 132 132 / 50%) 0px 0px 16px;
    /*background: var(--bgIndigoDarkest);*/
    /*color: var(--peach);*/
    color: var(--bgIndigoDarkest);
    font-weight: 700;
}

input:focus-visible{
    outline: none;
}
.pageContent {
    margin: 2vw;
    padding: 30px;
    margin-top: 6vh;
  }


.EN-RO {
    text-align: center;
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: -webkit-sticky;
    position: sticky;
    top: 16vh;
    z-index: 5;
    background: rgba(30, 30, 46, 0.2);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: solid 1px transparent;
    background-clip: padding-box; 
  }
  #EN,#RO{
    height:28vh;
    margin-top:-28vh;
  }
  .pageContent a{
    text-decoration: none;
    list-style: none;
    align-self: center;
    padding: 10px;
    color: var(--text-color);
}
.contactUs a{
    padding: 0;
}
.subarticle {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 95%;
    grid-template-columns: auto 95%;
    -ms-grid-rows: repeat auto-fit, minmax(auto, 1fr);
    grid-template-rows: repeat auto-fit, minmax(auto, 1fr);
    grid-template-areas: "subLine subarticle";
    padding: 0 30px;
}
  
  .subarticle p {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: subarticle;
    margin-bottom: 10px;
    text-align: justify;
  }
  
  .subarticle .subLine {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: subLine;
    width: 10px;
    height: 1px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 20px;
    background: var(--details);
  }
.paragraph2 {
    padding: 0;
    font-size: 16px;
}

/* ///////////////////////////// About Page ///////////////////////////////// */
 
.pageContent .box{
    margin: 70px auto;
}
.pageContent .box1{
    margin-top: 50px;
}


.founders{
    display: flex;
    gap: 40px;
    flex-direction: column;
}
.founder img{
    width: 70%;
    height: fit-content;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    display: block;
    margin: 0 auto;
}
.founders h2, .aboutMissionH2{
    margin: 30px auto 10px; 
    font-size: 28px;
}

.founderDesk{
    display: none;
}
.founder p{
    text-align: justify;
    line-height: 25px;
    margin-bottom: 30px;
}
.boxFounder .founderLinkedin p {
    text-align: left !important;
}
.boxFounder{
    align-items: stretch;
}
.aboutContent{
    margin-bottom: 80px;
}
/* /////////////////////////////  END About Page ///////////////////////////////// */ 

/* /////////////////////////////  Product Page ///////////////////////////////// */ 

.image{
    width: fit-content;
    margin-bottom: 50px;
}
.image img{
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--box-shadow);
    display: block; 
    margin: auto; 
}
 

/* /////////////////////////////  END Product Page ///////////////////////////////// */ 

footer{ 
    padding: 5vw 10vw;
    /*box-shadow: var(--box-shadow);*/
}
.newsletter, .socialMedia, .legal{
    margin-bottom: 50px;
}
.newsletterInput{
    outline: none;
    border: 1px solid #3d3d54;
    background-color: var(--bgIndigoDarkest);
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    height: 30px;
    margin-bottom: 25px;
    font-family: var(--font-fam);
    font-weight: bold;
    box-shadow: var(--box-shadow);

}
.newsletterInput:active, .newsletterInput:focus{
    border: 1px solid var(--magenta) !important;
}
::placeholder{
    /*font-family: var(--font-fam);*/
    font-size: 13px;
    color: darkgrey;
}
.bttnSubscribe input{
    color: white;

}
.socialMedia{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.socialMedia ul{
    display: flex;
    text-decoration: none;
    list-style: none; 
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 0;

}
.socialMedia ul li{
    margin:0 20px;
}
.socialMedia img{
    box-shadow: var(--box-shadow);
    border-radius: 50%;
}
footer p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    text-decoration: none;
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    line-height: 24px;
    opacity: 0.7;
    /* color: var(--text-color); */
    color: white;
    opacity: 1;

}
footer h3{
    color: white;
    opacity: 1;
}
.bttnSubscribe{
    text-align: center;

}
.bttnSubscribe input:hover{
    box-shadow: var(--box-shadow-bttn);

}
footer a {
    text-decoration: none;
    list-style: none;
    color: var(--text-color);
}
 
.aboutProduct h4{
    line-height: 28px;
}
 
.svgContact {
    text-align: center;
    margin-bottom: 40px;
}
.getInTouch {
    width: 30%;
    animation: getInTouchRotation infinite 6.5s linear;
    -webkit-animation: getInTouchRotation infinite 6.5s linear;
    -moz-animation: getInTouchRotation infinite 6.5s linear;
    transition: animation 0.4s ease;
    -moz-transition: animation 0.4s ease;
    border-radius: 50%;
    background: rgba(30, 30, 46, 0.2);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid var(--bgIndigoDarkest);
    background-clip: padding-box;
    -webkit-transition: animation 0.4s ease;
}
text {
    font-size: 130px;
    font-family: var(--font-family);
    font-weight: bold;
    fill: var(--gray); 
}
 
.vip{ 
    margin-bottom: 40px;
} 
.vipLogo{
    width: 10%;    
    float: right;
}
.contactForm {
    margin: 50px 0;
    text-align: left;
    line-height: 32px;
    padding: 25px;
/*    box-shadow: 2.5px 2.5px 5px #181717, -1px -1px 3px #181717;
    border-radius: 15px;
    background: rgba(30, 30, 46, 0.2);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid var(--bgIndigoDarkest);
    background-clip: padding-box;*/
}
.sendBttn{
    text-align: center;
}
.bttnTrimite {
    color: white;
    text-indent: 0px !important;
    padding: 8px 25px !important;
}
input {
    color: var(--text-color);
    font-size: 15px;
    /*font-family: var(--font-family);*/
    letter-spacing: 1.2px;
    text-indent: 7px;
    margin-bottom: 10px;
}
#nume, #email, #subiect, #mesaj, #phone, #nume2, #email2, #subiect2, #mesaj2, #phone2 {
    outline: none;
    border: none;
    border-radius: 10px;
    border-bottom: 1px solid var(--details);
    background: transparent;
    /*background-color: var(--bgGlassMorphismPricing);*/
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-clip: padding-box;
}
#nume2, #email2, #subiect2, #mesaj2, #phone2 {
    border-bottom: 1px solid var(--magenta);
}
    #nume, #subiect {
        width: 60%;
    }
#phone {
    width: 40%;
}
#email {
    width: 85%;
}
#mesaj {
    height: 70px;
    width: 100%;
    line-height: 20px;
}
textarea {
    color: var(--text-color);
    /*font-size: 15px;*/
    text-align: justify;
    padding-top: 10px;
    /*font-family: var(--font-family);*/
}
input#checkbox {
    padding: 0;
    outline: none;
    margin: 0px;
    margin-top: 5px;
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid var(--bgIndigoDarkest);
    background: var(--bgIndigoDarkest);
    border-radius: 5px;
    cursor: pointer;
    color: var(--details);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    /*accent-color: var(--details);*/
    accent-color: #A74886;
}

input#checkbox:checked {
    color: var(--gray);
    background-color: var(--bgIndigoDarkest);
}

input#checkbox:hover, input#checkbox:active, input#checkbox:focus, input#checkbox:visited {
    border: 1px solid var(--gray);
    background: var(--bgIndigoDarkest);
}

#chkText {
    font-size: 12px;
}

.response {
    font-size: 15px;
    font-weight: bold;
    opacity: 1;
    padding-top: 0;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
    justify-content: center;
    color: #cf343c;
}
.multumimContact {
    font-size: 18px;
    font-weight: bold;
    opacity: 1;
    padding-top: 0;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
    color: #cf343c;
}
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .loginContainer, .glass, .textCap h1, .textCap p, .productContainer h1, .box{
      background-color: rgba(30, 30, 46, .75) !important;
      background-clip: padding-box;
      -webkit-background-clip: padding-box;
      transition: 2s ease;
      -webkit-transition:  2s ease;
    }
    .glass p, .glass h4{
        opacity: 1 !important; 
        background-color: rgba(30, 30, 46, .98) !important;
        /* color: white; */
    }
    .textDetails{
        font-weight: bold;
    }
}



/* //////////////////////////////////  Tablet 768px //////////////////////////////////////// */

@media only screen and (min-width: 768px) {

    .PoliticaDeConfidentialitateH1{
        font-size: 40px;
    }
    .pageContainer{
        margin-top: 40vh;
    }
    .textCap{  
        width: 80%;
    }
    .productContainer .mob {
        top:5vh;
    }
    .lineDot{  
        max-width: 500px;
    }
    .lineDotOnScroll{  
        max-width: 500px;  
        
    }
    .finor{
        top: 65%;
    }
    .loginContainer{ 
        height: 5vh; 
        align-items: center;
        justify-content:center;
    }
    .loginContainer .button{
        margin-right: 25px;
    }
    .bttn{
        padding: 7px 20px;
    }
    .productImage{
        margin: 40px auto;
        width: 80%;
    }
    .allDevices{
        height: 34vw;
    }
    .image {
        width: 80%;
        display: block;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .allDevicesProduct img{
        width: 80%;     
    }
    .box{
        max-width: 60%;
        margin-bottom: 50px;
    }
    footer{
        padding: 5vw 25vw;
        margin: 0;
    }
    .textCapProduct{
        padding-top: 50px;
    }
    .productContainer{
        opacity: 0.7;
    }
    .bullet{
        margin-top: 9px;
    }
    .pageContent{
        margin-top: 5vh;
    }
    .EN-RO{
        top: 5vh;
        margin-top: 0;
    }
    #EN,#RO{
        height:10vh;
        margin-top:-10vh;
      }
    .contactUs{
        margin: 0 5vw;
        padding: 40px;
    }
    #nume, #phone, #subiect, #email {
         width: 50%; 
    }
    .contactHeadline{
        top: 7vh;
    }
    #nume, #phone, #email, #subiect, #nume2, #phone2, #email2, #subiect2 {
        width: 82%;
    }

    /* ///////////////////////////// About Page ///////////////////////////////// */
    .pageContent {
        margin-top: 8vh !important;
    }
    .pageContent .box1{
        margin-top: 80px;
    }
    .founder img{
        width: 50%; 
    }
/* /////////////////////////////  END About Page ///////////////////////////////// */
}
 

@media only screen and (min-width: 1024px) {
    .text p{  
        margin-bottom: .2em;
        margin-top: 0.25em;
    }
    .textCap p{
        margin-top: 0.3em; 
        margin-bottom: .2em;
    } 
    .bullet{
        margin-top:10px;
       
    }  

    .textCap{  
        padding-bottom: 0;
        width: 80%;
    }
    .textCapProduct{
        padding-top: 50px;
    }
    .productImage{
        width: 80%;
    }
    #nume, #phone, #email, #subiect {
        width: 50%;
    }
    }

/* //////////////////////////////////  Laptop 1200px //////////////////////////////////////// */

@media only screen and (min-width: 1200px) {

   
    .PoliticaDeConfidentialitateH1{
        font-size: 45px;
    }
 
    #container{
        top: 6vh;
    }
    .pageContainer{
        margin: 6vw;
        margin-top: 18vh !important;
    } 
    .loginContainer{
        display: none;
    }
    .loginContainerDesktop{
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-evenly;
        padding: 10px 5vw;
    }
    .bttn{
        margin-top: 0 !important;
        margin-right: 20px;
    }
    .section{
        width: 100%;
    }
    .heroSection, .section2{
        width: 50%;
    }
    .section3 h2{
        margin-bottom: 100vh;
    }
    .boxes{
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .box{
        width: 25%;
        margin-bottom: 0;
    }
    .lastBox{
        width: 100% !important;
        max-width: 60%;
    }
    .bottomLine{
        height: 10vh;
    }
    .game-changing {
        font-size: 1.4em;
        line-height: 1.8em;
    }
    .imgDemo {
        width: 80%;
        margin-left: 10%;
    }
    .text {
        margin-bottom: 0;
        -ms-grid-columns: auto 96%;
        grid-template-columns: auto 96%;
    }
    .text p{
        margin-top:7px;
        margin-right: .5em;
        margin-bottom: .5em;
    }
    .lineDot{
        margin-bottom: 10px;
        height: 1px;
    }
    .bullet{
        margin-top: 12px;
    }
 
    .scrollContainer {
        margin-left: 10vw;
        width: 45vw;
        height: fit-content; 
    }
    .getInTouch {
        width: 20%;
    }
    .vipLogo {
        width: 7%;
    }
    .contactUs {
        width: 60vw;
        display: block;
        margin: auto;
        padding: 0;
    }
    #nume, #phone, #email, #subiect{
        width: 35%;
    }
    #mesaj{
        height: 60px;
    }
    .markers{
        width: 10vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        position: fixed;
        margin: 0;
        top: 0;
    }
    .dot{
         margin:20px auto;
   
    }
    .first, .panel.second {  
        display: flex !important;
        flex-direction: column;
        justify-content: center; 
        align-items: flex-start;
        align-content: center;
        text-align: justify;    
      }
    .finor{
      top: 75%;
    }
  
 
.productImage h1{
    text-align: center;
    margin-right: 50px;
}

.productImage{ 
    opacity: 1;
    margin: 30px auto; 
    width: 50%;   
    display: none;

}
 
footer{
    padding: 3vh 6vw;
} 
.footerTop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 50px;
}
.footerTop h3{
    font-size: 16px;
}
.newsletter, .socialMedia, .legal{
    width: 50%;
}  
.glass{
    background: rgba(30, 30, 46, .2) !important;
    -webkit-backdrop-filter: blur(8px) !important;
            backdrop-filter: blur(8px) !important;
    /* border: solid 1px transparent; */
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    transition: 2s ease;
    -webkit-transition:  2s ease;
}
 
.pageContent{
    margin-left: 3vw;
    margin-right: 3vw;
}

.EN-RO{
    top: 12vh;
}
#EN, #RO {
    height: 20vh;
    margin-top: -20vh;
}
.pageContent h1, .pageContent p, .pageContent h2{
    opacity: 0.7;
}
.pageContent h2{ 
    margin-top: 40px;
}

/* ///////////////////////////// About Page ///////////////////////////////// */

.pageContent{ 
    margin-top: 12vh !important;
}
.pageContent .box1{
    margin-top: 80px;
}
.pageContent h1{
    margin-bottom: 20px;
}
.founder img{
    width: 33%; 
}

.aboutContent{
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; 
}
.aboutContent .box{
    width: 90%;
    margin: 30px auto;
}
.boxFounder{
    width: 100%;
    max-width: 100%; 
    margin: 0 auto !important;
    
}
.aboutContent2{
    flex-direction: row-reverse;
}

.founders{
    display: flex;
    flex-direction: row;
    gap: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
    
}
.founder{
    width: 50%;
    
}
.founder p{
    margin-bottom: 10px;
}
.boxFounder{
    display: flex;
    justify-content: space-between;
    width: auto;
}
.founderDetails{
    height: 150px;
}
/* /////////////////////////////  END About Page ///////////////////////////////// */

/* /////////////////////////////  Product Page ///////////////////////////////// */

.image{
    margin-bottom: 70px;
    margin-top: 40px;
}
.image img{
    width: 80%;
}
.aboutContent .image{
    margin-bottom: 0px;
    margin-top: 0;
}
.productContent{
    margin: 50px auto 80px;
}
    .contactHeadline {
        position: inherit;
    }

    .smallerDiv {
        padding: 0 10vw;
    }

/* /////////////////////////////  END Product Page ///////////////////////////////// */


@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .loginContainer, .glass {
        background-color: rgba(30, 30, 46, .75) !important;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        transition: 2s ease;
        -webkit-transition: 2s ease;
    }

        .glass p, .glass h4 {
            opacity: 1 !important;
            background-color: rgba(30, 30, 46, 1) !important;
            /* color: white; */
        }

    .textDetails {
        font-weight: bold;
    }
}
 
}

@media only screen and (min-height: 800px) {

    .heroSection{
        margin-bottom: 30vh;
    }
}

/* /////////////////////////////////////////// END Laptop 1200px //////////////////////////////////////////// */


/* /////////////////////////////////////////// Laptop 1300px //////////////////////////////////////////////// */

@media only screen and (min-width: 1300px) {
.finor{
    top: 73%;
}
#container{
    top: 0vh;
}

.PoliticaDeConfidentialitateH1, h1{ 
    line-height: 55px;
    font-size: 55px;  
}

.scrollContainer, .textCap{  
    width: 45vw;   
    padding-bottom: 0;
} 
.textCap p{
    margin-top:0px;  
 
}
.paragraph2{
    padding-bottom: 8px;
}
.text p{
    margin-top:8px;
 
}
.lineDot{
    margin-bottom:10px;
    height:1px;
} 
.aboutProduct h4{
    line-height: 33px;
}
.EN-RO{
    top: 10vh;
}

/* /////////////////////////////  About Page ///////////////////////////////// */

.pageContent{
    margin-top: 11vh !important;
}
.aboutContent{
    gap: 80px;
}


/* /////////////////////////////  END About Page ///////////////////////////////// */


/* /////////////////////////////  Product Page ///////////////////////////////// */

 
.imgDemo{
    margin-bottom: 80px !important;
}
.contactHeadline{
    top: 10.5vh;
}
/* /////////////////////////////  END Product Page ///////////////////////////////// */


}

/* /////////////////////////////////////////// END Laptop 1300px //////////////////////////////////////////////// */
@media only screen and (min-width: 1399px) {
    .contactHeadline {
        top: 10vh;
    }

}

    /* /////////////////////////////////////////// Laptop 1800px //////////////////////////////////////////////// */

    @media only screen and (min-width: 1800px) {


        .PoliticaDeConfidentialitateH1, h1 {
            font-size: 65px;
        }

        .scrollContainer, .textCap {
            width: 40vw;
            padding: 0;
        }

        .pageContainer {
            margin-top: 29vh;
        }

        .productImage {
            margin-bottom: 100px;
        }

        .imgDemo {
            margin-bottom: 70px;
        }



        .allDevices {
            height: 22vw;
        }

        .productImage h1 {
            margin-right: 65px;
        }

        .dot {
            margin: 25px auto;
        }

        .finor {
            top: 65%;
        }

        .lineDot {
            margin-bottom: 23px;
            height: 1px;
        }

        .bullet {
            margin-top: 15px;
        }

        .loginContainer {
            height: 6vh;
        }

            .loginContainer .button {
                margin-right: 25px;
            }

        .bttn {
            padding: 5px 20px;
        }

        .loginContainer .button {
            margin-right: 50px;
        }

        .icon-double-right::before {
            font-size: 15px;
        }

        .aboutProduct h4 {
            line-height: 35px;
        }

        .EN-RO {
            top: 8vh;
        }

        #EN, #RO {
            height: 16vh;
            margin-top: -16vh;
        }

        .subarticle .subLine {
            margin-top: 28px;
        }

        .aboutContent {
            gap: 100px;
        }

        .boxFounder {
            padding: 40px;
        }

        .aboutContent {
            margin-bottom: 120px;
        }

        .image {
            width: 70%;
        }

    }

    /* /////////////////////////////////////////// END Laptop 1800px //////////////////////////////////////////////// */
