.rajdhani-font {
    font-family: "Rajdhani", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: "Rajdhani", sans-serif;
    margin: 0 auto;
    padding: 0;
    max-width: 560px;
    box-sizing: border-box;

    background-color: rgb(251, 253, 255);
}


#hero {
    position: relative;


    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

}

.content-wrapper {
    position: relative;
    overflow-x: hidden;

}

.slider {
    display: flex;

}

.content {
    display: flex;
    justify-content: center;
    padding: 44px 24px;
    width: 100vw;
    background-color: #ac008d28;


}

#mouse {
    position: absolute;
    bottom: 20%;
    height: 38px;
    width: 24px;
    border-radius: 13px;
    border: 2px solid #AC008D;
    left: 50%;
    transform: translate(-50%, -50%);
}

#mouse-wheel {
    height: 8px;
    width: 6px;
    border-radius: 50%;
    background-color: #AC008D;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.content div h1 {
    font-size: 2rem;
    font-family: 'Great Vibes', cursive;
    letter-spacing: 0.2rem;
}

.content div p {
    font-size: 1rem;
    font-family: 'Rajdhani', sans-serif;
    color: #AC008D
}

.primary {
    color: #AC008D;
}

.dots {
    z-index: 1;
    height: 15px;
    width: 15px;
    background-color: #AC008D;
    position: absolute;
    border-radius: 50%;
}

.dots:nth-child(1) {
    top: 30%;
    left: 50%;
    opacity: 0.4;
}

.dots:nth-child(2) {
    height: 25px;
    width: 25px;
    top: 60%;
    left: 80%;
    opacity: 0.6;
}

.dots:nth-child(3) {
    height: 20px;
    width: 20px;
    bottom: 30%;
    left: 20%;
    opacity: 0.3;
}

.dots:nth-child(4) {
    height: 20px;
    width: 20px;
    top: 20%;
    left: 30%;
    opacity: 0.2;
}

.dots:nth-child(5) {
    height: 10px;
    width: 10px;
    top: 10%;
    right: 30%;
    opacity: 0.4;
}

.dots:nth-child(6) {
    height: 12px;
    width: 12px;
    top: 6%;
    left: 10%;
    opacity: 0.6;
}

.dots:nth-child(7) {
    height: 5px;
    width: 5px;
    bottom: 60%;
    right: 80%;
    opacity: 0.5;
}

.dots:nth-child(8) {
    height: 8px;
    width: 8px;
    top: 10%;
    left: 10%;
    opacity: 0.6;
}



#bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#top-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;

}

#hero-msg {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#hero-msg h1 {
    font-size: 1.9rem;
    font-family: "Great Vibes", cursive;
    letter-spacing: 1.4px;
    white-space: nowrap;
}

#hero-msg p {
    font-size: 0.8rem;
    letter-spacing: 1px;

    line-height: 1.2rem;
}

#date {
    background-color: rgb(12, 150, 242);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#date h1 {
    font-size: 1.9rem;
    font-family: "Great Vibes", cursive;
    letter-spacing: 1.4px;

    white-space: nowrap;
}

#date h2 {
    font-size: 1rem;
    letter-spacing: 1.4px;
    font-weight: 300;
    white-space: nowrap;
}