:root {
    --header-height: 100px;
    --footer-height: 120px;
    /* --secondary-color: #fd7e14; */
    /* --dark-color1: #17384e;
    --dark-color2: #031d2e; */
    --warning-bg: #ffcdd2;
    --success-color: #00c851;
    --info-color: #33b5e5;
    --warning-color: #cf6679;

    --dark-color1: #05233e;
    --dark-color2: #0e1437;
    --secondary-color: #40bcef;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    list-style-type: none;
}

.intro_wrapper {
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 100px 0px;
}

.intro_text_wrapper {
    padding: 0 20px;
}

.intro_text {
    text-transform: capitalize;
}

.intro_video {
    width: 95%;
    height: auto;
    /* box-shadow: 20px 20px var(--dark-color2); */
}

.custom_slider {
}

.oneyear_wrapper {
    padding: 50px 0;
}

option {
    padding: 50px 0;
    background-color: var(--dark-color2);
    color: var(--secondary-color) !important;
}

.game_section_wrapper {
    padding: 50px 0;
    background-color: var(--dark-color2);
}

.ads_img {
    width: 100%;
    height: auto;
}

.services_wrapper {
    padding: 50px 0;
    background-color: var(--dark-color1);
}

.service_container {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.service_card {
    padding: 10px 0 20px 0;
    border-radius: 5px;
    background-color: var(--dark-color2);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.service_card_body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card_title {
    font-weight: 600;
}

.service_card_img {
    width: 95%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}

.second_btn {
    border: none;
    outline: none;
    background: var(--secondary-color);
    color: white;
    border-radius: 30px;
    padding: 7px 20px;
}

.astrologers_wrapper {
    padding: 50px 0;
    background-color: var(--dark-color1);
}

.astrologer_card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.astrologer_card_img {
    width: 80%;
    height: auto;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    border-radius: 7px;
    object-fit: cover;
    object-position: center;
    box-shadow: 10px 10px var(--dark-color2);
}

input[type="text"] {
    padding-left: 10px;
}

.custom_menu {
    position: relative;
}

.custom_submenu {
    position: absolute;
    z-index: 2;
    top: 200%;
    left: 0;
    padding: 20px 10px;
    background-color: var(--dark-color2);
    transition: all 0.2s linear;
    border-radius: 10px;
    width: 200px;
    visibility: hidden;
    opacity: 0;
}

.custom_submenu_item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px;
}

.custom_submenu_item:hover {
    background-color: var(--dark-color1);
}

.custom_menu:hover > .custom_submenu {
    opacity: 1;
    visibility: visible;
}

.small-line {
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background-color: white;
    margin: auto;
}

a {
    text-decoration: none;
    outline: none;
    color: white;
}

a:hover {
    color: unset;
    text-decoration: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background: var(--dark-color2);
}

.main {
    min-height: calc(100% - var(--footer-height));
}

.header {
    width: 100%;
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--dark-color2);
    color: white;
}

.logo {
    width: 70px;
    height: auto;
    margin: 0;
}

.mm-font {
    font-family: "Padauk", sans-serif;
    line-height: 150%;
}

.nav-gp {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-link {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 90%;
    font-family: "Source Sans Pro", sans-serif;
    cursor: pointer;
    padding: 0;
}

.nav-link:hover {
    opacity: 0.7;
    color: var(--secondary-color);
}

.active-nav-link {
    color: var(--secondary-color) !important;
    font-weight: 600 !important;
}

footer {
    width: 100%;
    height: var(--footer-height);
    background-color: var(--dark-color1);
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    color: white;
}

.banner-container {
    width: 100%;
    background-image: url("../images/bg1.jpg");
    background-position: center;
    background-size: cover;
    margin: 20px 0;
    padding: 100px 10px;
    color: white;
    border-radius: 20px;
}

.posts-1875 {
    padding: 20px;
    background-color: var(--dark-color1);
}

.social-media-gp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.social-media-icon {
    font-size: 140%;
    cursor: pointer;
}

.social-media-icon:active {
    opacity: 0.7;
}

.line {
    width: 50px;
    height: 3px;
    border-radius: 30px;
    background-color: white;
    margin-top: 15px;
}

.line-center {
    margin-left: auto;
    margin-right: auto;
}

.continue-all {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--secondary-color);
    cursor: pointer;
}

.landing-page {
    width: 100%;
    max-width: 100%;
    /* height: calc(100vh - var(--header-height)); */
    height: fit-content;
    background-image: url("../images/bg.gif");
    background-position: center;
    background-size: cover;
    margin: 20px 0;
}

.landing-content {
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    backdrop-filter: brightness(0.8);
}

.landing-content > * {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.landing-title {
    color: white;
}

.landing-description {
    text-align: center;
    width: 100%;
    color: white;
    font-size: 110%;
}

.spinning-image {
    width: 400px;
    height: 400px;
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
}

.new-year-wrapper {
    width: fit-content;
    margin: auto;
    padding: 40px;
    backdrop-filter: blur(2px) brightness(0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    /* border: 1px solid rgba(200, 200, 200, 0.2); */
    box-shadow: 1px 1px 5px rgba(250, 250, 250, 0.4);
    border-radius: 5px;
}

.new-year-container {
    width: 100%;
    padding-bottom: 40px;
}

.new-year-form {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.newyear-form-container {
    padding: 20px;
    border-radius: 20px;
    backdrop-filter: blur(4px) brightness(2);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.newyear-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newyear-form-gp {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: flex-end;
}

.newyear-form-label {
    width: 100px;
    text-align: right;
}

.newyear-form-ctl {
    flex-grow: 100;
    border-radius: 20px;
    border: 1px solid grey;
}

.mobile-profile-phone {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logout-dropdown {
    display: none;
    width: 200px;
    padding: 20px;
    background-color: var(--dark-color1);
    border: 1px solid rgba(200, 200, 200, 0.6);
    border-radius: 2px;
    position: absolute;
    z-index: 1;
    top: 70%;
    right: 0;
    color: white;
}

.dropdown-gp {
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
}

.dropdown-gp:hover {
    background: rgba(0, 0, 0, 0.2);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes modal-zoom {
    0% {
        transform: scale(0, 0);
    }

    100% {
        transform: scale(1, 1);
    }
}

.btn {
    outline: none;
    border: 0;
    padding: 5px 20px;
    cursor: pointer;
    background-color: grey;
    border-radius: 3px;
    color: var(--dark-color2);
}

.btn:active {
    opacity: 0.6;
}

.btn-primary {
    background: var(--secondary-color);
}

.btn-radius {
    border-radius: 30px;
}

.btn-success {
    background: var(--success-color);
    color: white;
}

.btn-info {
    background: var(--info-color);
    color: white;
}

.btn-warning {
    background: var(--warning-color);
    color: white;
}

.newyear-ans-detail-container {
    width: 100%;
    padding-top: 20px;
}

.newyear-ans-detail-wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: justify;
    color: white !important;
}

.newyear-ans-detail-wrapper * {
    font-family: "Padauk", sans-serif !important;
    line-height: 180% !important;
    font-size: 110% !important;
}

.loader {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.warning {
    display: block;
    color: var(--warning-color);
    background: var(--warning-bg);
    padding: 5px 20px;
    border-radius: 2px;
}

.content {
    flex-grow: 100;
    padding-bottom: 20px;
    width: 100%;
    height: fit-content;
    background-color: var(--dark-color2);
}

.title-wrapper {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.title-center {
    justify-content: center;
}

.title {
    font-weight: 600;
    color: white;
}

.posts-container {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.posts-container::after {
    content: "";
}

.post-card {
    width: 100%;
    height: 400px;
    background-color: var(--dark-color2);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    display: grid;
    grid-template-rows: 45% 55%;
}

.home-post-card {
    height: 250px;
    background-color: var(--dark-color1);
}

.post-card > * {
    color: white;
}

.post-card-img {
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.post-card-body {
    max-width: 100%;
    overflow: hidden;
    padding: 20px;
}

.home-post-card .post-card-body {
    padding: 10px;
}

.post-card-title {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}

.meta-gp {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 100;
    color: var(--secondary-color);
}

.meta-gp > * {
    font-size: 80%;
}

.continue {
    color: var(--secondary-color);
    font-weight: 100;
    font-size: 80%;
    cursor: pointer;
}

.post-detail-wrapper {
    width: 100%;
    height: 100%;
    background-color: var(--dark-color2);
    display: flex;
}

.post-detail {
    width: 100%;
}

.post-detail-title {
    font-size: 200%;
    color: white;
    margin-top: 20px;
}

.post-content {
    margin-top: 20px;
    font-size: 120%;
    text-align: justify;
}

.post-content * {
    background-color: var(--dark-color2) !important;
    color: white !important;
}

.post-detail-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.services {
    width: 100%;
    padding: 30px 20px;
    background-color: var(--dark-color1);
}

.service-wrapper {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 20px 0;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.service-card {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    display: flex;
    row-gap: 15px;
    column-gap: 20px;
    justify-content: center;
    border: 1px solid rgba(250, 250, 250, 0.3);
    border-radius: 2px;
}

.service-card-right {
    flex-direction: row-reverse;
}

.service-card-right > .service-card-content {
    text-align: right;
}

.service-card-right .line {
    float: right;
    clear: left;
}

.service-card-right .service-card-desc {
    float: right;
    clear: both;
}

.service-card-right .service-card-btn {
    float: left;
    clear: both;
}

.service-card-img-wrapper {
    width: 50%;
    height: fit-content;
    display: flex;
}

.service-card-img {
    width: 100%;
    height: auto;
}

.service-line {
    height: 2px;
    border-radius: 0;
    width: 200px;
    margin: 20px 0;
}

.service-card-title:hover {
    color: var(--secondary-color);
}

.service-card-content {
    flex-grow: 100;
}

.service-card-desc {
    color: white;
    width: 100%;
    text-align: justify;
    font-weight: 200;
    margin-bottom: 10px;
}

.service-detail-wrapper {
    width: 100%;
    padding: 20px;
    background-color: var(--dark-color2);
}

.oneyear-form-container {
    width: 50%;
    padding: 20px;
    background-color: var(--dark-color1);
    margin: 20px auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.oneyear-title {
    color: white;
    padding: 30px 0;
}

.oneyear-form {
    width: 100%;
}

.form-gp {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.phone-form-gp {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}

.btn-gp {
    padding: 30px 0;
    gap: 30px;
    justify-content: center;
}

.form-label {
    width: 30%;
    color: white;
    font-size: 120%;
}

.form-ctl {
    flex-grow: 100;
    display: flex;
    gap: 10px;
}

select {
    background-color: transparent;
    border: 0;
    outline: none;
    color: white;
    padding: 7px 10px;
}

option {
    color: black;
}

/* input[type="text"] {
    letter-spacing: 1px;
    outline: none;
    padding: 7px 10px;
    background-color: transparent;
    color: whitesmoke;
    font-size: 110%;
} */

.number-input {
    border: 0;
    border-bottom: 1px solid grey;
}

.search-input {
    outline: none;
    border: 0;
    padding: 0px 10px !important;
}

.search-input::placeholder {
    font-size: 80%;
}

.post-search-wrapper {
    padding: 0 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(250, 250, 250, 0.1);
    box-shadow: 1px 1px 2px rgba(250, 250, 250, 0.1);
    background-color: var(--dark-color2);
}

.new-year-form-input {
    padding: 5px 0 15px 0 !important;
    border-bottom-color: whitesmoke !important;
}

.new-year-form select {
    border-bottom-color: whitesmoke !important;
}

.new-year-form select:focus {
    border-bottom-color: var(--secondary-color) !important;
}

.new-year-form-input::placeholder {
    font-size: 90%;
    color: white;
}

.new-year-form-input:focus {
    border-bottom-color: var(--secondary-color) !important;
}

.modal-close {
    font-size: 150%;
    cursor: pointer;
}

.modal-close:active {
    opacity: 0.7;
}

.otp-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px) brightness(0.9);
}

.otp-form-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.otp-container {
    width: 40%;
    background-color: white;
    border-radius: 5px;
    animation-name: modal-zoom;
    animation-duration: 0.2s;
}

.otp-container > * {
    padding: 20px 20px;
    width: 100%;
}

.otp-header,
.otp-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.otp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.otp-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.otp-container input {
    color: black;
}

.otp-footer {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.login-container {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.login-form {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.alert-container {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
}

.alert-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: brightness(0.8) blur(2px);
}

.alert-box {
    width: 30%;
    border-radius: 2px;
    background-color: white;
    padding: 20px 40px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation-name: modal-zoom;
    animation-duration: 0.2s;
}

.alert-title {
    font-weight: 500;
}

.alert-text {
    text-align: center;
}

.circle-alert-icon {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.alert-success .circle-alert-icon {
    border: 2px solid #d4edda;
}

.alert-info .circle-alert-icon {
    border: 2px solid #d1ecf1;
}

.alert-warning .circle-alert-icon {
    border: 2px solid #f8d7da;
}

.alert-success .circle-alert-icon > * {
    color: var(--success-color);
}

.alert-info .circle-alert-icon > * {
    color: var(--info-color);
}

.alert-warning .circle-alert-icon > * {
    color: var(--warning-color);
}

.t-shuffle-container {
    width: 100%;
    height: fit-content;
}

.t-shuffle-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.tarot-result-popup-container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 3;
    background: transparent;
    display: none;
}

.tarot-result-popup-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    backdrop-filter: blur(5px) brightness(0.3);
}

.tarot-result-popup {
    width: 40%;
    padding: 40px;
    overflow: auto;
    backdrop-filter: blur(5px);
    background-color: var(--dark-color2);
    border: 1px solid white;
    border-radius: 5px;
    animation-name: modal-zoom;
    animation-duration: 0.2s;
}

.tarot-result-popup-text {
    text-align: justify;
    color: white;
    animation-name: modal-zoom;
    animation-duration: 0.5s;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-3 {
    border-radius: 3px;
}

.t-shuffle-img {
    width: 190px;
    height: 226px;
    max-height: 226px;
    animation-name: modal-zoom;
    animation-duration: 0.2s;
}

.cursor {
    cursor: pointer;
}

.tarot-title {
    /* color: #ff4444; */
    color: white;
    max-width: 250px;
    text-align: center;
    font-family: "Cedarville Cursive", cursive;
}

.tarot-try-again {
    display: none;
    font-family: "Cedarville Cursive", cursive;
    color: var(--secondary-color);
}

.tarot-back:active {
    opacity: 0.7;
}

.popup-close {
    font-size: 150%;
    color: white;
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.popup-close:active {
    opacity: 0.7;
}

.love-calculator-container {
    width: 100%;
    max-width: 100%;
    height: fit-content;
    background-color: var(--dark-color2);
    display: flex;
    flex-direction: column;
}

.love-calculator-wrapper {
    width: 100%;
    flex-grow: 100;
    background-color: var(--dark-color1);
    /* background-image: url('../images/love_calculator/bg.png'); */
    background-position: center;
    background-size: contain;
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 20px;
}

.signs-wrapper {
    width: 100%;
}

.feature-title {
    text-align: center;
    color: white;
}

.love-two-gp {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.sign-container {
    width: 80px;
    height: 80px;
    border: 2px solid white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-name-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    color: white;
}

.sign-container > * {
    font-size: 80%;
    color: white;
}

.select-sign-img {
    width: 60px;
    height: 60px;
    animation-name: modal-zoom;
    animation-duration: 0.2s;
}

.sign-love-img {
    width: 30px;
    height: 30px;
}

.sign-name {
    /*This must be equal to width of sign-container class*/
    width: 70px;
    text-align: center;
    color: white;
}

.signs-grid-container {
    display: grid;
    width: 90%;
    grid-gap: 10px;
    margin: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    animation-name: modal-zoom;
    animation-duration: 0.2s;
}

.sign-grid-img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.sign-grid-name {
    font-size: 80%;
    color: white;
}

p.sign-grid-name:nth-child(2) {
    color: grey;
}

.sign-gp {
    width: fit-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.sign-gp:active {
    opacity: 0.7;
}

.love-btn-gp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 30px 20px;
}

.love-btn {
    outline: none;
    border: 1px solid #fff08d;
    padding: 5px 10px;
    background: transparent;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}

.love-btn:active {
    opacity: 0.7;
}

.love-calculate-result-wrapper {
    /* Must be none at initial */
    display: none;
    width: 100%;
    animation-name: modal-zoom;
    animation-duration: 0.2s;
}

.love-calculate-result {
    margin: auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.love-result-rect-bg {
    width: 100%;
    padding: 10px 10px;
    background-color: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.love-result-name {
    width: 50px;
    text-align: right;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-size: 90%;
}

.love-result-percent-container {
    /* 100% - width of love-result-name + width of love-result-percent-text*/
    position: relative;
    width: calc(100% - 100px);
    height: 5px;
    border-radius: 30px;
    background-color: black;
    overflow: hidden;
}

/* width of love-result-percent must be set when calculated */
.love-result-percent {
    height: 100%;
    width: 0;
    border-radius: 30px;
    background-color: #33b5e5;
    position: absolute;
    top: 0;
    animation-name: percent;
    animation-duration: 2s;
    animation-timing-function: forwards;
}

@keyframes percent {
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.love-result-percent:hover {
    width: 300px;
}

.love-result-percent-text {
    width: 50px;
    color: black;
}

.love-loading-container {
    display: none;
    width: 100%;
    height: 357px;
}

.love-loading-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recent-post-container {
    width: 100%;
}

.recent-post-title {
    padding: 15px 20px;
    background: var(--dark-color1);
    color: white;
}

.recent-post-card {
    width: 100%;
    display: flex;
    gap: 15px;
}

.recent-post-card-img {
    width: 70px;
    height: 55px;
    border-radius: 5px;
}

.recent-post-cards-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    background-color: var(--dark-color1);
}

.recent-post-card-title {
    width: 100%;
    max-width: 100%;
    color: white;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.recent-post-card-content {
    flex-grow: 100;
    overflow: hidden;
}

.confirm-box-container {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
}

.confirm-box-wrapper {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px) brightness(0.8);
}

.confirm-box {
    background: white;
    border-radius: 2px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    animation-name: modal-zoom;
    animation-duration: 0.1s;
}

.confirm-icon {
    font-size: 500%;
    color: var(--warning-color);
}

.confirm-btn-gp {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.service1-card {
    height: 350px;
    position: relative;
    width: 100%;
    background-color: var(--dark-color2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: white;
    padding: 20px;
}

.service1-card-btn {
    position: absolute;
    bottom: 20px;
}

.newyear-ans-card {
    min-height: 200px;
    background-color: var(--dark-color2);
    color: white;
    padding: 30px 20px;
    border-radius: 10px;
}

.text-wrap {
    width: fit-content;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#menu-check:checked ~ .nav-gp {
    left: 0;
    flex-direction: column;
    align-items: unset;
    background-color: var(--dark-color1);
}

@media screen and (min-width: 1300px) {
    /* .content {
        padding: 20px 10%;
    } */
}

@media screen and (max-width: 768px) {
    .t-shuffle-container {
        margin-top: 20px;
    }

    .tarot-result-popup {
        width: 90%;
    }

    .nav-gp {
        position: fixed;
        z-index: 3;
        top: 0;
        left: -120%;
        height: 100%;
        width: 70%;
        padding: 20px;
        transition: all 0.2s linear;
    }
}

@media screen and (max-width: 992px) {
    .posts-container {
        justify-content: space-between;
    }

    /* .post-card {
        width: 47%;
    }

    .home-post-card {
        width: 47%;
    } */

    .landing-content {
        flex-direction: column;
        justify-content: center;
    }

    .landing-description {
        width: 90%;
    }

    .landing-content > * {
        width: 100%;
    }

    .service-card {
        flex-direction: column;
    }

    .service-card > * {
        width: 100%;
    }

    .service-card-title {
        margin-bottom: 20px;
        text-align: left;
    }

    .service-card-img {
        width: 40%;
        margin: auto;
    }

    .service-card-desc {
        width: 100%;
    }

    .service-line {
        display: none;
    }

    .new-year-form {
        flex-direction: column;
        align-items: flex-start;
    }

    .new-year-form > * {
        width: 100%;
    }

    .newyear-ans-card {
        width: 100%;
    }

    .tarot-result-popup {
        width: 70%;
    }
}

@media screen and (max-width: 576px) {
    .newyear-form-container {
        margin-top: 40px;
    }

    .newyear-form-gp {
        flex-direction: column;
        align-items: unset;
    }

    .newyear-form-label {
        text-align: left;
    }

    .nav-gp {
        position: fixed;
        z-index: 3;
        top: 0;
        left: -150%;
        height: 100%;
        width: 70%;
        padding: 20px;
        transition: all 0.2s linear;
    }

    .title-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .login-form {
        width: 100%;
    }

    .otp-container {
        width: 95%;
    }

    .service-card {
        flex-direction: column;
    }

    .service-card-img {
        width: 70%;
        margin: auto;
    }

    .service-card-desc {
        width: 100%;
    }

    .service-line {
        display: none;
    }

    .service-card-title {
        margin-bottom: 20px;
        text-align: left;
    }

    .tarot-result-popup-wrapper {
        flex-direction: column-reverse;
    }

    .tarot-result-popup {
        max-height: 90%;
        width: 95%;
    }
}
