/* _content/SnapTarot/Views/Shared/_AdminEditPersonalInfoPartial.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_AdminReadingView.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_AdvancedReadingDetailView.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_CardDetailsView.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_CelticCrossCarouselLayout.cshtml.rz.scp.css */
.one-card-reading[b-hz4f21m7ah] {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
        }
        .card-column[b-hz4f21m7ah] {
            text-align: center;
            margin: 0 10px;
        }
        .card-title[b-hz4f21m7ah] {
            margin-top: 10px;
        }
        .card-img[b-hz4f21m7ah] {
            max-width: 100%;
            height: auto;
        }
/* _content/SnapTarot/Views/Shared/_CelticCrossLayout.cshtml.rz.scp.css */
.celtic-cross[b-wddl0r0qks] {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-position[b-wddl0r0qks] {
    position: absolute;
    width: 80px; /* Adjust the width as needed */
    height: 60px; /* Adjust the height as needed */
}

.card-position img[b-wddl0r0qks] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Center Card 1 */
.card-1[b-wddl0r0qks] {
    top: 170px;
    left: 300px;
    transform: translate(-50%, -50%);
}

/* Card 2 crosses Card 1 */
.card-2[b-wddl0r0qks] {
    top: 235px;
    left: 365px;
    transform: translate(-50%, -50%) rotate(90deg);
}

/* Card 3 to the left of Card 1 */
.card-3[b-wddl0r0qks] {
    top: 170px;
    left: calc(50% - 140px); /* Adjust the spacing as needed */
    transform: translateY(-50%);
}

/* Card 4 to the right of Card 1 */
.card-4[b-wddl0r0qks] {
    top: 170px;
    left: calc(50% + 110px); /* Adjust the spacing as needed */
    transform: translateY(-50%);
}

/* Card 5 above Card 1 */
.card-5[b-wddl0r0qks] {
    top: calc(50% - 0px); /* Adjust the spacing as needed */
    left: 50%;
    transform: translateX(-50%);
}

/* Card 6 below Card 1 */
.card-6[b-wddl0r0qks] {
    top: calc(50% + 280px); /* Adjust the spacing as needed */
    left: 50%;
    transform: translateX(-50%);
}

/* Card 7 to the right-hand staff, start of the vertical line */
.card-7[b-wddl0r0qks] {
    top: calc(50% - (-280px)); /* Adjust the spacing as needed */
    left: calc(50% + 200px); /* Adjust the spacing as needed */
    transform: translateY(0%);
}

/* Card 8 in the right-hand staff */
.card-8[b-wddl0r0qks] {
    top: calc(50% - (-180px)); /* Adjust the spacing as needed */
    left: calc(50% + 260px); /* Adjust the spacing as needed */
    transform: translateY(0%);
}

/* Card 9 in the right-hand staff */
.card-9[b-wddl0r0qks] {
    top: 80px; /* Adjust the spacing as needed */
    left: calc(50% + 200px); /* Adjust the spacing as needed */
    transform: translateY(0%);
}

/* Card 10 in the right-hand staff */
.card-10[b-wddl0r0qks] {
    top: calc(50% + 0px); /* Adjust the spacing as needed */
    left: calc(50% + 260px); /* Adjust the spacing as needed */
    transform: translateY(0%);
}

@media (max-width: 991px) {

    /* Center Card 1 */
    .card-1[b-wddl0r0qks] {
        top: 170px;
        left: 230px;
    }

    /* Card 2 crosses Card 1 */
    .card-2[b-wddl0r0qks] {
        top: 235px;
        left: 290px;
    }

    /* Card 3 to the left of Card 1 */
    .card-3[b-wddl0r0qks] {
        top: 170px;
        left: calc(50% - 220px); /* Adjust the spacing as needed */
    }

    /* Card 4 to the right of Card 1 */
    .card-4[b-wddl0r0qks] {
        top: 170px;
        left: calc(50% + 40px); /* Adjust the spacing as needed */
    }

    /* Card 5 above Card 1 */
    .card-5[b-wddl0r0qks] {
        top: calc(50% - 0px); /* Adjust the spacing as needed */
        left: 230px;
    }

    /* Card 6 below Card 1 */
    .card-6[b-wddl0r0qks] {
        top: calc(50% + 280px); /* Adjust the spacing as needed */
        left: 230px;
    }

    /* Card 7 to the right-hand staff, start of the vertical line */
    .card-7[b-wddl0r0qks] {
        top: calc(50% - (-280px)); /* Adjust the spacing as needed */
        left: calc(50% + 140px); /* Adjust the spacing as needed */
    }

    /* Card 8 in the right-hand staff */
    .card-8[b-wddl0r0qks] {
        top: calc(50% - (-180px)); /* Adjust the spacing as needed */
        left: calc(50% + 180px); /* Adjust the spacing as needed */
    }

    /* Card 9 in the right-hand staff */
    .card-9[b-wddl0r0qks] {
        top: 80px; /* Adjust the spacing as needed */
        left: calc(50% + 140px); /* Adjust the spacing as needed */
    }

    /* Card 10 in the right-hand staff */
    .card-10[b-wddl0r0qks] {
        top: calc(50% + 0px); /* Adjust the spacing as needed */
        left: calc(50% + 180px); /* Adjust the spacing as needed */
    }
}

@media (max-width: 767px){

    .card-position[b-wddl0r0qks] {
        position: absolute;
        width: 70px; /* Adjust the width as needed */
        height: 50px; /* Adjust the height as needed */
    }

    /* Center Card 1 */
    .card-1[b-wddl0r0qks] {
        top: 170px;
        left: 130px;
    }

    /* Card 2 crosses Card 1 */
    .card-2[b-wddl0r0qks] {
        top: 235px;
        left: 185px;
    }

    /* Card 3 to the left of Card 1 */
    .card-3[b-wddl0r0qks] {
        top: 170px;
        left: calc(50% - 220px); /* Adjust the spacing as needed */
    }

    /* Card 4 to the right of Card 1 */
    .card-4[b-wddl0r0qks] {
        top: 170px;
        left: calc(50% + 10px); /* Adjust the spacing as needed */
    }

    /* Card 5 above Card 1 */
    .card-5[b-wddl0r0qks] {
        top: calc(50% - (-20px)); /* Adjust the spacing as needed */
        left: 130px;
    }

    /* Card 6 below Card 1 */
    .card-6[b-wddl0r0qks] {
        top: calc(50% + 280px); /* Adjust the spacing as needed */
        left: 130px;
    }

    /* Card 7 to the right-hand staff, start of the vertical line */
    .card-7[b-wddl0r0qks] {
        top: calc(50% - (-280px)); /* Adjust the spacing as needed */
        left: calc(50% + 100px); /* Adjust the spacing as needed */
    }

    /* Card 8 in the right-hand staff */
    .card-8[b-wddl0r0qks] {
        top: calc(50% - (-180px)); /* Adjust the spacing as needed */
        left: calc(50% + 130px); /* Adjust the spacing as needed */
    }

    /* Card 9 in the right-hand staff */
    .card-9[b-wddl0r0qks] {
        top: 80px; /* Adjust the spacing as needed */
        left: calc(50% + 100px); /* Adjust the spacing as needed */
    }

    /* Card 10 in the right-hand staff */
    .card-10[b-wddl0r0qks] {
        top: calc(50% + 0px); /* Adjust the spacing as needed */
        left: calc(50% + 130px); /* Adjust the spacing as needed */
    }
}

@media (max-width: 576px){

    .card-position[b-wddl0r0qks] {
        position: absolute;
        width: 60px; /* Adjust the width as needed */
        height: 60px; /* Adjust the height as needed */
    }

    /* Center Card 1 */
    .card-1[b-wddl0r0qks] {
        top: 170px;
        left: 80px;
    }

    /* Card 2 crosses Card 1 */
    .card-2[b-wddl0r0qks] {
        top: 235px;
        left: 120px;
    }

    /* Card 3 to the left of Card 1 */
    .card-3[b-wddl0r0qks] {
        top: 170px;
        left: -20px; /* Adjust the spacing as needed */
    }

    /* Card 4 to the right of Card 1 */
    .card-4[b-wddl0r0qks] {
        top: 170px;
        left: 160px; /* Adjust the spacing as needed */
    }

    /* Card 5 above Card 1 */
    .card-5[b-wddl0r0qks] {
        top: calc(50% - (-35px)); /* Adjust the spacing as needed */
        left: 80px;
    }

    /* Card 6 below Card 1 */
    .card-6[b-wddl0r0qks] {
        top: calc(50% + 270px); /* Adjust the spacing as needed */
        left: 80px;
    }

    /* Card 7 to the right-hand staff, start of the vertical line */
    .card-7[b-wddl0r0qks] {
        top: calc(50% - (-280px)); /* Adjust the spacing as needed */
        left: 230px /* Adjust the spacing as needed */
    }

    /* Card 8 in the right-hand staff */
    .card-8[b-wddl0r0qks] {
        top: calc(50% - (-200px)); /* Adjust the spacing as needed */
        left: 260px; /* Adjust the spacing as needed */
    }

    /* Card 9 in the right-hand staff */
    .card-9[b-wddl0r0qks] {
        top: 120px; /* Adjust the spacing as needed */
        left: 230px; /* Adjust the spacing as needed */
    }

    /* Card 10 in the right-hand staff */
    .card-10[b-wddl0r0qks] {
        top: calc(50% + 50px); /* Adjust the spacing as needed */
        left: 260px; /* Adjust the spacing as needed */
    }
}

@media (max-width: 415px){

    .card-position[b-wddl0r0qks] {
        position: absolute;
        width: 60px; /* Adjust the width as needed */
        height: 80px; /* Adjust the height as needed */
    }

    /* Center Card 1 */
    .card-1[b-wddl0r0qks] {
        top: 220px;
        left: 75px;
    }

    /* Card 2 crosses Card 1 */
    .card-2[b-wddl0r0qks] {
        top: 260px;
        left: 90px;
    }

    /* Card 3 to the left of Card 1 */
    .card-3[b-wddl0r0qks] {
        top: 220px;
        left: -40px; /* Adjust the spacing as needed */
    }

    /* Card 4 to the right of Card 1 */
    .card-4[b-wddl0r0qks] {
        top: 220px;
        left: 135px; /* Adjust the spacing as needed */
    }

    /* Card 5 above Card 1 */
    .card-5[b-wddl0r0qks] {
        top: calc(50% - (-50px)); /* Adjust the spacing as needed */
        left: 75px;
    }

    /* Card 6 below Card 1 */
    .card-6[b-wddl0r0qks] {
        top: calc(50% + 300px); /* Adjust the spacing as needed */
        left: 75px;
    }

    /* Card 7 to the right-hand staff, start of the vertical line */
    .card-7[b-wddl0r0qks] {
        top: calc(50% - (-300px)); /* Adjust the spacing as needed */
        left: 200px /* Adjust the spacing as needed */
    }

    /* Card 8 in the right-hand staff */
    .card-8[b-wddl0r0qks] {
        top: calc(50% - (-210px)); /* Adjust the spacing as needed */
        left: 240px; /* Adjust the spacing as needed */
    }

    /* Card 9 in the right-hand staff */
    .card-9[b-wddl0r0qks] {
        top: 130px; /* Adjust the spacing as needed */
        left: 200px; /* Adjust the spacing as needed */
    }

    /* Card 10 in the right-hand staff */
    .card-10[b-wddl0r0qks] {
        top: calc(50% + 50px); /* Adjust the spacing as needed */
        left: 240px; /* Adjust the spacing as needed */
    }
}
/* _content/SnapTarot/Views/Shared/_ChangePasswordPartial.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_CreateSupportTicketView.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_CupsLibrary.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_DashboardFreeTierView.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_DashboardMainView.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_DashboardReadingView.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_DashboardStarterTierView.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_EditPersonalInfoPartial.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_GettingStartedInfo.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-hr8nmmxfvf] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-hr8nmmxfvf] {
  color: #0077cc;
}

.btn-primary[b-hr8nmmxfvf] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-hr8nmmxfvf], .nav-pills .show > .nav-link[b-hr8nmmxfvf] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-hr8nmmxfvf] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-hr8nmmxfvf] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-hr8nmmxfvf] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-hr8nmmxfvf] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-hr8nmmxfvf] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/SnapTarot/Views/Shared/_LogEntryView.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_LoggedInAIRequestConfirmation.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_LoggedInAIRequestConfirmationFree.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_LoggedOutAIRequestConfirmation.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_LoginPartial.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_MajorArcanaLibrary.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_ManageSubscriptionsView.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_ManageTokenView.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_OneCardCarouselLayout.cshtml.rz.scp.css */
.one-card-reading[b-l1mjuyboqi] {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
        }
        .card-column[b-l1mjuyboqi] {
            text-align: center;
            margin: 0 10px;
        }
        .card-title[b-l1mjuyboqi] {
            margin-top: 10px;
        }
        .card-img[b-l1mjuyboqi] {
            max-width: 100%;
            height: auto;
        }
/* _content/SnapTarot/Views/Shared/_OneCardLayout.cshtml.rz.scp.css */
.one-card-reading[b-nrlca1h2mz] {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
        }
        .card-column[b-nrlca1h2mz] {
            text-align: center;
            margin: 0 10px;
        }
        .card-title[b-nrlca1h2mz] {
            margin-top: 10px;
        }
        .card-img[b-nrlca1h2mz] {
            max-width: 100%;
            height: auto;
        }
/* _content/SnapTarot/Views/Shared/_PentaclesLibrary.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_PersonalizedReadingsInfo.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_PurchaseTokens.cshtml.rz.scp.css */
.tokenImg[b-ylbklel9l7]{
    width: 60px;
    height: 40px;
}
/* _content/SnapTarot/Views/Shared/_ReadingTipsInfo.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_ReadingTokensInfo.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_SavedReadingTable.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_SignUpPartial.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_SupportTicketTable.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_SupportTicketView.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_SwordsLibrary.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_TarotReadingsInfo.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_TarotSpreadPartial.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


.render-body[b-etv2vct5of] {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    width: 100%;
    background-color: #323232;
}

.home-color-block[b-etv2vct5of] {
    position: fixed;
    height: 200%;
    width: 100%;
    transform: rotate(-15deg);
    left: -83%;
    top: -50%;
    background-color: #f2c230;
}

.panel-list[b-etv2vct5of] {
    overflow: hidden;
}

.panel-tab--selected[b-etv2vct5of] {
    display: block;
}

.panel-tab--hidden[b-etv2vct5of] {
    display: none;
    
}

.home-details[b-etv2vct5of] {
    font-size: 51px;
    line-height: 62px;
    font-weight: 700;
    margin: 18px 0 10px;
    position: relative;
    padding-left: 70px;
}

.home-details p[b-etv2vct5of] {
    margin: 15px 0 28px;
    font-size: 16px;
    line-height: 35px;
    font-weight: normal;
    display: -webkit-box;
  -webkit-line-clamp: 3; /* Adjust to the desired number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.home-details>div[b-etv2vct5of] {
    max-width: 550px;
    margin: 0 auto;
}

.open-sans-font[b-etv2vct5of] {
    font-family: Open Sans,sans-serif;
}

.home-details h1 span[b-etv2vct5of] {
    color: #fff;
    display: block;
}

.render-buttons-ani[b-etv2vct5of] {
    overflow: hidden;
    display: inline-block;
    line-height: 1.4;
    border-radius: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    text-decoration: none!important;
    position: relative;
    z-index: 1;
    padding: 16px 70px 16px 35px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    outline: none!important;
    cursor: pointer!important;
    border: 1px solid #f2c230;
}

.render-buttons-ani[b-etv2vct5of]:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(100%);
    transition: all .3s ease-out;
    background-color: #f2c230;
}

.render-buttons-ani:hover[b-etv2vct5of]:before{
    transform: translateX(0)
}

.render-button-icon[b-etv2vct5of] {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: 0;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    color: #fff;
    border-radius: 50%;
    background-color: #f2c230;
}

.render-buttons-ani .button-text[b-etv2vct5of] {
    position: relative;
    z-index: 2;
    color: #fff;
    transition: all .3s ease-out
}

.render-buttons-ani:hover .button-text[b-etv2vct5of] {
    color: #fff
}

.header[b-etv2vct5of] {
    position: fixed;
    right: 30px;
    z-index: 3;
    display: flex;
    align-items: center;
    top: 40%;
    opacity: 1;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    transform: translateY(-50%);
    z-index: 2;
}

.header ul.icon-menu[b-etv2vct5of] {
    margin: 0;
    padding: 0;
}

.header ul.icon-menu li.icon-box[b-etv2vct5of] {
    width: 50px;
    height: 50px;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    transition: .3s;
    margin: 20px 0;
    border-radius: 50%;
    background: #2b2a2a;
    cursor: pointer;
    
}

.header ul.icon-menu li.icon-box:focus[b-etv2vct5of],.header ul.icon-menu li.icon-box:hover[b-etv2vct5of],.portfolio-tab-list li:focus[b-etv2vct5of],.portfolio-tab-list li:hover[b-etv2vct5of] {
    border: none;
    outline: none
}

.header ul.icon-menu li.icon-box i[b-etv2vct5of] {
    color: #ddd;
    font-size: 19px;
    transition: .3s
}

.header .icon-box h2[b-etv2vct5of] {
    font-size: 15px
}

.header .icon-box i.fa[b-etv2vct5of] {
    position: absolute;
    pointer-events: none
}

.header .icon-menu i[b-etv2vct5of] {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 35px;
    top: 15px
}

.header .icon-box h2[b-etv2vct5of] {
    background-color: #f2c230;
}

.header .icon-box:hover h2[b-etv2vct5of] {
    opacity: 1;
    right: 27px;
    margin: 0;
    text-align: center;
    border-radius: 30px 0 0 30px;
}


.header .icon-box h2[b-etv2vct5of] {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    color: #fff;
    line-height: 50px;
    font-weight: 500;
    transition: all .3s;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 0 25px 0 30px;
    height: 50px;
    margin: 0;
}

.header ul.icon-menu li.icon-box.tab--selected[b-etv2vct5of] {
    background-color: #f2c230 !important;
}

.header .icon-box h2[b-etv2vct5of] {
    font-size: 15px;
}

/*.header ul.icon-menu li.icon-box.tab--selected, .header ul.icon-menu li.icon-box.tab--selected i, .header ul.icon-menu li.icon-box:hover, .header ul.icon-menu li.icon-box:hover i {
    color: #fff;
}*/

.header ul.icon-menu li.icon-box:hover[b-etv2vct5of] {
    background-color: #f2c230;
}

.title-section[b-etv2vct5of] {
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 80px 0;
}

.title-section h1[b-etv2vct5of] {
    font-size: 56px;
    font-weight: 900!important;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.title-section h1 span[b-etv2vct5of]{
    color: #f2c230;
}

.title-section h1 span[b-etv2vct5of] {
    color: #f2c230;
}

.title-bg[b-etv2vct5of] {
    font-size: 110px;
    left: 0;
    letter-spacing: 10px;
    line-height: .7;
    position: absolute;
    right: 0;
    top: 50%;
    text-transform: uppercase;
    font-weight: 800;
    transform: translateY(-50%);
    color: hsla(0,0%,100%,.07);
}

.custom-title[b-etv2vct5of] {
    padding-bottom: 22px;
    font-size: 26px;
}

.ft-wt-600[b-etv2vct5of] {
    font-weight: 600;
}

.about-list[b-etv2vct5of] {
    display: flex;
    flex-wrap: wrap;
}

.about-list li[b-etv2vct5of] {
    flex: 0 0 50%;
    max-width: 50%;
}

.about-list li:not(:last-child)[b-etv2vct5of], .main-content[b-etv2vct5of] {
    padding-bottom: 20px;
}

.about-list .title[b-etv2vct5of] {
    opacity: .8;
    text-transform: capitalize;
}

.about-list .value[b-etv2vct5of] {
    font-weight: 600;
}

hr[b-etv2vct5of] {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

hr.separator[b-etv2vct5of] {
    border-top: 1px solid #252525;
    margin: 70px auto 55px;
    max-width: 40%;
}

.resume-box ul[b-etv2vct5of] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.resume-box li[b-etv2vct5of] {
    position: relative;
    padding: 0 20px 0 60px;
    margin: 0 0 50px;
}

.resume-box .icon[b-etv2vct5of] {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 40px;
    text-align: center;
    z-index: 1;
    border-radius: 50%;
    color: #fff;
    background-color: #252525;
}

.resume-box .icon[b-etv2vct5of] {
    background-color: #f2c230;
}

.resume-box .time[b-etv2vct5of] {
    color: #fff;
    font-size: 12px;
    padding: 1px 10px;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 20px;
    font-weight: 600;
    background-color: #252525;
    opacity: .8;
}

.resume-box p[b-etv2vct5of] {
    margin: 0;
    color: #eee;
    font-size: 14px;
}

.resume-box h5[b-etv2vct5of] {
    font-size: 18px;
    margin: 7px 0 10px;
}

.resume-box .place[b-etv2vct5of] {
    opacity: .8;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    padding-left: 26px;
}

ul.social[b-etv2vct5of] {
    margin-left: -5px;
    padding-top: 15px!important;
}

ul.social li[b-etv2vct5of] {
    display: inline-block;
}

ul.social li a[b-etv2vct5of] {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    transition: .3s;
    font-size: 17px;
    margin: 0 6px;
    background: #2b2a2a;
    border-radius: 50%;
}

.contactform textarea[b-etv2vct5of] {
    border: 1px solid #111;
    background: #252525;
    color: #fff;
    width: 100%;
    padding: 12px 26px;
    height: 200px;
    overflow: hidden;
    border-radius: 30px;
    outline: none!important;
    transition: .3s
}

.contactform .form-message[b-etv2vct5of] {
    margin: 24px 0
}

.contactform[b-etv2vct5of] {
    padding-left: 30px
}

.contactform input[type=email][b-etv2vct5of],.contactform input[type=text][b-etv2vct5of] {
    border: 1px solid #111;
    width: 100%;
    background: #252525;
    color: #fff;
    padding: 11px 26px;
    border-radius: 30px;
    outline: none!important;
    transition: .3s
}

.contactform .form-group[b-etv2vct5of] {
    margin-bottom: 30px;
}

.custom-span-contact i[b-etv2vct5of] {
    left: 0;
    top: 0;
    font-size: 33px;
    color: #f2c230;
}


.custom-span-contact span[b-etv2vct5of] {
    text-transform: uppercase;
    opacity: .8;
    font-weight: 400;
    padding-bottom: 0;
    margin-left: 70px;
}


.custom-span-contact a[b-etv2vct5of] {
    color: #fff;
    text-decoration: none;
    cursor: pointer!important;
    margin-left: 70px;
}

ul.social li a:hover[b-etv2vct5of] {
    background-color: #f2c230;
}

.special-list[b-etv2vct5of] {
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
    padding-right: 5px;
}

/* Media Queries*/
@media (max-width: 991px){
 
    .header[b-etv2vct5of] {
        left: 0;
        right: auto;
        bottom: 60px;
        top: auto;
        transform: none;
        width: 100%;
        display: block;
        background: #2b2a2a;
        padding: 8px;
        z-index: 10;
    }

    .header ul.icon-menu[b-etv2vct5of] {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .header ul.icon-menu li.icon-box[b-etv2vct5of] {
        margin: 0!important;
        width: 45px!important;
        height: 45px!important;
        background: #444!important;
    }

    .header ul.icon-menu li.icon-box.react-tabs__tab--selected[b-etv2vct5of], .header ul.icon-menu li.icon-box:hover[b-etv2vct5of], body.light .header ul.icon-menu li.icon-box.react-tabs__tab--selected[b-etv2vct5of], body.light .header ul.icon-menu li.icon-box:hover[b-etv2vct5of] {
        background: #f2c230 !important;
    }

    .header ul.icon-menu li.icon-box i[b-etv2vct5of] {
        top: 14px;
    }

    .header ul.icon-menu h2[b-etv2vct5of] {
        display: none
    }
    
    .home-details-container[b-etv2vct5of]{
        height: 90vh;
    }

    .home-details[b-etv2vct5of] {
        padding-left: 0px;
    }
   
}


@media (max-width: 767px) {
    .title-bg[b-etv2vct5of] {
        font-size: 45px;
        transform: translateY(-20%);
    }

    .title-section[b-etv2vct5of] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 576px) {
    .title-section h1[b-etv2vct5of] {
        font-size: 35px!important;
    }

    .custom-title[b-etv2vct5of] {
        font-size: 21px;
    }
}
/* _content/SnapTarot/Views/Shared/_ThreeCardCarouselLayout.cshtml.rz.scp.css */
.one-card-reading[b-w3h75d8n4c] {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
        }
        .card-column[b-w3h75d8n4c] {
            text-align: center;
            margin: 0 10px;
        }
        .card-title[b-w3h75d8n4c] {
            margin-top: 10px;
        }
        .card-img[b-w3h75d8n4c] {
            max-width: 100%;
            height: auto;
        }
/* _content/SnapTarot/Views/Shared/_ThreeCardLayout.cshtml.rz.scp.css */
.three-card-reading[b-ecqz63u2tg] {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
        }
        .card-column[b-ecqz63u2tg] {
            text-align: center;
            margin: 0 10px;
        }
        .card-title[b-ecqz63u2tg] {
            margin-top: 10px;
        }
        .card-img[b-ecqz63u2tg] {
            max-width: 100%;
            height: auto;
        }
/* _content/SnapTarot/Views/Shared/_TicketLogView.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_UserProfileView.cshtml.rz.scp.css */
/* _content/SnapTarot/Views/Shared/_WandsLibrary.cshtml.rz.scp.css */
