/* divebase-blue: rgb(22, 65, 148) */

:root {
    --side-padding: 10rem;
    --items1-width: 80%;
    --divebase-blue: #164194;
    --transition: all 0.2s;
    --transform: scale(1.1);
    --transform-less: scale(1.05);
    --transform-min: scale(1.025);
    --shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
    --shadow-more: 5px 5px 10px 0 rgba(0, 0, 0, 0.9);
    --rounded: 20px;
    --rounded-less: 10px;
    --rounded-more: 25px;
    --item-gap: 5rem;
}

* {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body,
div,
p,
span,
a,
h1,
h2,
h3 {
    color: var(--contrast-90);
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 4rem;
    margin: 1rem 0 1rem;
    color: var(--accent);
}

h2 {
    font-size: 3rem;
    margin: 0;
    color: var(--accent);
}

h3 {
    font-size: 2rem;
    margin: 0;
    color: var(--accent);
}

h4 {
    font-size: 1.25rem;
    margin: 0;
    color: var(--contrast);
}

button {
    display: inline-block;
    border: none;
    outline: none;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

main {
    padding: 0 var(--side-padding);
    background-image: var(--main-background-image);
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

p {
    font-size: 2rem;
}

ul {
    list-style: square;
}

a:hover {
    color: var(--accent);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.s-media-activity {
    min-height: 24rem;
    max-height: 30rem;
    min-width: 38rem;
}

.primary {
    color: var(--primary);
}

.noscroll {
    overflow: hidden;
}

.noselect {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.placeholder {
    flex-grow: 1;
}

.flex-center {
    display: flex;
    align-items: center;
}

.pad0 {
    padding: 0;
}

.pad025 {
    padding: 0.25rem;
}

.pad05 {
    padding: 0.5rem;
}

.pad075 {
    padding: 0.5rem;
}

.pad1 {
    padding: 1rem;
}

.pad150 {
    padding: 1.5rem;
}

.pad2 {
    padding: 2rem;
}

.s05 {
    width: 0.5rem;
    height: 0.5rem;
}

.s075 {
    width: 0.75rem;
    height: 0.75rem;
}

.s1 {
    width: 1rem;
    height: 1rem;
}

.s125 {
    width: 1.25rem;
    height: 1.25rem;
}

.s150 {
    width: 1.5rem;
    height: 1.5rem;
}

.s2 {
    width: 2rem;
    height: 2rem;
}

.s250 {
    width: 2.5rem;
    height: 2.5rem;
}

.s3 {
    width: 3rem;
    height: 3rem;
}

.s350 {
    width: 3.5rem;
    height: 3.5rem;
}

.s4 {
    width: 4rem;
    height: 4rem;
}

.s5 {
    width: 4rem;
    height: 4rem;
}

.s6 {
    width: 6rem;
    height: 6rem;
}

.s8 {
    width: 8rem;
    height: 8rem;
}

.s10 {
    width: 10rem;
    height: 10rem;
}

.s12 {
    width: 12rem;
    height: 12rem;
}

.s14 {
    width: 14rem;
    height: 14rem;
}

.s16 {
    width: 16rem;
    height: 16rem;
}

.s18 {
    width: 18rem;
    height: 18rem;
}

.s20 {
    width: 20rem;
    height: 20rem;
}

.s22 {
    width: 22rem;
    height: 22rem;
}

.s24 {
    width: 24rem;
    height: 24rem;
}

.s26 {
    width: 26rem;
    height: 26rem;
}

.s28 {
    width: 28rem;
    height: 28rem;
}

.s30 {
    width: 30rem;
    height: 30rem;
}

.s40 {
    width: 40rem;
    height: 40rem;
}

.s100 {
    width: 100%;
    height: 100%;
}

.h24 {
    height: 24rem;
}

.h30 {
    height: 30rem;
}

.h100 {
    height: 100%;
}

.w24 {
    width: 24rem;
}

.w6 {
    width: 6rem;
}

.w30 {
    width: 30rem;
}

.w80 {
    width: 80%;
}

.w100 {
    width: 100%;
}

.gap1 {
    gap: 1rem;
}

.gap15 {
    gap: 1.5rem;
}

.gap2 {
    gap: 2rem;
}

.gap25 {
    gap: 2.5rem;
}

.gap3 {
    gap: 3rem;
}

.minh12 {
    min-height: 12rem;
}

.minh18 {
    min-height: 18rem;
}

.minh20 {
    min-height: 20rem;
}

.minh24 {
    min-height: 24rem;
}

.minh32 {
    min-height: 24rem;
}

@media (max-width: 1400px) {
    :root {
        --side-padding: 4rem;
        --items1-width: 100%;
        font-size: 95%;
    }
}

@media (max-width: 1300px) {
    :root {
        --side-padding: 4rem;
        --items1-width: 100%;
        font-size: 90%;
    }
}

@media (max-width: 1100px) {
    :root {
        --side-padding: 4rem;
        --items1-width: 100%;
        font-size: 90%;
    }

    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 900px) {
    :root {
        --side-padding: 3rem;
        --items1-width: unset;
    }
}

@media (max-width: 800px) {
    :root {
        --side-padding: 2rem;
        --item-gap: 4rem;
        font-size: 80%;
    }
}

@media (max-width: 600px) {
    :root {
        --side-padding: 2rem;
        --item-gap: 4rem;
        font-size: 75%;
    }
}

@media (max-width:500px) {
    :root {
        --side-padding: 2rem;
        font-size: 70%;
    }
}

@media (max-width:400px) {
    :root {
        --side-padding: 1rem;
        font-size: 55%;
    }
}