@font-face {
    font-family: gilroy;
    src: url(/font/Gilroy-Medium.otf);
}

@font-face {
    font-family: gilroy-bold;
    src: url(/font/Gilroy-Bold.otf);
}
@font-face {
    font-family: mora;
    src: url(/font/moranga.ttf);
}

::selection{
    background-color: #FC626A;
    color: #111111;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: mora;
}

html, body{
    height: 100%;
    width: 100%;
    background-color: #111111;
    color: #fff;
}

#preloader{
    height: 100vh;
    width: 100%;
}


.cursor{
    height: 3vh;
    width: 3vh;
    pointer-events: none;
    background-color: orangered;
    border-radius: 50%;
    position: fixed;
    display: none;
    z-index: 19;
    transition: all linear 0.022s;
    mix-blend-mode: difference;
}
h1{
    cursor: default;
}
h2{
    cursor: default;
}
h3{
    cursor: default;
}
h4{
    cursor: default;
}



#nav{
    width: 100%;
    padding: 1.5vh 2.5vh;
    display: flex;
    z-index: 18;
    align-items: center;
    justify-content: space-between;
    /* position: fixed; */
    background-color: transparent;
}
#nav #logo{
    background-color: transparent;
    
}
#nav #logo h1{
    line-height: 1.12;
    font-size: 5vh;
    font-weight: lighter;
    background-color: transparent;
    
}
#nav i{
    font-size: 3.4vh;
    padding: 2vh 2vh;
    /* margin-left: 8vh; */
    border: 2px solid white;
    border-radius: 50%;
    z-index: 19;
    mix-blend-mode: difference;
    background-color: #111111be;
}
#arw{
    text-align: center;
    transition: all linear 0.1s;
    position: fixed;
    top: 2;
    left: 48%;
}
.btn1{
    color: #fff;
    text-decoration: none;
    background-color: #42D4EC;
    padding: 1vh 2vh;
    border-radius: 50px;
    font-family: gilroy;
    font-size: 1.7vh;

}

.btn2{
    display: none;
}

#page1{
    /* height: 100vh; */
    width: 100%;
    padding: 15vh 0;
    display: flex;
    flex-direction: column;
    margin-top: -5vh;
    align-items: center;
    justify-content: center;
    /* gap: 10vh; */
}
#page1 h1{
    /* margin-top: 10vh; */
    font-size: 5vh;
}
#page1 img{
    margin-top: 5vh;
    height: 65vh;
    pointer-events: none;
    width: 70%;
    object-fit: cover;
}

#moving-txt{
    height: 20vh;
    width: 100%;
    white-space: nowrap;
    margin-top: -5vh;
    overflow-x: auto;
}
#moving-txt::-webkit-scrollbar{
    display: none;
}
@keyframes move {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
.con{
    display: inline-block;
    white-space: nowrap;
    /* animation-name: move;
    animation-delay: 0;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal; */
    transition: ease-in-out;
}
#moving-txt h1{
    display: inline-block;
    font-size: 10vh;
    /* background-color: aqua; */
    font-family: mora;
    margin-right: 3vh;
}

#page2{
    /* height: 65vh; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10vh;
    margin-bottom: 10vh;
    /* justify-content: center; */
}

#page2 h1{
    font-size: 6vh;
    font-family: mora;
    text-align: center;
    width: 45%;
}
#page2 h1 .span1{
    color: #FE7D84;
}
#page2 h1 .span2{
    color: #38CDFA;
}
.btn{
    margin-top: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vh;
}
#page2 .a1{
    font-family: gilroy;
    font-size: 2.5vh;
    color: #fff;
    background-color: #38CDFA;
    text-decoration: none;
    padding: 1.5vh 3vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
#page2 .a2{
    font-family: gilroy;
    font-size: 2.5vh;
    color: #fff;
    background-color: #FA5A5A;
    text-decoration: none;
    padding: 1.5vh 3vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

#page2 a img{
    height: 3vh;
    width: auto;
    pointer-events: none;
    margin-left: 1vh;
}

#page3{
    /* height: 100vh; */
    width: 100%;
    padding: 5vh 7vh;
    background-color: #222222;
    padding-bottom: 10vh;
    white-space: nowrap;
}
#page3 h1{
    font-size: 7vh;
    font-family: gilroy-bold;
}
#page3 h1 span{
    color: #38CDFA;
    font-family: gilroy-bold;
}
#page3 h3{
    font-size: 3.2vh;
    font-family: gilroy-bold;
}

#page3 h4{
    margin-top: 5vh;
    display: inline-block;
    padding: 1vh 2vh;
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 3vh;
    font-weight: 200;
    font-family: gilroy;
    border-radius: 10px;
}

.dev-image{
    /* height: 12vh; */
    width: 100%;
    margin-top: 2vh;
    padding-right: 7vh;
    /* background-color: #38CDFA; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
    gap: 4vh;
}
.dev-image img{
    height: 10vh;
    width: auto;
    border-radius: 10px;
    background-color: #fff;
    pointer-events: none;
    padding: 1vh 1vh;
}



#page4{
    /* height: 100vh; */
    width: 100%;
    padding: 5vh 7vh;
    background-color: #303030;
    white-space: nowrap;
    padding-bottom: 10vh;
}

#page4 h1{
    font-size: 6vh;
    font-family: gilroy-bold;
}

#page4 h1 span{
    color: #FA5A5A;
    font-family: gilroy-bold;
}

#page4 h3{
    font-size: 3vh;
    font-family: gilroy-bold;
}

.port-image{
    /* height: 70vh; */
    margin-top: 5vh;
    background-color: #fff;
    width: 100%;
    /* padding: 5vh 0;
    padding-left: 2vh; */
    padding-top: 5vh;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    justify-content: center;
    gap: 5vh;
    padding-bottom: 5vh;
}

.port-image img{
    height: 25vh;
    width: auto;
    object-fit: cover;
    pointer-events: none;

}

#page6{
    /* height: 50vh; */
    width: 100%;
    padding: 5vh 7vh;
    background-color: #222222;
    white-space: nowrap;
    padding-bottom: 10vh;
    display: flex;
    flex-direction: column;
}
#page6 h1{
    font-size: 6vh;
    font-family: gilroy-bold;
}
#page6 h1 span{
    color: #38CDFA;
    font-family: gilroy;
}
#page6 h2{
    font-size: 3vh;
    font-family: gilroy-bold;
}

#container{
    margin-top: 3vh;
    padding: 5vh 7vh;
    background-color: #111111;
    /* background-color: #b3acac; */
    width: 100%;
    border-radius: 30px;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: space-between;
    gap: 3vh;
}
#cont{
    padding: 5vh 7vh;
    /* background-color: #b3acac; */
    width: 50%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: flex-start;
    gap: 3vh;

}
::placeholder{
    color: #000;
    /* background-color: #303030; */
}

.cont-box{
    border: none;
    background-color: #E8F0FE;
    border-radius: 10px;
    height: 7vh;
    width: 100%;
    color: #000;
    padding: 2vh 2vh;
    font-size: 2vh;
    font-family: gilroy;
    font-weight: 100;
}

#msg{
    width: 100%;
    border: none;
    background-color: #E8F0FE;
    border-radius: 10px;
    height: 20vh;
    color: #000;
    padding: 2vh 2vh;
    font-size: 2vh;
    font-family: gilroy;
    font-weight: 100;
}
#container button{
    width: 100%;
    padding: 1.5vh 1vh;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-family: gilroy;
    background-color: #38CDFA;
    font-weight: 100;
    cursor: pointer;
    font-size: 2.3vh;
}
#container img{
    height: 50vh;
    width: 50%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}
footer{
    /* height: 10vh; */
    width: 100%;
    background-color: #111111;
    display: flex;
    padding: 2vh 2vh;
    align-items: center;
    justify-content: center;

}
footer h2{
    font-family: gilroy;
    font-weight: 200;
    font-size: 3vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vh;
}
footer .fot-link{
    text-decoration: none;
    color: #38CDFA;
    font-family: mora;
    font-weight: 200;
    font-size: 3vh;
}

footer h2 img{
    height: 3vh;
    width: auto;
}


@media (max-width: 700px) {
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: mora;
    }
    
    html, body{
        height: 100%;
        width: 100%;
        background-color: #111111;
        color: #fff;
    }
    .cursor{
        display: none;
    }
    
    #nav{
        /* height: 13vh; */
        width: 100%;
        padding: 1.5vh 1.5vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        background-color: transparent;
    }
    #nav #logo{
        background-color: transparent;
    }
    #nav #logo h1{
        line-height: 1.12;
        font-size: 4vh;
        font-weight: lighter;
        background-color: transparent;
    }
    #nav i{
        font-size: 3vh;
        padding: 2vh 2vh;
        /* margin-left: 8vh; */
        border: 2px solid white;
        border-radius: 50%;
        z-index: 19;
        mix-blend-mode: difference;
        background-color: #111111be;
    }
    #arw{
        text-align: center;
        transition: all linear 0.1s;
        position: fixed;
        top: 2;
        left: 45%;
    }
    
    .btn2{
        color: #fff;
        text-decoration: none;
        background-color: #42D4EC;
        padding: 1vh 2vh;
        margin: 0;
        border-radius: 50px;
        font-family: gilroy;
        font-size: 2vh;
        display: block;
    }
    
    .btn1{
        display: none;
    }
    #page1{
        /* height: 100vh; */
        width: 100%;
        padding: 15vh 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* gap: 10vh; */
    }
    #page1 h1{
        margin-top: -5vh;
        font-size: 3.2vh;
    }
    #page1 img{
        margin-top: 5vh;
        height: 65vh;
        width: 90%;
        object-fit: cover;
    }
    
    #moving-txt{
        height: 20vh;
        width: 100%;
        white-space: nowrap;
        margin-top: -10vh;
        overflow-x: auto;
    }
    #moving-txt::-webkit-scrollbar{
        display: none;
    }
    @keyframes move {
        from{
            transform: translateX(0);
        }
        to{
            transform: translateX(-100%);
        }
    }
    .con{
        display: inline-block;
        white-space: nowrap;
        /* animation-name: move;
        animation-delay: 0;
        animation-duration: 7s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-direction: normal; */
        transition: all linear 0.15s;
    }
    #moving-txt h1{
        display: inline-block;
        font-size: 8vh;
        /* background-color: aqua; */
        font-family: mora;
        margin-right: 3vh;
    }

    #page2{
        /* height: 65vh; */
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0vh;
        padding: 0 2vh;
        /* justify-content: center; */
    }
    
    #page2 h1{
        font-size: 5vh;
        font-family: mora;
        text-align: center;
        width: 100%;
    }
    #page2 h1 .span1{
        color: #FE7D84;
    }
    #page2 h1 .span2{
        color: #38CDFA;
    }
    .btn{
        margin-top: 5vh;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5vh;
    }
    #page2 .a1{
        font-family: gilroy;
        font-size: 2vh;
        color: #fff;
        background-color: #38CDFA;
        text-decoration: none;
        padding: 1.5vh 1.5vh;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
    }
    #page2 .a2{
        font-family: gilroy;
        font-size: 2vh;
        color: #fff;
        background-color: #FA5A5A;
        text-decoration: none;
        padding: 1.5vh 1.5vh;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
    }
    
    #page2 a img{
        height: 3vh;
        width: auto;
        margin-left: 1vh;
    }

    #page3{
        /* height: 100vh; */
        width: 100%;
        padding-top: 5vh;
        padding-left: 2vh;
        background-color: #222222;
        white-space: nowrap;
        padding-right: 0;
        padding-bottom: 10vh;
    }
    #page3 h1{
        font-size: 4vh;
        font-family: gilroy-bold;
    }
    #page3 h1 span{
        color: #38CDFA;
        font-family: gilroy-bold;
    }
    #page3 h3{
        font-size: 2vh;
        font-family: gilroy-bold;
    }
    
    #page3 h4{
        margin-top: 5vh;
        display: inline-block;
        padding: 1vh 2vh;
        background-color: transparent;
        border: 2px solid #fff;
        font-size: 2vh;
        font-weight: 200;
        font-family: gilroy;
        border-radius: 10px;
    }
    
    .dev-image{
        /* background-color: #38CDFA; */
        width: 100%;
        margin-top: 2vh;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 2vh;
    }
    .dev-image img{
        height: 7vh;
        width: auto;
        border-radius: 10px;
        background-color: #fff;
        padding: 1vh 1vh;
    }
    
    
    
    #page4{
        /* height: 100vh; */
        width: 100%;
        padding: 5vh 2vh;
        background-color: #303030;
        white-space: nowrap;
        padding-bottom: 10vh;
    }
    
    #page4 h1{
        font-size: 4vh;
        font-family: gilroy-bold;
    }
    
    #page4 h1 span{
        color: #FA5A5A;
        font-family: gilroy-bold;
    }
    
    #page4 h3{
        font-size: 2.2vh;
        font-family: gilroy-bold;
    }
    
    .port-image{
        margin-top: 5vh;
        background-color: #fff;
        width: 100%;
        padding-left: 2vh;
        padding-right: 2vh;
        /* padding-top: 0; */
        padding-top: 2vh;
        border-radius: 20px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
        gap: 5vh;
        padding-bottom: 2vh;
    }
    
    .port-image img{
        height: 30vh;
        width: 100%;
    
    }
    #page6{
        /* height: 50vh; */
        width: 100%;
        padding: 5vh 2vh;
        background-color: #222222;
        white-space: nowrap;
    }
    
    #page6 h1{
        font-size: 4vh;
        font-family: gilroy-bold;
    }
    #page6 h1 span{
        color: #38CDFA;
        font-family: gilroy;
    }
    #page6 h2{
        font-size: 2.2vh;
        font-family: gilroy-bold;
    }
    
    #container{
        margin-top: 3vh;
        padding: 5vh 2vh;
        background-color: #111111;
        /* background-color: #b3acac; */
        width: 100%;
        border-radius: 30px;
        /* display: flex; */
        /* flex-direction: column; */
        /* align-items: center;
        justify-content: space-between;
        gap: 3vh;
        gap: 3vh; */
    }
    #cont{
        padding: 0vh 0vh;
        /* background-color: #b3acac; */
        width: 100%;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: flex-start;
        gap: 3vh;
    
    }
    ::placeholder{
        color: #000;
        /* background-color: #303030; */
    }
    
    .cont-box{
        border: none;
        background-color: #E8F0FE;
        border-radius: 10px;
        height: 7vh;
        width: 100%;
        color: #000;
        padding: 2vh 2vh;
        font-size: 2vh;
        font-family: gilroy;
        font-weight: 100;
    }
    
    #msg{
        width: 100%;
        border: none;
        background-color: #E8F0FE;
        border-radius: 10px;
        height: 20vh;
        color: #000;
        padding: 2vh 2vh;
        font-size: 2vh;
        font-family: gilroy;
        font-weight: 100;
    }
    #container button{
        width: 100%;
        padding: 1.5vh 1vh;
        border-radius: 10px;
        border: none;
        color: #fff;
        font-family: gilroy;
        background-color: #38CDFA;
        font-weight: 100;
        cursor: pointer;
        font-size: 2.3vh;
    }
    #container img{
        display: none;
    }
    
    footer{
        /* height: 8vh; */
        padding: 2vh 2vh;
        width: 100%;
        background-color: #111111;
        display: flex;
        align-items: center;
        justify-content: center;
    
    }
    footer h2{
        font-family: gilroy;
        font-weight: 200;
        font-size: 2vh;
    }
    footer .fot-link{
        text-decoration: none;
        color: #38CDFA;
        font-family: mora;
        font-weight: 200;
        font-size: 2vh;
    }
    
    
}