body {
    background: #09090a;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    overflow-x: hidden;
    text-align: right;
    min-height: 780px;
    direction: rtl;
}

main {
    padding: 0 !important;
    background: #191919 !important;
}

@media only screen and (max-width: 991px) {
    main {
        margin-top: 90px;
    }
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-weight: 300 !important;
    color: #fff !important;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 10px 0 0;
    font-size: 16px;
    color: #fff;
}

section {
    width: 100%;
    overflow-x: hidden;
}

strong {
    font-weight: bold;
}

a:focus,
a:hover,
a:-webkit-any-link,
a {
    text-decoration: none;
    cursor: pointer;
}

input {
    background: none;
}

input::-webkit-input-placeholder {
    color: rgba(78, 101, 134, 0.5);
}

input::-moz-placeholder {
    color: rgba(78, 101, 134, 0.5);
}

input:-ms-input-placeholder {
    color: rgba(78, 101, 134, 0.5);
}

input:-moz-placeholder {
    color: rgba(78, 101, 134, 0.5);
}

input,
input:focus {
    outline: none;
    border: none;
}

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
}

button {
    outline: none;
    border: none;
    background: none;
    padding: 0;
}

.mgtb40 {
    margin: 40px 0;
}

.mgb40 {
    margin-bottom: 40px;
}

.already-visible {
    transform: translateY(0);
    animation: none;
}

.blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 5;
}

.blur-overlay.active {
    display: block;
}

@keyframes come-in {
    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes animate-y-translate {
    to {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes animate-x-translate {
    to {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes animate-translate {
    to {
        transform: translate(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes animate-fade-scale {
    to {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes animate-3d-translate {
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
    }
}

.btn-outline {
    padding: 10px 30px 10px 10px;
    line-height: 30px;
    background: transparent;
    border: 2px solid #b78e3b;
    border-radius: 25px;
    position: relative;
    color: #fff;
    margin-top: 35px;
    display: inline-block;
    overflow: hidden;
    transition: all cubic-bezier(0.3, 0, 0.07, 1) 0.5s;
}

.btn-outline.light span {
    background-color: rgba(183, 142, 59, 0.69);
}

.btn-outline.dark {
    background: #000;
}

.btn-outline.dark:hover span {
    width: inherit;
}

.btn-outline span {
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #b78e3b;
    font-size: 16px;
    transition: all cubic-bezier(0.3, 0, 0.07, 1) 0.5s;
    position: relative;
}

@media only screen and (max-width: 600px) {
    .btn-outline span {
        font-size: 15px;
    }
}

.btn-outline svg {
    width: 17px;
    height: 26px;
    position: absolute;
    top: 12px;
    right: 10px;
    transition: all cubic-bezier(0.3, 0, 0.07, 1) 0.5s;
}

.btn-outline:hover {
    padding-right: 5px;
    padding-left: 5px;
}

.btn-outline:hover span {
    width: 100%;
}

.btn-outline:hover svg {
    right: -60px;
}

.btn-buy {
    padding: 5px 25px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    position: relative;
    min-width: 220px;
}

.btn-buy::before, .btn-buy::after {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
}

.btn-buy::before {
    right: 0;
    width: 45%;
    border: 2px solid #fff;
    border-left: none;
    border-radius: 0 5px 5px 0;
    transition: all linear 0.1s 0.2s;
}

.btn-buy::after {
    left: 0;
    width: 65%;
    border: 2px solid #dab67b;
    border-right: none;
    transform-origin: left bottom;
    transform: perspective(280px) rotateX(-15deg);
    transition: width cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s, border-right 0.5s 0.5s;
    border-radius: 5px 0 0 5px;
}

.btn-buy:hover {
    color: #fff;
}

.btn-buy:hover::after {
    width: 93%;
    transform: perspective(250px) rotateX(0);
}

.btn-buy:hover::before {
    border: 2px solid #dab67b;
    border-left: none;
}

@keyframes animatedBackgroundGalaxy {
    0% {
        background-position: 0% 0%;
        opacity: 0.8;
    }
    100% {
        background-position: 85% 0%;
        opacity: 1;
    }
}

@keyframes animatedStarDarkLeft {
    from {
        transform: scale(0.5) translateX(200px);
        opacity: 0.3;
    }
    to {
        transform: scale(1) translateX(0) rotateZ(30deg);
        opacity: 1;
    }
}

@keyframes animatedStarDarkRight {
    from {
        transform: scale(0.5) translateX(-50px);
        opacity: 0.3;
    }
    to {
        transform: scale(1) translateX(150px) translateY(-70px) rotateZ(20deg);
        opacity: 1;
    }
}

@keyframes animatedLight {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes animatedFade {
    from {
        opacity: 0.3 a;
    }
    to {
        opacity: 1;
    }
}

@keyframes animatedLock {
    from {
        opacity: 1;
        visibility: visible;
        transform: translateY(600px);
    }
    to {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@keyframes animatedGalaxyBg {
    0% {
        background-position: 0% 30%;
    }
    100% {
        background-position: 100% 30%;
    }
}

@keyframes animatedCertGalaxyBg {
    0% {
        opacity: 0.3;
        visibility: hidden;
        background-position: 0% 53%;
    }
    10% {
        opacity: 1;
        visibility: visible;
        background-position: 5% 53%;
    }
    100% {
        background-position: 100% 53%;
    }
}

@keyframes animatedTransform3d {
    from {
        transform: translate3d(-2px, -12px, -105px);
    }
    to {
        transform: translate3d(0);
    }
}

@keyframes skew {
    0% {
        transform: skewY(-7deg);
    }
    100% {
        transform: skewY(7deg);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
}

@keyframes down {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(20px);
    }
}

@keyframes bounceMore {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes animRTL {
    to {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes animLTR {
    0% {
        transform: translateX(-300px);
        opacity: 0;
        visibility: hidden;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes showScale {
    0% {
        transform: scale(0.5);
        opacity: 0;
        visibility: hidden;
    }
    100% {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes animY {
    to {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes animate-y-translate {
    to {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes animate-x-translate {
    to {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes animate-translate {
    to {
        transform: translate(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes animate-fade-scale {
    to {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes animate-3d-translate {
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
    }
}

.avada-page-titlebar-wrapper {
    display: none !important;
}

