* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: gilroy;
    color: #fff;
}

html,
body {
    height: 100%;
    width: 100%;
}

/* #main{
    height: 900vh;
    width: 100%;
} */

nav {
    position: fixed;
    display: flex;
    align-items: flex-start;
    height: 15.2vh;
    width: 100%;
    padding: 2vw 4vw;
    justify-content: space-between;
    background-color: #111;
    z-index: 10;
}

nav h1 {
    padding-top: 10px;
    font-size: 30px;
}

.nav-part2 {
    display: flex;
    gap: 1.6vw;
    align-items: flex-start;
    padding: 2.3vh 0;
    position: relative;
    z-index: 10;
}

.nav-part2 h4 {
    font-size: 0.9vw;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 2.7vw;
}


.nav-bottom {
    /* background-color: red; */
    height: 0%;
    position: absolute;
    width: 92.4%;
    bottom: 4;
    border-bottom: 1px solid white;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2vw 15vw;
    gap: 3.8vw;
    padding-left: 18.2vw;
    padding-top: 3vw;
}

.nav-part2 h5 span {
    font-weight: 500;
    display: inline-block;
    font-size: 0.75vw;
    display: none;
}

nav button {
    background-color: #0ba34e;
    display: flex;
    align-items: center;
    padding: 7px 11px;
    font-size: 0.89vw;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    border: none;
}

button {
    font-weight: 500;
    font-family: monospace;
}

nav button svg {
    height: 1.76vw;
    margin-left: 1.6vw;
    padding: -15px -15px;
    font-size: 20px;

}

#nav-bottom {
    height: 0vh;
    width: 92.4%;
    position: absolute;
    /* background-color: red; */
    top: 100%;
    background-color: #111;
    z-index: 9;
    border-bottom: 20px solid #fff;
}

#page1 {
    height: 97vh;
    width: 100%;
    background-color: #111;
    font-size: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 14vh; */
}

#page1 h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

#page1 h1 span svg {
    height: 4.1vw;
    width: 4.1vw;
    padding: 13px 13px;
    background-color: #0ba34e;
    border-radius: 50%;

}

#page1 p {
    text-align: center;
    font-weight: 400;
    margin-top: 3vh;
}

#page-s {
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-s h4 {
    font-weight: 400;
    font-size: 1.1vw;
    text-transform: lowercase;
    margin-top: 0.8vw;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.589);
    border-radius: 50px;
}

#page1 h1 {
    font-weight: 900;
    line-height: 6.5vw;
}

#page1 p {
    font-size: 1.1vw;
}

#page-s h4:nth-last-child(2) {
    border: none;
    padding: 10px;
}

#logos {
    /* background-color: red; */
    margin-top: 10vh;
    position: relative;
    bottom: 3%;
    overflow: hidden;
    padding: 0.6vw 1vw;
    white-space: nowrap;
    width: 45%;
    padding-bottom: 4vh;
    margin-top: 6vw;
}

#logos-slide {
    display: inline-block;
    animation: 13s move infinite linear;
}

#logos-slide img {
    height: 1.3vw;
    margin: 0 1.7vh;
}

@keyframes move {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

#blur-left {
    height: 100%;
    width: 20%;
    background: linear-gradient(to right, #111, transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#blur-right {
    height: 100%;
    width: 20%;
    background: linear-gradient(to right, transparent, #111);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

#page2 {
    height: 100vh;
    width: 100%;
    background-color: #111;
    position: relative;
    margin-top: 0;
    padding: 1vw 10.5vw;
    padding-bottom: 2.5vw;
    display: flex;
    align-items: center;
    border-top: 0.5px solid #333;
    justify-content: space-between;
}

.page2-left {
    height: 100%;
    width: 40%;
    /* background-color: #890033; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 3vw 0;

}

.page2-left p {
    font-size: 1.18vw;
    letter-spacing: 3px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.page2-left h5 {
    width: 73%;
    font-weight: 400;
    font-size: 1.3vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    letter-spacing: 0.9px;
}

.page2-right {
    height: 100%;
    width: 50%;
    /* background-color: #333; */
}

.right-elem {
    position: relative;
    /* background-color: red; */
    padding-top: 2.89vw;
    padding-bottom: 5vw;
    border-bottom: 1.9px solid #333;
}

.right-elem h2 {
    font-size: 1vw;
    font-weight: 400;
}

.right-elem img {
    height: 7vw;
    width: 7vw;
    border-radius: 50%;
    border: 0.5px solid #fff;
    object-fit: cover;
    opacity: 0;
    position: absolute;
}

#page3 {
    height: 100vh;
    width: 100%;
    position: absolute;
    background-image: url(https://lazarev.kiev.ua/la24/reel-cover.webp);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;

}

.page3-center {
    width: 4vw;
    border-radius: 50%;
    margin-top: 10vw;
    display: flex;
    align-items: center;
    padding: 1px;
    flex-direction: column;
}

.page3-center .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.4vw;
}

.page3-center .icon i {
    /* background-color: #0ba34e; */
    font-size: 100px;
    border-radius: 100%;
}

.page3-center h5 {
    width: 9.8vw;
    font-size: 0.7vw;
    background-color: #ffffff;
    color: #000;
    border-radius: 40px;
    padding: 9px;
    padding-left: 1.5vw;
    margin: 1vw;
    font-weight: 700;
    opacity: 0;
    transition: all ease 0.5s;
    transform: translateY(10%);
    text-transform: uppercase;
}

.page3-center:hover h5 {
    opacity: 1;
    transform: translateY(0%);

}

#page3 video {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    transform: scaleX(0.4) scaleY(0.1);
    border-radius: 30px;
    opacity: 0;
    z-index: 9999999;
}

#page4 {
    height: 100vh;
    width: 100%;
    /* background-color: #a62626; */
    position: relative;
    margin-top: 46.97vw;
    display: flex;
    align-items: center;
}

.page4-left {
    height: 40vw;
    width: 40vw;
    /* background-color: blue; */
    /* border: 2px solid rgb(0, 0, 0); */
    margin: 80px;
    margin-top: 9.4vw;
    color: black;
    font-weight: 700;
    font-size: 3.5vw;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 2.7rem;
}

.page4-right {
    height: 40vw;
    width: 40vw;
    /* background-color: black; */
    /* border: 2px solid rgb(0, 0, 0); */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.page4-right h6 {
    color: #403a3ac5;
    margin-bottom: 1.7vw;
}

.page4-right h3 {
    color: #000;
    font-size: 1.5vw;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

#page5 {
    height: 74vh;
    width: 100%;
    background-color: #fff;
}

.box1 {
    height: 33%;
    width: 83%;
    /* border: 2px solid #000;*/
    display: flex;
    flex-direction: row;
    margin-left: 110px;
    margin-bottom: 4vw;
}

.box2 {
    height: 40%;
    width: 83%;
    /* border: 2px solid #000; */
    display: flex;
    flex-direction: row;
    margin-left: 110px;
    margin-top: 0;
}


.page5-box {
    height: 15vw;
    width: 35vw;
    background-color: rgba(128, 128, 128, 0.172);
    /* border: 2px solid #000;  */
    border-radius: 10px;
    margin: 3px;

}

.page5-box h1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #000;
    margin: 2vw;
}

.page5-box h6 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #000;
    margin: 2vw;
}

#page6 {
    min-height: 80vh;
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-bottom: 6vw;
}

.section {
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13vh 10vw;
    /* padding-bottom: 0; */

}

.sec-left {
    height: 70vh;
    width: 25%;
    padding-top: 4ch;
    /* background-color: aqua; */
    border-top: 2px solid black;
}

.sec-left h2 {
    font-size: 5vh;
    font-weight: 500;
    color: #000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.sec-left p {
    font-size: 1.17vw;
    margin-top: 12vh;
    color: #000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.sec-right {
    height: 70vh;
    width: 70%;
    background-color: blanchedalmond;
    position: relative;

}

.sec-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sec-right video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0;
    transition: opacity ease 0.3;
}

#page7 {
    min-height: 100vh;
    width: 100%;
    background-color: #111;
    padding: 5vh 10vw;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#page7 button {
    height: 3vw;
    width: 14.5vw;
    background-color: #0ba34e;
    margin-top: 2vw;
    padding: 0.9vw 1vw;
    font-size: 1vw;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    position: sticky;
    top: 20%;
}

#page7-right {
    width: 75%;
}

#page7-right>p {
    font-size: 2.1vw;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#page7-right>p span {
    width: 14vw;
    display: inline-block;
}

#page7-content {
    width: 100%;
    /* background-color: rebeccapurple; */
    margin-top: 5vh;
    padding: 5vh 0;
}

#page7-content h1 {
    font-size: 3vw;
    font-weight: 500;
}

#page7-content #flex {
    display: flex;
    margin-top: 4vh;
    margin-bottom: 4vh;

}

#page7-content #flex h4 {
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-left: 8px;
    font-weight: 400;
    font-size: 0.8vw;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

.page7-elem {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #333;
    padding-top: 3vh;
    padding-bottom: 8vh;
    overflow: hidden;
    position: relative;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.page7-elem p {
    width: 57%;
    font-size: 0.8vw;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    position: relative;
    z-index: 8;
}

.page7-elem h3 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.6vw;
    font-weight: 400;
    position: relative;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    z-index: 8;

}

.page7-elem i {
    font-size: 1.2vw;
    position: relative;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    z-index: 8;
}

.over {
    height: 100%;
    width: 100%;
    background-color: #222;
    /* display: none; */
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    opacity: 0;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

.page7-elem:hover h3 {
    padding-left: 1.3vw;
}

.page7-elem:hover i {
    padding-right: 1.3vw;
}

.page7-elem:hover .over {
    transform: translateY(0);
    /* display: initial; */
    opacity: 1;
}

.page7-elem:hover {
    border-top: 2px solid white;
}

summary::marker {
    content: "";
    display: none !important;

}

.uiux {
    border-top: 1.6px solid #333;
    padding: 3vh 0;
}

.product {
    border-top: 1.6px solid #333;
    padding: 3vh 0;
}

#page8 {
    min-height: 100vh;
    width: 100%;
    background-color: #fff;
    padding: 10vh 10vw;
}

#page8>h1 {
    font-size: 5.5vw;
    color: #000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* background-color: red; */
    padding-left: 23vw;
    padding-right: 5vw;
    line-height: 5.5vw;
    padding-bottom: 10vh;
    border-bottom: 1.5px solid rgba(114, 112, 112, 0.531);
}

#page8-content {
    /* background-color: red; */
    /* margin-top: 7vw; */
    color: #000;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 8vh 0;
}

#page8-content #right-8 {
    width: 70%;
}

#page8-content #right-8 p {
    font-size: 1.5vw;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    margin-bottom: 5vh;
    width: 80%;

}

#blue-btn {
    background-color: #4f5bf8;
    width: 14vw;
    height: 3vw;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blue-btn h4 {
    position: absolute;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.8vw;
}

#blue-btn h4 i {
    font-size: 1.2vw;
    font-weight: 100;
    margin-left: 0.5vw;
}

#page8-bottom {
    height: 44vh;
    width: 100%;
    /* background-color: red; */
    border-top: 1px solid #dadada;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* background-color: rgb(29, 35, 35); */
}

#btm8-part1 {
    height: 100%;
    width: 30%;
    /* background-color: red; */
    border-right: 1px solid #dadadada;
}

#btm8-part2 {
    height: 100%;
    width: 28%;
    /* background-color: red; */
    border-right: 1px solid #dadadada;
}

#btm8-part3 {
    height: 100%;
    width: 18%;
    /* background-color: red; */
    border-right: 1px solid #dadadada;
}

#btm8-part4 {
    height: 100%;
    width: 18%;
    /* background-color: red; */
    border-right: 1px solid #dadadada;
}

#btm8-part5 {
    height: 100%;
    width: 15%;
    /* background-color: red; */
}

.btm8-parts {
    padding: 4vh 0;
}

.btm8-parts h5 {
    color: #000;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 500;
    font-size: 0.85vw;
    margin-bottom: 4vh;
    margin-left: 0.33vw;

}

.btm8-parts h4 {
    background-color: #111;
    display: flex;
    align-items: center;
    height: 2.7vw;
    width: 80%;
    margin-left: 0.4vw;
    margin-bottom: 0.76vh;
    padding: 5px 8.78px;
    border-radius: 50px;
    font-size: 0.8vw;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.btm8-parts h4 span {
    display: flex;
    align-items: center;
    justify-items: center;
    height: 2vw;
    width: 2vw;
    background-color: #333;
    padding: 0.78vw;
    border-radius: 50%;
    margin-right: 0.56vw;
    margin-left: 0;
    margin-bottom: 0.2vw;
}

#btm8-part2 h4:nth-child(2) {
    transform: translateX(0);
}

#btm8-part2 h4:nth-child(3) {
    transform: translateX(10%);
}

#btm8-part2 h4:nth-child(4) {
    transform: translateX(20%);
}

#btm8-part2 h4:nth-child(5) {
    transform: translateX(30%);
}

#btm8-part2 h4:nth-child(6) {
    transform: translateX(40%);
}

#btm8-part2 h4:nth-child(7) {
    transform: translateX(50%);
}

#btm8-part3 h4:nth-child(2) {
    transform: translateX(10%);
}

#btm8-part3 h4:nth-child(3) {
    transform: translateX(20%);
}

#btm8-part4 h4:nth-child(2) {
    transform: translateX(10%);
}

#btm8-part4 h4:nth-child(3) {
    transform: translateX(20%);
}

#btm8-part4 h4:nth-child(4) {
    transform: translateX(30%);
}

#page9 {
    height: 34vh;
    width: 100%;
}

nav .menu {
    display: none;
}

@media (max-width:600px) {

    nav {
        position: relative;
        height: 8vh;
        width: 100%;
        padding-top: 4vw;
        padding-bottom: 5vw;
        padding-left: 4vw;
        padding-right: 4vw;
        background-color: #111;
        z-index: 10;
    }

    nav h1 {
        padding-top: 1.8vh 2vw;
        font-size: 2.5vh;
    }

    nav h4 {
        display: none;
    }

    nav button {
        display: none;
    }

    .nav-bottom {
        margin-top: 20px;
    }

    nav .menu {
        display: block;
        height: 6.3vw;
        width: 18vw;
        border-radius: 50px;
        border: 1px solid #dadada;
        margin-left: 50%;
        padding: 0.4vw 4.3vw;
        margin-top: 7px;
        font-size: 2vh;
        font-weight: 300;
    }

    nav .nav-part2 {
        display: none;
    }

    #page1 {
        height: 49vh;
        width: 100%;
        background-color: #111;
        font-size: 4vw;
    }

    #page1 h1 {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    }

    #page1 h1 span svg {
        height: 6.3vw;
        width: 6.3vw;
        padding: 4px 4px;
        background-color: #0ba34e;
        border-radius: 50%;

    }

    #page1 p {
        text-align: center;
        font-weight: 400;
        margin-top: 2vh;

    }

    #page-s {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #page-s h4 {
        font-weight: 400;
        font-size: 2.34vw;
        text-transform: lowercase;
        margin-top: .8vw;
        padding: 5px 10px;
        border: 1px solid rgba(255, 255, 255, 0.589);
        border-radius: 50px;
    }

    #page1 h1 {
        font-weight: 900;
        line-height: 5vh;
    }

    #page1 p {
        font-size: 1.14vh;
    }

    #page-s h4:nth-last-child(2) {
        border: none;
        padding: 10px;
    }

    #logos {
        /* background-color: red; */
        position: relative;
        bottom: 3%;
        overflow: hidden;
        padding: 0.6vw 1vw;
        white-space: nowrap;
        height: 7px;
        width: 100%;
        padding-bottom: 4vh;
        margin-top: 6.3vh;
    }

    #logos-slide {
        display: inline-block;
        animation: 10s move infinite linear;
        margin-top: 1vh;
    }

    #logos-slide img {
        height: 3vw;
        width: 90px;
        margin: 0 1.7vh;
        scale: 1.5;
        margin-top: 5.6px;
    }

    @keyframes move {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100%);
        }
    }

    #blur-left {
        height: 100%;
        width: 20%;
        background: linear-gradient(to right, #111, transparent);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

    #blur-right {
        height: 100%;
        width: 20%;
        background: linear-gradient(to right, transparent, #111);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }

    #page2 {
        height: 100vh;
        width: 100%;
        background-color: #111;
        position: relative;
        margin-top: 0;
        padding: 1vw 10.5vw;
        padding-bottom: 2.5vw;
        display: flex;
        align-items: center;
        flex-direction: column;
        border-top: 0.5px solid #333;
    }

    .page2-left {
        height: 30vh;
        width: 100%;
        /* background-color: #890033; */
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        padding: 3vw 0;

    }

    .page2-left p {
        font-size: 5vw;
        letter-spacing: 1px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        border-bottom: 1.5px solid #949292;
        padding: 0 50px 20px 0;

    }

    .page2-left h5 {
        width: 100%;
        margin-top: 40px;
        font-weight: 400;
        font-size: 4vw;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    .page2-right {
        height: 100%;
        width: 100%;
        /* background-color: #333; */
        margin-top: 13vh;
    }

    .page2-right img{
        display: none;
    }

    .right-elem {
        position: relative;
        /* background-color: red; */
        padding-top: 2.89vw;
        padding-bottom: 5vw;
        border-bottom: 1.9px solid #333;
    }

    .right-elem h2 {
        font-size: 4vw;
        font-weight: 400;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    }

    #page3 {
        height: 30vh;
        width: 100%;
        position: absolute;
        background-image: url(https://lazarev.kiev.ua/la24/reel-cover.webp);
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    
    }
  
    .page3-center {
        width: 4vw;
        border-radius: 50%;
        margin-top: 10vw;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1px;
        flex-direction: column;
    }
    
    .page3-center .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.4vw;
    }
    
    .page3-center .icon i {
        /* background-color: #0ba34e; */
        font-size: 10vh;
        border-radius: 100%;
        margin-top: -4.58vh;
    }
    
    .page3-center h5 {
       display: none;
    }

    #page3 video {
        height: 30vh;
        width: 100%;
        position: absolute;
        object-fit: cover;
        transform: scaleX(0.4) scaleY(0.1);
        border-radius: 30px;
        opacity: 0;
        z-index: 9999999;
    }
    
    #page4 {
        height: 100vh;
        width: 100%;
        /* background-color: #a62626; */
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    
    .page4-left span{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 5vh;
        color: #1eff00;
    }
    
    .page4-left {
        height: 40vh;
        width: 100%;   
        color: black;
        font-weight: 700;
        font-size: 5vh;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        line-height: 5.4vh;
        padding: 2vh 7vh;
        margin-bottom: 0;
    }
    
    .page4-right {
        height: 40vw;
        width: 100%;
        margin-top: -90px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 4vh 3vh;
    }
    
    .page4-right h6 {
        font-size: 2vh;
        color: #403a3ac5;
        margin-bottom: 4vh;
    }
    
    .page4-right h3 {
        margin-bottom: 30px;
        color: #000;
        font-size: 1.8vh;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
    }

    #page5 {
        height: 145vh;
        width: 100%;
        margin-top: -13vh;
        background-color: #fff;
    }
    
    .box1 {
        height: 70vh;
        width: 40vh;
        /* border: 2px solid #000;*/
        padding: 2vh 0vh;
        display: flex;
        flex-direction: column;
        margin-bottom: 4vw;
        margin-left: 7.45vh;
    }
   
    .box2 {
        height: 70vh;
        width: 40vh;
        /* border: 2px solid #000;*/
        padding: 2vh 0vh;
        display: flex;
        flex-direction: column;
        margin-top: -6.5vh;
        margin-left: 7.45vh;
    }
    
    
    
    .page5-box {
        height: 100%;
        width: 100%;
        background-color: rgba(128, 128, 128, 0.172);
        /* border: 2px solid #000;  */
        padding: 3vh 4.5vh;
        border-radius: 10px;
    
    }
    
    .page5-box h1 {
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        color: #000;
        margin: 2vw;
    }
    
    .page5-box h6 {
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        color: #000;
        margin: 2vw;
    }
    
    

}