*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
    height: 100%;
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
.page1 h1{
    font-size: 7vw;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 7vw;
}
.page1{
    height: 100vh;
    width: 100%;
    background-color: #111111;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.page1 h1 svg{
    height: 5.5vw;
    width: 5.5vw;
    background-color: #0BA34F;
    border-radius: 50%;
}
#header_label {
    color: #ffffff;
    text-align: center;
    font-size: 1.8vw;
    font-weight: 400;
    letter-spacing: .02em;
    text-transform: none;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 1.8rem;
}
.page1 p{
    font-weight: 400;
    margin-top: 3vh;
    color: #b4b0b0;
    font-size: 1.2vw;
    text-align: center;
}
.page1 .page1_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
    gap: 8px;
}
.page1_bottom h4{
    border:1px solid #888484;
    color: #ccc9c9;
    border-radius: 15px;
    font-weight: 400;
    font-size: 1vw;
    text-transform: lowercase;
    padding: 5px 10px;
}
.page1_bottom h4:nth-last-child(2){
    border: none;
}
/* nav */
nav{
    padding: 1.5vw 8vw;
    width: 100%;
    height: 10vh;
    background-color: #020202;
    color: #FFFFFF;
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 999;
    
    /* border-bottom: 1px solid white; */
}

nav .part2{
    display: flex;
    align-self: flex-start;
    margin-top: 0.8vw;
    gap: 2vw;
    z-index: 10;
    position: relative;
}
nav h1{
    font-size: 2vw;
}
nav .part2 h4{
    text-transform: uppercase;
    font-size: 1vw;
    font-weight: 600;
    margin-bottom: 2vw;
}

nav button {
    background-color: #0BA34E;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    font-size: 0.85vw;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    border: none;
}

nav button svg {
    height: 1vw;
    margin-left: 0.4vw;
}
.nav-elem h5{
    margin-top: 0.8vw;
    /* background-color: tomato; */
    opacity: 0;
    overflow: hidden;
}
.nav-elem h5 span{
    font-size: 0.8vw;
    font-weight: 400;
    display: inline-block;  /*??*/
    color:#ccc9c9;
    z-index: 100;
    transform: translateY(28px);
}

#nav-bottom{
    width: 83.5%;
    position: absolute;
    background-color:#111111;
    color: #ffffff;
    top: 100%;
    height: 0vh;
    z-index: 9;
    border-bottom: 1px solid #FFFFFF;
}
.moving-div{
    width: 50%;
    position: absolute;
    bottom: 8%;
    white-space: nowrap;
    overflow: hidden;
    padding: 1vw;

}
.moving-div .move{
    display: inline-block;
    animation: moving 9s linear infinite;
}
.moving-div .move img {
    height: 3vh;
    margin: 0 1.2vw;
}
@keyframes moving {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}
.blur_left{
    height: 6vh;
    width: 8vw;
    position: absolute;
    background: linear-gradient(to right, #111, transparent);
    top: 0;
    left: 0;
    z-index: 2;
}
.blur_right{
    height: 8vh;
    width: 7vw;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, transparent, #111);
}
.page2{
    height: 100vh;
    width: 100%;
    border-top: 1px solid #4e4c4c;
    background-color: #111111;
    padding: 2vw 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;


}
.page2 .left{
    /* background-color: #888484; */
    width: 42%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1vw 3vw;
    padding-bottom: 4vw;
    flex-direction: column;
    
}
.intro-block{
    position: relative;
    color: #d8d1d1;
}
.highlight{
    color: #ffffff;
}

.page2 .left > p{
    color: #fbfbfb;
    font-size: 1.1vw;
    font-weight: 300;
    max-width: 46ch;
    line-height: 1.3;
    letter-spacing: 0.09rem;
}

.page2 .left .img{
    margin: 0 auto;
    object-fit: cover;
} 
.page2 .left .img img{
    height: 60vh;
    transform: translateY(-80px);
    scale: 1.5;
    filter: drop-shadow(0 0 60px rgba(252, 253, 252, 0.08));
}

.page2 .right{
    /* background-color: #888484; */
    width: 50%;
    height: 100%;
    padding-top: 1vw;
    
}
.section-label{
    font-size: 1.2vw;
    letter-spacing: 0.2em;
    color: #0BA34E;
    margin-bottom: 1.2vw;
}
.right-elem{
    border-bottom: 1px solid #333;
    color: #ffffff;
    position: relative;
    padding-top: 2vw;
    padding-bottom: 4vw;
}
.right-elem img{
    height: 7vw;
    width: 7vw;
    border-radius: 50%;
    opacity: 0;
    object-fit: cover;
    position: absolute;
    scale: 0;
}
.right-elem h1{
    font-size: 1.2vw;
    font-weight: 500;
    
}
.right h2{
    font-size: 1vw;
    font-weight: 300;
    line-height: 1rem;

    letter-spacing: 0.08rem;
}



.page3{
    height: 100vh;
    width: 100%;
    border-top: 1px solid #4e4c4c;
    background-color: #111111;
    position: relative;
    background: url(./maxresdefault.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;

}
.page3-center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.8vw;
}
.page3-center .icon{
    height: 9vw;
    width: 9vw;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: black;
    font-size: 4vw;
}

.page3-center .text{
    color: #030303;
    font-size: 0.8vw;
    border-radius: 50px;
    padding: 0.2vw 1.5vw;
    background-color:#FFFFFF;
    box-shadow: 4px 4px 4px rgb(1, 1, 1);
    transform: translateY(10px);
    opacity: 0;
    transition: all ease 0.3s;
    
}
.page3-center:hover .text{
    opacity: 1;
    transform: translateY(0px);
}
.text h2{
    font-weight:700;
    text-transform: uppercase;
}

.page3 video{
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    transform: scaleX(0.7) scaleY(0);
    border-radius: 30px;
    opacity: 0;
    z-index: 99999;
}

.page4{
    min-height: 100vh;
    width: 100%;
    border-top: 2px solid #000000;
    background-color: #efefef;
    padding: 2vw 4vw;
}

.page4-sec{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2vw;
}
.stats-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5vw;
    width: 100%;
}

.stat-card{
    background: #e2e1e1;
    border-radius: 14px;
    padding: 2vw 2vw 1.8vw 2vw;
    position: relative;
    height: 35vh;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.stat-card h2{
    font-size: 4vw;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.2vw;
}

.stat-card p{
    font-size: 0.9vw;
    color: #282727;
    line-height: 1.5;
    max-width: 90%;
    font-weight: 300;
}

.stat-card:hover{
    transform: translateY(-4px);
}
.page4 .page4-left{
    height: 100%;
    width: 45%;
    padding-top: 4vw;
    padding-left: 4vw;
}
.page4-left h1{
    font-size: 2.5vw;
    text-transform: uppercase;
}

.page4 .page4-right{
    height: 100%;
    width: 45%;
    padding: 3vw 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.page4-right .right-text-elem{
    padding: 6vw 3vw;
    padding-top: 2vw;
    border-bottom: 1px solid #333;
}

.right-text-elem p{
    opacity: 0.75;
    color: #959292;
    margin-bottom: 2vw;
}
.right-text-elem h5{
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0.08rem;
}

.page5{ 
    min-height: 100vh;
    width: 100%;
    border-top: 2px solid #a8a5a5;
    background-color: #080808;
    padding: 6vw 8vw;
    color: #FFFFFF;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1vw;
}

.page5 > button{
    width: 10vw;
    background-color: #0BA34E;
    color: #FFFFFF;
    padding: 1vw 1.6vw;
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    position: sticky;
    top: 15%;
}

.page-5-sec{
    width: 65%;
}
.page-5-sec>p{
    font-size: 2vw;
    font-weight: 300;
}
.page-5-sec>p span{
    display: inline-block;
    width:12vw;
    font-size: 0.8vw;
}
.page5-content{
    width: 100%;
    margin-top: 5vh;
    padding-top: 1vw;

}
.page5-content h1{
    margin-top: 2vh;
    padding-left: 1vw;
    font-size: 3.2vw;
    font-weight: 400;
}
.page5-content .smallcards{
    display: flex;
    gap: 0.5vw;
    padding: 1vw 0;
    margin-top: 3vh;
}
.smallcards h4{
    font-size:0.7vw;
    font-weight: 400;
    border-radius: 20px;
    padding: 0.5vw 1vw;
    border:1px solid #9a9696;
}

.container-elem{
    display: flex;
    padding-top: 4vh;
    padding-bottom: 8vh;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.container-elem p{
    width: 50%;
    font-size: 0.8vw;
    font-weight: 200;
    position: relative;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    z-index: 10;
}
.container-elem h3{
    font-size: 1.5vw;
    font-weight: 400;
    position: relative;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    z-index: 10;
}
.container-elem i{
    font-size: 1.5vw;
    position: relative;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    z-index: 10;
}

.over{
    inset: 0;
    position: absolute;
    background-color: #313030;
    transform: translateY(-100%);
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    opacity: 0;
}
.container-elem:hover h3 {
    padding-left: 1vw;

}
.container-elem:hover i {
    padding-right: 1vw;
}

.container-elem:hover .over {
    transform: translateY(0);
    opacity: 1;
}

.container-elem:hover {
    border-top: 2px solid #fff;
}
summary::marker{
    content: "";
}

.uiux, .product{
    border-top: 1px solid floralwhite;
}

.page6{ 
    min-height: 100vh;
    width: 100%;
    background-color: #ffffff;
}
.page6 > h1{
    color: black;
    font-size: 3.5vw;
    font-weight: 900;
    padding: 10vh 4vw;
    padding-left: 45vw;
    line-height: 3rem;
    text-transform: uppercase;
    position: relative;
}
.page6 > h1::before{
    content: "";
    position: absolute;
    height: 1px;
    width: 80%;
    background-color: #000000;
    bottom: 0;
    left:10%;
}

.page6-content{
    padding: 4vw 23vw;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page6-content .page6-right{
    width: 72%;
}
.page6-right p{
    font-size: 1.5vw;
    margin-bottom: 3vw;
    font-weight: 400;
}

.page6-content > button{
    width: 10vw;
    background-color: #4f5bff;
    color: #FFFFFF;
    padding: 1vw 1vw;
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    position: sticky;
    top: 15%;
}

.page6-bottom{
    width: 80%;
    height: 50vh;
    margin: auto;
    margin-bottom: 4vw;
    border-top: 1px solid #9d9b9b;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page6-bottom .b6-part1{
    width: 20%;
    height: 100%;
    border-right: 1px solid black;
}
.page6-bottom .b6-part2{
    width: 45%;
    height: 100%;
    border-right: 1px solid black;
}
.page6-bottom .b6-part3{
    width: 40%;
    height: 100%;
    border-right: 1px solid black;
}
.page6-bottom .b6-part4{
    width: 40%;
    height: 100%;
    border-right: 1px solid black;
}
.page6-bottom .b6-part5{
    width: 15%;
    height: 100%;
}
.b6{
    padding: 2vw 0.6vw;
}
.b6 h5 {
    color: #000;
    font-weight: 500;
    font-size: 1vw;
    margin-bottom: 4vh;
}
.b6 h4{
    background-color: #111;
    color: #F5F5F5;
    width: 85%;
    padding: 8px 6px;
    margin-bottom: 0.3vh;
    border-radius: 50px;
    font-size: 0.85vw;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.b6 h4 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5vw;
    height: 1.5vw;
    background-color: #5b5959;
    padding: 0.5vw;
    border-radius: 50%;
    margin-right: 1vw;
}
.b6 h4:nth-of-type(1){
    transform: translateX(0);
}
.b6 h4:nth-of-type(2){
    transform: translateX(10%);
}
.b6 h4:nth-of-type(3){
    transform: translateX(20%);
}
.b6 h4:nth-of-type(4){
    transform: translateX(30%);
}
.b6 h4:nth-of-type(5){
    transform: translateX(40%);
}
.b6 h4:nth-of-type(6){
    transform: translateX(50%);
}

.page7{
    height: 100vh;
    width: 100%;
    background-color: black;
}

.page7 .top{
    padding: 10vw 23vw;
    padding-top: 2vw;
    padding-left: 20vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #333;
}
.page7-text h1{
    font-size: 3vw;
    font-weight: 500;
    color: #F5F5F5;
}
.page7-right{
    height: 21vh;
    color: #F5F5F5;
    padding: 1vw 4vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page7-right h4{
    margin-bottom: 0.7vw;
    font-size: 1vw;
    font-weight: 300;
    color: #888484;
}
.page7-right h5{
    margin-bottom: 0.7vw;
    font-size: 1vw;
    font-weight: 300;
}

.page7-right div:nth-child(1) h5{
    border: 1px solid snow;
    border-radius: 20px;
    padding: 0.4vw 0.8vw;
}

.page7-text .follow{
    height: 7vw;
    width: 7vw;
    border-radius: 50%;
    background-color: #0BA34F;
    color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    scale: 0;
}

.bottom{
    height: 48vh;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 6vw 20vw;
    justify-content: space-between;
    gap: 1vw;
    border-bottom: 1px solid #a9a7a7;
}
.bottom>div{
    width: 40%;
    border-right: 1px solid #333;
}

.bottom > div h3{
    font-size: 1vw;
    font-weight: 300;
    margin-bottom: 2vw;
    color: #9a9696;
}

.bottom > div h5{
    font-size: 1.2vw;
    font-weight: 200;
    margin-bottom: 0.6vw;
    color: #f5f4f4;
}
.bottom > div h5:hover{
    scale:1;
    color: #0BA34E;
}

.bottom > div:nth-child(4) h5{
    border: 1px solid #c5c2c2;
    font-size: 1vw;
    width: fit-content;
    padding: 0.2vw 0.8vw;
    border-radius: 20px;
}

.footer{
    height: 10vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 0.8vw;
    padding-left: 10vw;
    padding-right: 10vw;
    border: none;
    color:#b5b3b3;
}