* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}

#main {
    position: relative;
    overflow: hidden;
    background-color: #1137ca;
}

@font-face {
    font-family: a;
    src: url(./jost-variable.ttf);
}

@font-face {
    font-family: b;
    src: url(./KFOlCnqEu92Fr1MmEU9fBBc4\ \(1\).ttf);
}

@font-face {
    font-family: c;
    src: url(./KFOmCnqEu92Fr1Mu4mxK\ \(1\).ttf);
}

#page1 {
    height: 100vh;
    width: 100vw;
    position: relative;
}

#page1>video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#page1>nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 30px;
    position: absolute;
    height: 10vh;
    width: 100vw;
}

#page1>nav>img {
    margin-top: -1.7vw;
    width: 9%;
}

#right-nav>button {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #0ffc1b;
    border: 1px solid #fff;
    color: #fff;
    font-family: a;
    font-size: 15px;
}

.bottom-page1 {
    position: absolute;
    bottom: 5%;
    height: 35vh;
    width: 50vw;
    left: 10%;
}

.bottom-page1>h1 {
    font-family: a;
    font-size: 5vw;
    font-weight: 100;
    line-height: 1;
    color: #fff;
}

.bottom-page1-inner {
    position: absolute;
    bottom: 0%;
    height: 35%;
    width: 100%;
}

.bottom-page1-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: a;
}

.bottom-page1-inner>button {
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    color: #51f306;
    font-size: 16px;
    font-family: b;
}

.bottom-page1-inner>h4 {
    font-size: 1.3vw;
    font-weight: 100;
    color: #fff;
}

#page2 {
    display: flex;
    align-items: start;
    font-family: a;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    position: relative;
    padding: 0vw 8vw;
    color: #fff;
    background-color: #0464c3;
}

#page2>h2 {
    margin-bottom: 3vw;
    font-weight: 100;
}

#page2>h1 {
    font-weight: 100;
    line-height: 1.3;
    width: 90%;
    font-size: 4vw;
    color: #dadada69;
}


#page3 {
    position: relative;
    height: 100vh;
    width: 100vw;
}

#page3>canvas {
    max-height: 100vh;
    max-width: 100vw;
    position: relative;
}

#page4 {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #1137ca;
    font-family: a;
}

#page4>h3 {
    margin-left: 15vw;
    margin-bottom: 2vw;
    font-weight: 100;
    color: #fff;
}

#page4>h1 {
    margin-left: 15vw;
    width: 70%;
    font-size: 3vw;
    font-weight: 100;
    color: #ffffff81;
}

#page5 {
    position: relative;
    height: 100vh;
    width: 100vw;
}

#page5>canvas {
    position: relative;
    max-width: 100vw;
    max-height: 100vh;
}

#page6 {
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0a3cce;
    flex-direction: column;
    font-family: a;
}

#page6>h3 {
    margin-left: 15vw;
    font-weight: 100;
    color: #fff;
    margin-bottom: 2vw;
}

#page6>h1 {
    margin-left: 15vw;
    font-size: 3vw;
    width: 70%;
    font-weight: 100;
    color: #ffffff53;
}

#page7 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0a3cce;
}

#page7>canvas {
    position: relative;
    max-width: 100vw;
    max-height: 100vh;
}

.page7-cir {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    height: 30vw;
    width: 30vw;
    border-radius: 50%;
    border: 1px solid #fff;
}

.page7-cir-inner {
    height: 70%;
    width: 70%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
}

#page8 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0a3cce;
}

#page8>video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page8-bottom {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-family: a;
}

.page8-bottom>h1 {
    color: #fff;
    margin-bottom: 2vw;
    font-size: 5vw;
    font-weight: 100;
}

.page8-bottom>button {
    padding: 20px 30px;
    border-radius: 50px;
    border: none;
    background-color: #fff;
    color: #0a3cce;
}

#page9 {
    min-height: 80vh;
    width: 100vw;
    background-color: #0a3cce;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6vw 8vw;
    font-family: a;
    gap: 4vw;
}

.cta-left {
    width: 50%;
    color: #fff;
}

.cta-left h1 {
    font-size: 4vw;
    font-weight: 300;
    margin-bottom: 1.5vw;
}

.cta-left p {
    font-size: 1.3vw;
    color: #dcdcdc;
    margin-bottom: 3vw;
    width: 90%;
}

.cta-buttons {
    display: flex;
    gap: 1.5vw;
}

.primary-btn,
.secondary-btn {
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 1.1vw;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}

.primary-btn {
    background: #fff;
    color: #0a3cce;
}

.primary-btn:hover {
    background: #0b48ed;
    color: #fff;
}

.secondary-btn {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.secondary-btn:hover {
    background: #fff;
    color: #0a3cce;
}

.cta-right {
    width: 50%;
}

.cta-right img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    #page9 {
        flex-direction: column;
        text-align: center;
        padding: 12vw 6vw;
    }

    .cta-left,
    .cta-right {
        width: 100%;
    }

    .cta-left h1 {
        font-size: 9vw;
    }

    .cta-left p {
        font-size: 4vw;
        width: 100%;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 4vw;
        margin-top: 6vw;
    }

    .primary-btn,
    .secondary-btn {
        font-size: 4vw;
        padding: 14px;
    }

    .cta-right img {
        height: 250px;
        margin-top: 6vw;
    }
}

#page10 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0a3cce;
}

.right10 {
    height: 100%;
    width: 60%;
    position: relative;
    left: 40%;
}

.right10-inner {
    display: flex;
    align-items: start;
    flex-direction: column;
    height: 33.3%;
    width: 100%;
    font-family: a;
    color: #fff;
}

.right10-inner>h1 {
    font-size: 2vw;
}

.right10-inner>p {
    margin-top: 2vw;
    font-size: 1.3vw;
    width: 80%;
}

#page11 {
    min-height: 100vh;
    width: 100vw;
    background-color: #fff;
    font-family: a;
    padding: 6vw 8vw;
    text-align: center;
}

.work-title {
    font-size: 4vw;
    font-weight: 200;
    margin-bottom: 4vw;
    color: #000;
}

.work-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
}

.work-card {
    background: #f5f5f5;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
}

.work-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.work-card h2 {
    padding: 1.5vw;
    font-size: 2vw;
    font-weight: 400;
    color: #000;
}

.work-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .work-title {
        font-size: 9vw;
        margin-bottom: 8vw;
    }

    .work-container {
        grid-template-columns: 1fr;
        gap: 6vw;
    }

    .work-card img {
        height: 220px;
    }

    .work-card h2 {
        font-size: 6vw;
        padding: 5vw;
    }
}


#page12 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #02268e;
}

.page12-inner {
    position: absolute;
    top: 20%;
    right: 10%;
    color: #fff;
    font-family: a;
}

.page12-inner>h1 {
    font-size: 5vw;
    font-weight: 100;
}

.page12-inner>p {
    font-size: 1.3vw;
}


#page13 {
    min-height: 50vh;
    width: 100vw;
    background: linear-gradient(135deg, #000, #0a3cce);
    color: #fff;
    font-family: a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6vw 8vw;
    text-align: center;
}

.cta-content {
    max-width: 800px;
}

.cta-content h1 {
    font-size: 4vw;
    font-weight: 300;
    margin-bottom: 1.5vw;
}

.cta-content p {
    font-size: 1.3vw;
    color: #dcdcdc;
    margin-bottom: 3vw;
}

.cta-btn {
    padding: 16px 40px;
    font-size: 1.1vw;
    border-radius: 50px;
    border: none;
    background: #fff;
    color: #0a3cce;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #0a3cce;
    color: #fff;
    border: 1px solid #fff;
    transform: translateY(-3px);
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    #page13 {
        padding: 12vw 6vw;
    }

    .cta-content h1 {
        font-size: 9vw;
    }

    .cta-content p {
        font-size: 4vw;
        margin-bottom: 8vw;
    }

    .cta-btn {
        font-size: 4vw;
        padding: 14px 30px;
    }
}



#page14 {
    min-height: 50vh;
    width: 100vw;
    background-color: #000;
    color: #fff;
    font-family: a;
    padding: 6vw 8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social-title {
    font-size: 4vw;
    font-weight: 100;
    margin-bottom: 4vw;
}

.social-container {
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}

.page14-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2vw 3vw;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}

.page14-inner h2 {
    font-size: 2vw;
    font-weight: 400;
}

.page14-inner i {
    font-size: 2vw;
}

/* Hover effect */
.page14-inner:hover {
    background: #0a3cce;
    transform: translateY(-5px);
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    #page14 {
        padding: 12vw 6vw;
    }

    .social-title {
        font-size: 10vw;
        margin-bottom: 8vw;
    }

    .page14-inner {
        padding: 5vw;
    }

    .page14-inner h2 {
        font-size: 6vw;
    }

    .page14-inner i {
        font-size: 6vw;
    }
}





/* PAGE 15 – SERVICES */
#page15 {
    min-height: 100vh;
    width: 100vw;
    background: #02268e;
    padding: 8vw 5vw;
    font-family: a;
    color: #fff;
}

.services-title {
    text-align: center;
    font-size: 4vw;
    font-weight: 100;
    margin-bottom: 5vw;
}

.services-container {
    display: flex;
    justify-content: center;
    gap: 2vw;
    flex-wrap: wrap;
}

.service-card {
    width: 22vw;
    min-width: 260px;
    padding: 2.5vw;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    transition: all 0.4s ease;
    cursor: pointer;
}

.service-card i {
    font-size: 3vw;
    margin-bottom: 1vw;
    color: #fff;
}

.service-card h2 {
    font-size: 1.8vw;
    font-weight: 400;
    margin-bottom: 1vw;
}

.service-card p {
    font-size: 1.1vw;
    color: #dcdcdc;
}

/* Hover Animation */
.service-card:hover {
    transform: translateY(-15px) scale(1.03);
    background: #0b48ed;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .services-title {
        font-size: 10vw;
    }

    .service-card {
        width: 90%;
        padding: 6vw;
    }

    .service-card i {
        font-size: 10vw;
    }

    .service-card h2 {
        font-size: 6vw;
    }

    .service-card p {
        font-size: 4vw;
    }
}

.contact-btn {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #0b48ed;
    border: 1px solid #fff;
    color: #fff;

    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}

.contact-btn:hover {
    background: #fff;
    color: #4c546b;
}

/* GLOBAL MOBILE FIX */
@media (max-width: 768px) {

    body {
        overflow-x: hidden;
    }

    /* NAV */
    #page1>nav {
        padding: 20px;
        height: auto;
    }

    #page1>nav>img {
        width: 120px;
        margin-top: 0;
    }

    /* HERO SECTION */
    .bottom-page1 {
        width: 85%;
        left: 7%;
        bottom: 8%;
        height: auto;
    }

    .bottom-page1>h1 {
        font-size: 9vw;
        line-height: 1.1;
    }

    .bottom-page1-inner {
        position: static;
        margin-top: 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .bottom-page1-inner>h4 {
        font-size: 4vw;
        line-height: 1.4;
    }

    /* PAGE 2 */
    #page2 {
        padding: 15vw 6vw;
        height: auto;
    }

    #page2>h1 {
        font-size: 7vw;
        width: 100%;
    }

    #page2>h2 {
        font-size: 5vw;
    }

    /* PAGE 4 + 6 TEXT SECTIONS */
    #page4,
    #page6 {
        padding: 15vw 6vw;
        height: auto;
    }

    #page4>h3,
    #page6>h3 {
        margin-left: 0;
        font-size: 5vw;
    }

    #page4>h1,
    #page6>h1 {
        margin-left: 0;
        width: 100%;
        font-size: 6vw;
        line-height: 1.4;
    }

    /* CTA SECTION */
    #page9 {
        flex-direction: column;
        padding: 12vw 6vw;
        text-align: center;
    }

    .cta-left,
    .cta-right {
        width: 100%;
    }

    .cta-left h1 {
        font-size: 9vw;
    }

    .cta-left p {
        font-size: 4vw;
        width: 100%;
    }

    .cta-right img {
        height: 240px;
        margin-top: 6vw;
    }

    /* SERVICES */
    #page15 {
        padding: 15vw 6vw;
    }

    .services-title {
        font-size: 9vw;
    }

    .services-container {
        gap: 6vw;
    }

    .service-card {
        width: 100%;
        padding: 8vw;
    }

    .service-card i {
        font-size: 10vw;
    }

    .service-card h2 {
        font-size: 6vw;
    }

    .service-card p {
        font-size: 4vw;
    }

    /* SOCIALS */
    #page14 {
        padding: 12vw 6vw;
    }

    .social-title {
        font-size: 9vw;
    }

    .page14-inner {
        padding: 5vw;
    }

    .page14-inner h2 {
        font-size: 6vw;
    }

    .page14-inner i {
        font-size: 6vw;
    }
}