@font-face {
    font-display: swap;
    font-family: 'Exo 2';
    font-style: normal;
    src: url(../fonts/Exo2-VariableFont_wght.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: 'Josefin Sans';
    font-style: normal;
    src: url(../fonts/JosefinSans-VariableFont_wght.woff2) format("woff2")
}

html {
    scroll-behavior: smooth
}

.gap-20 {
    gap: 20px;
}
.alert-danger {
    padding: 10px;
}
.gap-5p{
    gap: 5px;
}
.text-danger {
    color: #e75e5c;
    font-size: 12px;
    font-weight: 500;
}
.flex-wrap {
    flex-wrap: wrap;
}

.pointer {
    cursor: pointer;
}

a {
    cursor: pointer;
}

body {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative
}

img {
    max-width: 100%;
    height: auto
}

.w-82 {
    width: 82%;
}

.font-12 {
    font-size: 12px;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none
}

button {
    cursor: pointer
}

*:focus {
    outline: none
}

button {
    border: none
}

button:focus {
    outline: none
}

input:not([type=radio]),
input:not([type=checkbox]) textarea {
    padding: 10px 20px;
    border: 1px solid #6472d9;
    width: 100%;
    background-color: #fff0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #c4cbf9
}

input:not([type=radio])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9aace5
}

input:not([type=radio])::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9aace5
}

input:not([type=radio]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9aace5
}

input:not([type=radio]):-moz-placeholder,
textarea:-moz-placeholder {
    color: #9aace5
}

select {
    padding: 10px 20px;
    width: 100%;
    cursor: pointer;
    border-radius: 6px;
    border-bottom: 1px solid #bfbcd5 !important;
    font-size: 16px;
    border: 1px solid transparent;
    background-color: #ede3f15c
}

textarea {
    min-height: 150px;
    resize: none;
    width: 100%
}

span {
    display: inline-block
}

.mb-30 {
    margin-bottom: 30px
}

.mt-30 {
    margin-top: 30px
}

.form-group {
    width: 50%
}

.bg_img {
    background-size: cover;
    background-position: center
}


label {
    color: #fff;
    margin-bottom: 6px
}

input {
    min-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

h1 {
    font-size: 62px
}

h2 {
    font-size: 40px
}

.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width:991px) {
    .cards-container {
        position: relative;
        top: 8rem;
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    h2 {
        font-size: 36px
    }
}

@media (max-width:575px) {
    h2 {
        font-size: 28px
    }

    .cards-container {
        width: 58vh
    }
}

h3 {
    font-size: 24px
}

@media (max-width:767px) {
    h3 {
        font-size: 22px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }
}

h4 {
    font-size: 22px
}



h5 {
    font-size: 20px
}



h6 {
    font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 1.3
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.3
}


p {
    font-size: 18px
}

a {
    text-decoration: none;
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    color: #fff
}

a:hover {
    text-decoration: none
}

.cmn-btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    background-image: -webkit-linear-gradient(86deg, #1e5395 0%, #6664fb 44%, #124f8d 100%);
    -webkit-transition: background-size 0.3s;
    -o-transition: background-size 0.3s;
    transition: background-size 0.3s;
    color: #fff;
    cursor: pointer
}

.form-btn {
    padding: 15px 35px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    background: #1e5395;
    -webkit-transition: background-size 0.3s;
    -o-transition: background-size 0.3s;
    transition: background-size 0.3s;
    color: #fff;
    cursor: pointer
}

@media (max-width:991px) {
    .cmn-btn {
        font-size: 16px
    }

}

@media (max-width:767px) {
    .cmn-btn {
        font-size: 11px
    }
}

.cmn-btn:hover {
    background-size: 300%;
    color: #fff
}

.form-control:focus {
    box-shadow: none
}

.account-form-area {
    position: relative;
    z-index: 3;
    border-radius: 20px;
    width: 66%
}

.w-3 {
    width: 3% !important;
        margin-top: 3px !important;
}

.w-46 {
    width: 46%
}

.account-form-area .title {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    color: #2d307f
}

.account-form-area .title1 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    color: #2d307f
}

.font-21 {
    font-size: 21px !important
}

.font-15 {
    font-size: 15px;
    font-weight: 500;
    text-transform: math-auto
}

.font-16 {
    font-size: 16px !important
}

.account-form-area form .form-group {
    margin-bottom: 0
}

.account-form-area form label {
    font-size: 15px;
    color: #2d307f;
    width: 73%
}

a:hover {
    color: #fff
}

.account-form-area form input {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: auto;
    font-size: 16px;
    color: #4d4a6e;
    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;
    background-color: #e8f0fe94
}

.account-form-area form label sup {
    color: #f1481f;
    font-size: 100%;
    top: 0;
    right: 3px
}

.position-absolute {
    position: absolute
}

.account-form-area form input::placeholder {
    color: #9b98bb
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9
}

.hero {
    position: relative;
    padding-top: 0;
    background-image: -webkit-linear-gradient(90deg, #0f0755 0%, #011430 100%);
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.hero1 {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fff
}

.mb-0 {
    margin-bottom: 0 !important
}

.hero__shape {
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: -1
}

.hero__element {
    width: 57%
}

.hero_container {
    position: absolute;
    width: 50%;
    padding-left: 23rem;
    top: 30%
}



.hero__element img {
    width: 100%;
    opacity: .2
}

@media (max-width:991px) {
    .hero__content {
        text-align: center
    }

    .acd-items.acd-arrow {
        margin: 0 !important;
        margin-top: 30px !important;
    }

    .faq-items {
        margin-bottom: -15px;
        margin-top: 15px;
    }
}

.hero__content p {
    color: #fff;
    font-size: 24px
}

@media (max-width:1199px) {
    .hero__content p {
        font-size: 18px
    }
}

@media (max-width:575px) {
    .hero__content p {
        font-size: 16px
    }
}

.hero__subtitle {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffb200;
    margin-bottom: 10px
}

@media (max-width:1350px) {
    .hero__subtitle {
        font-size: 24px
    }
}

@media (max-width:1199px) {
    .hero__subtitle {
        font-size: 22px
    }
}

@media (max-width:991px) {
    .hero__subtitle {
        font-size: 20px
    }
}

@media (max-width:575px) {
    .hero__subtitle {
        font-size: 16px
    }
}

.hero__title {
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1
}

@media (max-width:575px) {
    .hero__title {
        font-size: 48px
    }
}

@media (max-width:380px) {
    .hero__title {
        font-size: 36px
    }
}

.hero__btn {
    margin-top: 30px
}

@media (max-width:480px) {
    .shield-badge-container {
        max-width: 100px;
        margin-left: 0;
    }

    .consent {
        flex-wrap: wrap;
    }

    .account-form-area form label {

        width: 100%;
    }

    .hero__btn {
        display: inline-grid;
        display: -moz-inline-grid;
        display: -ms-inline-grid
    }

    .cards-container {
        width: 53vh
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0px, 1fr)) !important;
    }
}

@media (max-width:480px) {
    .hero__btn .cmn-btn {
        margin-bottom: 45px
    }
}

.hero__btn .video-btn {
    margin-left: 30px
}

@media (max-width:480px) {
    .hero__btn .video-btn {
        margin: 0 auto
    }
}

.hero__car {
    width: 905px;
    height: 885px;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width:991px) {
    .hero__car {
        height: 475px;
        top: auto;
        bottom: 0
    }
}

@media (max-width:767px) {
    .hero__car {
        height: 345px
    }
}

@media (max-width:1199px) {
    .hero__car img {
        left: 78%
    }
}

@media (max-width:991px) {
    .hero__car img {
        left: 65%
    }
}

@media (max-width:767px) {
    .hero__car img {
        max-width: 30%;
        left: 70%
    }
}

.circle {
    width: 701px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center
}

.hero__car .car-ray {
    z-index: -2;
    animation: 20s linear 0s infinite normal none running rifaRounded
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.confetti {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 30%;
    z-index: 2
}

.confetti-piece {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffd300;
    top: 0;
    opacity: 0
}

.confetti-piece:nth-child(1) {
    left: 7%;
    -webkit-transform: rotate(-40deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 182ms;
    -webkit-animation-duration: 1116ms
}

.confetti-piece:nth-child(2) {
    left: 14%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 161ms;
    -webkit-animation-duration: 1076ms
}

.confetti-piece:nth-child(3) {
    left: 21%;
    -webkit-transform: rotate(-51deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 481ms;
    -webkit-animation-duration: 1103ms
}

.confetti-piece:nth-child(4) {
    left: 28%;
    -webkit-transform: rotate(61deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 334ms;
    -webkit-animation-duration: 708ms
}

.confetti-piece:nth-child(5) {
    left: 35%;
    -webkit-transform: rotate(-52deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 302ms;
    -webkit-animation-duration: 776ms
}

.confetti-piece:nth-child(6) {
    left: 42%;
    -webkit-transform: rotate(38deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 180ms;
    -webkit-animation-duration: 1168ms
}

.confetti-piece:nth-child(7) {
    left: 49%;
    -webkit-transform: rotate(11deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 395ms;
    -webkit-animation-duration: 1200ms
}

.confetti-piece:nth-child(8) {
    left: 56%;
    -webkit-transform: rotate(49deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 14ms;
    -webkit-animation-duration: 887ms
}

.confetti-piece:nth-child(9) {
    left: 63%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 149ms;
    -webkit-animation-duration: 805ms
}

.confetti-piece:nth-child(10) {
    left: 70%;
    -webkit-transform: rotate(10deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 351ms;
    -webkit-animation-duration: 1059ms
}

.confetti-piece:nth-child(11) {
    left: 77%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 307ms;
    -webkit-animation-duration: 1132ms
}

.confetti-piece:nth-child(12) {
    left: 84%;
    -webkit-transform: rotate(42deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 464ms;
    -webkit-animation-duration: 776ms
}

.confetti-piece:nth-child(13) {
    left: 91%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 429ms;
    -webkit-animation-duration: 818ms
}

.confetti-piece:nth-child(odd) {
    background: #7431e8
}

.confetti-piece:nth-child(even) {
    z-index: 1
}

.confetti-piece:nth-child(4n) {
    width: 5px;
    height: 12px;
    -webkit-animation-duration: 2000ms
}

.confetti-piece:nth-child(3n) {
    width: 3px;
    height: 10px;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-delay: 1000ms
}

.confetti-piece:nth-child(4n-7) {
    background: red
}

@-webkit-keyframes makeItRain {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: translateY(350px)
    }
}

.flex {
    display: flex
}

.align-items-center {
    align-items: center
}

.justify-content-center {
    justify-content: center
}

.blur {
    filter: blur(8px)
}

.iti__country-name {
    color: #1c1c1e
}

.timer {
    background-color: #01193e;
    padding: 5px
}

.timer__item {
    display: inline-block;
    text-align: center
}

.timer__item+.timer__item {
    margin-left: 20px
}

.timer__value,
.timer__label {
    display: block
}

.timer__value {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2px;
    color: #d59503;
    line-height: 1.42857143
}

.timer__label {
    color: #777;
    font-size: 10px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #f1e6dc
}

.justify-content-between {
    justify-content: space-between
}

.flex-column {
    flex-direction: column
}

.gap-9 {
    gap: 9rem
}

.gap-8 {
    gap: 8rem
}

.w-100 {
    width: 100%
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.arrow {
    animation: bounce 2s infinite;
    width: 21%;
    position: absolute;
    top: 41%;
    left: 40%;
    z-index: 10
}

.timer-title {
    color: #d7c9aa
}

.gap-6 {
    gap: 6rem
}

.gap-2r {
    gap: 2rem
}

.gap-3r {
    gap: 3rem
}

.section-title {
    color: #2d307f;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 15px -4px;
    position: relative;
    text-transform: uppercase;
}

.subtitle-section {
    font-size: 26px;
    font-weight: 500;
    line-height: .9;
    text-transform: uppercase;
    margin: 0 0 15px -4px;
    letter-spacing: 2px;
    color: #ee5f38
}

.section-line {
    width: 80px;
    height: 2px;
    margin: 0 auto;
    background: #2d307f
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.w-full {
    width: 100%
}

.m-0 {
    margin: 0 !important
}

.text-\[\#636363\] {
    --tw-text-opacity: 1;
    color: rgb(99 99 99 / var(--tw-text-opacity))
}

.font-20 {
    font-size: 20px
}

.grid {
    display: grid
}

.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)
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px
}

.pb-\[40px\] {
    padding-bottom: 40px
}

.md\:pt-\[40px\] {
    padding-top: 19px
}

.text-white {
    color: #fff !important
}

.bg-\[\#48CDA0\] {
    --tw-bg-opacity: 1;
    background-color: rgb(72 205 160 / var(--tw-bg-opacity))
}

.service-shape {
    position: relative
}

.disponibility {
    font-size: 13px;
    border-radius: 15px;
    height: 30px !important;
    width: min-content;
    padding: 0 10px;
    float: right;
    text-wrap: nowrap;
    margin-top: -6px
}

.before\:opacity-\[0\.16\]::before {
    content: var(--tw-content);
    opacity: .16
}

.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
}

.xl\:text-\[25px\] {
    font-size: 25px
}

.font-bold {
    font-weight: 700
}

small {
    font-size: 100% !important;
    color: #333333 !important
}

.mb-\[15px\] {
    margin-bottom: 6px
}

span.bg-accent1_rgb {
    background: #fff6e9;
    color: #57524a;
    font-size: 10px
}

.uppercase {
    text-transform: uppercase
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px
}

.details {
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

.link-button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #777676;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 28px
}

.mt-\[10px\] {
    margin-top: 10px
}

.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
}

.text-transform-none {
    text-transform: none !important
}

.before\:bg-\[\#48CDA0\]::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: #b1a7a7
}

.consultations {
    display: flex;
    justify-content: space-evenly;
    margin: 30px 0 0
}

.bg-accent1 {
    --tw-bg-opacity: 1;
    background-color: #ee5f38;
    border: 1px solid #ee5f38
}

.rounded-btn {
    padding: 7px;
    border-radius: 42px;
    display: flex;
    align-items: center
}

[hover-tooltip] {
    position: relative;
    cursor: pointer
}

.w-\[50px\] {
    width: 40px
}

.h-\[50px\] {
    height: 40px
}


.img-profile img {
    height: 60px;
    width: 60px;
    border-radius: 33px
}

.justify-center {
    justify-content: center
}

.gap-\[30px\] {
    gap: 30px
}

h3#nickname1 {
    color: #000;
    font-size: 20px;
    margin-bottom: .5rem
}

.btn-secondary {
    border: 1px solid #1e5395;
    border-radius: 999px
}



.experts {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #fff
}

#wheel-container {
    width: 527px;
    height: 527px;
    padding: 0;
    position: relative;
    z-index: -1;
    top: 88px;
    left: 87px;
    border-radius: 50%;
    box-shadow: 10px 10px 30px rgb(0 0 0 / .1)
}

#spin {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 9;
    background-color: #fff;
    box-shadow: 4px 4px 12px rgb(0 0 0 / .15);
    cursor: pointer
}

#spin span {
    position: absolute;
    width: 120px;
    height: 120px;
    background: #ffda8f;
    box-shadow: -7px 7px 7px rgb(0 0 0 / .25);
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    top: 10px;
    left: 10px;
    text-transform: uppercase
}

#wheel {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    transform: rotate(-45deg);
    transition: transform 4s cubic-bezier(.33, 1, .68, 1)
}

.sector:nth-child(1) {
    transform: rotate(-60deg)
}

.sector {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 61%;
    padding-top: 9%;
    color: #000;
    font-weight: 700;
    text-align: center
}

.content {
    transform: translateY(-110px) translateX(45px) rotate(60deg);
    text-align: center;
    padding-top: 76px;
    position: relative;
    min-height: 60px;
    min-width: 100px
}

.number {
    position: relative;
    font-size: 20px;
    font-weight: 600
}

.number.start {
    color: #fff
}

.sector:after {
    content: "";
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 270% -13%);
    background: #3a629f;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1
}

.sector.sec1::after {
    background: #000a55
}

.sector:nth-child(2) {
    transform: rotate(60deg)
}

.sector:nth-child(3) {
    transform: rotate(0deg)
}

.sector:nth-child(4) {
    transform: rotate(240deg)
}

.sector:nth-child(5) {
    transform: rotate(121deg)
}

.sector:nth-child(6) {
    transform: rotate(180deg)
}

.cont1 {
    transform: translateY(35px) translateX(45px) rotate(105deg)
}

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #031637;
    overflow: hidden
}

.preloader .preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader .preloader-inner .preloader-icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0
}

.preloader .preloader-inner .preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background: #d59503;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite
}

.preloader .preloader-inner .preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s
}

.hero__car img {
    position: relative;
    top: 55%;
    left: 48%
}

@keyframes rifaRounded {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.gap-1r {
    gap: 1rem
}

.mb-0 {
    margin-bottom: 0
}

@keyframes shiny {
    0% {
        fill: #fff
    }

    50% {
        fill: #ffc242
    }

    100% {
        fill: #fff
    }
}

@keyframes go {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes go45 {
    0% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(120deg)
    }
}

.a.go {
    animation: go 0.8s linear 4;
    -webkit-animation: go 0.8s linear 4
}

section.turntable {
    display: flex;
    justify-content: center;
    align-items: center
}

section.turntable button.turntable_btn {
    position: absolute;
    left: 44.5%;
    top: 47%;
    border: none;
    outline: none;
    font-weight: 900;
    border-radius: 50%;
    font-size: 24px;
    color: #e5ecef
}

section.turntable button.turntable_btn:active,
section.turntable button.turntable_btn:disabled {
    cursor: default
}

section.turntable button.turntable_btn:active::after,
section.turntable button.turntable_btn:disabled::after {
    box-shadow: none;
    margin-top: 2px;
    background-color: #ffda8f
}

section.turntable button.turntable_btn::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background-color: #f3ae0f;
    z-index: -1
}

@media screen and (max-width:767px) {
    section.turntable button.turntable_btn {
        font-size: 27px
    }
}

section.turntable div.list {
    position: absolute;
    left: 43%;
    top: 54%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 64%;
    height: 82%;
    text-align: center;
    z-index: -1
}

section.turntable div.list ul {
    list-style: none;
    width: 100%;
    height: 100%;
    transform: rotate(0deg)
}

section.turntable div.list ul.go {
    animation: go 0.8s linear 4;
    -webkit-animation: go 0.8s linear 4
}

section.turntable div.list ul.go45 {
    animation: go45 0.8s linear 4;
    -webkit-animation: go45 0.8s linear 4
}

section.turntable div.list ul li {
    color: #fff;
    font-size: 22.4px;
    position: absolute;
    width: 100%;
    height: 100%
}

section.turntable div.list ul li:nth-child(2) {
    transform: rotate(315deg)
}

section.turntable div.list ul li:nth-child(3) {
    transform: rotate(270deg)
}

section.turntable div.list ul li:nth-child(4) {
    transform: rotate(225deg)
}

section.turntable div.list ul li:nth-child(5) {
    transform: rotate(180deg)
}

section.turntable div.list ul li:nth-child(6) {
    transform: rotate(135deg)
}

section.turntable div.list ul li:nth-child(7) {
    transform: rotate(90deg)
}

section.turntable div.list ul li:nth-child(8) {
    transform: rotate(45deg)
}

@media screen and (max-width:767px) {
    section.turntable div.list ul li {
        font-size: 14px
    }
}

section.turntable div.list ul li img {
    width: 70px;
    margin-top: 5px
}

@media screen and (max-width:767px) {
    section.turntable div.list ul li img {
        width: 40px
    }
}

@media screen and (max-width:400px) {
    section.turntable div.list ul li img {
        display: none
    }
}

section.turntable svg>circle {
    fill: none;
    stroke: #bec0db;
    stroke-width: 5px
}

section.turntable svg g.circle {
    transform: rotate(87deg)
}

section.turntable svg g.polyline.go {
    animation: go 0.8s linear 4;
    -webkit-animation: go 0.8s linear 4
}

section.turntable svg g.polyline polyline {
    fill: #000a55
}

section.turntable svg g.polyline polyline:nth-child(odd) {
    fill: #3a629f
}

section.turntable svg g.circle circle {
    fill: #f2a900;
    stroke: none;
    box-shadow: 0 2px 5px #ccc
}

section.turntable svg g.circle circle:nth-child(odd) {
    animation: shiny 0.8s linear infinite;
    -webkit-animation: shiny 0.8s linear infinite
}

section.turntable svg g.circle circle:nth-child(odd).go {
    animation: go 0.8s linear 4, shiny 0.8s linear infinite;
    -webkit-animation: go 0.8s linear 4, shiny 0.8s linear infinite
}

section.turntable svg g.circle circle:nth-child(even) {
    animation: shiny 0.8s 0.5s linear infinite;
    -webkit-animation: shiny 0.8s 0.5s linear infinite
}

section.turntable svg g.circle circle:nth-child(even).go {
    animation: go 0.8s 0.8s linear 4, shiny 0.8s 0.5s linear infinite;
    -webkit-animation: go 0.8s linear 4, shiny 0.8s 0.5s linear infinite
}

section.turntable svg g.mark circle {
    fill: #d59503
}

section.turntable svg g.mark circle.round {
    fill: none;
    stroke: #ffebc2
}

section.turntable svg g.mark polyline {
    fill: #d59503;
    stroke: none
}

section.turntable svg g.bottom {
    fill: rgb(34 122 122 / 40%)
}

.button-shuffle {
    position: relative;
    top: 2rem;
    right: auto;
    bottom: auto;
    left: auto;
    width: 34%;
    opacity: 1;
    transform: translateZ(0);
    transition: transform 1.2s cubic-bezier(.4, .1, 0, 1), opacity 1.2s cubic-bezier(.4, .1, 0, 1);
    color: #fff;
    font-size: 18px !important;
    border: 0;
    padding: 11px 24px;
    border-radius: 13px;
    box-shadow: 0 8px 15px #fff;
    background: #fff;
    letter-spacing: 2px;
    COLOR: #000
}

.gap-4r {
    gap: 4rem
}

.gap-5 {
    gap: 5rem
}

.gap-6 {
    gap: 6rem
}

.description {
    color: #2e3774;
    text-align: center
}

.title3 {
    color: #d59503 !important
}

.tarot {
    color: #d59503 !important
}

.consultation {
    color: #d59503 !important
}

.r10 {
    color: #d59503 !important
}

.r20 {
    color: #d59503 !important
}

.pas {
    color: #d59503 !important
}

.font-12 {
    font-size: 12px !important
}

.w-50 {
    width: 50%
}

.down {
    width: 50px;
    animation: bounce 2s infinite
}

.tarot-img {
    width: 60%
}

.call-img {
    width: 23%
}

.sun-img {
    width: 17%
}

.astro-img {
    width: 60%;
    animation: rotate 15s linear infinite
}

.gift-img {
    width: 12%
}

.gift {
    padding: 65px 0
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.text-start {
    text-align: start !important
}

.error-msg {
    color: #bf2222;
        font-size: 15px;
}

.valid-msg {
    color: green;
        font-size: 15px;
}

footer {
    background: #f3f6fb;
    padding: 10px
}

footer div span {
    color: #1e5395
}

.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)
}

.scroll-to-top svg {
    width: 32px
}

.mt-12 {
    margin-top: 12px
}

[hover-tooltip] {
    &:hover {
        &::before {
            content: attr(hover-tooltip);
            font-size: 12.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
        }

        &::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)
        }
    }
}

.no-drop {
    cursor: no-drop
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-thumb {
    background: #01193e
}

body {
    font-family: "Exo 2", sans-serif !important
}

.hero4 {
    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: url(../images/background/7.jpg)
}

section.hero4::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgb(0 0 0 / 30%)
}

.hero5 {
    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: url(../images/background/6.jpg)
}

section.hero5::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgb(0 0 0 / 30%)
}

.hero {
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 140vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 0;
    background-image: url(../images/background/18.jpg)
}

section.hero::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgb(0 0 0 / 50%)
}

.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
}

.cards {
    cursor: pointer
}

img.attachment-large.size-large.wp-image-104 {
    width: 172px;
    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
}

.cards.active:hover {
    transform: scale(1.025) translateY(-50px) translateX(-93px)
}

.card4:hover {
    transform: scale(1.025) translateX(-50%) translateY(-6px);
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Exo 2", sans-serif
}

.section-line {
    background: #8b5f6a
}

footer {
    background: #f8f5fa;
    padding: 10px
}

.section-title {
    color: #8b5f6a
}

footer div span {
    color: #8b5f6a;
    font-size: 13px
}

.btn-secondary {
    border: 1px solid #184b68
}

input::placeholder {
    color: rgb(78 78 78 / .2) !important
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.hero-section {
    height: 141%
}

.pt-111 {
    padding-top: 111px
}

.pt-111 strong {
    color: #ffcd30;
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    z-index: 1;
    font-family: "Exo 2", sans-serif
}

.pt-111 h1 {
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif !important;
    z-index: 2
}

.gap-14 {
    gap: 14px
}

.gap-14 p {
    color: #fff;
    font-size: 20px;
    text-transform: none;
    text-align: center;
    z-index: 0
}

.links a {
    color: #0d0406;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Exo 2';
    cursor: pointer
}

.justify-content-end {
    justify-content: end
}

.gap-2 {
    gap: 2rem
}

.gap-1r {
    gap: 1rem
}

.font-19 {
    font-size: 19px
}

.card1 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card1.active {
    --e-con-transform-rotateZ: -30deg;
    left: 17%;
    opacity: 1
}

.card2 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card2.active {
    --e-con-transform-rotateZ: -20deg;
    left: 20%;
    opacity: 1
}

.card3 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card3.active {
    --e-con-transform-rotateZ: -10deg;
    left: 23%;
    opacity: 1
}

.card4 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card4.active {
    --e-con-transform-rotateZ: -10deg;
    left: 26%;
    opacity: 1
}

.card5 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card5.active {
    --e-con-transform-rotateZ: 10deg;
    left: 29%;
    opacity: 1
}

.card6.active {
    --e-con-transform-rotateZ: 10deg;
    left: 32%;
    opacity: 1
}

.card6 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card12:hover {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card7 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card8 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card9 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card10 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card11 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card13 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card14 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card15 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card16 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card17 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card18 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card19 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card20 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card21 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card22 {
    --e-con-transform-rotateZ: 0deg;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card12 {
    margin-left: 0;
    top: calc(50%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.card7.active {
    --e-con-transform-rotateZ: 30deg;
    left: 35%;
    opacity: 1
}

.card8.active {
    --e-con-transform-rotateZ: 30deg;
    left: 38%;
    opacity: 1
}

.card9.active {
    --e-con-transform-rotateZ: 30deg;
    left: 41%;
    opacity: 1
}

.card10.active {
    --e-con-transform-rotateZ: 30deg;
    left: 44%;
    opacity: 1
}

.card11.active {
    --e-con-transform-rotateZ: 30deg;
    left: 47%;
    opacity: 1
}

.card13.active {
    --e-con-transform-rotateZ: 30deg;
    left: 53%;
    opacity: 1;
    transform: 1s ease-out, opacity 1s ease-out, left 1s ease-out
}

.card14.active {
    --e-con-transform-rotateZ: 30deg;
    left: 56%;
    opacity: 1
}

.card15.active {
    --e-con-transform-rotateZ: 30deg;
    left: 59%;
    opacity: 1
}

.card16.active {
    --e-con-transform-rotateZ: 30deg;
    left: 62%;
    opacity: 1
}

.card17.active {
    --e-con-transform-rotateZ: 30deg;
    left: 65%;
    opacity: 1
}

.card18.active {
    --e-con-transform-rotateZ: 30deg;
    left: 68%;
    opacity: 1
}

.card19.active {
    --e-con-transform-rotateZ: 30deg;
    left: 71%;
    opacity: 1
}

.card20.active {
    --e-con-transform-rotateZ: 30deg;
    left: 74%;
    opacity: 1
}

.card21.active {
    --e-con-transform-rotateZ: 30deg;
    left: 77%;
    opacity: 1
}

.card22.active {
    --e-con-transform-rotateZ: 30deg;
    left: 80%;
    opacity: 1
}

@keyframes animate-fade-left {
    from {
        opacity: 0;
        margin-left: -50px
    }

    to {
        opacity: 1;
        margin-left: 0
    }
}

.card4.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card3.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card2.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card1.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card5.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card6.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card7.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card8.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card9.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card10.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card11.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card12.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card13.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card14.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card15.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card16.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card17.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card18.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card19.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card20.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card21.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

.card22.-selected {
    transform: scale(1.025) translateY(-50px) translateX(-93px);
    transition: transform .9s cubic-bezier(.89, -.72, .65, 1)
}

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: #8b5f6a;
    font-size: 24px;
    font-weight: 500;
    text-transform: math-auto
}

.account-form-area form label {
    color: #8b5f6a;
    font-weight: 500
}

.account-form-area form input {
    background-color: #ede3f15c
}

.form-btn {
    background: #72466d
}

.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: 6rem
}

.pt-4r {
    padding-top: 4rem
}

.title h3 {
    color: #8b5f6a;
    font-size: 32px
}

.w-50 h3 {
    color: #b67989
}

.black {
    color: #000;
}

.font-500 {
    font-weight: 500 !important;
}

.font-15 {
    font-size: 15px;
}

.font-21 {
    font-size: 21px
}

.bg-accent1_rgb:hover {
    --tw-bg-opacity: 1;
    background-color: #ee5f38;
    color: #fff;
}

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 #8b5f6a !important;
    padding: 10px 20px !important;
    color: #8b5f6a !important;
    font-size: 18px !important;
    border-radius: 999px !important;
}

.btn-expert:hover {
    background-color: #8b5f6a;
    transition: .3s all;
  color: #fff!important;
}

#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    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
}

.gap-3 {
    gap: 3rem
}

.account-form-area form input {
    color: #252118
}


.input-error {
    border: 1px solid #d73b39 !important
}

.text-danger {
    color: #d73b39 !important;
    font-size: 12px !important
}

#startButton:hover {
    background: #fff;
    color: #184b68
}

.form-btn:hover {
    background: #8b5f6a
}

.checkbox-block label {
    display: ruby;
    justify-content: start;
    align-items: start;
    gap: 6px
}

.checkbox-block label {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 6px
}

.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-5p {
    gap: 5px;
}

.available {
    --tw-bg-opacity: 1;
    background-color: rgb(72 205 160 / var(--tw-bg-opacity)) !important;
    border: 1px solid rgb(72 205 160 / var(--tw-bg-opacity)) !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
}


.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;
            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;
}


.gap-2r {
    gap: 2rem;
}

.text-center {
    text-align: center;
}

.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: 0px !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: 60px;
    width: 60px;
    padding: 14px;
    background-color: rgb(245, 208, 140);
    border-radius: 50%;
    color: rgb(85, 92, 102) !important;
}

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;
}

.gap-1r {
    gap: 1rem;
}

.gap-0-5r {
    gap: 0.5rem;
}

.font-14 {
    font-size: 14px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.w-33 {
    width: 33px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 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";
}

.gap-3r {
    gap: 3rem;
}

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;
}

.description1 {
    font-size: 20px;
    line-height: 33px;
    font-weight: 300 !important;
    color: white !important;
    z-index: 2;
    text-align: center;
}

.u-text {
    margin: 8px auto;
    font-size: 18px !important;
    font-weight: 500;
}

.acd-items.acd-arrow .accordion-header .accordion-button {
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7 !important;
    color: #04000b;
    padding: 25px 40px;
    font-size: 20px;
    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;
}

.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: black;
    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;
}

.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;
}

.btn-primary {
    background-color: #ee5f38;
    padding: 10px 28px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: #ee5f38;
    border-radius: 50px;
    margin: 0;
}

.white {
    color: white !important;
}

.btn_info {
    text-decoration: underline;
}

.cta_badge {
    width: auto;
    color: #636363;
    text-align: center;
    background-color: #dfdfdf;
    margin: 0 10px 0 0;
    font-size: 12px;
    padding: .2em .8em .3em;
    border-radius: 6px;
}

.gap-3r {
    gap: 3rem;
}

#resultCard {
    margin: 0;
}

.list-inline {
    display: flex;
    justify-content: center;
    gap: 5rem;
}

#resultCard li {
    margin: 0 0.5vmin !important;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.tarot55 {
    color: #000 !important;
    border-radius: 15px;
    vertical-align: middle;
    font-size: 2vmin;
    height: 32vmin;
    width: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* */
.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;
}

.secure-sub {
    font-size: 10px;
    opacity: 0.7;
    margin-top: 2px;
    display: block;
}

.shield-badge-content {
    position: absolute;
    inset: 0;
    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;
}

.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");
}



.date-select:required:invalid,
.birth-select:required:invalid {
    color: #cbcbcb !important;
    font-weight: 300;
    font-family: system-ui;
    font-size: 15px;
}

.date-select option[value=""],
.birth-select option[value=""] {
    color: #cbcbcb;
}

.date-select option,
.birth-select option {
    color: black;
}

.u-clearfix1 {
    background: #f7f4f5;
}

#badges-cta {
    position: relative;
    font-size: 12px;
    text-align: center;
}

.badge-item {
    white-space: nowrap;
    display: inline-block;
    border-radius: 5px;
    margin: 0 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.badge-item>i {
    border-radius: 5px 0 0 5px;
    position: relative;
    text-align: center;
    font-size: 1.25em;
    color: #f5e82d;
    background: #494747c7;
}

.badge-item>span,
.badge-item>i {
    float: left;
    padding: 11px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    line-height: 1.23em;
}

.badge-item>i:after {
    content: "";
    border: 8px solid;
    border-color: transparent transparent transparent #454141c7;
    position: absolute;
    top: 10px;
    right: -15px;
}

.badge-item>span {
    padding: 12px 16px 13px;
    white-space: nowrap;
    color: #060606;
    background: #838383bf;
    border-radius: 0 5px 5px 0;
    font-size: 13px;
}

.checkbox-block label {
    padding-right: 0;
}

@media screen and (max-width:1300px) {

    .account-form-area .title {
        font-size: 24px
    }

    .account-form-area {
        width: 100%
    }

    .account-form-area form label {
        font-size: 15px
    }



    .form-btn {
        font-size: 15px
    }

    .section-title {
        font-size: 21px
    }
}

@media (max-width:768px) {
    input#termCheckbox1 {
        height: 17px !important;
        width: 17px !important;
    }

    input#termCheckbox2 {
        height: 17px !important;
        width: 17px !important;
    }

    select {
        height: 50px !important;
    }

    form input {
        height: 50px !important;
    }

    .form-btn {
        font-size: 12px;
    }

    .shield-badge-container {
        max-width: 78px;
        margin-left: 10px;
    }

    img.attachment-large.size-large.wp-image-104 {
        width: 111px
    }

    .form-group {
        width: 48%
    }

    .cards {
        top: 60%
    }

    .flex.justify-content-center.aliggn-items-center.flex-column.pt-111 {
        padding-left: 25px;
        padding-right: 25px
    }

    .pt-111 h1 {
        font-size: 47px
    }

    .gap-14 p {
        font-size: 16px
    }

    .section-title {
        font-size: 25px
    }

    .account-form-area form label {
        font-size: 18px;
    }
}

@media (max-width:575px) {
    .flex.justify-content-between.align-items-center.gap-8 {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .account-form-area .title {
        font-size: 20px;
    }

    .list-inline {
        gap: 1rem;
    }

    .description1 {
        font-size: 18px;
    }

    p {
        font-size: 18px;
        text-align: justify !important;
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .section-title {
        font-size: 25px
    }

    .form-group {
        width: 100%
    }

    .pt-111 {
        gap: 11px
    }
}

@media (min-width:375px) and (max-width:480px) {
    img.attachment-large.size-large.wp-image-104 {
        width: 80px
    }

    .account-form-area form label {
        width: 100%;
    }

    .form-group {
        width: 100%
    }

    .flex.justify-content-between.align-items-center.gap-8 {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .gap-3 {
        gap: 1rem;
    }

    .cards {
        top: 60%
    }

    .flex.justify-content-center.aliggn-items-center.flex-column.pt-111 {
        padding-left: 25px;
        padding-right: 25px
    }

    .pt-111 h1 {
        font-size: 30px
    }

    .font-19 {
        font-size: 17px
    }

    .gap-14 p {
        color: #fff;
        font-size: 14px
    }
}

@media (max-width:375px) {
    img.attachment-large.size-large.wp-image-104 {
        width: 75px
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .account-form-area form label {
        width: 100%;
    }

    .gap-3 {
        gap: 1rem;
    }

    .form-group {
        width: 100%
    }

    .flex.justify-content-between.align-items-center.gap-8 {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .pt-111 {
        padding-top: 80px
    }

    .mt-5 {
        margin-top: 1rem
    }

    .pt-111 h1 {
        font-size: 29px
    }

    .font-19 {
        font-size: 15px
    }
}

@media (max-width: 1199px) {
    .video {
        text-align: center;
    }
}

/* Mobile spacing */
@media (max-width: 991px) {
    .video-faq {
        text-align: center;
    }

    .video img {
        height: 500px;
    }

    .faq-items {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .accordion-button {
        font-size: 17px !important;
    }

    .accordion-body {
        font-size: 13px !important;
    }
}

.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 / var(--tw-bg-opacity));
}







@font-face {
    font-family: 'icomoon';
    src: url("data:application/x-font-ttf;charset=utf-8;base64,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") 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);
}

.badges-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}