@font-face {
    font-display: swap;
    font-family: Philosopher;
    src: url(../fonts/Philosopher-Bold.woff2) format('woff2');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Philosopher;
    src: url(../fonts/Philosopher-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    src: url(../fonts/Roboto-VariableFont_wdth,wght.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Paprika;
    src: url(../fonts/Paprika-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}


body {
    font-family: 'Roboto'!important;
}

.btn-bottom:hover {
    background: #f4b34cb3
}

.btn-bottom:hover::after {
    background: #ffc25e80
}

.btn-expert:hover {
       background: #a07430;
    color: white;
}


.form-btn:hover {
    background: #d99833
}

.form-btn:hover::after {
    border: 1px solid #d99833
}

.input-error {
    border: 1px solid #e75e5c !important
}

.text-danger {
    color: #e75e5c !important;
    font-family: 'Roboto';
}

.page-wrapper {
    min-width: 60vh;
}

.hero3 {

    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 0;
    background-image: linear-gradient(rgb(0 0 0 / 43%), rgb(0 0 0 / 57%)), url(../images/backgrounds/3.jpg)
}

.logo-modal {
    width: 11% !important
}

.pb-30 {
    padding-bottom: 30px
}

.justify-center {
    justify-content: center
}
.citations-list li{
    font-size: 17px;
}
.radio-tile-group {
    display: flex;
    justify-content: center;
    gap: 2rem
}

.justify-content-end {
    justify-content: end
}

.links a {
    color: #000;
    font-size: 11px;
}

.gap-5 {
    gap: 5px
}

.w-30 {
    font-size: 30px;
    color: #275785
}

.w-82 {
    width: 82%;
}

.font-14 {
    font-size: 16px !important;
    font-family: 'Roboto';
}

.font-12 {
    font-size: 12px;
}

.radio-tile-group .input-container {
    position: relative;
    margin: 1rem 1rem;
    min-width: 22rem;
    min-height: 6.5rem;
    cursor: pointer !important
}

.ast_horoscope_box span {
    transform: scaleX(-1);
    transition: all 0.5s;
    box-shadow: 0 0 30px -10px #000
}

.ast_horoscope_title h4 {
    color: #1b456e;
    font-size: 24px;
    font-family: 'Roboto' !important
}

.ast_horoscope_title span {
    color: #1b456e;
    font-size: 24px;
    font-family: 'Roboto' !important
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-family: 'Roboto' !important
}

.w-31 {
    width: 31%
}
a{
    cursor: pointer;
}
.sign-title {
    color: black !important;
    font-size: 14px !important
}

.u-text {
    margin: 8px auto;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500!important;
}

.ast_horoscope_box span {
    display: flex;
    border: 5px solid #f4f4f4;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 90px;
    background-color: #5e809a;
    transition: all 0.5s;
    align-items: center;
    justify-content: center;
    margin: auto
}

.ast_horoscope_box span svg {
    fill: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer !important
}

.lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@keyframes upanddown {

    0%,
    100% {
        padding-bottom: 0
    }

    50% {
        padding-bottom: 4vmin
    }
}

.arrow-block {
    cursor: pointer;
    z-index: 999;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto
}

.arrow-outer {
    width: 4vw;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    padding: 2vh 1vw 0;
    border-radius: 50px 50px 0 0
}

.img-arrow {
    width: 1.5vmax;
    animation: 2s linear 0s infinite normal none running upanddown
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile {
    background-color: #3c8182;
    color: #fff;
    transform: scale(1.1, 1.1) !important
}

.radio-tile-group .input-container .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fed1a7;
    padding: 4px;
    transition: transform 300ms ease;
    animation: flyin 3s 0.5s ease-out both infinite;
    border-radius: 53px;
    cursor: pointer
}

.radio-tile::before {
    left: -67%;
    right: 0;
    margin: auto;
    content: "";
    -webkit-mask-image: url(../images/Vector.webp);
    mask-position: center center;
    mask-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 1;
    background: #000;
    top: 50%;
    transform: translateY(-50%)
}

.radio-tile::after {
    right: -70%;
    left: 0;
    margin: auto;
    mask-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 1;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/Vector.webp);
    content: ""
}

#formBloc label {
    font-family: "Paprika", system-ui !important;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .radio-tile-label {
    color: #fff
}

.radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    font-family: "Paprika", system-ui !important;
    ;
    line-height: 34px;
    cursor: pointer;
    text-transform: uppercase
}

.gap-15 {
    gap: 15rem
}

.gap-9r {
    gap: 9rem
}

.gap-11 p {
    color: #ffffff !important;
    font-size: 23px !important;
    text-transform: none !important;
    z-index: 1
}

.h-100 {
    height: 100%
}

.gap-11 {
    gap: 11rem
}

label {
    margin-bottom: 0
}

.gap-2 {
    gap: 2rem
}

.d-none {
    display: none
}

.pt-9 {
    padding-top: 9rem
}

.gap-3 {
    gap: 3rem
}

.text-center p {
    font-size: 19px
}

.w-53 {
    width: 53%
}

.elementor-element.elementor-element-546c8d03.elementor-widget.elementor-widget-image {
    max-width: 100%;
    margin-block-end: 0;
    min-width: 0;
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    --widgets-spacing: 100px 100px;
    position: relative;
    align-items: initial;
    align-content: initial;
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial
}

.section-title {
    color: #2d307f;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.9;
    text-transform: uppercase;
    margin: 0 0 15px -4px;
    letter-spacing: 2px;
    position: relative
}

.section-line {
    width: 80px;
    height: 2px;
    margin: 0 auto;
    background: #2d307f
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.font-20 {
    font-size: 20px
}

.text-\[\#636363\] {
    --tw-text-opacity: 1;
    color: rgb(99 99 99 / var(--tw-text-opacity));
    font-family: 'Roboto';
}

.m-0 {
    margin: 0 !important
}

.gap-\[30px\] {
    gap: 30px
}

.grid {
    display: grid
}

.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.shadow-\[0_0_50px_0_rgba\(196\2c 206\2c 213\2c 0\.2\)\] {
    --tw-shadow: 0 0 50px 0 rgba(196, 206, 213, 0.2);
    border: 1px solid #ebeeeb;
    --tw-shadow-colored: 0 0 50px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.md\:pt-\[40px\] {
    padding-top: 19px
}

.pb-\[40px\] {
    padding-bottom: 40px
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px
}

.rounded-btn {
    padding: 7px;
    border-radius: 42px;
    display: flex;
    align-items: center
}

.disponibility {
    font-size: 13px;
    border-radius: 15px;
    height: 30px !important;
    width: min-content;
    padding: 0 10px;
    float: right;
    text-wrap: nowrap;
    margin-top: -6px;
    font-family: 'Roboto';
}

.service-shape {
    position: relative
}

.bg-\[\#48CDA0\] {
    --tw-bg-opacity: 1;
    background-color: rgb(72 205 160 / var(--tw-bg-opacity))
}

.text-white {
    color: #fff !important
}

.service-shape::before {
    position: absolute;
    left: 16%;
    bottom: 70%;
    z-index: 0;
    height: 23px;
    width: 70%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-content: '';
    content: var(--tw-content)
}

.before\:bg-\[\#79DAB9\]::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(141 141 141)
}

.profile {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    width: 100%;
    align-items: center
}

.img-profile a {
    position: relative
}

.img-profile img {
    height: 60px;
    width: 60px;
    border-radius: 33px
}

.w-50 {
    width: 50%
}

h3#nickname1 {
    color: #000;
    font-size: 20px;
    margin-bottom: .5rem;
    font-family: 'Roboto' !important;
}

.font-bold {
    font-weight: 700
}

small {
    font-size: 13px!important;
    color: #333333 !important
}

span.bg-accent1_rgb {
    background: #fff6e9;
    color: #57524a;
    font-size: 10px;
    font-family: 'Roboto' !important;
}

.px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.uppercase {
    text-transform: uppercase
}

.details {
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

.mt-\[10px\] {
    margin-top: 10px
}

.link-button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #777676;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 28px;
    font-family: 'Roboto';
}

.before\:bg-\[\#48CDA0\]::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: #b1a7a7
}

.link-button::before {
    position: absolute;
    top: 36%;
    height: 7px;
    width: 7px;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-content: '';
    content: var(--tw-content);
    left: -12px
}

.consultations {
    display: flex;
    justify-content: space-evenly;
    margin: 30px 0 0
}

.h-\[50px\] {
    height: 40px
}

.w-\[50px\] {
    width: 40px
}

[hover-tooltip] {
    position: relative;
    cursor: pointer
}


.bg-accent1 {
    --tw-bg-opacity: 1;
    background-color: #ee5f38;
    border: 1px solid #ee5f38;
    justify-content: center
}

.before\:opacity-\[0\.16\]::before {
    content: "";
    opacity: .16
}

.btn-secondary {
    border-radius: 0
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 0
}

img.attachment-large.size-large.wp-image-104 {
    height: 335px;
    width: 195px;
    transition-duration: 0.5s;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / .2);
    vertical-align: middle;
    display: inline-block;
    border: none;
    border-radius: 15px;
    cursor: pointer !important
}


.btn-secondary span {
    color: #fff;
    font-family: 'Roboto' !important;
    line-height: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Paprika", system-ui !important;
}

.section-line {
    background: #8b5f6a
}

footer {
    background: #f8f5fa;
    padding: 10px
}

.section-title {
    color: #8b5f6a
}

.section-title1 {
    color: #335058;
    font-weight: 500;
    text-transform: math-auto
}

footer div span {
    color: #8b5f6a;
    font-size: 11px;
}

.btn-secondary {
    border: 1px solid #184b68
}

input::placeholder {
    color: rgb(78 78 78 / .2) !important;
    font-size: 15px
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.hero-section {
    height: 141%
}

.pl-6 {
    padding-left: 6rem
}

.w-70 {
    width: 70px
}

.pt-111 p {
    z-index: 1;
    font-family: 'Roboto' !important;
    align-items: end;
    text-align: center;
    margin-block-end: 0
}

#formulaire {
    padding: 50px 0
}

.account-form-wrapper {
    width: 80%;
    position: relative;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 27px;
    padding-bottom: 0;
}

.mb-0 {
    margin-bottom: 0 !important
}

.section-title-icon {
    max-width: 200px;
    margin: 0 auto;
    position: relative
}

.pt-111 h1 {
    color: #fff;
    text-align: center;
    font-size: 55px;
    font-weight: 400;
    font-family: "Paprika", system-ui !important;
    ;
    z-index: 2;
    width: 45%
}

.font-25 {
    font-size: 22px !important;
    color: #ffbf3f !important
}

.gap-14 {
    gap: 14px
}

.gap-14 p {
    color: #fff;
    font-size: 20px;
    text-transform: none
}

.font-19 {
    font-size: 19px
}

@keyframes animate-fade-left {
    from {
        opacity: 0;
        margin-left: -50px
    }

    to {
        opacity: 1;
        margin-left: 0
    }
}


a.btn.btn-secondary.spin {
    background: #184b68;
    color: #fff;
    padding: 12px 30px;
    cursor: pointer;
    z-index: 1
}

.white {
    color: white !important
}

.account-form-area .title {
    color: #b38133;
    font-size: 29px;
    font-weight: 500;
    text-transform: math-auto;
    text-align: center;
    line-height: 1.4;
}

.gap-1r {
    gap: 1rem
}

.gap-3r {
    gap: 2.5rem
}

.gap-4r {
    gap: 4rem !important
}

.checkbox-block {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: start
}

.checkbox-block input {
    margin: 0 5px 0 0
}

.checkbox-block span {
    font-size: 14px
}

#traitement2 {
    margin: 5px 5px 0 0
}

.btn-bottom {
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
    padding: 22px 45px;
    position: relative;
    transition: all .3s;
    z-index: 1;
    background: #b37f2ca6;
    cursor: pointer;
    font-family: 'Roboto'
}

.btn-bottom::after {
    content: "";
    height: 100%;
    left: 5px;
    position: absolute;
    top: 6px;
    transition: all .3s;
    width: 100%;
    z-index: -1;
    background: #cd943bcc
}

a:focus,
a:hover {
    text-decoration: none !important
}

.account-form-area form label {
    color: #655d5a;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.subtitle {
    display: flex;
    justify-content: start;
    align-items: start;
    font-size: 22px;
    color: #cd6139;
    font-weight: 400;
    line-height: 1.2;
}

[hover-tooltip] {
    &:hover {
        &::before {
            content: attr(hover-tooltip);
            font-size: 11.5px;
            width: 161px;
            text-align: center;
            position: absolute;
            display: inline-block;
            text-transform: none;
            top: calc(89% + 10px);
            animation: fade-in 300ms ease;
            background: #5a5959;
            border-radius: 4px;
            padding: 4px 10px;
            color: #fff;
            z-index: 1;
                        font-family: 'Roboto';
        }

        &::after {
            content: '';
            position: absolute;
            display: block;
            left: 37%;
            width: 0;
            height: 0;
            border: 1px solid #000;
            border-color: #5a5959 #fff0 #fff0 #fff0;
            border-width: 4px 6px 0;
            animation: fade-in 300ms ease;
            z-index: 1;
            margin-top: 48px;
            transform: rotate(180deg)
        }
    }
}

b {
    color: #000;
    font-weight: 500;
    font-family: 'Roboto' !important;
}

.account-form-area form input {
    font-size: 19px;
    background-color: #f7f7f35c;
    border: 1px solid #e4e3e3;
    font-family: 'Roboto' !important
}

.form-btn {
    padding: 15px 35px;
    background: #b38133;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    text-transform: math-auto;
    color: #fff;
    cursor: pointer;
    border: #fff0;
    font-family: 'Roboto';
    position: relative;
    display: inline-block
}

.form-btn::after {
    border: 1px solid #b38133;
    content: "";
    height: 100%;
    left: 5px;
    position: absolute;
    top: 6px;
    transition: all .3s;
    width: 100%
}

.valid-msg {
    color: green;
       font-size: 12px;
    line-height: 1.7;
    font-family: 'Roboto';
}

.error-msg {
    color: #bf2222;
        font-size: 12px;
    line-height: 1.7;
    font-family: 'Roboto';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 600;
    margin: 0
}

.cards-number {
    position: relative;
    top: 48%
}

.cards-number h3 {
    color: #b57b8a
}

.cards-number span {
    border: 1px solid #b57b8a;
    border-radius: 100%;
    padding: 8px 28px;
    font-size: 35px;
    color: #b57b8a
}

.gap-6r {
    gap: 10rem
}

.pt-4r {
    padding-top: 4rem
}

.title h3 {
    color: #b35634;
    font-size: 42px;
    text-transform: uppercase
}

.inter-img {
    border-radius: 999px 999px 0 0;
    width: 500px
}

.inter-descr {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.align-items-end {
    align-items: end
}

.inter-descr h4 {
    color: #394a57;
    font-size: 32px
}

.inter-descr p {
    color: #000;
    font-size: 21px;
    margin-bottom: 0
}

.gap-7r {
    gap: 7rem
}

.w-65 {
    width: 31%
}

.justify-content-start {
    justify-content: start
}

.gap-6r img {
    width: 12%
}

.gap-6 {
    gap: 6px
}

.black {
    color: #000;
    font-family: 'Roboto';

}

span.line.-show {
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #fff0 0%, #cbd0dd 50%, #fff0 100%)
}

.fadeInUp {
    animation: fadeInUp 1s ease backwards
}

@keyframes fadeInUp {
    0% {
        transform: translate(0, 100px);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

.mt-5 {
    margin-top: 5rem
}

.btn-expert {
         border: 1px solid #a07430 !important;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 50px;
    color: #a07430;
}

.account-form-area form input {
    color: #252118
}



:root {
    --bg-image: url(../images/amour.avif)
}

.cards-container {
    height: 82%;
    position: relative;
    --bg-image: url(../images/amour.avif)
}

.cards-container::before {
    content: "";
    background-image: var(--bg-image);
    opacity: .2;
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.pt-5r {
    padding-top: 5rem
}

.section-title {
    font-size: 28px
}

.section-title1 {
    font-size: 28px !important
}

.description {
    text-align: center;
    color: #3b3b3b;
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'Roboto';
    padding: 0 80px;
}

.title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#current_date {
    font-size: 25px;
    color: #6f4579;
    font-weight: 600;
    font-family: "Paprika", system-ui !important;
}

select option {
    background-color: transparent !important
}

p {
    color: #fff
}

.w-100 h2 {
    color: #1f7135;
    font-size: 30px;
    margin-bottom: 0
}

.gap-7r {
    gap: 7rem
}

.title1 {
    color: #fff;
    font-size: 31px
}

@keyframes progress-bar--2 {
    0% {
        width: 0
    }

    100% {
        width: 58%
    }
}

.range {
    position: relative;
    background: #e3e2e1;
    border-radius: 20px
}

.no-title {
    font-size: 20px !important;
    color: #711f1f !important
}

.progress-progress_PzPipH-value {
    animation: progress-bar--2 1800ms ease;
    height: 10px;
    background-color: #367f48;
    height: 21px;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #cebeb1;
    width: 80%
}

.progress-progress_PzPipH-value2 {
    animation: progress-bar--2 1800ms ease;
    height: 10px;
    background-color: #9c3434;
    height: 21px;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #cebeb1;
    width: 20%
}

.flex {
    display: flex
}

.experts {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #fff
}

.scroll-to-top {
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 5%;
    right: 5%;
    display: none;
    z-index: 99999;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(7deg, #0e0853 0%, #3a629f 100%);
    line-height: 77px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / .25)
}

.gap-2r {
    gap: 2rem
}

.align-items-center {
    align-items: center
}

.mt-12 {
    margin-top: 12px
}

.scroll-to-top svg {
    width: 32px
}

.flex-column {
    flex-direction: column
}

.justify-content-center {
    justify-content: center
}

textarea::placeholder {
    color: #a7a7a7
}

textarea {
    width: 60%
}

.align-items-end {
    align-items: flex-end
}

.align-items-start {
    align-items: start
}

input:not([type=radio]),
textarea {
    border: 1px solid #aba3aa
}

.w-65 {
    width: 65%
}

.gap-9 {
    gap: 9px
}

.h-65 {
    height: 140vh
}

#interpretation::before {
    content: "";
    display: block;
    position: absolute;
    top: 280px;
    right: 71px;
    width: 172px;
    height: 169px;
    background-image: url(../images/backgrounds/ind4-aboutshape-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto
}

#interpretation {
    background-color: #fffdfd;
    z-index: 0;
}

#interpretation::after {
    content: "";
    display: block;
    position: absolute;
    top: 77px;
    left: 207px;
    width: 400px;
    height: 350px;
    background-image: url(../images/backgrounds/ind4-aboutshape-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    z-index: -1;
}
/* 
.incompatible::before {
    content: "";
    display: block;
    position: absolute;
    top: 280px;
    right: 71px;
    width: 172px;
    height: 169px;
    background-image: url(../../assets/images/broken.gif);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto
} */

.gap-4r {
    gap: 4rem
}

@keyframes flyin {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.radio-tile img {
    width: 24%;
    filter: brightness(0) saturate(100%) invert(28%) sepia(30%) saturate(1100%) hue-rotate(330deg) brightness(90%) contrast(85%)
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile img {
    filter: brightness(0) invert(1);
    transition: 0.3s ease
}

.font-600 {
    font-weight: 600 !important
}

.font-30 {
    font-size: 30px;
    color: #275785;
    font-family: 'Roboto'
}

.radio-tile:hover {
    cursor: pointer !important;
    transition: all 0.5s;
    background: #3c8182 !important;
    border: 1px solid #3c8182;

    img {
        filter: brightness(0) invert(1);
        transition: 0.3s ease
    }

    .radio-tile-label {
        color: white !important
    }
}

select {
    background: #deecf05e;
    color: #252118;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: auto;
    font-size: 16px;
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-style: none none solid;
    border-image: initial;
    border-bottom: 1px solid #bfbcd5;
    border-radius: 6px
}

.section5 {
    background-image: linear-gradient(rgb(0 0 0 / .6), rgb(0 0 0 / .6)), url(../images/background/3.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

.overlay-dark1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-section5 {
    background: #fff0;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 2px
}

.w-100 p {
    color: #674951;
    font-size: 25px
}

.el-2 {
    opacity: .4;
    left: 40%;
    position: absolute;
    z-index: -2
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        -o-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

.w-40 {
    width: 40%
}

.skill-wrrap1 {
    border-radius: 10px
}

.skill-main {
    width: 100%;
    max-width: 238px;
    display: flex;
    flex-direction: column;
    gap: 20px;

    .skill-wrrap {
        display: flex;
        flex-direction: column;
        gap: 10px;

        .skill-name {
            color: #1f7135;
            font-size: 18px;
            font-weight: 500
        }

        .skill-bar {
            height: 20px;
            background-color: #e0dfdf;
            border-radius: 8px
        }

        .skill-per {
            height: 20px;
            background: #1f7135;
            border-radius: 8px;
            width: 0;
            transition: 1s linear;
            position: relative
        }

        .skill-per1 {
            height: 20px;
            background: #711f1f;
            border-radius: 8px;
            width: 0;
            transition: 1s linear;
            position: relative
        }
    }
}

.gap-8 {
    gap: 8rem
}

.mb-20 {
    margin-bottom: 20px;
}

.account-form-area form .form-group {
    margin-bottom: 0
}

.account-form-area form label {
    color: #335058;
    font-weight: 500;
    font-size: 16px;
    text-transform: math-auto;
    align-items: start;
    width: 64%;
    font-family: 'Roboto';
}

.account-form-area form label sup {
    color: #f1481f;
    font-size: 100%;
    top: 0;
    left: 5px
}

.flatpickr-input::placeholder {
    font-size: 15px
}

.account-form-area form input {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: auto;
    border-radius: 6px
}

.account-form-area form input {
    color: #252118
}

.account-form-area form input {
    font-size: 16px
}

input:not([type=radio]),
textarea {
    padding: 10px 20px;
    width: 100%
}

.form-group {
    width: 50%
}

.justify-content-between {
    justify-content: space-between
}

#formulaire {
    padding: 30px 0
}

.account-form-area {
    position: relative;
    width: 100%;
    z-index: 3;
    border-radius: 20px
}

select {
    padding: 10px 20px;
    width: 100%;
    cursor: pointer;
    color: #000;
    background-color: #f7f7f35c;
    border: 1px solid #e4e3e3;
}

.font-15 {
    font-size: 13px
}
.font-18{
    font-size: 18px;
}
b,
strong {
    text-transform: math-auto
}

.text-transform-none {
    text-transform: none !important
}

.w-46 {
    width: 47.5% !important
}

.w-3 {
    width: 3%!important
}

.w-100 {
    width: 100%
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-thumb {
    background: #01193e
}

.gap-5r {
    gap: 5rem
}

.gap-5p {
    gap: 5px
}

.gap-1 {
    gap: 1rem
}

.green {
    color: green !important
}

.gap-30 {
    gap: 30px
}

.red {
    color: #711f1f !important
}

.skill-wrrap2 {
    padding: 11px;
    border-radius: 10px
}

.link {
    text-decoration: underline !important;
    font-weight: 500;
}

.skill-wrrap2 h2 {
    font-size: 20px;
    color: #711f1f
}

@keyframes fillAnimation {
    0% {
        transform: rotate(-45deg)
    }

    50% {
        transform: rotate(135deg)
    }
}

@keyframes fillGraphAnimation {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }
}

.obj-1 {
    left: 28px;
    opacity: .3;
    position: absolute
}

.obj-2 {
    opacity: .3;
    top: 67%;
    right: 6%;
    position: absolute
}

.animated-progress {
    width: 300px;
    height: 30px;
    border-radius: 5px;
    margin: 20px 10px;
    border: 1px solid #bd7171;
    overflow: hidden;
    position: relative
}

.animated-progress span {
    height: 100%;
    display: block;
    width: 0;
    color: #fffbfb;
    line-height: 30px;
    position: absolute;
    text-align: end;
    padding-right: 5px
}

#spinner {
    position: fixed;
    top: 50%;
    left: 49%;
    z-index: 1050
}

.spinner__outer {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute
}


.spinner__svg {
    width: 100%;
    height: 100%
}

.spinner__circle {
    stroke: #ffd5ca;
    stroke-linecap: round;
    animation: spinner-dash 1.5s ease-in-out infinite
}

@keyframes spinner-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: -125
    }
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    z-index: 13;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

.overlay.visible {
    opacity: .5;
    visibility: visible
}

.progress-blue span {
    background-color: blue
}

.progress-green span {
    background-color: green
}

.progress-purple span {
    background-color: indigo
}

.progress-red span {
    background-color: red
}

.position-relative {
    position: relative
}

.pt-12 {
    padding: 12rem 0
}

.text-center {
    text-align: center
}

.ast_banner_text {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 250px 0
}

.ast_waves2 {
    position: absolute;
    /* width: 100%;
    top: 473px; */
    right: 0;
    margin: 0 auto;
    left: 0
}

.ast_wave {
    width: 700px;
    height: 700px;
    background: rgb(0 0 0 / .03);
    border: 1px solid rgb(255 255 255 / .5);
    border-radius: 50%;
    margin-left: 50%;
    left: -350px;
    position: absolute;
    bottom: -350px;
    z-index: -1;
    -webkit-transform: scale(.1, .1);
    -moz-transform: scale(.1, .1);
    -ms-transform: scale(.1, .1);
    -o-transform: scale(.1, .1);
    transform: scale(.1, .1);
    opacity: 0;
    -webkit-animation: pulse 3000ms ease-out infinite;
    -moz-animation: pulse 3000ms ease-out infinite;
    -ms-animation: pulse 3000ms ease-out infinite;
    -o-animation: pulse 3000ms ease-out infinite;
    animation: pulse 3000ms ease-out infinite
}

.ast_wave:nth-of-type(2) {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    -ms-animation-delay: 600ms;
    -o-animation-delay: 600ms;
    animation-delay: 600ms
}

.ast_wave:nth-of-type(3) {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    -ms-animation-delay: 1200ms;
    -o-animation-delay: 1200ms;
    animation-delay: 1200ms
}

.shape-1 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    opacity: .4
}

.shape-2 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    text-align: right;
    opacity: .4
}

@keyframes swing {
    0% {
        transform: rotate(3deg)
    }

    100% {
        transform: rotate(-3deg)
    }
}

.ind4-about-box-1 img {
    border-radius: 10px;
    width: 100%
}

.w-30 {
    width: 30% !important
}

.ind4-about-box-2 {
    position: relative;
    width: 100%;
    height: 100%
}

.position-absolute {
    position: absolute
}

.z-10 {
    z-index: 10
}

.r-0 {
    right: -72px
}

.t-50 {
    top: 50px
}

.detail-about-box {
    background: #fff;
    box-shadow: 0 4px 28px 9px rgb(0 0 0 / .04);
    border-radius: 20px;
    z-index: 6;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 17px
}

.w-68 {
    width: 68px
}

.about4-title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.about4-title p {
    font-size: 37px;
    color: #275785;
    margin-bottom: 0
}

.gap-9r {
    gap: 9rem
}

.ind4-common-heading {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.ind4-common-heading p {
    font-size: 19px;
    color: #000;
    margin-bottom: 0;
    font-family: 'Roboto'
}

.flex-wrap {
    flex-wrap: wrap
}

@media (max-width:1024px) {
    .pt-111 h1 {
        font-size: 51px;
        width: 90%
    }

    .w-50 {
        width: 75%
    }

    .btn-bottom {
        font-size: 18px
    }

    .account-form-wrapper {
        width: 80%
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media (max-width:1199px) {
    #interpretation::after {
        top: 95px;
        left: -34px
    }

    #interpretation::before {
        top: 265px;
        right: 2px
    }

    .w-68 {
        width: 49px
    }

    .ind4-common-heading p {
        font-size: 15px
    }

    .ind4-common-heading {
        gap: 20px
    }
}

.description1 {
    font-size: 21px !important;
    font-weight: 300 !important;
    line-height: 1.5;
    color: white !important;
    font-family: 'Roboto' !important;
    text-align: center;
}


.modal-backdrop1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    background-color: #2727272e;
}

.spinner-container {
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: #fff0;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

.button-hat {
    position: absolute;
    top: -16px;
    left: -17px;
    height: 45px !important;
    width: 45px !important;
    filter: drop-shadow(0 2px 1px rgb(0 0 0 / .25));
    border-radius: 0px !important;
    border: none;
    opacity: .7;
}

.w-\[40px\] {
    width: 40px;
}

.h-\[40px\] {
    height: 40px;
}

.gap-20 {
    gap: 20px;
}

.available {
    --tw-bg-opacity: 1;
    background-color: rgb(72 205 160 / var(--tw-bg-opacity)) !important;
      border: 1px solid rgb(72 205 160) !important;
}

.available::before {
    --tw-bg-opacity: 1;
    background-color: rgb(121 218 185 / var(--tw-bg-opacity));
}



.orange::before {
    --tw-bg-opacity: 1;
    background-color: rgb(230 188 19 / var(--tw-bg-opacity))
}

.gray {
    background-color: #a7a7a7;
}

.gray::before {
    --tw-bg-opacity: 1;
    background-color: #a7a7a7;
}

.gap-8p {
    gap: 8px
}

.flex-wrap {
    flex-wrap: wrap;
}


.shield-svg {
    width: 100%;
    transform: scale(1);
}

.shield-border {
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    animation: drawShield 3s ease-in-out infinite;
}

@keyframes drawShield {
    0% {
        stroke-dashoffset: 650;
    }

    80% {
        stroke-dashoffset: 0;
    }

    90% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 650;
    }
}




[hover-tooltip1] {
    &:hover {
        &::before {
            content: attr(hover-tooltip1);
            font-size: 12.5px;
            font-family: 'Roboto';
            width: 401px;
            text-align: center;
            position: absolute;
            display: inline-block;
            text-transform: none;
            top: 106px;
            animation: fade-in 300ms ease;
            background: #5a5959;
            border-radius: 4px;
            padding: 4px 10px;
            color: #fff;
            z-index: 3;
            right: -146px;
        }

        &::after {
            content: '';
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border: 1px solid #000;
            border-color: #5a5959 #fff0 #fff0 #fff0;
            border-width: 4px 6px 0;
            animation: fade-in 300ms ease;
            z-index: 1;
            transform: rotate(180deg);
            top: 102px;
            left: 53px;
        }
    }
}

.badge-icon,
.badge-text {
    padding: 1.5rem;
    float: left;
    -webkit-box-flex: 1;
    flex: 1
}

.badge {
    display: flex;
    border-radius: 5px;
    background-color: #214fe0;
}

.badge-icon {
    background: url(../images/European_stars.svg) #214fe0 no-repeat center center;
    background-size: 85%;
    max-width: calc(var(--badge-size) / 5);
}

.badge-text {
    font: normal small-caps normal 16px/1.5 Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
}

.badge[data-color=""] .badge-text,
.badge[data-color="default"] .badge-text {
    color: #f4f4f4;
    background-color: #214fe0;
    padding: 3px 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.badge-text span b {
    color: white;
    font-size: 16px;
}

.badge-text span {
    color: white;
    font-size: 11px;
}

.badge[data-color="light"] .badge-text {
    color: var(--color-dark);
    background-color: var(--color-light);
}

.badge[data-color="dark"] .badge-text {
    color: var(--color-light);
    background-color: var(--color-dark);
}


/*The body of the lock*/
.lock {
    display: block;
    width: 22px;
    height: 16px;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 5px;
    position: relative;
    transition: all 0.1s ease-in-out;
}

/*The keyhole*/
.lock:after {
    content: "";
    display: block;
    background: #fff;
    width: 2px;
    height: calc(2.5px * 3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.1s ease-in-out;
}

/*The arm of the lock*/
.lock:before {
    content: "";
    display: block;
    width: calc(27px / 2);
    height: calc(30px / 3);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 2.5px solid #fff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom: 0;
}

.comment {
    font-size: 12px;
    background: #f7f7f7;
    padding: 7px;
    border-radius: 6px;
}

.gap-10p {
    gap: 10px;
}







.lg\:py-\[60px\] {
    padding-top: 90px;
}

.gap-2r {
    gap: 2rem;
}



.section-title {
    color: #b38133;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0px 0px 15px -4px;
    letter-spacing: 2px;
    font-size: 28px;
}

.text-center {
    text-align: center !important;
}

.section-line {
    width: 80px;
    height: 2px;
    margin: 0px auto;
    background: rgb(17, 17, 17);
}

.grid {
    display: grid;
}

.pricing-block {
    box-shadow: rgb(223, 223, 223) 0px 0px 14px 0px;
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 4px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

span.u-icon.u-icon-circle.u-palette-5-light-2.u-spacing-18.u-icon-1 {
    height: 50px;
    width: 50px;
    padding: 14px;
    background-color: rgb(245, 208, 140);
    border-radius: 50%;
    color: rgb(85, 92, 102) !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

h4.u-text.u-text-2 {
    font-size: 1.5rem;
    text-transform: none;
    margin: 0px;
    color: rgb(0, 0, 0);
    padding-top: 15px;
    padding-bottom: 15px;
}

.black {
    color: black !important;
    font-family: 'Roboto' !important;
}

.gap-1r {
    gap: 1rem;
}

.gap-0-5r {
    gap: 0.5rem;
}


.font-300 {
    font-weight: 300!important;
}
.font-21{
    font-size: 21px;
}
.mb-0 {
    margin-bottom: 0px !important;
}

.w-33 {
    width: 26px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.faq-area .video {
    position: relative;
    z-index: 1;
}

.faq-area .video a {
    left: 50%;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--white) repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
}

.faq-area .video a i {
    color: var(--color-primary);
    font-size: 30px;
    left: 50%;
    padding-left: 5px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fa-play:before {
    content: "\f04b";
}

i::before {
    line-height: inherit !important;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--white) repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}

.acd-items.acd-arrow {
    background: white;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    margin-left: -25%;
    position: relative;
    z-index: 1;
    margin-top: 80px;
}

.acd-items.acd-arrow .accordion-item {
    border: none;
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.accordion-header {
    margin: 0;
}

.acd-items.acd-arrow .accordion-header .accordion-button {
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7 !important;
    color: #424143;
    padding: 25px 40px;
    font-size: 16px;
    position: relative;
    align-items: center;
    width: 100%;
    text-align: left;
    background-color: #fff;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    display: flex;
    font-weight: 600;
    line-height: 1.6;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.acd-items.acd-arrow .accordion-header .accordion-button span {
    display: inline-block;
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
    background: #2f2d2d;
    text-align: center;
    border-radius: 50%;
    color: white;
    margin-right: 15px;
}

.acd-items.acd-arrow .accordion-item .accordion-body {
    padding: 20px 40px;
    line-height: 23px;
}

.acd-items.acd-arrow .accordion-item .accordion-body p {
    color: #231e1e;
    font-size: 17px;
}
.links a:hover {
    color: #997a33;
}
.skrollable {
    background-attachment: fixed;
    background-image: linear-gradient(rgb(0 0 0 / .4), rgb(0 0 0 / .4)), url(../images/cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay-dark1 {
    background-color: rgb(0 0 0 / .5);
}

.lg\:py-\[60px\] {
    padding-top: 50px;
    padding-bottom: 50px;
}

.md\:text-center.text {
    text-align: center;
}

.w-70 {
    width: 71%;
}

.as_font17 {
    font-size: 17px;
    color: #fff;
    z-index: 2;
    text-align: justify;
    font-family: 'Roboto';
}

.btn-primary {
    background-color: #ee5f38;
    padding: 10px 28px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: #ee5f38;
    border-radius: 50px;
    margin: 0;
    font-family: 'Roboto';
}

.white {
    color: white !important;
}

.btn_info {
    text-decoration: underline;
    font-family: 'Roboto';
}

.cta_badge {
    width: 100%;
    color: black;
    text-align: center;
    border-radius: 5px;
    background-color: #e5e5e5;
}

.cta-btn {
    background: white;
    color: #b38133;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    text-transform: math-auto;
    color: rgb(255, 255, 255);
    cursor: pointer;
    border: rgba(255, 255, 255, 0);
    font-family: Roboto;
    position: relative;
    display: inline-block;
    padding: 15px 35px;
    border-radius: 50px;
}

.cta-btn a {
    color: #b38133;
}

.cta-btn:hover {
    background: #b38133;
    transition: .3s all;

    a {
        color: white;
    }
}




/* */
.checkbox-block label {
    width: initial !important;
}

.shield-badge-container {
    position: relative;
    width: 100%;
    max-width: 83px;
    aspect-ratio: 5 / 6;
    display: flex;
    margin-left: 30px;
}

.shield-svg {
    width: 100%;
    height: 100%;
}

.secure-icon {
    font-size: 16px;
    margin-bottom: 0;
}

.secure-top {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}

.secure-sub {
    font-size: 10px;
    opacity: 0.7;
    margin-top: 2px;
}

.shield-badge-content {
    position: absolute;
    inset: 0;
    /* replaces top/left */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-family: 'Segoe UI', sans-serif;
    color: #2e7d32;
    text-align: center;

    pointer-events: none;
    padding: 10px;
}

.button-info>.start-icon {
    margin-right: 0;
    min-width: 20px;
    text-align: center;
}

.button-info>.start-icon {
    margin-right: 5px;
}
.bg-accent1_rgb:hover {
    --tw-bg-opacity: 1;
    background-color: #ee5f38;
    color: #fff;
}
.bg-accent1_rgb:hover {
    --tw-bg-opacity: 1;
    background-color: #ee5f38;
    color: #fff;
}
.button-info {
    color: #815d25;
    transition: 0.5s;
    font-size: 10px;
    text-align: center;
}

@-webkit-keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.fa,
.fas {
    font-weight: 900;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-bounce {
    animation: 2s ease 0s infinite normal none running bounce;
}

.fa-thumbs-up::before {
    content: "";
}

@keyframes bounce {

    0%,
    10%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0px);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-regular-400.woff2) format("woff2"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-regular-400.woff) format("woff"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-regular-400.ttf) format("truetype");
}


.alert-danger {
    padding: 10px;
}
.text-danger {
    color: #e75e5c;
    font-size: 12px;
    font-weight: 500;
}
.date-select:required:invalid,
.birth-select:required:invalid {
    color: #cbcbcb;
    font-weight: 300;
    font-family: system-ui;
    font-size: 15px;
}

.date-select option[value=""],
.birth-select option[value=""] {
    color: #cbcbcb;
    font-weight: 300;
}

.date-select option,
.birth-select option {
    color: black;
}

.u-clearfix1 {
    background: #f7f4f5;
}

@media (max-width:1300px) {
    .account-form-wrapper {
        width: 100%
    }
}
@media (max-width: 1200px) {

    #interpretation .container {
        width: calc(100% - 84px);
        max-width: 1100px;
    }

    #interpretation::after {
        left: 20px;
        top: 80px;
        width: 300px;
        height: 280px;
        background-size: contain;
    }

    #interpretation::before {
        right: 20px;
        top: 300px;
        width: 130px;
        height: 130px;
        background-size: contain;
    }

    .detail-about-box {
        padding: 30px;
    }

    .ind4-common-heading p {
        font-size: 17px;
    }
}
@media (max-width:991px) {

    .section-title {
        line-height: 1.5;
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }


    .lg\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important
    }

    .r-0 {
        right: 0
    }

    .mb-40 {
        margin-bottom: 40px
    }

    .acd-items.acd-arrow {
        margin: 0 !important;
        margin-top: 30px !important;
    }

    .faq-items {
        margin-bottom: -15px;
        margin-top: 15px;
    }
    
    #interpretation {
        padding-top: 50px;
        padding-bottom: 50px;
        overflow: hidden;
    }

    #interpretation .container {
        width: calc(100% - 40px);
    }

    /*
     * IMPORTANT:
     * Cancel the absolute positioning of the text box.
     */
    #interpretation .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0;
    }

    #interpretation .row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    /* IMAGE */
    #interpretation .ind4-about-box-1 {
        width: 75%;
        max-width: 600px;
        margin: 0 auto;
    }

    .ind4-about-box-1 img {
        width: 100%;
        display: block;
    }

    /*
     * Text/card becomes normal flow
     */
    #interpretation .row > .position-absolute {
        position: static !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        transform: none !important;
        margin-top: -40px;
        z-index: 5;
    }

    .detail-about-box {
        width: 90%;
        margin: 0 auto;
        padding: 30px;
        border-radius: 18px;
    }

    /* HOROSCOPE HEADER */
    .about4-title {
        justify-content: center;
    }

    .about4-title > div {
        justify-content: center;
    }

    .w-68 {
        width: 60px;
    }

    .ast_horoscope_title span {
        font-size: 20px;
    }

    .sign-title {
        font-size: 13px !important;
    }

    .font-30 {
        font-size: 25px;
    }

    .ind4-common-heading p {
        font-size: 16px;
        line-height: 1.6;
    }

    /* DECORATIONS */
    #interpretation::after {
        left: -100px;
        top: 100px;
        width: 300px;
        height: 280px;
        opacity: .7;
    }

    #interpretation::before {
        right: -40px;
        top: 380px;
        width: 120px;
        height: 120px;
        opacity: .7;
    }
        .video-faq {
        text-align: center;
    }

    .faq-items {
        margin-top: 20px;
    }
}

@media (max-width:768px) {
    .flex.justify-content-between.align-items-center.gap-5r {
    flex-wrap: wrap;
    gap: 2rem;
}
  input#termCheckbox1 {
  height: 17px !important;
        width: 17px!important;
}
input#termCheckbox2 {
               height: 17px !important;
        width: 17px!important;
} .ind4-about-box-1 {
        width: 78%
    }
     select{
    height: 50px;
  }
    .account-form-area form input {
    height: 50px;
}
.account-form-area form label {
    font-size: 19px;
}
    .shield-badge-container {
        max-width: 78px;
        margin-left: 10px;
    }

    .t-50 {
        top: 234px
    }

    img.attachment-large.size-large.wp-image-104 {
        height: 257px;
        width: 155px
    }


    .gap-11 {
        gap: 6rem
    }

    .btn-bottom {
        font-size: 15px
    }

    .description1 {
        font-size: 18px !important;
        text-align: justify;
    }

    .font-25 {
        font-size: 16px !important;
    }

    .cards {
        top: 35%
    }

    .cards-container {
        height: 64%
    }

    .flex.justify-content-center.aliggn-items-center.flex-column.pt-111 {
        padding-left: 25px;
        padding-right: 25px
    }

    .description {
        width: 91%;
        font-size: 18px;
        text-align: justify;
    }

    .font-15 {
        font-size: 13px
    }

    .w-53 {
        width: 91%
    }

    .w-40 {
        width: 72%
    }

    .pt-111 h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .pt-111 p {
        font-size: 22px
    }

    .gap-11 p {
        font-size: 17px !important
    }

    .radio-tile-group {
        gap: 1rem
    }

    .radio-tile-group .input-container {
        min-width: 14rem;
        min-height: 4.5rem
    }

    .radio-tile-group .input-container .radio-tile-label {
        font-size: 1.2rem
    }

    .gap-6r {
        gap: 5rem
    }

    .w-100 p {
        font-size: 20px
    }

    .font-20 {
        font-size: 18px
    }

    .btn-section5 {
        font-size: 13px
    }

    .section-title {
        font-size: 25px !important
    }

    .grid {
        flex-wrap: wrap;
        justify-content: center
    }

    .section-title1 {
        font-size: 23px !important
    }

    .form-group {
        width: 100%
    }

    .w-46 {
        width: 100% !important
    }

    .gap-8 {
        flex-wrap: wrap;
        gap: 4rem
    }

    .account-form-wrapper {
        width: 100%
    }

    #interpretation::after {
        top: 121px;
        left: -34px;
        width: 300px;
        height: 300px
    }

    #interpretation::before {
        top: 300px;
        right: 2px
    }

    .w-68 {
        width: 42px
    }

    .ind4-common-heading p {
        font-size: 15px
    }

    .ind4-common-heading {
        gap: 20px
    }

    .video img {
        height: 400px;
    }

    .description {
        padding: 0px 30px;
    }

    .acd-items.acd-arrow .accordion-header .accordion-button {
        font-size: 13px;

    }
    
    #interpretation {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    #interpretation .container {
        width: calc(100% - 30px);
    }

    /*
     * IMAGE
     */
    #interpretation .ind4-about-box-1 {
        width: 88%;
        max-width: 500px;
    }

    /*
     * CARD
     */
    #interpretation .row > .position-absolute {
        margin-top: -25px;
    }

    .detail-about-box {
        width: 95%;
        padding: 22px 18px;
        border-radius: 16px;
        gap: 14px;
    }

    /*
     * HOROSCOPE SIGNS
     */
    .about4-title {
        width: 100%;
    }

    .about4-title > div {
        width: 100%;
        gap: 15px !important;
    }

    .about4-title .gap-6 {
        gap: 7px !important;
    }

    .w-68 {
        width: 52px;
    }

    .ast_horoscope_title span {
        font-size: 17px;
    }

    .sign-title {
        font-size: 12px !important;
    }

    .font-30 {
        font-size: 22px;
    }

    /*
     * TEXT
     */
    .ind4-common-heading {
        gap: 10px;
    }

    .ind4-common-heading p {
        font-size: 14px;
        line-height: 1.6;
    }

    /*
     * DECORATIONS
     */
    #interpretation::after {
        left: -150px;
        top: 80px;
        width: 280px;
        height: 250px;
        opacity: .4;
    }

    #interpretation::before {
        right: -70px;
        top: 400px;
        width: 100px;
        height: 100px;
        opacity: .4;
    }
}
/* Texte mobile */
@media (max-width: 576px) {
    .description {
        font-size: 16px;
      }  .font-18 {
    font-size: 16px;
}
.font-14 {
    font-size: 15px !important;
}
.text-center p {
    font-size: 16px;
}
    #interpretation {
        padding-top: 30px;
    }

    #interpretation .container {
        width: calc(100% - 24px);
    }

  
    #interpretation .ind4-about-box-1 {
        width: 100%;
    }

  
    #interpretation .row > .position-absolute {
        margin-top: -20px;
    }

    .detail-about-box {
        width: 96%;
        padding: 20px 14px;
        border-radius: 15px;
    }

    .about4-title > div {
        gap: 10px !important;
    }

    .about4-title .gap-6 {
        gap: 5px !important;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .w-68 {
        width: 70px;
    }

    .ast_horoscope_title span {
        font-size: 21px;
    }

    .sign-title {
        font-size: 15px !important;
    }

    .font-30 {
        font-size: 19px;
    }

    .ind4-common-heading p {
        font-size: 16px;
        line-height: 1.55;
    }

    #interpretation::after,
    #interpretation::before {
        opacity: .25;
    }
      .accordion-button {
        font-size: 14px;
    }

    .accordion-body {
        font-size: 13px;
    }
}
@media (min-width:375px) and (max-width:480px) {
    .pb-50 {
        padding-bottom: 50px;
    }

    .pt-50 {
        padding-top: 50px;
    }

    .ast_wave {
        width: 300px;
        height: 300px;
        left: -150px;
        bottom: -150px;
    }

    .font-14 {
        font-size: 13px !important;
    }

    .acd-items.acd-arrow .accordion-header .accordion-button {
        font-size: 13px;

    }

    .shield-badge-container {
        max-width: 100px;
        margin-left: 0;
    }

    .consent {
        flex-wrap: wrap;
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .ind4-about-box-1 {
        width: 100%
    }

    .acd-items.acd-arrow {
        margin-left: 0% !important;
        margin-top: 0px !important;
    }

    .description {
        padding: 0px 30px;
    }

    .video img {
        height: 400px !important;
    }

    .account-form-area form label {
        margin-bottom: 4px;
        width: 100%;
        font-size: 14px
    }

    .position-absolute {
        position: relative
    }

    .r-0 {
        right: 0
    }

    .t-50 {
        top: 0
    }

    img.attachment-large.size-large.wp-image-104 {
        height: 175px;
        width: 112px
    }

    .cards {
        top: 50%
    }

    .account-form-area .title {
        font-size: 24px
    }

    .flex.justify-content-center.aliggn-items-center.flex-column.pt-111 {
        padding-left: 25px;
        padding-right: 25px
    }



    .pt-111 h1 {
        font-size: 38px
    }

    .gap-11 {
        gap: 6rem
    }

    .font-19 {
        font-size: 17px
    }

    .gap-14 p {
        color: #fff;
        font-size: 14px
    }

    .pl-6 {
        padding-left: 3rem
    }

    .radio-tile-group {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: start
    }

    .radio-tile-group .input-container .radio-tile {
        height: 67%
    }

    .font-30 {
        font-size: 28px !important
    }

    .section-title1 {
        font-size: 21px !important;
        text-align: center
    }



    .w-100 p {
        font-size: 15px
    }

    .title1 {
        font-size: 20px
    }

    p {
        font-size: 13px
    }

    .btn-section5 {
        font-size: 9px
    }

    .section-title {
        font-size: 16px !important
    }

    .radio-tile-group .input-container {
        min-width: 17rem;
        min-height: 4.5rem
    }

    .description {
        width: 100%;
        font-size: 16px;
    }

    #current_date {
        font-size: 19px
    }

    .pt-12 {
        padding: 3rem 0
    }

    .gap-6r {
        gap: 2rem
    }

    .flex.justify-content-between.align-items-center.gap-5r {
        flex-wrap: wrap
    }

    .gap-5r {
        gap: 2rem
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px
    }
}

@media (max-width:375px) {
    .pb-50 {
        padding-bottom: 50px;
    }

    .pt-50 {
        padding-top: 50px;
    }

    .ast_wave {
        width: 300px;
        height: 300px;
        left: -150px;
        bottom: -150px;
    }

    .shield-badge-container {
        max-width: 100px;
        margin-left: 0;
    }

    .consent {
        flex-wrap: wrap;
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .ind4-about-box-1 {
        width: 100%
    }

    .description {
        padding: 0px 30px;
    }


    .video img {
        height: 400px !important;
    }

    .position-absolute {
        position: relative
    }

    .acd-items.acd-arrow {
        margin-left: 0% !important;
        margin-top: 0px !important;
    }

    .r-0 {
        right: 0
    }

    .t-50 {
        top: 0
    }

    img.attachment-large.size-large.wp-image-104 {
        height: 147px;
        width: 75px
    }

    .flex.justify-content-between.align-items-center.gap-5r {
        flex-wrap: wrap
    }

    .gap-5r {
        gap: 2rem
    }

    .form-btn {
        font-size: 15px
    }

    .pt-111 h1 {
        width: 83%
    }

    .w-50 {
        width: 80%
    }

    .gap-11 p {
        font-size: 16px
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px
    }


}


/* Image responsive */
.faq-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}



.pointer{
    cursor: pointer;
}

.gold_color{
        color: #ff8a00;
}
.status-spinner {
    width: 22px;
    height: 22px;
    border: 3px solid rgba(255, 255, 255, .3);
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spin .8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.bg-busy {
    background-color: #e6bc13 !important;
    border: 1px solid #e6bc13 !important;
    cursor: no-drop;
}
.bg-\[\#ED5F38\] {
    --tw-bg-opacity: 1;
    background-color: #a7a7a7;
        cursor: no-drop !important;
    border: 1px solid #a7a7a7;
}
.orange {
    --tw-bg-opacity: 1;
    background-color: rgb(230 188 19 / var(--tw-bg-opacity));
    border: 1px solid rgb(230 188 19) !important;
}




@font-face {
  font-family: 'icomoon';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMghi9pwAAAC8AAAAYGNtYXAgVsCNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZqNqZaUAAAF4AAAIFGhlYWQaRAp1AAAJjAAAADZoaGVhA+IB7AAACcQAAAAkaG10eBEAADQAAAnoAAAALGxvY2EGkAkoAAAKFAAAABhtYXhwABgA0AAACiwAAAAgbmFtZZlKCfsAAApMAAABhnBvc3QAAwAAAAAL1AAAACAAAwHgAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADgBgHg/+AAIAHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg4Ab//f//AAAAAAAg4AD//f//AAH/4yAEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAIABwAAAHgAeAACwAXACMALwBIAGEAegCGAAATNDYzMhYVFAYjIiYXNDYzMhYVFAYjIiYXNDYzMhYVFAYjIiYHNDYzMhYVFAYjIiYHOAExNDYzMhYVOAExOAExFAYjIiY1OAExJzgBMTQ2MzIWFTgBMTgBMRQGIyImNTgBMQM4ATE0NjMyFhU4ATE4ATEUBiMiJjU4ATEHNDYzMhYVFAYjIibAJRsbJSUbGyWIJRsaJiYaGyVYEw0NExMNDRM4Ew0NExMNDROIEw0NExMNDROIEw0NExMNDRMQHBQUHBwUFBwsFQ8PFRUPDxUBoBslJRsbJSUdGiYmGhslJW0NExMNDRMTew0TEw0NExMrDRMTDQ0TEw04DRMTDQ0TEw0BEBQcHBQUHBwUiA8VFQ8PFRUAAgAQ//gCAAHYADoAcgAAJTQmJy4BJy4BJy4BByIGBw4BBw4BBw4BFxQWFx4BFx4BFx4BNzI2Nz4BNz4BNz4BNzoBMTI2NTwBNTEHDgEHDgEHDgEnIiYnLgEnLgEnLgE3NDY3PgE3PgE3PgEXMhYXHgEXHgEXHgEHMRwBFRQWFw4BBwIACwoKHRISKRcXMRgYMBYWKBEQGgkICQELCQkbEREnFRYtFxcsFRUlDxAYCAUGAgEBDRMzCRkPECUUFCoVFSoTEyMODhcHCAcBCQkIFw8OIhMSJxQUJhISHw4NFAcHBwERDAMIBeAZMRcXKRERGwkJCQELCgkcERIoFhcuGBguFRYmEBAZCAkIAQoJChoQECYUDRoNEw0BAQFVFCQPDhgHCAgBCggJGA8PIxQTKRQUKBMSIQ4OFgcHBwEJCAgWDg4hEhIlEwEBAQwSAQ4ZDAAAAAUAAP/gAgAB3gANABsAJAAsADsAADc0NjUnDgEVFBYXNy4BJRQGBxc+ATU0JicHFBYnHgEXNy4BJxUHPgE3NQ4BBwUOASMiJicHHgEzMjY3J2ABXAMCLCU5FBYBQBYUOSUsAgNcAYAiOBFdHGpCqxE4IkJqHAEqDyESEiEPORs+IiI+GzngBQkEHgwYDDdhI08VOB8fOBVPI2E3DBgMHgQJmAcpHh46TwhhTh4pB2EITzr/BwcHB04PEREPTgAAAAMAAP/gAgAB4AAbACcASgAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgcyFhUUBiMiJjU0NhMOASMiJicuATU0NjcXOAExBhQXHgEzMjY3NjQnNx4BFRQGAQA1Ly5GFBQUFEYuLzU1Ly5GFBQUFEYuLzU1S0s1NUtLzh9PKytPHx4hIR4iMTEYPSIiPRgxMSIeISEB4BQURi4vNTUvLkYUFBQURi4vNTUvLkYUFIBLNTVLSzU1S/7nHiEhHh9PKytPHyIxjDEYGRkYMYwxIh9PKytPAAIAAP/gAgAB4AAhAEMAAAEiBw4BBwYHNjc+ATc2MzIXHgEXFhUUFjMyNjU0Jy4BJyYDMjc+ATc2NwYHDgEHBiMiJy4BJyY1NCYjIgYVFBceARcWAQA0Li5GFBUBAREROCUmKismJjgREBwUFBwUFEYuLzU0Li5GFBUBAREROCUmKismJjgREBwUFBwUFEYuLwHgFBNELS40LSgoOxEREhE9KSkuFBwcFDUvLkYUFP4AFBNELS40LSgoOxEREhE9KSkuFBwcFDUvLkYUFAAAAAABAAD/4AIAAeAALQAAASM3LgEjIgYHDgEVFBYXHgEzMjY3PgE3Fw4BIyInLgEnJjU0Nz4BNzYzMhYXNwIAwEgbRyYmRxsbHR0bG0cmJkcbAgQCMSRjOjUvLkYUFBQURi4vNTVdI0sBIEgbHR0bG0cmJkcbGx0dGwMEAysoLxQURi4vNTUvLkYUFCgjSwAAAAAMAAj/7gHvAd4ADQAbAC0APwBQAGIAcACFAJcAqQC7AM0AAAEiJj0BNDYzMhYdARQGAyImPQE0NjMyFh0BFAYDIiYvASY2NzYWHwEWBgcOASMTIiYvASY2NzYWHwEWBgcOASMnIiYvAS4BNz4BHwEeAQcOAQUiJi8BLgE3PgEfAR4BBw4BIyUjIiY1NDY7ATIWFRQGJTgBMSMiJjU0NjM4ATEzMhYVFAYjBSImJyY2PwE2FhcWBg8BDgEjJSImJyY2PwE2FhcWBg8BDgEjAyImJy4BPwE+ARceAQ8BDgEjEyImJy4BPwE+ARceAQ8BDgEjAQAMEhIMDBISDAgLCwgICwtLBw0ELQYGCgoXBS0GBgoDCAOzBAgDLAQEBgYNBCwEBAYCBALkBAYDTgkGBgUVCU4JBgYDDQEwAgQCTQYDAwMMBk0GAwMCBwT+uFoKDg4KWgoODgFcWgYJCQZaBgkJBv5eBgoDBQUITggRBQUFCE4CBgMBNgQHAgMDBk0GDAMDAwZNAgQC5AMFAggEBC0EEQcHBQQtAwoFswIEAQYDAy0DDAUGAwMtAgcEAUgSDFoMEhIMWgwS/qYKCFoHCwsHWggKAUoIBk4KFgYGBgpOChYGAgL+1QUETQYOAwQEBk0GDgMCAfwCAiwGFQkJBgUtBhUJBgeoAQEtAwwFBgMDLQMMBQQEZw4KCg4OCgoOCQkGBgkJBgYJdwYFCBIELQUFCAgSBSwCAboEBAUMAy0DAwYFDAMtAQH+9gEBBRAHTgcFBQQQCE0FBQE7AQEDDAZNBgMDAwwGTQQEAAAAAQAAAAEAAAe3Z1NfDzz1AAsCAAAAAADckmTcAAAAANySZNwAAP/gAgAB4AAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAACwIAAAAAAAAAAAAAAAEAAAACAAAcAgAAEAIAAAACAAAAAgAAAAIAAAACAAAIAAAAAAAKABQAHgC2AWABwAIsApQC3AQKAAEAAAALAM4ADAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-spinner:before {
	content: "\e000";
}
.icon-spinner-2:before {
	content: "\e001";
}
.icon-spinner-3:before {
	content: "\e002";
}
.icon-spinner-4:before {
	content: "\e003";
}
.icon-spinner-5:before {
	content: "\e004";
}
.icon-spinner-6:before {
	content: "\e005";
}
.icon-spinner-7:before {
	content: "\e006";
}

@keyframes anim-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.spinner {
	display: inline-block;
	font-size:3em;
	height: 1em;
	line-height: 1;
	animation: anim-rotate 2s infinite linear;
	color: #fff;
	text-shadow: 0 0 .25em rgba(255,255,255, .3);
}
.spinner--steps {
	animation: anim-rotate 1s infinite steps(8);
}
.spinner--steps2 {
	animation: anim-rotate 1s infinite steps(12);
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */
@media (max-width: 400px) {

    #interpretation .container {
        width: calc(100% - 18px);
    }

    .detail-about-box {
        width: 100%;
        padding: 18px 12px;
    }

    .about4-title > div {
        gap: 7px !important;
    }

    .w-68 {
        width: 40px;
    }

    .ast_horoscope_title span {
        font-size: 14px;
    }

    .sign-title {
        font-size: 10px !important;
    }

    .font-30 {
        font-size: 17px;
    }

    .ind4-common-heading p {
        font-size: 12px;
    }
}

div:where(.swal2-container) div:where(.swal2-popup) {
    width: 44em!important;

}
div:where(.swal2-container) h2:where(.swal2-title) {
        font-family: 'Roboto' !important;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
    font-size: 16px!important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
        font-size: 14px!important;
}