* {
    margin: 0;
    padding: 0;
}

body {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

@font-face {
    font-family: Lobster;
    src: url(Fonts/Lobster-Regular.ttf);
}

@font-face {
    font-family: Fraunces;
    src: url(Fonts/Fraunces-Italic-VariableFont_SOFT\,WONK\,opsz\,wght.ttf);
}

.wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.wrapper #welcome-section {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0;
}

.wrapper #welcome-section .logo {
    position: absolute;
    top: 5px;
}

.wrapper #welcome-section .logo span {
    font-family: Fraunces;
    font-size: 3.5rem;
    margin: 5px;
    color: black;
    text-shadow: 2px 2px 10px lime, -2px -2px 10px lime;
    font-weight: bold;
}

.wrapper #welcome-section #check-btn {
    color: black;
    text-shadow: 2px 2px 5px aqua;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 1.8rem;
    display: none;
}

.wrapper #welcome-section ul {
    display: inline-block;
    padding: 5px 10px;
    background-image: url(Images/particles_7.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 2px dotted gold;
    border-radius: 50%;
    box-shadow: 2px 2px 10px orangered, -2px -2px 10px orangered;
    position: absolute;
    top: 60px;
}

.wrapper #welcome-section ul li {
    list-style: none;
    display: inline-block;
}

.wrapper #welcome-section ul li a {
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    color: lime;
    display: block;
    margin: 0px 10px;
    transition: 0.5s ease;
}

.wrapper #welcome-section ul li a:hover {
    transform: rotate(180deg);
    color: aqua;
}

.wrapper #welcome-section #userlogin {
    position: absolute;
    right: 10px;
    top: 10px;
}

.wrapper #welcome-section #userlogin button {
    width: 75px;
    font-size: 1.5rem;
    padding: 2px;
    background-color: transparent;
    color: lime;
}

.wrapper #welcome-section #userlogin button:hover {
    background-color: lime;
    color: red;
    border: none;
}

.wrapper #welcome-section .text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wrapper #welcome-section .text img {
    width: 80px;
    border-radius: 50%;
    box-shadow: 2px 2px 10px red, -2px -2px 10px red;
    cursor: pointer;
}

.wrapper #welcome-section .text h1 {
    text-align: center;
    font-family: Lobster;
    color: black;
    font-size: 4rem;
    display: inline-block;
    text-shadow: 2px 2px 10px aqua, -2px -2px 10px aqua;
}

.wrapper #welcome-section .text p {
    font-size: 1.5rem;
    color: black;
    text-shadow: 2px 2px 5px aqua, -2px -2px 5px aqua;
}

.wrapper #welcome-section .text a {
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    color: aqua;
    padding: 10px;
    margin-top: 10px;
    background: darkred;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 2px 2px 10px red, -2px -2px 10px red;
    transition: 0.5s ease;
}

.wrapper #welcome-section .text a:hover {
    background-color: aqua;
    color: red;
    box-shadow: 2px 2px 10px aqua, -2px -2px 10px aqua;
    transform: translateY(5px);
}

.wrapper video {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* Past Section starts here... */

.wrapper #past-section {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 200px;
}

.wrapper #past-section .topbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}

.wrapper #past-section .topbar a {
    font-size: 1.5rem;
    text-align: center;
    width: 100px;
    text-decoration: none;
    padding: 5px 10px;
    margin-left: 2px;
    color: aqua;
    background-color: darkred;
    box-shadow: 2px 2px 10px red, -2px -2px 10px red;
    transition: 0.5s ease;
}

.wrapper #past-section .topbar a:hover {
    background-color: aqua;
    color: red;
    box-shadow: 2px 2px 10px aqua, -2px -2px 10px aqua;
    transform: translateY(5px);
}

.wrapper #past-section .data-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding: 0px 30px; */
    width: 80%;
}

.wrapper #past-section .data-box h1 {
    text-align: center;
    font-family: Lobster;
    color: black;
    font-size: 4rem;
    margin: 10px;
    display: inline-block;
    text-shadow: 2px 2px 10px aqua, -2px -2px 10px aqua;
    padding: 0px 10px;
}

.wrapper #past-section .data-box p {
    font-size: 1.5rem;
    text-align: justify;
    color: black;
    text-shadow: 2px 2px 5px aqua, -2px -2px 5px aqua;
}

.wrapper #past-section .data-box h4 {
    font-size: 2rem;
    text-align: center;
    margin: 10px 0;
    font-family: Lobster;
    color: black;
    text-shadow: 2px 2px 10px aqua, -2px -2px 10px aqua;
}

.wrapper #past-section .data-box #cherry-tree {
    width: 70px;
}

.wrapper #past-section .data-box a {
    font-size: 1.5rem;
    text-decoration: none;
    padding: 5px 10px;
    color: aqua;
    background-color: darkred;
    box-shadow: 2px 2px 10px red, -2px -2px 10px red;
    transition: 0.5s ease;
}

.wrapper #past-section .data-box a:hover {
    background-color: aqua;
    color: red;
    box-shadow: 2px 2px 10px aqua, -2px -2px 10px aqua;
    transform: translateY(5px);
}

/* Present Section starts here... */

.wrapper #present-section {
    padding-top: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 200px;
}

.wrapper #present-section .topbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}

.wrapper #present-section .topbar a {
    font-size: 1.5rem;
    text-align: center;
    width: 100px;
    text-decoration: none;
    padding: 5px 10px;
    margin-left: 2px;
    color: aqua;
    background-color: darkred;
    box-shadow: 2px 2px 10px red, -2px -2px 10px red;
    transition: 0.5s ease;
}

.wrapper #present-section .topbar a:hover {
    background-color: aqua;
    color: red;
    box-shadow: 2px 2px 10px aqua, -2px -2px 10px aqua;
    transform: translateY(5px);
}

.wrapper #present-section .text-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding: 0px 30px; */
    width: 80%;
}

.wrapper #present-section .text-box h1 {
    text-align: center;
    font-family: Lobster;
    color: black;
    font-size: 4rem;
    margin: 10px;
    padding: 0px 20px;
    display: inline-block;
    text-shadow: 2px 2px 10px aqua, -2px -2px 10px aqua;
}

.wrapper #present-section .text-box p {
    font-size: 1.5rem;
    text-align: justify;
    color: black;
    text-shadow: 2px 2px 5px aqua, -2px -2px 5px aqua;
}

.wrapper #present-section .text-box p a {
    font-size: 1.5rem;
    color: red;
    padding: 2px;
}

.wrapper #present-section .text-box p a:hover {
    background-color: lime;
    border-radius: 50%;
}

.wrapper #present-section .text-box img {
    width: 70px;
}

.wrapper #present-section .text-box .certifications {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 20px;

}

.wrapper #present-section .text-box .certifications a {
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    margin: 5px 0;
    color: aqua;
    background-color: darkred;
    box-shadow: 2px 2px 10px red, -2px -2px 10px red;
    transition: 0.3s ease;
}

.wrapper #present-section .text-box .certifications a:hover {
    background-color: aqua;
    color: red;
    box-shadow: 2px 2px 10px aqua, -2px -2px 10px aqua;
    transform: translateY(5px);
}

.wrapper #present-section .text-box h4 {
    font-family: Lobster;
    color: black;
    margin: 10px;
    padding: 0px 20px;
    text-align: center;
    text-shadow: 2px 2px 10px aqua, -2px -2px 10px aqua;
}

.wrapper #present-section .text-box .certifications p {
    margin: 0;
}

/* Present section ends here... */


/* After Death section starts here... */

.wrapper #after-death {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}

.wrapper #after-death #top-btn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    font-size: 30px;
    color: red;
    display: none;
    cursor: pointer;
}

.wrapper #after-death #top-btn:hover {
    color: lime;
}

.wrapper #after-death .topbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}

.wrapper #after-death .topbar a {
    font-size: 1.5rem;
    text-align: center;
    width: 100px;
    text-decoration: none;
    padding: 5px 10px;
    margin-left: 2px;
    color: aqua;
    background-color: darkred;
    box-shadow: 2px 2px 10px red, -2px -2px 10px red;
    transition: 0.5s ease;
}

.wrapper #after-death a:hover {
    background-color: aqua;
    color: red;
    box-shadow: 2px 2px 10px aqua, -2px -2px 10px aqua;
    transform: translateY(5px);
}

.wrapper #after-death .flower-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 20px;
}

.wrapper #after-death .flower-box h1 {
    text-align: center;
    font-family: Lobster;
    color: black;
    font-size: 4rem;
    margin: 10px;
    padding: 0px 20px;
    display: inline-block;
    text-shadow: 2px 2px 10px aqua, -2px -2px 10px aqua;
}

.wrapper #after-death .flower-box #author-image2 {
    width: 80px;
    border-radius: 50%;
    box-shadow: 2px 2px 10px red, -2px -2px 10px red;
    cursor: pointer;
}

.wrapper #after-death .flower-box #image1 {
    width: 100px;
    position: relative;
    bottom: 70px;
}

.wrapper #after-death .flower-box #image2 {
    width: 200px;
    box-shadow: none;
    position: relative;
    bottom: 70px;
}

.wrapper #after-death .contact-links {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 50px;
    /* padding: 0px 20px; */
}

.wrapper #after-death .contact-links a {
    font-size: 1.5rem;
    width: 120px;
    text-align: center;
    text-decoration: none;
    color: aqua;
    background-color: darkred;
    padding: 0px 10px;
    margin: 5px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 2px 2px 10px red, -2px -2px 10px red;
    transition: 0.5s ease;
}

.wrapper #after-death .contact-links a:hover {
    background-color: aqua;
    color: red;
    box-shadow: 2px 2px 10px aqua, -2px -2px 10px aqua;
    transform: translateY(5px);
}

.wrapper #after-death marquee {
    position: absolute;
    bottom: 0;
    color: gold;
    background-color: rgba(0, 128, 0, 0.5);
    /* padding: 10px; */
    /* text-shadow: 2px 2px 5px aqua, -2px -2px 5px aqua; */
}

.wrapper #after-death marquee a {
    color: red;
}


/* Media Queries: */
@media (max-width: 480px) {

    /* For welcome-section */
    .wrapper #welcome-section .logo {
        margin-left: 25px;
    }

    .wrapper #welcome-section .logo span {
        font-size: 2.5rem;
    }

    .wrapper #welcome-section ul {
        text-align: center;
        display: none;
        top: 45px;
    }

    .wrapper #welcome-section #check-btn {
        display: block;
        cursor: pointer;
    }

    .wrapper #welcome-section ul li {
        display: block;
    }

    .wrapper #welcome-section ul li a {
        font-size: 1.2rem;
        margin: 10px;
    }


    .wrapper #welcome-section #userlogin button {
        width: 60px;
        font-size: 1.2rem;
    }

    .wrapper #welcome-section .text {
        margin-top: 30px;
    }

    .wrapper #welcome-section .text h1 {
        font-size: 3.5rem;
    }

    .wrapper #welcome-section .text p {
        font-size: 1.5rem;
    }

    .wrapper #welcome-section .text a {
        padding: 8px;
    }

    /* For past-section */
    .wrapper #past-section .topbar a {
        width: 75px;
        font-size: 1.1rem;
    }

    .wrapper #past-section .data-box h1 {
        font-size: 3rem;
    }

    /* .wrapper #past-section .data-box h4 {
        font-size: 1.5rem;
    } */

    .wrapper #past-section .data-box p {
        font-size: 1.3rem;
    }

    .wrapper #past-section .data-box a {
        font-size: 1.1rem;
    }

    /* For present-section */
    /* .wrapper #present-section {
        height: 100vh;
    } */

    .wrapper #present-section .topbar a {
        width: 75px;
        font-size: 1.1rem;
    }

    .wrapper #present-section .text-box h1 {
        font-size: 3rem;
    }

    .wrapper #present-section .text-box p {
        font-size: 1.3rem;
    }

    /* .wrapper #present-section .text-box a {
        font-size: 1.1rem;
    } */

    .wrapper #present-section .text-box .certifications a {
        font-size: 1.3rem;
        /* padding: 5px 5px; */
    }

    .wrapper #present-section .ship-container img {
        width: 50px;
    }



    /* For after-death section */
    .wrapper #after-death .topbar a {
        width: 75px;
        font-size: 1.1rem;
    }

    .wrapper #after-death .flower-box h1 {
        font-size: 3rem;
    }

    .wrapper #after-death .flower-box #author-image2 {
        width: 70px;
    }

    .wrapper #after-death .flower-box #image1 {
        width: 95px;
    }

    .wrapper #after-death .flower-box #image2 {
        width: 150px;
    }

    .wrapper #after-death .contact-links {
        flex-direction: column;
    }

    .wrapper #after-death .contact-links a {
        font-size: 1.3rem;
        margin-top: 10px;
    }
}