body{
    /* padding: 20px; */
    overflow-x: hidden;
    background: rgb(0, 0, 0);
    /*max-width: 1400px;*/
    margin: auto;
    /* font-family: 'Helvetica', 'Arial', sans-serif; */
    scroll-behavior: smooth;
}
html{
    /* scroll-behavior: smooth; */
    overflow-x: hidden;
}
.main{
    /* max-width: 1400px; */
    /* padding: 0 20px 0 20px; */
    overflow-x: hidden;
}
header{
    /* margin-bottom: 20px; */
    /* padding: 0 40px 0 40px; */
    /* max-width: 1400px; */
    /* margin: auto; */
    z-index: 1;
}
.socialsLogos{
    display: flex;

}
.logo{
    width: 30vw;
    max-width: 300px;
    margin-left: 20px;
}
/* .btnSocials {
    width: 30px;
    margin:2px;
    padding: 3px;

} */
#contact{
    background-color: #ffbe0a;
    display: inline-flex;
    align-items: center;
    position: relative;
    border-radius: 2px;
    padding: 6px 10px 6px 10px;
    margin-right: 20px;
    margin-left: 20px;
    color: black;
    font-size: 0.7rem;
    /* transition: 0.3s; */
}
#contact:hover {
    background-color: #525252;
    color: white;
}
.navContainer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.imageBlockContainer{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* margin-bottom:20px; */
    /*margin-bottom: -10vw;*/
    /* height: 400px; */
}
.videoBlockContainer{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* margin-bottom:10rem; */
}
.imageProduct{
    position: relative;
    display: flex;
    align-items: center;
    width: 100vw;
}
.imageBlockContainer{
    /* background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 50vh;*/
    /*background-size: contain;*/
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    /* width: 100%; */ 
}


.infosBlock{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    width: 100%;
    position : absolute;
    color: white;
    /* padding-left: 10%; */
    height:100%;
    padding-left: 2%;
    padding-right: 10%;
    padding-top: 5%;
    /* padding-top: 20%; */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 100;
}
.infosBlockR{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    height:100%;
    width: 100%;
    position : absolute;
    text-align: right;
    color: white;
    padding-right: 2%;
    padding-left: 10%;
    padding-top: 5%;
    /* padding-top: 20%; */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 100;
}
.info{
    margin: 0px 20px 0 20px;
}

/* TEXT ANIMATIONS */
.hidden1{
    /* text-align: center; */
    opacity: 0;
    transition: all 2s;
    transform: translateX(10%);
}
.show1{
    opacity: 1;
    transform: translateX(0);
    /*background-color: #00000069;
    padding-left: 3%;
    padding-right: 3%;*/
}
.hidden1b{
    opacity: 0;
    transition: all 2s;
    transform: translateX(10%);
    transition-delay: 500ms;
}
.show1b{
    opacity: 1;
    transform: translateX(0);
    /*background-color: #00000069;
    padding-left: 3%;
    padding-right: 3%;*/
}
.hidden2{
    opacity: 0;
    transition: all 2s;
    transform: translateX(-10%);
    transition-delay: 300ms;
}
.show2{
    opacity: 1;
    transform: translateX(0);
    /*background-color: #00000069;
    padding-left: 3%;
    padding-right: 3%;*/
}
.hidden3{
    opacity: 0;
    transition: all 4s;
    transition-delay: 800ms;
    /* margin-top: 5px; */
}
.show3{
    opacity: 1;
    /*background-color: #00000069;
    padding-left: 3%;
    padding-right: 3%;*/
    padding-bottom: 1%;
    padding-top: 1%;
}

.lightColor{
    color: rgb(230, 230, 230);
}
hr { 
    opacity: 1;
    background-size: 2px;
    border-top: 2px solid #ffbb00;
    border-color: #ffbe0a;
}
/* .separator{
    position: absolute;
    top : 0px;
    z-index: 50000;
    height:10px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
} */
.separator{
    position: absolute;
    top : -1px;
    z-index: 50000;
    height:0.2rem;
    width: 100vw;
    background: rgb(0,0,0);
    /* background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 60%, rgba(0,0,0,0) 100%); */
    background: rgb(255, 255, 255) 40%;
}

.separatorVid{
    /* position: absolute;
    bottom : -1px; */
    z-index: 50000;
    height:0.1rem;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,207,0,1) 40%, rgba(255,207,0,1) 60%, rgba(0,0,0,0) 100%);
    background: rgba(255,207,0,1) 40%;
}
/* .separator{
    position: absolute;
    top : -1px;
    z-index: 50000;
    height:3px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 60%, rgba(0,0,0,0) 100%);
} */

.blackSpaceDiv{
    height: 30px;
    width: 100vw;
    bottom : 10px;
    background-color: black;
    z-index: 1000;
    display: flex;
    justify-content: center;
    margin-right: 25px;
}
.linkDiv{
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: center;
}
.linkButton{
    font-size: clamp(8px, 1.2vw, 16px);
    padding: auto;
    border: 1px solid white;
    padding: 0px 5px;
    cursor: pointer;
    background-color: black;
    color: white;
    border-radius: 2px;
}
.linkButton:hover{
    background-color: white;
    color: black;
}
.downArrow{
    position: absolute;
    top : 0px;
    /* z-index: 50000; */
    width: 100%;
    height: 4%;
    /* background-color: #ffbb00; */
    
    /* background: rgba(255, 255, 255, 0); */
    display: flex;
    justify-content: center;
}
.downArrow img{
    /* filter: invert(); */
    width: 20%;
    opacity: 1;
    /* box-shadow: 0px 0px 12px rgb(0, 0, 0); */
}

.videoBlock{
    width:100%;
    /* cursor: pointer; */
}
video::-webkit-media-controls {
    pointer-events: none;
    display: none;
}
.hoverPointer{
    cursor: pointer;
    /* height: 60%; */
    padding-bottom: 30px;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.116);
}
.fa-arrow-up{
    opacity: 0.5;
}
footer{
    margin: auto;
}
.copyright{
    color: white;
    /* padding-left: 5%; */
    margin: 10px 20px 10px 20px;
}

h1, h3, h6{
    text-shadow: 5px 5px 12px black;
}
.devSection {
    display: flex;
    margin-top: 20px;
    width: 100%;
    height: 300px;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.devImg{
    margin-bottom: 20px;
    max-width: 400px;
}

@media (min-width: 20px) {  
    h1 {font-size:2.5rem;} /*1rem = 16px*/
    h3 {font-size:1rem;} /*1rem = 16px*/
    h6 {font-size:0.7rem} /*1rem = 16px*/
    header{
        /* padding: 0 10px 0 10px; */
        /* max-width: 1400px; */
        margin: auto;
    }
    .copyright{
        margin-left: 15px;
    }
    #contact{
        font-size: 0.6rem;
        padding: 4px 5px 3px 5px;
    }
    /* .simpleParallax{
        height: 45vw;
    } */
    /* .videoBlockContainer{
        margin-bottom:2rem;
    } */
    .blackSpaceDiv{
        height: 3rem;
        bottom : 10px;
        background-color: black;
        width: 100vw;
    }
}
@media (min-width: 701px) {  
    h1 {font-size:4rem;} /*1rem = 16px*/ 
    h3 {font-size:2rem;} /*1rem = 16px*/
    h6 {font-size:1rem;} /*1rem = 16px*/
    header{
        /* padding: 0 10px 0 10px; */
        /* max-width: 1400px; */
        margin: auto;
    }
    .copyright{
        margin-left: 20px;
    }
    #contact{
        font-size: 0.7rem;
    }
    /* .simpleParallax{
        height: 30vw;
    } */
    /* .videoBlockContainer{
        margin-bottom:5rem;
    } */
    .blackSpaceDiv{
        height: 5rem;
        bottom : 10px;
        background-color: black;
        width: 100vw;
    }
    
}
@media (min-width: 1200px) {  
    h1 {font-size:6rem;} /*1rem = 16px*/
    h3 {font-size:3rem;} /*1rem = 16px*/
    h6 {font-size:1rem;} /*1rem = 16px*/
    header{
        /* padding: 0 10px 0 10px; */
        /* max-width: 1400px; */
        margin: auto;
    }
    .copyright{
        margin-left: 20px;
    }
    #contact{
        font-size: 1rem;
    }
    /* .simpleParallax{
        height: 25vw;
    } */
    /* .videoBlockContainer{
        margin-bottom:10rem;
    } */
    .blackSpaceDiv{
        height: 7rem;
        bottom : 10px;
        background-color: black;
        width: 100vw;
    }
    
}