@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;500&display=swap');


* {
    margin: 0;
    padding: 0;
}

:root {
    --bgColor: #121212;
    --textcolor: white;
    --secondarycolor: black;
    --thirdcolor: #C9F31D;
}

body {
    height: 100vh;
    cursor: none;
}



/* cursor */


::-webkit-scrollbar {
    display: none;
}

.cursor {
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid var(--thirdcolor);
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
    z-index: 99;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--thirdcolor);
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
}

/* start */

.container {
    background: var(--secondarycolor);
    font-family: 'Kanit', sans-serif;
    color: white;
}

/* nav-responsive */

.responsive-nav {
    display: none;
}

.menu-responsive {
    border-bottom: 0.5px solid gray;
    height: 10px;
    background: #000000a0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
}


#open-opti-menu {
    font-size: 25px;
}


/* nav-open */

.nav-open {
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4cm;
    background: #000;
    width: 700px;
    height: 750px;
    position: fixed;
    z-index: 90;
}

#close-menu {
    position: absolute;
    top: 30px;
    left: 20px;
    border: 1px solid white;
    border-radius: 50%;
    padding: 10px;
}

.left-menu {
    display: flex;
    flex-direction: column;
    gap: 6cm;
}

.left-menu li {
    margin-top: 8px;
    font-weight: 200;
}


.menu ol,
.left-menu li {
    list-style: none;

}

.menu ol li {
    margin-top: 40px;
    font-size: 30px;
}

.nav-open div ol li:hover {
    transform: translate(20px);
    transition: 1s;
}

/* navbar */


.navbar {
    position: fixed;
    z-index: 33;
}


.navbar ul li {
    width: 90px;
    height: 240px;
    writing-mode: vertical-rl;
    background: transparent;
    border-right: 0.1px solid gray;
    font-size: 18px;
    font-weight: 200;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}


/* main--container */



.main-content {
    overflow-x: hidden;
    position: relative;
}






/* page-1 */




.page-1 {
    margin-left: 150px;
    background-image: url('bg-main.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
}

.page-1 div {
    height: 100vh;
    width: 100vw;
    background: #000000c4;
}


.page-1 div h2 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 22px;
    width: 300px;
    border-bottom: 1px solid var(--textcolor);
    font-weight: 400;
}


.page-1 div h1 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 120px;
    animation: text 1 1s forwards;
    opacity: 0;
}

@keyframes text {
    0% {
        transform: translateY(-120px);
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


.page-1 h1 span {
    border: 2px var(--textcolor) solid;
    border-radius: 20px;
    font-size: 30px;
    font-weight: 400;
    padding: 0px 15px;
}


.page-1 p {
    width: 420px;
    font-size: 18px;
    font-weight: 400;
    color: gray;
}

/* page-2 */


.yellow-band {
    /* color: var(--secondarycolor); */
    background: var(--thirdcolor);
    width: 100vw;
    font-size: 25px;
    height: 110px;
}

.yellow-band ol {
    display: flex;
    /* margin-left: 150px; */
    padding: 10px;
}


.yellow-band ol li {
    padding: 30px;
    list-style: none;
    color: var(--secondarycolor);
}

.page-2-content {
    position: relative;
    padding-left: 150px;
    position: relative;
    background: var(--bgColor);
    padding-bottom: 100px;
}

.page-2-content h1 {
    font-size: 50px;
    font-weight: 500;
    width: 900px;
    padding: 100px;
}


.page-2-content-img {
    float: right;
    padding-right: 100px;
}

.page-2-content-img2 {
    background: url('img2.jpg');
    background-repeat: no-repeat;
    height: 564px;
    color: transparent;
    background-attachment: fixed;
    width: 440px;
}



.page-2-content p {
    color: gray;
    width: 500px;
    padding-right: 200px;
    font-size: 18px;
    font-weight: 400;
    float: right;
}


@import url('https://fonts.googleapis.com/css?family=Amatic+SC');



.btn {
    font-weight: 500;
    color: gray;
    font-size: 16px;
    border-radius: 50%;
    padding: 50px;
    width: 200px;
    height: 200px;
    border: 1px solid gray;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 890%;
    width: 190%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn:hover:after {
    background: #C9F31D;
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}



.page-2-content button {
    float: right;
    margin-right: -300px;
    margin-top: 300px;
}




/* page-3 */

.page-3 {
    background: #171717;
}

.page-3content {
    padding-top: 150px;
    padding-left: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}



.page-3content h3,
.page-4content h3,
.page-5content h3,
.page-5 div h3,
.page-5content div h3,
.blog h3 {
    font-size: 18px;
    font-weight: 400;
}

.page-3content h2,
.page-4content h2,
.page-5content h2,
.page-5 div h2,
.blog h2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 3px;
}

.page-3content div p,
.page-5content p,
.workflow h6,
.page-5content h6 {
    font-size: 20px;
    font-weight: 300;
    color: gray;
}

.page-3content div p span {
    color: rgb(255, 255, 255);
}






/* faqq */


.hoveranimation {
    animation: hoveranime forwards 1s;
}

@keyframes hoveranime {

    10% {
        transform: translate(-590px);
        opacity: 0;
    }
}

.faq {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 160px 150px 200px;
    /* padding-left: 150px;
    padding-top: 100px;
    padding-bottom: 100px; */
}

.box {
    height: 50px;
    width: 200px;
    background: var(--thirdcolor);
    transform: rotate(-30deg);
}

#img-change {
    transform: rotate(15deg);

}

.writing-section {
    display: grid;
    grid-template-columns: 100px 400px 400px;
    align-items: center;
    justify-content: center;
}

.writing-section div {
    width: 400px;
    padding-left: 80px;
}

.writing-section div h2,
.writing-section div h1 {
    font-size: 28px;
    line-height: 50px;
    font-weight: 300;
}

.writing-section div p {
    font-size: 16px;
    color: gray;
    font-weight: 300;
}



/* page-4 */


.page-4 {
    background: #121212;
    padding-top: 200px;
}

.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
}

.counter div {
    border-radius: 50%;
    border: 0.1px solid gray;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 300px;
}

.counter div h1 {
    font-weight: 300;
    font-size: 100px;
}

.counter div h6 {
    font-weight: 300;
    color: gray;
    text-align: center;
    font-size: 20px;
}


/* workflow */


.page-4content {
    padding-top: 300px;
    text-align: center;
}

.animated {
    color: #000000c4;
    position: relative;
    top: 44px;
    height: 33px;
}


/* steps */

.workflow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.workflow div {
    text-align: center;
    width: 280px;
    padding-bottom: 120px;
}

.workflow div h3 {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 30px;
}

.workflow div h1 {
    font-size: 100px;
    font-weight: 500;
    color: rgba(128, 128, 128, 0.18);
    animation: bounce alternate-reverse 2s infinite;
}


.workflow div span {
    border-radius: 50%;
    color: transparent;
    background: var(--thirdcolor);
}

@keyframes bounce {
    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }

}



.workflow div h5 {
    font-size: 25px;
    font-weight: 500;
}

.workflow div h6 {
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
}



/* page-5 */


.page-5 {
    background: #171717;
    padding-top: 150px;
    padding-left: 150px;
}


/* logos */


.clients {
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid rgba(128, 128, 128, 0.491); */
}

.clients img {
    padding: 60px;
}



/* testimonials */


.page-5content {
    padding-top: 150px;
    padding-left: 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}


/* blogg */

.blog {
    padding-top: 150px;
    text-align: center;
}

.img-hover-zoom--blur img {
    transition: transform 1s, filter 1s ease-in-out;
    filter: blur(2px);
    /* transform: scale(1.2); */
}

.img-hover-zoom--blur:hover img {
    filter: blur(0);
    transform: scale(0.9);
}

.blogg {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}


.blogg div h6 {
    color: gray;
    font-size: 18px;
    padding-top: 10px;
    font-weight: 300;
}


.blogg div p {
    font-size: 26px;
    padding-top: 10px;
    font-weight: 400;
}

.blogg div hr {
    margin-top: 20px;
}



/* .workflow */


.workwithus {
    padding-top: 180px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.workwithus p {
    border-radius: 20px;
    border: 1px solid white;
    padding: 2px 10px;
    font-size: 18x;
    margin-bottom: 20px;
}


.workwithus button {
    margin: 100px;
}


/* footer */


.footer-img {
    background: url('footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 1400px;
    height: 660px;
    background-attachment: fixed;
    position: absolute;
}

.footer {
    position: absolute;
    background: #171717;
    margin-top: 120px;
    width: 1300px;
    height: 545px;
    display: grid;
    grid-template-columns: 250px 250px 250px 200px;
    gap: 30px;
    padding-left: 100px;
    align-items: center;
    justify-content: center;
}


.footer p {
    color: gray;
    font-size: 16px;
    padding-top: 20px;
    font-weight: 400;
}

.footer h3 {
    font-size: 22px;
    font-weight: 400;
}

.social-icon i {
    padding-top: 20px;
    padding-left: 10px;
}

.footer h6 {
    font-size: 16px;
    padding-top: 10px;
    font-weight: 300;
}



.cn {
    font-weight: 500;
    color: gray;
    font-size: 16px;
    background: transparent;
    border-radius: 50%;
    width: 200px;
    text-align: center;
    height: 200px;
    border: 1px solid gray;
}


.last-footer {
    background: #121212;
    width: 325px;
    height: 545px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}




input {
    background: #171717;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 20px;
}




/* media qureey */


/* 1420---- */


@media screen and (max-width:1420px) {
    .responsive-nav {
        display: block;
    }

    .navbar {
        display: none;
    }



    .blogg {
        flex-wrap: wrap;
    }

    .clients {
        padding: 0px;
        padding-left: 0px;
    }

}




/* 1347---- */


@media screen and (max-width:1347px) {


    .clients {
        flex-wrap: wrap;
    }

    .footer {
        grid-template-columns: 220px 200px 200px 200px;
    }

}

/* 1316--- */


@media screen and (max-width:1316px) {
    .page-2-content p {
        width: 350px;
        padding-left: -100px;
    }

    .footer {
        width: 1100px;
        display: grid;
        grid-template-columns: 240px 240px 240px 200px;
        gap: 10px;
        padding-left: 40px;
    }
}

/* 1283--- */



@media screen and (max-width:1283px) {
    .page-2-content p {
        padding-right: 10px;
    }

    .faq {
        flex-wrap: wrap;
    }

    .box {
        transform: rotate(-30deg) translate(100px);
    }

    .footer {
        padding-left: 0px;
        text-align: start;
        grid-template-columns: 210px 200px 200px 100px;
    }
}



/* 1192--- */


@media screen and (max-width:1190px) {
    .page-3content {
        flex-wrap: wrap;
        padding-left: -10px;
        width: 800px;
        text-align: center;
    }

    .counter,
    .workflow {
        flex-wrap: wrap;
    }
}

/* 960-- */


@media screen and (max-width:1023px) {

    

    .page-1 div h1 {
        font-size: 100px;
    }

    .page-2-content h1 {
        width: 700px;
        padding-left: 10px;
    }

    .page-2-content p {
        position: absolute;
        top: 18cm;
        background: #00000037;
    }

    .page-2-content button {
        display: none;
    }


    .page-3content {
        width: 700px;
    }

    .writing-section {
        grid-template-columns: 50px 350px 350px;
    }

    .writing-section div {
        padding-left: 0px;
    }

    .footer-img {
        height: 26cm;
    }

    .footer {
        width: 700px;
        height: 22cm;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .footer div {
        width: 300px;
    }

    .last-footer {
        width: 350px;
        text-align: center;
    }

}


/* 820-- */


@media screen and (max-width:820px) {

    .page-1 {
        margin-left: 20px;
    }

    .page-1 div h1 {
        font-size: 90px;
    }

    .page-2-content {
        padding-left: 30px;
        font-size: 20px;
    }

    .page-2-content h1,
    .page-3content h1,
    .page-4content h2 {
        font-size: 45px;
    }

    .page-3content {
        padding-left: 30px;
    }

    .writing-section {
        padding-top: 100px;
        display: flex;
        flex-wrap: wrap;
    }

    .number-hide {
        display: none;
    }

    .counter {
        padding-left: 0px;
    }


    .page-5 {
        padding-left: 20px;
    }

    .page-5 div h2 {
        font-size: 40px;
    }
}

/* 610-- */

@media screen and (max-width:610px) {
    .page-1 div h1 {
        font-size: 70px;
        margin-left: 10px;
    }

    .page-5content {
        padding-left: 0px;

    }

    .page-1 div h2,
    .page-1 div p {
        margin-left: 10px;
    }

    .page-1 {
        margin-left: 0px;
    }

    .page-2-content p {
        background: #000000a4;
        color: rgb(177, 178, 179);
    }

    .page-2-content-img {
        display: none;
    }

    .page-3content {
        width: 550px;
    }

    .footer-img {
        height: 40cm;
    }

    .footer {
        width: 450px;
        height: 35cm;
        gap: 20px;
        padding-top: 60px;
    }
}



@media screen and (max-width:610px) {


    .nav-open{
        width: 250px;
        height: 600px;
    }

    
    
    
    .menu ol li{
        font-size: 20px;
    }


   .left-menu{
    display: none;
   }

    .page-1 div h1 {
        font-size: 60px;
    }

    .page-1 div h1 span {
        font-size: 30px;
    }

    .page-2-content {
        padding-left: 0px;
    }

    .page-2-content h1 {
        font-size: 30px;
        width: 500px;
    }


    .page-3content {
        width: 400px;
        margin-left: 0px;
    }

    .page-3content div h2 {
        font-size: 40px;
    }

    .page-5 div h2 {
        font-size: 40px;
        letter-spacing: 1px;
    }

    .t3 {
        display: none;
    }

    .footer {
        padding-left: 0px;
        width: 400px;
    }
}






/* 400 */

@media screen and (max-width:400px) {

    .page-1 div p {
        width: 300px;
    }

    .yellow-band {
        height: 50px;
    }

    .page-2-content {
        padding-left: 20px;
    }

    .page-2-content h1 {
        font-size: 25px;
        width: 350px;
    }

    .page-3content {
        width: 350px;
        padding-left: 20px;
    }

    .writing-section {
        width: 350px;
    }

    .page-5 div h2 {
        font-size: 35px;
        letter-spacing: 0px;
    }





}

/* 280 */

@media screen and (max-width:280px) {

    .page-1 div p {
        width: 250px;
        font-size: 15px;
    }

    .page-1 div h1 {
        width: 250px;
        font-size: 50px;
    }


    .page-2-content {
        padding-left: 10px;
    }

    .page-2-content h1 {
        font-size: 20px;
        width: 250px;
    }

    .page-2-content p {
        font-size: 15px;
        width: 250px;
    }

    .page-3content {
        width: 250px;
        padding-left: 20px;
    }

    .writing-section {
        width: 250px;
    }

    .page-4content h2 {
        font-size: 35px;
        letter-spacing: 0px;
    }

    .page-5 div h2 {
        font-size: 35px;
        letter-spacing: 0px;
    }

}
