
#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #070707;
    z-index: 999;
    transition: opacity 1.5s ease, visibility 1.5s ease;
    pointer-events: none;
}

:root {
    --c1: #000306;
    --c2: #ffffff;
        --c2-a: #caf5ed;
    --c3: #00eeef;
    --c4: #cad883;
        --c4-a:#7a4a00;
    --c5: #666666;
}


html, body, p, h1, h2, h3, h4, h5, h6 {
    margin:0;
    cursor:default;
}


@font-face {
    font-family: Avant Garde;
    src: url('assets/ITCAvantGardeStd-Bk.otf');
    font-weight: 100 300;
}

@font-face {
    font-family: Avant Garde;
    src: url('assets/ITCAvantGardeStd-Md.otf');
    font-weight: 400 700;
}

@font-face {
    font-family: Avant Garde;
    src: url('assets/ITCAvantGardeStd-Demi.otf');
    font-weight: 800 900;
}

html {
    font-size:16px;
    scroll-behavior:smooth;
} body {
    font-family: 'Avant Garde', sans-serif;
    background:var(--c1);
    color:var(--c2);
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color:unset;
}

b {
    font-weight: 900;
}

img {
    user-select: none;
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: VAR(--c1);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: VAR(--c3);
}


.mobile_hidden {
    display:none;
}


header {
    display: flex;
    flex-direction: column;
    position: relative;
    background: var(--c1);
    z-index: 2;
    padding: 2rem 0 0 0;
} .logo {
    height: clamp(2.5rem, 16vw, 4.2rem);
    position: relative;
    margin: 1rem 0 2.5rem 0;
}

.social_menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 0.2rem 0;
} .social_menu a:hover {
    transition: transform 0.05s ease;
    transform:scale(1.1);
} .social_menu a {
    width: clamp(1.1rem, 7vw, 1.4rem);
    height: clamp(1.1rem, 4vw, 1.2rem);
    display: block;
    padding: 0 clamp(0.4rem, 1vw, 0.6rem);
    transition: transform 0.8s ease;
} .social_menu img {
    object-fit: contain;
    width: 100%;
    height:100%;
}

.intro_ctnr {

}

.intro_text {
    width: clamp(15rem, 80vw, 43rem);
    display:block;
    margin:0.6rem auto;
} .intro_text a {
    line-height: 2.6rem;
    border-radius: 0.4rem;
    border: 1px solid var(--c4);
    font-size: clamp(1rem, 4vw, 1.1rem);
    background-image: linear-gradient(90deg, var(--c3), var(--c4));
    color: var(--c1);
    font-weight: 900;
    display: block;
    text-align: center;
    margin: 0 0 13rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1, h3 {
    color: var(--c3);
    font-size: clamp(1.4rem, 6vw, 1.6rem);
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0.3rem;
} h2, h4 {
    color: var(--c4);
    font-size: clamp(0.9rem, 4vw, 1.15rem);
    margin-bottom: 1.6rem;
    letter-spacing: 0.4px;
    font-weight: 100;
    line-height: clamp(1.15rem, 6.2vw, 1.45rem);
}


.doggo01 {
    display: block;
    margin: 3rem 0 0 0;
    box-shadow: 0 -1rem 2rem 0rem var(--c1);
} .parallax_img {
    background-color: var(--c1);
    z-index: 2;
    margin-bottom: -35rem;
}



.section2 {
    background-color:var(--c2-a);
    background-image: linear-gradient(180deg, var(--c2-a), #dcffff);
    background-attachment: fixed;
    display: inline-block;
    width: 100%;
    padding: 6rem 0 3rem 0;
} .section2 h2 {
    color: var(--c4-a);
    font-size: clamp(1.8rem, 8vw, 3rem);
    line-height: clamp(2.4rem, 12vw, 3.4rem);
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 auto;
    width: clamp(15rem, 70vw, 26rem);
} .section2 h2 > span {
    font-size: 1.2em;
    color: var(--c1);
    font-weight: 900;
} .section2 h2 span span {
    font-size: 2em;
    line-height: 0.9em;
}

.diamond {
    display:block;
    margin: 3rem auto;
}

.section2 p {
    color: var(--c1);
    width: clamp(15rem, 80vw, 26rem);
    margin: 0 auto;
    font-size: clamp(1rem, 5vw, 1.2rem);
    line-height: clamp(1.6rem, 8vw, 2.4rem);
}


.bullets {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 auto;
    width: clamp(15rem, 80vw, 80rem);
} .bullets article {
    margin-bottom: 3rem;
    max-width: 32rem;
} .bullets h3 {
    font-size: clamp(1.5rem, 7vw, 2.5rem);
    letter-spacing: 1px;
    font-weight: 300;
    color: var(--c2);
} .bullets h3 a {
    text-decoration: underline;
    color: var(--c4);
    font-weight: 600;
} .bullets article > a {
    font-size: clamp(1rem, 4vw, 1.2rem);
    color: var(--c4);
    text-decoration: underline;
    letter-spacing: 1px;
    font-weight: 900;
}


.pre_form_text {
    width: clamp(16rem, 80vw, 75rem);
    margin: 0 auto;
    padding: 4rem 0 1rem 0;
}

.p1 {
    text-align: center;
    font-size: clamp(1rem, 4.8vw, 1.3rem);
    margin: 2rem 0;
    font-weight: 100;
} ul.p1 {
    color:var(--c4);
    padding: 0;
    list-style: none;
} ul.p1 li {
    padding: 0.5rem 6vw;
    border-radius: 0.2rem;
}


.logo_final {
    display: block;
    margin: 5vw auto calc(3rem + 4vw) auto;
    width: clamp(15rem, 75vw, 38rem);
}

.bottom_menu {
    margin-bottom: 1rem;
}


form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0 auto 7rem auto;
    width: clamp(18rem, 85vw, 35rem);
} input {
    font-size: clamp(0.7rem, 3vw, 1rem);
    width: 100%;
    border: 3px solid var(--c4);
    border-radius: 0.3rem;
    padding: 0 0.4rem;
    line-height: clamp(3.5rem, 3.5vw, 1rem);
    box-sizing: border-box;
    background: none;
    color: var(--c2);
    text-align: center;
    font-family: 'Avant Garde', sans-serif;
    letter-spacing: 2px;
    transition: box-shadow 0.5s ease;
} input::placeholder {
    color:#aaa;
    font-family: 'Avant Garde', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: clamp(0.7rem, 3vw, 1rem);
    letter-spacing: 2px;
} input:focus {
    box-shadow: 0 0 2rem -0.6rem var(--c4);
    outline:none;
} .send {
    padding: 0 0.6rem;
    font-family: 'Avant Garde', sans-serif;
    font-size: clamp(1.1rem, 5vw, 1.3rem);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--c1);
    background-color: var(--c4);
    border-radius: 0.4rem;
    border: 1px solid var(--c4);
    background-image: linear-gradient( 90deg, var(--c3), var(--c4));
    width: 50%;
    font-weight: 900;
    line-height: clamp(2.8rem, 3.5vw, 3.5rem);
    cursor: pointer;
    margin-top: 1rem;
}

.section3 {
    background-color: var(--c1);
}







































@media (orientation: landscape) and (min-width:900px) {


    
    .desktop_hidden {
        display:none;
    } .mobile_hidden {
        display:initial;
    }

    header {
        width: clamp(24rem, 38vw, 35rem);
        margin: -2rem auto 0 auto;
        align-items: self-start;
        padding: 0;
    }

    .logo {
        height: unset;
        margin: 1rem 0 1.5rem 0;
    }

    .section1 {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .intro_text {
        width: clamp(24rem, 38vw, 35rem);
    } h1, h3 {
        font-size: clamp(1.5rem, 2vw, 1.7rem);
    } h2, h4 {
        font-size: clamp(1rem, 1.2vw, 1.05rem);
        width: 110%;
        line-height: clamp(1.4rem, 2vw, 1.7rem);
    }

    .intro_text a {
        margin:0;
        max-width: 20rem;
    }

    .parallax_img {
        background-color: transparent;
        margin: 0;
        width: clamp(20rem, 45vw, 40rem);
        height: 45rem;
        overflow: hidden;
        z-index: -1;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transform: translateZ(0);
        backface-visibility: hidden;
        perspective: 1000;
        transform: translate3d(0,0,0);
        transform: translateZ(0);
    } .doggo01 {
        margin: 0;
        box-shadow: none;
        display: flex;
        justify-content: flex-end;
        object-position: bottom right;
        position: absolute;
        right: 0;
        left: 0;
        min-height: 100%;
        object-fit: cover;
    }

    .intro_ctnr {
        flex:1;
    }

    .section2 {
        display: flex;
        justify-content: space-evenly;
        padding: 5rem 0;
        align-items: center;
        box-shadow: 0 0 5rem -2rem var(--c2-a);
        position: relative;
        background-color: rgb(202 245 237 / 90%);
        background-image: none;
        backdrop-filter: blur(4px);
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transform: translateZ(0);
        backface-visibility: hidden;
        perspective: 1000;
        transform: translate3d(0,0,0);
        transform: translateZ(0);
    } .section2 h2 {
        font-weight: 500;
        line-height: clamp(2.6rem, 4.5vw, 3.5rem);
        width: unset;
        font-size: clamp(2rem, 3vw, 2.5rem);
    } .section2 h2 > span {
        font-size: 1.3em;
    } .section2 h2 span span {
        font-size: 2.2em;
    } .diamond {
        margin: 0 0 2rem 0;
    } .section2 p {
        width: clamp(15rem, 30vw, 26rem);
        line-height: clamp(1.6rem, 4vw, 2.4rem);
    }
    
    .bullets {
        flex-flow: row;
        text-align: left;
        max-width: 75rem;
        justify-content: space-evenly;
    } .bullets article {
        width: 30%;
    } .bullets h3 {
        margin: 0 0 1rem 0;
        font-size: clamp(1rem, 2vw, 2rem);
        display: inline-block;
        position: relative;
    }

    .section3 {
        padding-top: 4rem;
    }

    ul.p1 li {
        border: none;
        padding: 0;
        margin: 0.1rem 0;
        text-shadow: 0 0 0.7rem rgb(122 131 75);
    } .p1 {
        line-height: 2rem;
    }

    .cta {
        transition: box-shadow 0.5s ease;
    } .cta:hover {
        transition: box-shadow 0.1s ease;
        box-shadow: 0 0 2rem -0.6rem var(--c4);
    }
}