* {
box-sizing: border-box;
margin: 0;
padding: 0;
scroll-behavior: smooth;
}

html,
body {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden;
    background-color: #f4dfff;
}

a {
    text-decoration: none;
}

nav {
    height: 70px;
    background-color: #fbb03b;
    display: flex;
    position: fixed;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    font-family: 'Autour One', system-ui;
    z-index: 10;
}

.logobig {
    display: flex;
}

.logoicon {
    height: 60px;
}

.room {
    width: 90px;
}

.logoicon:hover {
    animation: shake 0.3s linear;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }
    33% {
        transform: rotate(-3deg);
        filter: drop-shadow(1px 1px 3px #00000050);
    }
    66% {
        transform: rotate(5deg);
        filter: drop-shadow(1px 1px 3px #00000050);
    }
    100% {
        transform: rotate(0deg);
    }
}

.logo a {
    text-decoration: none;
    color: #333333;
    font-size: 40px;
    filter: drop-shadow(4px 4px 10px #333333);
}

.logo a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #333333;
    transition: width 0.3s ease, left 0.3s ease;
    border-radius: 3px;
}

.logo a:hover::after {
    width: 100%;
    left: 0;
}
.contactcta {
    height: 50px;
    width: 150px;
    font-family: 'ABeeZee', system-ui;
    font-size: 20px;
    cursor: pointer;
    border: #f3ec23 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-radius: 10px;
    background-color: #f3ec2360;
    box-shadow: 3px 3px 4px #333333;
    transition: all ease 0.3s;
    color: #333333;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contactcta:hover {
    transform: translateX(2px);
    box-shadow: 1px 1px 4px #333333;
}

.contactcta:active {
    border: #f3ec23 7px solid;
    background-color: #f3ec2330;
}

.madeby {
    position: fixed;
    height: 40px;
    width: 130px;
    background-color: #ffffff;
    z-index: 20;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: #333333 2px 2px 2px;
    transition: all 0.3s;
}

.madeby:hover {
    transform: translateX(2px) translateY(1px);
}

.madeby p {
    font-size: 15px;
    color: #333333;
}

.pilt4 {
    height: 50px;
}

.main {
    display: flex;
    justify-content: center;
    color: #333333;
    font-family: 'ABeeZee', system-ui;
}

.hero {
    background-color: #f3ec23;
    width: 100vw;
    min-height: calc(80vh - 70px);
    border-bottom-right-radius: max(50px, 5vw);
    border-bottom-left-radius: max(50px, 5vw);
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 10px;
}

.herovasak {
    margin-top: 70px;
    min-height: min(600px, 70vh);
    max-height: 900px;
    width: 40vw;
    min-width: 500px;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.herovasak h1 {
    font-size: 60px;
    margin-top: 20%;
}

.herovasak p {
    font-size: 30px;
    margin-top: 5%;
}

.herovasak a {
    height: 50px;
    width: 200px;
    margin-top: auto;
    margin-bottom: 50px;
}

.herocta {
    border: #fbb03b 5px solid;
    background-color: #fbb03b60;
    height: 50px;
    width: 200px;
}

.herocta:active {
    border: #fbb03b 10px solid;
    background-color: #fbb03b90;
}
.heroparem {
    margin-top: 70px;
    max-height: clamp(400px, 60vh);
    width: 50vw;
    min-width: 600px;
    display: flex;
    flex-direction: column;
    position: relative;
    row-gap: 30px;
    margin-bottom: 30px;
}

.pilt1 {
    width: min(800px, 90%);
    border-radius: 10%;
    position: relative;
    align-self: flex-end;
    box-shadow: #333333 1px 1px 10px;
}
.pilt2 {
    position: absolute;
    width: min(600px, 80%);
    border-radius: 10%;
    left: 0;
    bottom: 0;
    z-index: 2;
    box-shadow: #333333 1px 1px 10px;
}

@media (max-width: 1700px), (max-height: 1300px) {
    .pilt2 {
        display: none;
    }
}

.tootest {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'ABeeZee', system-ui;
}

.tootest h1 {
    padding: 50px;
    font-size: 67px;
}

.tootestsuur {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.tootestvaike {
    display: flex;
    width: min(80vw, 1500px);
    padding: 30px;
    max-height: 364px;
    border-radius: 30px;
    background: linear-gradient(135deg, #fbb03b20, #f3ec2320);
    border: 2px solid #fbb03b89;
    box-shadow: 0 8px 20px #33333340;
}

.post {
    margin-left: 50px;
    width: 10px;
    border-radius: 8px;
    background: linear-gradient(180deg, #fbb03b, #f3ec23);
    flex-shrink: 0;
    box-shadow: 0 6px 18px #33333333;
}

.tootesttext {
    display: flex;
    flex-direction: column;
    padding: 30px;
    flex: 1;
    text-align: center;
    justify-content: space-evenly;
}

.tootesttext h2 {
    font-size: 30px;
}

.tootesttext p,
.tootesttext ul {
    font-size: 20px;
}

.tootesttext ul {
    text-align: left;
    margin-left: 10%;
}

.pilt3 {
    aspect-ratio: 1 / 1;
    width: min(300px, 80%);
    object-fit: cover;
    border-radius: 20px;
    box-shadow: #333333 1px 1px 10px;
}

.post2 {
    margin-left: 0px;
    margin-right: 50px;
}

#tellimus {
scroll-margin-top: 100px;
}

.tellimus {
    padding: 60px 20px;
    font-family: 'ABeeZee', system-ui;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tellimus h1 {
    font-size: 60px;
    margin-bottom: 50px;
    text-align: center;
}

.tellimus-sammud {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1400px;
}

.tellimus-kaart {
    background: linear-gradient(135deg, #fbb03b20, #f3ec2320);
    border: 2px solid #fbb03b89;
    border-radius: 25px;
    padding: 30px;
    width: clamp(250px, 90vw, 350px);
    box-shadow: 0 8px 20px #33333340;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tellimus-kaart h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.tellimus-kaart ul {
    font-size: 20px;
    text-align: left;
}

.tellimus-kaart li {
    margin-bottom: 10px;
}

.tellimus-kaart p {
    font-size: 20px;
}

footer {
    height: 200px;
    background-color: #111;
    width: 100vw;
    margin-top: 50px;
    border-top: solid #fbb03b 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

footer a {
    text-decoration: none;
    color: #f3ec23;
    font-size: 40px;
    font-family: 'Autour One', system-ui;
    filter: drop-shadow(4px 4px 10px #f3ec2340);
}

footer a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #f3ec23;
    transition: width 0.3s ease, left 0.3s ease;
    border-radius: 3px;
}

footer p {
    color: #f4dfff;
    font-family: 'manrope', system-ui;
    font-weight: 400;
}

.icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.icon {
    color: #f4dfff;
    font-size: 40px;
}

footer a:hover::after {
    width: 100%;
    left: 0;
}

.linkall {
    font-size: 1rem;
    color: purple;
    box-shadow: unset;
    font-family: 'manrope', system-ui;
    font-weight: 700;
    filter: none;
}

.linkall:hover {
    text-decoration: underline;
}

@media (max-width: 1119px) {
    .herocta {
        align-self: center;
    }
    .heroparem {
        height: unset;
        min-height: 70vh;
        width: 80vw;
        margin-bottom: 50px;
    }

    .tootestvaike {
        flex-direction: column-reverse;
        align-items: center;
        max-height: none;
    }

    .tootesttext ul,
    .tootesttext p {
        margin-top: 30px;
    }
}

@media (max-width: 700px) {
    .heroparem {
        display: none;
    }
    .contactcta {
        display: none;
    }
    .herocta {
        display: flex;
    }
    .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .herovasak {
        min-width: 80vw;
    }

    .herovasak h1 {
        margin-top: 30px;
        font-size: 9vw;
    }

    .herovasak p {
        font-size: 5vw;
    }

    .herocta {
        width: 100%;
        margin-bottom: 50px;
    }

    .heroparem {
        margin-top: -0px;
    }

    .tootestvaike {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@keyframes iconWiggle {
    0%   { transform: scale(1); }
    25%  { transform: scale(1.12) rotate(-3deg); }
    50%  { transform: scale(1.05) rotate(3deg); }
    75%  { transform: scale(1.1) rotate(-2deg); }
    100% { transform: scale(1); }
}

.icons a {
    display: inline-block;
}

.icons.wiggle a {
    animation: iconWiggle 0.6s ease-in-out;
}

/* stagger the animation slightly */
.icons.wiggle a:nth-child(1) { animation-delay: 0s; }
.icons.wiggle a:nth-child(2) { animation-delay: 0.08s; }
.icons.wiggle a:nth-child(3) { animation-delay: 0.16s; }
.icons.wiggle a:nth-child(4) { animation-delay: 0.24s; }
