html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.25;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body, html {
    background-color: #06061a;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-optical-sizing: auto;
    scroll-behavior: smooth;
}
body::-webkit-scrollbar {
    width: 1rem;
    background-color: rgba(255, 255, 255, 0);
}
body::-webkit-scrollbar-track {
    border: solid 0.375rem transparent;
}
body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px 10px #fff;
    border-radius: 1rem;
    border: solid 0.375rem transparent;
}
body * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.zen-dots-regular {
    font-family: "Zen Dots", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.shadesContainer {
    position: relative;
    width: 100%;
    height: fit-content;
    overflow: hidden;
}
.shadePurple {
    width: 160vh;
    height: 160vh;
    position: absolute;
    top: -80vh;
    right: -80vh;
    z-index: 1;
    background: radial-gradient(circle,rgba(104, 40, 107, 0.2) 0%, rgba(6, 6, 26, 0) 70%);
}
.shadeTeal {
    width: 180vh;
    height: 180vh;
    position: absolute;
    top: 0;
    left: -90vh;
    z-index: 1;
    background: radial-gradient(circle,rgba(11, 161, 163, 0.15) 0%, rgba(6, 6, 26, 0) 60%);
}
header {
    height: 8rem;
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 8rem;
    position: relative;
    z-index: 100;
}
.headerLogo img {
    height: 2rem;
    width: auto;
}
.headerMenu a {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 0;
    margin-left: 4rem;
    position: relative;
}
.headerMenu a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    background-color: #F1B817;
    height: 2px;
    transition: width 0.1s ease-out;
}
.headerMenu a:hover:after {
    width: 100%;
}
.heroScreen {
    width: 100%;
    margin-top: -8rem;
    height: 100vh;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 8rem;
}
.heroTextPart {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.heroTextPart h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}
.heroTextPart h4 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    font-weight: 300;
}
a.button {
    padding: 0 3rem;
    border: 1px solid #fff;
    height: 3rem;
    width: fit-content;
    border-radius: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    transition: all 0.2s ease-in-out;
}
a.button:hover {
    background-color: #06061a;
}
.heroPicPart {
    width: 60%;
    height: 100%;
    background-image: url("/media/hs_test.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.domainsChapter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 8rem;
    position: relative;
    background: linear-gradient(180deg, #06061a 50%, #000 100%);
}
.domainsChapterAnchor {
    position: absolute;
    top: 4rem;
    left: 0;
}
.domainsChapter .domainsShadeTeal {
    width: 160vh;
    height: 160vh;
    position: absolute;
    top: -20vh;
    right: -80vh;
    z-index: 1;
    background: radial-gradient(circle,rgba(11, 161, 163, 0.15) 0%, rgba(6, 6, 26, 0) 60%);
}
.domainsChapter .domainsShadePurple {
    width: 140vh;
    height: 140vh;
    position: absolute;
    top: 20vh;
    left: -50vh;
    z-index: 1;
    background: radial-gradient(circle,rgba(104, 40, 107, 0.2) 0%, rgba(6, 6, 26, 0) 70%);
}
.domainsChapter .wavyPattern {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url("/media/wavy_pattern.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
}
.domainsChapter h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 3;
}
.domainsChapter h4 {
    font-size: 1.25rem;
    margin-bottom: 8rem;
    text-align: center;
    position: relative;
    z-index: 3;
}
.domainsContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 3;
}

.domain {
    flex-shrink: 0;
    width: calc(100% / 3 - 3rem);
    padding: 4rem;
    border-radius: 2rem;
    background: linear-gradient(45deg, rgba(11, 161, 163, 1) 0%, rgba(104, 40, 107, 1) 100%);
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-shadow: -0.75rem 0.5rem 2rem 0.25rem rgba(3, 3, 10, 0.75);
    transition: all 0.2s ease-in-out;
}
.domain:hover {
    box-shadow: -0.75rem 0.5rem 2rem 0.25rem rgba(11, 161, 163, 0.15);
}
.domain:after {
    content: '';
    position: absolute;
    height: calc(100% - 0.5rem);
    width: calc(100% - 0.5rem);
    top: 0.25rem;
    left: 0.25rem;
    z-index: 1;
    background-color: #06061a;
    border-radius: 1.875rem;
    transition: all 0.2s ease-in-out;
}
.domain:hover:after {
    background-color: #050516;
}
.domainHeading {
    font-size: 1.75rem;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    z-index: 2;
}
.domainPic {
    width: 100%;
    height: 10rem;
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.domainPic img {
    max-width: 80%;
    height: 10rem;
    width: auto;
}

.domain p {
    text-align: center;
    font-size: 1.25rem;
    position: relative;
    z-index: 2;
}

.footer {
    background-color: #000;
    padding: 4rem 8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.contactsChapterAnchor {
    position: absolute;
    top: 4rem;
    left: 0;
}
.footer img {
    height: 3rem;
}
.footerColumns {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
}
.footerColumn {
    margin-left: 8rem;
    font-size: 1rem;
}
.footerColumn h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.contactLine {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 2rem;
}
.contactLine svg {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 1rem;
}
.contactLine p {
    margin-top: 0.125rem;
}
.contactLine svg path {
    fill: rgba(11, 161, 163, 1);
}
.contactLine a {
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}
.contactLine a:hover {
    color: #F1B817;
}
.contactLine span {
    color: rgba(11, 161, 163, 1);
}



@media (max-width: 1600px) {
    html, body {
        font-size: 14px;
    }
}
@media (max-width: 1400px) {
    html, body {
        font-size: 12px;
    }
}
@media (max-width: 1199px) {
    html, body {
        font-size: 16px;
    }
    header {
        padding: 0 2rem;
    }
    .heroScreen {
        padding: 0 2rem;
    }
    .heroTextPart h2 {
        font-size: 2rem;
    }
    .domainsChapter {
        padding: 0 2rem;
    }
    .domainsChapterAnchor {
        top: -4rem;
    }
    .domain {
        width: calc(50% - 1rem);
    }
    .footer {
        padding: 0 2rem;
        flex-wrap: wrap;
    }
    .footerColumns {
        width: 100%;
        justify-content: flex-start;
        margin-top: 2rem;
    }
    .footerColumn {
        margin-left: 0;
        margin-right: 4rem;
    }
    .footer img {
        height: 2rem;
    }
    .vanishOnMobile {
        display: none;
    }

}
@media (max-width: 1000px) {
    .heroScreen {
        height: fit-content;
        margin: 4rem 0 8rem 0;
    }
    .heroTextPart {
        width: 100%;
    }
    .heroPicPart {
        display: none;
    }
    .domainsChapter h4 {
        margin-bottom: 2rem;
    }
    .domain {
        width: 100%;
        padding: 2rem;
        margin-bottom: 2rem;
    }
}
@media (max-width: 760px) {
    .headerMenu {
        display: none;
    }
    .footerColumns {
        flex-wrap: wrap;
    }
    .footerColumn {
        margin-right: auto;
        margin-bottom: 2rem;
    }
}
@media (max-width: 420px) {

}
@media (max-width: 380px) {

}