@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Poppins';
}

:root {
    --bg-color: #06141f;
    --text-color: #ffffff;
    --color-bg1: rgb(108, 0, 162);
    --color-bg2: rgb(0,17,82);
    --color1: 18, 113, 225;
    --color2: 221, 74, 255;
    --color3: 100, 220, 255;
    --color4: 200, 50, 50;
    --color-interactive: 148, 100, 255;
    --circle-size: 80%;
    --blending: hard-light;
}


body { 
    color: var(--text-color);
    background-color:rgb(195, 214, 229);
    background-image:
    radial-gradient(at 39% 54%, hsla(216, 23%, 53%, 0.58) 0px, transparent 50%),
    radial-gradient(at 93% 100%, rgb(76, 118, 169) 0px, transparent 50%),
    radial-gradient(at 5% 14%, rgb(76, 132, 205) 0px, transparent 50%);
animation: gradient 8s ease infinite;
background-size: 300% 300%;
background-repeat: no-repeat;
}


@keyframes gradient {
    0% {
        background-position: 0% 8%;
    }
    25% {
        background-position: 100% 0%;
    }
    50% {
        background-position: 75% 62%;
    }
    100% {
        background-position: 0% 5%;
    }
}

section {
    min-height: 100vh;
    padding: 2rem 9% 10rem 9%;
    text-align: center;
    justify-content: center;
    justify-items: center;
    gap: 7rem;
}

.top-wrapper {
    position: relative;
    width: 600px;
    height: 400px;
    border-radius: 20px;
}

.bottom-wrapper {
    margin-top: 10cm;
    position: relative;
    width: 600px;
    height: 400px;
    border-radius: 20px;
}

.text h1 {
    text-align: center;
    font-size: 4.3rem;
    font-weight: 700;
    line-height: 1.2;
    opacity: 100%;
    margin-bottom: 1rcap;
    text-shadow: 0 0 4px #2e4b84a1;
}

span {
    opacity: 100%;
    color: #304d6e;
    animation: glow 2s ease-in-out infinite alternate;
}

.text p {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 450;
    margin-bottom: 3rcap;
}

@keyframes glow {
    from {
        text-shadow: 0 0 10px #c6cedf;
    }
    to {
      text-shadow: 0 0 30px #354467, 0 0 15px #c0cbe4;
    }
}

.button {
    position: relative;
    margin-top: 15rcap;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-yes {
    position: relative;
    font-size: 3rem;
    padding: 5px 20px;
    color: white;
    background-color: #2e4984;
    border-radius: 8px;
    border: none;
    opacity: 1;
    transition-duration: 0.4s;
    cursor: pointer; 
}

.btn-yes:hover {
    border: 3px solid #2e4984;
    background-color: #2e498494;
}

.btn-no {
    z-index: 1;
    position: relative;
    font-size: 0rem;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    background-color: #cf3c3c;
    border-radius: 8px;
    transition-duration: 0.3s;
    cursor: pointer;
}

#windah {
    z-index: -1;
}

.btn-no:hover {
    background-color: #a930307a;
    border: 3px solid #a93030;
}

.kabur {
    z-index: 5;
    position: relative;
    font-size: 0rem;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    background-color: #cf3c3c;
    border-radius: 8px;
    transition-duration: 0.3s;
    cursor: pointer;
}

.main-gif {
    margin-top: 4rcap;
    display: flex;
    justify-content: center;
    height: 10cm;
    opacity: 85%;
}

.bottom-gif {
    margin-top: 4rcap;
    display: flex;
    justify-content: center;
    height: 10cm;
    opacity: 85%;
}

span1 {
    font-size: 3.5rem;
}

span2 {
    font-size: 4rem;
}

span3 {
    font-size: 4.8rem;
}

span4 {
    font-size: 5.3rem;
}

span5 {
    font-size: 6rem;
}

span6 {
    font-size: 6.6rem;
}

span7{
    font-size: 7.5rem;
}

span8 {
    font-size: 8.4rem;
}

span9 {
    font-size: 9.4rem;
}



spanNo1 {
    font-size: 3rem;
}

spanNo2 {
    font-size: 2.5rem;
}

spanNo3 {
    font-size: 2rem;
}

spanNo4 {
    font-size: 1.5rem;
}

spanNo5 {
    font-size: 1rem;
}

spanNo6 {
    font-size: 0.5rem;
}

spanYippee {
    line-height: 3rem;
    margin-top: 3rem;
}

@media (max-width: 1000px) {
    span6 {
        font-size: 5rem;
    }

    .wrap {
        text-align: center;
        overflow: hidden;
        height: 45cm;
    }

    section {
        max-width: 1000px;
    }

    .text h1 {
        text-align: center;
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 1.2;
        opacity: 100%;
        margin-bottom: 1rcap;
        text-shadow: 0 0 4px #842e46a1;
    }

    .text p {
        font-size: 1.8rem;
    }

    .top-wrapper {
        text-align: center;
        max-width: 200px;
    }

    .main-gif {
        height: 7cm;
    }
}
