html, body {
    margin: 0;
    padding: 0;
    font-family: 'Inter';
    font-weight: 500;
}

canvas {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

header, main {
    background: transparent;
    position: relative;
    z-index: 1;
}

body {
    min-height: 100vh;

}

header {
    background-color: rgb(7, 23,40, 1);
    position: fixed;
    display: flex;
    width: 100%;
    z-index: 9999;
}

h2 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.7px;
}

.header-container {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    padding: 5px;
    width: 100%;
    z-index: 1;
}

.header-items-container {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

.header-items-selector {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    color: #fff;
}

.header-items-selector-container {
    cursor: pointer;
}

.header-items-selector-picture {
    align-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    padding: 5px 7px;
}

.header-items-selector-picture-wrap {
    aspect-ratio: 1 / 1;
    flex: none;
    height: 50px;
    overflow: visible;
    position: relative;
    width: 50px;
    border-radius: 40px;
}

.header-items-selector-picture-inner {
    position: absolute;
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.header-items-selector-picture-inner > img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
}

.header-link-container > a {
    background-color: rgb(247, 247, 247);
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    box-shadow: 0px 0.7065919983928324px 0.7065919983928324px -0.625px rgba(0, 0, 0, 0.14764), 0px 1.8065619053231785px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.14398), 0px 3.6217592146567767px 3.6217592146567767px -1.875px rgba(0, 0, 0, 0.13793), 0px 6.8655999097303715px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.12711), 0px 13.646761411524492px 13.646761411524492px -3.125px rgba(0, 0, 0, 0.10451), 0px 30px 30px -3.75px rgba(0, 0, 0, 0.05);
    
    opacity: 1;
    align-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 55px;
    justify-content: center;
    padding: 25px;
    text-decoration: none;
    width: auto;
}

.header-link-container > a > p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
}

main {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.main-container {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    width: 100%;
    margin-top: 120px;
}

.main-content {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    max-width: 900px;
    padding: 40px 30px;
    width: 100%;
}

.main-content-pages {
    place-content: center;
    align-items: center;
    display: flex;
    flex-flow: column;
    gap: 20px;
    position: relative;
    width: 100%;
}

.main-item-container:first-of-type {
    max-width: 400px;
    height: 100%;
}

.main-item-container {
    max-width: 800px;
    width: 100%;
}

.main-item-inner-single {
    box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 12px 0px;
}

.main-item-inner {
    box-shadow: rgba(255, 255, 255, 0.65) 0px 1px 12px 0px;
    display: flex;
    flex-direction: row;
}

.main-item-single-img-wrap {
    position: relative;
    display: block;
    width: 100%;
    line-height: 0;
}

.main-item-single-img-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.376) -0.871463px 0px 0.697171px -0.416667px inset,
                rgba(0, 0, 0, 0.376) -2.22809px 0px 1.78247px -0.833333px inset,
                rgba(0, 0, 0, 0.376) -4.46684px 0px 3.57347px -1.25px inset,
                rgba(0, 0, 0, 0.376) -8.46757px 0px 6.77406px -1.66667px inset,
                rgba(0, 0, 0, 0.376) -16.831px 0px 13.4648px -2.08333px inset,
                rgba(0, 0, 0, 0.376) -37px 0px 29.6px -2.5px inset;
    pointer-events: none;
}

.main-item-single-img-wrap > img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    height: auto;
    display: block;
}

.main-item-left-side {
    position: relative;
    width: 100%;
}

.main-item-right-side {
    position: relative;
    width: 100%;
}

.main-item-left-side::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.25) -0.871463px 0px 0.697171px -0.416667px inset, rgba(0, 0, 0, 0.25) -2.22809px 0px 1.78247px -0.833333px inset, rgba(0, 0, 0, 0.25) -4.46684px 0px 3.57347px -1.25px inset, rgba(0, 0, 0, 0.25) -8.46757px 0px 6.77406px -1.66667px inset, rgba(0, 0, 0, 0.25) -16.831px 0px 13.4648px -2.08333px inset, rgba(0, 0, 0, 0.25) -37px 0px 29.6px -2.5px inset;
    pointer-events: none;
}

.main-item-right-side::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.25) 0.871463px 0px 0.697171px -0.416667px inset, rgba(0, 0, 0, 0.25) 2.22809px 0px 1.78247px -0.833333px inset, rgba(0, 0, 0, 0.25) 4.46684px 0px 3.57347px -1.25px inset, rgba(0, 0, 0, 0.25) 8.46757px 0px 6.77406px -1.66667px inset, rgba(0, 0, 0, 0.25) 16.831px 0px 13.4648px -2.08333px inset, rgba(0, 0, 0, 0.25) 37px 0px 29.6px -2.5px inset;
    pointer-events: none;
}

footer {
    padding: 20px 40px 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: rgb(219, 219, 219);
    text-align: center;
    gap: 30px;
}

footer > p:nth-child(1) {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -2.1px;
}

footer > p:nth-child(2) {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -2.1px;
}

footer > p:nth-child(3) {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -1.3px;
}

footer > .header-link-container {
    margin: 0 auto;
}

.header-items-selector-picture-wrap {
    transition: box-shadow 0.3s ease;
  }

.active {
    box-shadow: 0px 0px 1px 4px rgb(232, 232, 232);
}

.active-text {
    font-weight: 800;
}