
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap');

:root {
    --primary: #094b65;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    overflow-x: hidden;
    background: #fff;
    min-height: 100vh;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

#header .logo {
    color: var(--primary);
    font-weight: 700;
    font-size: 2em;
    text-decoration: none;
}

#header ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header ul li {
    list-style: none;
    margin-left: 20px;
}

#header ul li a {
    text-decoration: none;
    padding: 6px 15px;
    color: var(--primary);
    border-radius: 20px;
}

#header ul li a:hover,
#header ul li a.active {
    background: var(--primary);
    color: #fff;
}

section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, var(--primary), transparent);
    z-index: 10;
}

section img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

section #text {
    position: absolute;
    color: var(--primary);
    font-size: 10vw;
    text-align: center;
    line-height: .55em;
    font-family: 'Rancho', cursive;
    transform: translatey(-50%);
}

section #text span {
    font-size: .20em;
    letter-spacing: 2px;
    font-weight: 400;
}

#btn {
    text-decoration: none;
    display: inline-block;
    padding: 8px 30px;
    background: #fff;
    color: var(--primary);
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 40px;
    transform: translatey(100px);
}

.sec {
    position: relative;
    padding: 100px;
    background: var(--primary);
}

.sec h2 {
    font-size: 3.5em;
    color: #ff3e96;
    margin-bottom: 10px;
}

.sec p {
    font-size: 1em;
    color: #fff;
}

.section1 {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: var(--primary);
}
.box {
    position: relative;
}
.box .square {
    position: absolute;
    border-radius: 10px;
    backdrop-filter: blur(100px);
    background: rgba(110, 221, 134, 0.8);
    animation-delay: calc(-1s * var(--i));
    animation: animate 8s linear infinite;
    box-shadow: 10 25px 45px rgba(255, 103, 134, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 3px solid rgba(234, 230, 87, 0.8);
    border-bottom: 3px solid rgba(211, 97, 203, 0.8);
}
@keyframes animate {
    0%,
    100% {
        transform: translateY(-40px);
    }
    50% {
        transform: translateY(40px);
    }
}
.box .square:nth-child(1) {
    top: -50px;
    left: -60px;
    width: 100px;
    height: 100px;
}
.box .square:nth-child(2) {
    z-index: 2;
    top: 150px;
    left: -100px;
    width: 120px;
    height: 120px;
}
.box .square:nth-child(3) {
    z-index: 2;
    width: 80px;
    height: 80px;
    right: -50px;
    bottom: -60px;
}
.box .square:nth-child(4) {
    left: 100px;
    width: 50px;
    height: 50px;
    bottom: -80px;
}
.box .square:nth-child(5) {
    top: -80px;
    left: 140px;
    width: 60px;
    height: 60px;
}

.container {
    width: 600px;
    display: flex;
    min-height: 450px;
    position: relative;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    background: #aefff8;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border: 0px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.form {
    width: 100%;
    height: 100%;
    padding: 40px;
    position: relative;
}
.form h2 {
    color: rgb(59, 22, 226 );
    font-size: 30px;
    border: rgb(226, 22, 22);
    font-weight: 400;
    position: relative;
    letter-spacing: 1.9px;
    margin-bottom: 35px;
}
.form h2::before {
    left: 0;
    width: 220px;
    height: 4px;
    content: "";
    bottom: -1px;
    background: #ff3e96;
    position: absolute;
   color: #25D3C6;
}
.form .input__box {
    width: 100%;
    margin-top: 20px;
}

.form .input__box input {
    width: 104%;
    color: #000000;
    border: rgb(255,192,203);
    outline: none;
    font-size: 16px;
    padding: 10px 20px;
    letter-spacing: 1.2px;
    border-radius: 35px;
    background: rgba(255, 255, 255, 0.2);
    border: 0.8px solid rgb(160,32,240);
    box-shadow: 0 7px 35px rgb(160,32,240);
    border-right: 0.8px solid rgb(160,32,240);
    border-bottom: 0.8px solid rgb(160,32,240);
}

.form::placeholder {
    color: #68B214;
}

.form .input__box input[type="button"] {
    color: rgb(0, 0, 0);
    cursor: pointer;
    background: rgb(255, 255, 255);
    max-width: 100px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer {
    position: relative;
    padding: 0px 100px;
    background: var(--primary);
}

footer a {
    text-decoration: none;
    color: #fff;
}