/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.is-divider {
    display: none;
}

.section-bg.bg-loaded {
    opacity: 0.15;
}

.col-tinhnang .col-inner {
    padding: 3%;
    text-align: center;
    background: linear-gradient(to bottom, #6d43b091, #341566b5), url(assets/img/box-bg1.png) no-repeat;
    background-position: center;
    background-size: 100%;
    border: 0 solid #5059ba;
    border-radius: 8px;
    filter: drop-shadow(0 0 0.2rem #b4c2d6);
}

.col-tinhnang .col-inner img {
    border-radius: 50%;
    overflow: hidden;
    filter: drop-shadow(0 0 0.2rem rgb(180, 194, 214));
}

.col-tinhnang .icon-box-text p {
    font-size: 14px;
    margin-bottom: 7px;
}

.vert-move img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    padding: 10px;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.col-giaithich>.col-inner {
    border-style: solid;
    border-width: 1px;
    border-color: #3a3a44;
    padding: 20px;
    background: #1b0f2c;
}

.col-giaithich>.col-inner p {
    margin-bottom: 0px;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}





/* footer */

.ux-menu .ux-menu-title {
    font-size: 1.125em;
    color: #fff;
    text-transform: none;
}

.ux-menu .ux-menu-link__link {
    color: #f1f1f1;
    font-size: 90%;
}

.ux-menu .ux-menu-link__link:hover {
    color: #fff;
}

.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
    border-color: hsla(0, 0%, 100%, .2);
}









@keyframes cardRotate {
    0% {
        transform: rotate(-13deg);
    }

    50% {
        transform: rotate(13deg);
    }

    100% {
        transform: rotate(-13deg);
    }
}

@keyframes cardRotateZ {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes rotateIt {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.home-page-tarot .welcome__card-loader {
    width: 40%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 3.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 2.1s ease-in;
    transform: scale(0.5);
    opacity: 0;
    z-index: 3;
    position: relative;
    margin: 0 auto;
}

.home-page-tarot .welcome__card-loader {
    transform: scale(1);
    opacity: 1;
}

.home-page-tarot .welcome__card-loader .welcome__card-container {
    animation-name: cardRotate;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
}

.home-page-tarot .welcome__card-loader .the-card {
    animation-name: cardRotateZ;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: relative;
    transform-style: preserve-3d;
}

.home-page-tarot .welcome__card-container .the-card__front {
    position: absolute;
    transform: rotateX(0) rotateY(180deg) scale(1) translateZ(0px);
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 0.35rem;
    overflow: hidden;
    padding: 4.68% 4.68%;
    box-sizing: border-box;
}

.home-page-tarot .welcome__card-container .the-card__front video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.5rem;
    overflow: hidden;
    transform: translateZ(0);
}

.home-page-tarot .welcome__card-container .the-card__front .glare {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-image: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.5019607843) 50%, rgba(245, 245, 245, 0) 100%);
    animation-name: cardGlare;
    animation-duration: 8s;
    animation-delay: -6.3s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
}

.home-page-tarot .welcome__card-container .the-card__back {
    position: relative;
    background-color: #1e1131;
    transform: rotateX(0) rotateY(0deg) scale(1) translateZ(2.1px);
    border-radius: 0.35rem;
    overflow: hidden;
}

.home-page-tarot .welcome__card-container .the-card__back .glare {
    position: absolute;
    top: -10%;
    left: 0%;
    width: 100%;
    height: 120%;
    background-image: linear-gradient(to right, rgba(123, 71, 201, 0) 0%, rgba(123, 71, 201, 0.5019607843) 50%, rgba(123, 71, 201, 0) 100%);
    animation-name: cardGlareBack;
    animation-duration: 8s;
    animation-delay: -6.3s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
}

/* // light */

.home-page-tarot .welcome__lights-container {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.home-page-tarot .welcome__lights-container .lights {
    width: 100%;
    position: relative;
    animation-name: lightsP;
    animation-duration: 9s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.home-page-tarot .welcome__lights-container .lights-a {
    transform: rotate(0deg);
    animation-name: rotateIt;
    animation-duration: 21s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.home-page-tarot .welcome__lights-container .lights-a::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background: url(assets/img/lights-1.png) no-repeat scroll rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: center;
    animation-name: lightsOp;
    animation-duration: 1.8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.home-page-tarot .welcome__lights-container .lights-b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    animation-name: rotateIt;
    animation-duration: 33s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: reverse;
}

.home-page-tarot .welcome__lights-container .lights-b::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background: url(assets/img/lights-2.png) no-repeat scroll rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: center;
    animation-name: lightsOp;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.home-page-tarot .welcome__lights-container::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 24%;
    padding: 12% 0;
    border-radius: 50%;
    background-image: radial-gradient(circle at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0.98) 4%, rgba(254, 254, 254, 0.95) 8%, rgba(254, 254, 254, 0.88) 12%, rgba(253, 253, 253, 0.8) 15%, rgba(252, 252, 252, 0.71) 19%, rgba(251, 251, 251, 0.61) 22%, rgba(250, 250, 250, 0.5) 25%, rgba(249, 249, 249, 0.39) 28%, rgba(248, 248, 248, 0.29) 31%, rgba(247, 247, 247, 0.2) 35%, rgba(246, 246, 246, 0.12) 38%, rgba(246, 246, 246, 0.05) 42%, rgba(245, 245, 245, 0.02) 46%, rgba(245, 245, 245, 0) 50%);
}