body {
    color: white;
    background-color: white;
    height: 100vh;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@font-face {
    font-family: suisseIntl;
    src: url(Fonts/SuisseIntl-Regular-WebM.woff-new);
}

* {
    font-family: suisseIntl;
}

@keyframes move-circle {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: scale(0.8, 0.7) translateY(-20%);
    }
    75% {
        transform: scale(0.8, 0.7) translateY(-10%);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes move-circle-2 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: scale(0.8, 0.8) translateY(-3%);
    }
    75% {
        transform: scale(0.8, 0.8) translateY(-10%);
    }
    100% {
        transform: rotate(0deg);
    }
}

.main-footer-separation::before {
    content: "";
    border-radius: 3237px;
    border: 1.5px solid #C18DF3;
    position: absolute;
    right: -2019px;
    bottom: -2317px;
    width: 3236px;
    height: 3237px;
    z-index: 0;
    transform-origin: 60% 10%;
    animation: move-circle 10s infinite;
    pointer-events: none;
}

.main-footer-separation::after {
    content: "";
    border-radius: 3237px;
    border: 1.5px solid #C18DF3;
    position: absolute;
    left: -1519px;
    bottom: -2517px;
    width: 3236px;
    height: 3237px;
    z-index: 0;
    transform-origin: 60% 10%;
    animation: move-circle-2 10s infinite;
    pointer-events: none;
}

h1 {
    margin: 0px;
}

p {
    margin-top: 50px;
}

ul {
    margin-top: 50px;
    margin-right: 400px;
}

.footer a {
    color: white;
    text-decoration: none;
    margin-right: 80px;
}

.header {
    display: flex;
    justify-content: flex-start;
}

.prescient-logo {
    width: 400px;
    margin-top: 67px;
    height: 85px;
}

.cross-wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
}

.cross {
    position: absolute;
    width: 100%;
}

.main-text {
    margin-top: 45px;
}

.main-footer-separation {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    padding-left: 48px;
    padding-right: 48px;
    height: 70%;
    width: 70%;
    background-color: #282244;
}

.header-text {
    font-family: 'suisseIntl';
    font-size: 54px;
    line-height: 1.25;
    text-align: left;
    max-width: 80%;
}

.header-text h1 {
    font-weight: 400;
}

.purple-line {
    margin-top: 30px;
    border-bottom: solid 1px #C18DF3;
    width: 65px;
}

.prescient-info {
    font-family: 'suisseIntl';
    font-size: 24px;
    line-height: 1.25;
    text-align: left;
    width: 60%;
    margin-top: 35px;
}

.prescient-info p {
    font-weight: 400;
    margin-top: 10px
}

.break-tag {
    display: static;
}

.prescient-button {
    border: solid 1px #C18DF3;
    border-radius: 45px;
    padding: 11px 20px 9px 20px;
    background-color: #282244;
    color: white;
    margin-top: 25px;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 45px;
    font-size: 22px;
}

.prescient-button:hover {
    background-color: white;
    color: #282244;
    border: solid 1px white;
}

.footer {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px white;
    padding: 0px 0px 0px 0px;
    margin-bottom: 30px;
}

.footer a:hover {
    opacity: 0.4;
}

.footer a {
    transition: 0.1s linear;
}

@media only screen and (max-width: 1932px) {
    .header-text {
        font-size: 44px;
    }
    .prescient-info {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1816px) {
    ul {
        margin-right: 250px;
    }
    .footer {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1575px) {
    .header-text {
        font-size: 38px;
    }
    .prescient-info {
        font-size: 20px;
    }
    ul {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 1320px) {
    .break-tag {
        display: none;
    }
}

@media only screen and (max-width: 1253px) {
    .footer p{
        margin-top: 30px;
    }
    .footer ul {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1245px) {
    .header-text {
        line-height: 80px;
    }
    h1 {
        margin: 0px;
    }
    p {
        margin-top: 30px;
    }
    ul {
        margin-top: 30px;
        margin-right: 100px;
    }
}

@media only screen and (max-width: 1135px) {
    .header-text {
        font-size: 30px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 957px) {
    .header-text {
        line-height: 60px;
    }
    .prescient-info {
        width: 70%;
    }
    ul {
        margin-right: 0px;
    }
    .prescient-button {
        font-size: 24px;
    }
}

@media only screen and (max-width: 780px) {
    .header-text {
        line-height: 50px;
    }
    .footer a {
        margin-right: 24px;
    }
}

@media only screen and (max-width: 659px) {
    .header-text {
        font-size: 19px;
        line-height: 30px;
        width: 100%;
    }
    .prescient-logo {
        width: 300px;
        height: 85px;
        margin-top: 50px;
    }
    .main-text {
        margin-top: 25px;
    }
    .prescient-info {
        font-size: 16px;
        line-height: 1.5;
        width: 100%;
        margin-top: 30px;
    }
    .footer {
        flex-direction: column-reverse;
    }
    ul {
        padding-left: 0px;
    }
    .footer p {
        margin-top: 5px;
    }
    .main-footer-separation::before {
        right: -2419px;
        bottom: -2317px;
    }
    .main-footer-separation::after {
        left: -2259px;
        bottom: -2517px;
    }
    .prescient-button {
        font-size: 14px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .footer {
        margin-top: 12px;
        font-size: 14px;
        justify-content: space-around;
        margin-bottom: 20px;
    }
    .footer p {
        margin-top: 10px;
    }
    .footer ul {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .cross-wrap {
        width: 20px;
    }
}

@media only screen and (max-width: 390px) {
    .prescient-logo {
        width: 250px;
    }
    .header-text {
        font-size: 15px;
    }
    .prescient-info {
        font-size: 14px;
        margin-top: 20px;
    }
    .main-text {
        margin-top: 15px;
    }
    .purple-line {
        margin-top: 20px;
    }
}


@media only screen and (max-width: 330px) {
    .prescient-logo {
        width: 180px;
    }
    .prescient-button {
        font-size: 11px;
    }
} 


