@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Odibee+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap');


/* Varialbes */
:root {
    --font-paragraph: 'Open Sans', sans-serif;
    --font-default: 'Kdam Thmor Pro', sans-serif;
    --fontawesome: "Font Awesome 5 Pro";
    --black: #000000;
    --color-theme: #0c0021;
    --white: #ffffff;
    --color-paragraph: #666666;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrapper {
    height: 100%;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a {
    outline: none;
    text-decoration: none;
}

a img {
    border: none;
}

a:active {
    outline: none;
    text-decoration: none;
    color: #232323;
    opacity: 1;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: #232323;
}

a:hover {
    outline: none;
    text-decoration: none;
    color: #232323;
    opacity: 1;
}

button {
    outline: medium none;
}

iframe {
    border: none;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    min-height: 50px;
}

input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

ul {
    list-style-type: none;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

b {
    font-weight: 900;
}

strong {
    font-weight: 900;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: var(--font-paragraph);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #666666;
}

h1, h2, h3, h4, h5, h6 {
    color: #232323;
    font-weight: normal;
    line-height: 1.2;
    font-family: var(--font-default);
    letter-spacing: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

a, .btn, button {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    outline: medium none;
    font-family: var(--font-default);
}

p {
    color: #666666;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    font-family: var(--font-paragraph);
    font-size: 13px;
    line-height: 18px;
}

a {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-weight: 400;
}

/* --------------------------------------------
    Helper CSS
 ---------------------------------------------- */
@media (min-width: 1601px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

.container-medium {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-fill {
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
    padding: 0;
}

@media (min-width: 576px) {
    .container-medium {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-medium {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-medium {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-medium {
        max-width: 1400px;
        width: 80%;
    }
}

@media (min-width: 576px) {
    .container-full {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-full {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-full {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-full {
        max-width: 1400px;
        width: 90%;
    }
}

@media (min-width: 576px) {
    .container-fill {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-fill {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-fill {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-fill {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .container-fill {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1367px) {
    .container-stage {
        margin-left: calc((100% - 1320px)/ 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
        padding-right: 0;
    }
}

.fixed-bg {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: inherit;
}

.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}

.bg-fixed {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
}

.bg-gray {
    background: #eef1f6;
}

.bg-light {
    background-color: #ffffff;
}

.bg-dark {
    background-color: #1b1b1b !important;
}

.bg-theme {
    background-color: #8A6552;
}

.bg-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(57%, #1273eb), to(#00d4ff));
    background: linear-gradient(90deg, #1273eb 57%, #00d4ff 100%);
}

.text-light {
    color: #ffffff;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
    color: #ffffff;
}

.shadow {
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
}

.shadow.dark {
    position: relative;
    z-index: 1;
}

.shadow.dark:after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.shadow.dark-hard {
    position: relative;
    z-index: 1;
}

.shadow.dark-hard:after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.shadow.theme {
    position: relative;
    z-index: 1;
}

.shadow.theme:after {
    background: #8A6552 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.shadow.theme {
    position: relative;
    z-index: 1;
}

.shadow.theme:after {
    background: #8A6552 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
    position: relative;
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.default-padding-big {
    padding: 250px 0;
}

.default-padding-top {
    padding-top: 120px;
}

.default-padding-bottom {
    padding-bottom: 120px;
}

.default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
    margin-bottom: -30px;
}

.default-padding-top.bottom-less {
    margin-bottom: -30px;
}

.top-border {
    border-top: 1px solid #e7e7e7;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.relative {
    position: relative;
    z-index: 1;
}

.overflow-hidden {
    overflow: hidden;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px;
    padding: 15px;
}


/* Video Paly */
@-webkit-keyframes video-play {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes video-play {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*Zoom Animation */
.zoom-animation {
    -webkit-animation: zoom 2000ms ease-out infinite;
    animation: zoom 2000ms ease-out infinite;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}

/* Spiner Animation */
.spiner-animation {
    -webkit-animation: spinner 20s infinite linear;
    animation: spinner 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

/* Infinite Up Down Animation */
@keyframes UpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* Animation UpDown */
.updown-animation {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: UpDown;
    animation-name: UpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes UpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* Animation Left Right */
.leftRight-animation {
    -webkit-animation: fadeLeftRight 10s ease-out infinite;
    animation: fadeLeftRight 10s ease-out infinite;
}

/* Fade Left Right */
@keyframes fadeLeftRight {
    0%, 100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

@-webkit-keyframes fadeLeftRight {
    0%, 100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

/* Animation Right Left */
.rightLeft-animation {
    -webkit-animation: fadeRightLeft 10s ease-out infinite;
    animation: fadeRightLeft 10s ease-out infinite;
}

@keyframes fadeRightLeft {
    0%, 100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

@-webkit-keyframes fadeRightLeft {
    0%, 100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

/* Animation Zoom Up Down */
.zoomUpDown-animation {
    -webkit-animation: zoomUpDown 10s ease-out infinite;
    animation: zoomUpDown 10s ease-out infinite;
}

/* Zoom Up Down */
@keyframes zoomUpDown {
    0%, 100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@-webkit-keyframes zoomUpDown {
    0%, 100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

/* Animation Moving */
.moving-animation {
    -webkit-animation: moving 10s ease-out infinite;
    animation: moving 10s ease-out infinite;
}

/* Mooving Animation */
@-webkit-keyframes moving {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    20% {
        -webkit-transform: translate(0px, -30px);
        transform: translate(0px, -30px);
    }
    50% {
        -webkit-transform: translate(-100px, -30px);
        transform: translate(-100px, -30px);
    }
    70% {
        -webkit-transform: translate(-100px, 0px);
        transform: translate(-100px, 0px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    20% {
        -webkit-transform: translate(0px, -30px);
        transform: translate(0px, -30px);
    }
    50% {
        -webkit-transform: translate(-100px, -30px);
        transform: translate(-100px, -30px);
    }
    70% {
        -webkit-transform: translate(-100px, 0px);
        transform: translate(-100px, 0px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

/* Animation Rotation */
@keyframes infinite-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes infinite-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Button Border Animation */
@-webkit-keyframes open {
    0% {
        width: 0;
        height: 0;
    }
    50% {
        width: 100px;
        height: 0;
    }
    100% {
        width: 100px;
        height: 55px;
    }
}
@keyframes open {
    0% {
        width: 0;
        height: 0;
    }
    50% {
        width: 100px;
        height: 0;
    }
    100% {
        width: 100px;
        height: 55px;
    }
}

@-webkit-keyframes openB {
    0% {
        width: 0px;
    }
    100% {
        width: 100px;
    }
}

@keyframes openB {
    0% {
        width: 0px;
    }
    100% {
        width: 100px;
    }
}

/* Animation Shine (A shine color will move inside the text) */

@-webkit-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 180px;
    }
}

@keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 180px;
    }
}

/* --------------------------------------------
    Button
 ---------------------------------------------- */
.btn {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: inherit;
    border: 2px solid transparent;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    padding: 13px 30px;
    background: #eef1f6;
    position: relative;
    z-index: 1;
}

.btn:focus, .btn.active {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border: 2px solid transparent;
}

.btn:hover {
    background-color: transparent;
    color: #ffffff;
}

.btn.radius {
    border-radius: 6px;
}

.btn.btn-border {
    border: 2px solid #e7e7e7;
    background: transparent;
}

.btn.btn-border:hover {
    background: #8A6552;
    border-color: #8A6552;
}

.btn.btn-border.animation::after {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
    content: "";
    height: 100%;
    width: 0;
    z-index: -1;
    background: #e7e7e7;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn.btn-border.animation:hover {
    border-color: #e7e7e7;
    color: #1b1b1b;
}

.btn.btn-border.animation:hover::after {
    width: 100%;
}

.btn.btn-border-dark {
    border: 2px solid #000000;
    background: transparent;
}

.btn.btn-border-dark:hover {
    background: #1b1b1b;
    border-color: #1b1b1b;
}

.btn.btn-border-dark.animation::after {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
    content: "";
    height: 100%;
    width: 0;
    z-index: -1;
    background: #1b1b1b;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn.btn-border-dark.animation:hover {
    border-color: #1b1b1b;
    color: #ffffff;
}

.btn.btn-border-dark.animation:hover::after {
    width: 100%;
}

.btn.btn-border-theme {
    border: 2px solid #8A6552;
    background: transparent;
}

.btn.btn-border-theme:hover {
    background: #8A6552;
    border-color: #8A6552;
}

.btn.btn-border-theme.animation::after {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
    content: "";
    height: 100%;
    width: 0;
    z-index: -1;
    background: #8A6552;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn.btn-border-theme.animation:hover {
    border-color: #8A6552;
    color: #ffffff;
}

.btn.btn-border-theme.animation:hover::after {
    width: 100%;
}

.btn.btn-border-light {
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

.btn.btn-border-light:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #1b1b1b;
}

.btn.btn-border-light.animation::after {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
    content: "";
    height: 100%;
    width: 0;
    z-index: -1;
    background: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn.btn-border-light.animation:hover {
    border-color: #ffffff;
    color: #1b1b1b;
}

.btn.btn-border-light.animation:hover::after {
    width: 100%;
}

.btn.btn-gradient {
    border: none;
    color: #ffffff;
}

.btn.btn-gradient::after {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #8A6552;
    background-image: -webkit-gradient(linear, left top, right top, from(#1273eb), color-stop(#18ebeb), to(#1273eb));
    background-image: linear-gradient(to right, #1273eb, #18ebeb, #1273eb);
    background-size: 220% 150%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn.btn-gradient:hover::after {
    background-position: -70% 0;
}

.btn.btn-gradient.active {
    background-position: -70% 0;
}

.btn.btn-theme {
    color: #ffffff;
    border: none;
    background: #8A6552;
}

.btn.btn-theme::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    background-color: #1b1b1b;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-45%) skew(25deg) scale(0);
    transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-theme:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.hover-light::after {
    background-color: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover {
    color: #1b1b1b;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-dark {
    color: #ffffff;
    background: #1b1b1b;
    border: none;
}

.btn.btn-dark::after {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
    content: "";
    height: 100%;
    width: 0;
    z-index: -1;
    background-color: #8A6552;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn.btn-dark:hover::after {
    width: 100%;
}

.btn i {
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.btn.text-slide {
    min-width: 150px;
    height: 55px;
    line-height: 55px;
}

.btn.text-slide span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

.btn.animate-border {
    overflow: inherit;
    z-index: inherit;
    width: 200px;
    height: 55px;
    line-height: 55px;
    padding: 0;
}

.btn.animate-border:hover {
    background: transparent;
    color: #1b1b1b;
}

.btn.animate-border:hover .hover-border::after,
.btn.animate-border:hover .hover-border::before {
    opacity: 1;
    -webkit-animation: open 0.4s;
    /* Chrome, Safari, Opera */
    animation: open 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.btn.animate-border:hover .hover-border-bottom::after,
.btn.animate-border:hover .hover-border-bottom::before {
    opacity: 1;
    -webkit-animation: openB 0.4s;
    /* Chrome, Safari, Opera */
    animation: openB 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.btn.animate-border .hover-border {
    position: absolute;
    left: 0;
    top: -1px;
    height: 100%;
    width: 100%;
}

.btn.animate-border .hover-border::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    display: block;
    opacity: 0;
    border-top: solid 2px red;
    border-left: solid 2px red;
    right: 98px;
    top: -1px;
}

.btn.animate-border .hover-border::after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    display: block;
    opacity: 0;
    border-top: solid 2px red;
    border-right: solid 2px red;
    left: 98px;
    top: -1px;
}

.btn.animate-border .hover-border-bottom {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.btn.animate-border .hover-border-bottom::before {
    position: absolute;
    content: "";
    width: 0;
    display: block;
    opacity: 0;
    height: 55px;
    border-bottom: solid 2px red;
    right: -1px;
    bottom: -2px;
}

.btn.animate-border .hover-border-bottom::after {
    position: absolute;
    content: "";
    width: 0;
    display: block;
    opacity: 0;
    height: 100%;
    border-bottom: solid 2px red;
    left: 0;
    bottom: -2px;
}

.btn.animated-arrow {
    border: none;
    background: transparent;
    min-width: 14rem;
    height: auto;
    padding: 0;
}

.btn.animated-arrow .circle {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3.5rem;
    height: 3.5rem;
    background: #8A6552;
    border-radius: 2rem;
}

.btn.animated-arrow .circle .icon {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 15px;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn.animated-arrow .circle .icon::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #ffffff;
    border-right: 0.125rem solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn.animated-arrow .button-text {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    margin: 0 0 0 70px;
    color: #1b1b1b;
    line-height: 2;
    text-align: left;
    width: 100%;
    font-size: 14px;
}

.btn.animated-arrow:hover {
    color: #ffffff;
}

.btn.animated-arrow:hover .circle {
    width: 100%;
}

.btn.animated-arrow:hover .circle .icon.arrow {
    background: #ffffff;
    -webkit-transform: translate(1.5rem, 0);
    transform: translate(1.5rem, 0);
}

.btn.animated-arrow:hover .button-text {
    color: #ffffff;
}

.text-shine {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #1b1b1b), color-stop(10%, #ffffff), color-stop(20%, #8A6552));
    background: linear-gradient(to right, #1b1b1b 0, #ffffff 10%, #8A6552 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 3s infinite linear;
    animation: shine 3s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    padding: 12px 48px;
}

.animate-inout {
    background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
    background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
    color: #ffffff;
    font-size: 12px;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: solid 2px #8A6552;
    cursor: pointer;
}

.animate-inout span {
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 20px;
}

.animate-inout::before, .animate-inout::after {
    width: 0%;
    height: 0%;
    position: absolute;
    content: "";
    border-radius: 100%;
}

.animate-inout:after {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #ffffff;
}

.animate-inout:before {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #8A6552;
}

.animate-inout.animate-inout-borde {
    background: transparent;
    color: #1b1b1b;
}

.animate-inout.animate-inout-borde::after {
    background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
    background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
}

.animate-inout.animate-inout-borde:hover {
    color: #ffffff;
}

.animate-inout.animate-inout-borde:hover::before {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.animate-inout.animate-inout-borde:hover::after {
    -webkit-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}

.animate-inout:hover {
    color: #1b1b1b;
}

.animate-inout:hover::before, .animate-inout:hover::after {
    width: 200px;
    height: 200px;
    border-radius: 4px;
}

.animate-inout:hover::before {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.animate-inout:hover::after {
    -webkit-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}

.btn-md {
    padding: 17px 42px;
}

.btn-sm {
    padding: 14px 40px;
    font-size: 14px;
}


/* --------------------------------------------
    Main CSS
 ---------------------------------------------- */

ul.game-thumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15%;
    margin-bottom: -25px;
}

@media only screen and (max-width: 400px) {
    ul.game-thumb {
        padding: 0 10%;
    }
}

ul.game-thumb li {
    float: left;
    width: 33.333%;
    text-align: center;
    position: relative;
}

.logo {
    margin: 50px 0;
}

.logo img {
    height: 40px;
}

ul.game-thumb li img {
    max-width: 90%;
    margin: auto;
}

ul.game-thumb li:first-child {
    left: 20px;
}

ul.game-thumb li:first-child img {
    max-width: 60%;
}

ul.game-thumb li:nth-child(2) {
    left: 10%;
    top: 25px;
    z-index: 1;
    transform: rotate(-10deg);
}

ul.game-thumb li:nth-child(2) img {
    max-width: 80%;
}

ul.game-thumb li:nth-child(3) img {
    max-width: 60%;
}

ul.game-thumb li:nth-child(3) {
    text-align: right;
    right: 40px;
}

ul.game-thumb li:nth-child(4) {
    top: -20px;
    z-index: 1;
    text-align: left;
}

ul.game-thumb li:nth-child(4) img {
    max-width: 70%;
}

ul.game-thumb li:nth-child(5) {
    top: -25px;
    right: 20px;
}

ul.game-thumb li:nth-child(6) {
    text-align: right;
    top: -15px;
    transform: rotate(-5deg);
}

ul.game-thumb li:nth-child(6) img {
    max-width: 70%;
}

ul.game-thumb li:nth-child(7) {
    top: -70px;
    left: 10px;
    z-index: -1;
    transform: rotate(2deg);
}

ul.game-thumb li:nth-child(8) {
    top: -40px;
    z-index: -1;
}

ul.game-thumb li:nth-child(8) img {
    max-width: 80%;
}

ul.game-thumb li:nth-child(9) {
    top: -45px;
    right: 35px;
    transform: rotate(4deg);
}

.btn, .btn:focus {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    font-family: var(--font-default);
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1;
    color: var(--color-theme) !important;
    min-width: 210px;
    max-width: 300px;
    background-color: transparent;
    margin-top: 0;
}

.btn span {
    position: relative;
    color: var(--color-theme) !important;
}

.otp .btn {
    font-size: 16px;
}

.top-info p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

.content {
    margin-bottom: 40px;
}

.content p {
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
}

footer ul li {
    display: inline-block;
    margin: 0 5px;
}

footer ul {
    margin-bottom: 5px;
}

footer ul li a {
    font-family: var(--font-paragraph);
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
}

footer ul li a:hover,
footer ul li a:focus {
    color: #ffffff;
}

footer {
    background: #0c0021;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
}

footer::after {
    position: absolute;
    top: 0;
    content: "";
    width: 80%;
    left: 50%;
    margin-left: -40%;
    display: block;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
    height: 1px;
}

footer p {
    color: #cccccc;
    margin: 0;
}

.modal-header button.close {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #e7e7e7;
    font-size: 20px;
    color: red;
    border-radius: 50%;
    opacity: 1;
}

.modal-header {
    border: none;
    padding: 0;
}

.modal-body {
    text-align: left;
    padding: 50px;
    color: #232323;
}

.modal-body p {
    color: #232323;
}

p.confimr-text {
    background: green;
    font-size: 16px;
    margin-top: 25px;
    display: inline-block;
    padding: 15px 30px;
}

.terms-area h1,
.terms-area h2,
.terms-area h3,
.terms-area h4,
.terms-area h5,
.terms-area h6 {
    font-family: var(--font-paragraph);
}

.terms-area {
    padding: 50px 0;
}

input.form-control, input.form-control:focus {
    max-width: 200px;
    margin: auto;
    min-height: 60px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    border: none;
    box-shadow: 0 2px 10px 1px rgba(255,165,0,1);
    color: #ffffff;
    border-radius: 10px;
    font-family: var(--font-default);
    padding-left: 20px;
}

input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}
input.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}
input.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}
input.form-control:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}

.otp input.form-control {
    max-width: 210px;
    margin-bottom: 10px;
}

.main-area {
    min-height: 100%;
}

.front-page input.form-control {
    position: relative;
}

.front-page label {
    position: absolute;
    margin-left: -85px;
    margin-top: 16px;
    font-family: var(--font-default);
    color: #ffffff;
    z-index: 1;
    font-size: 16px;
}

.front-page input.form-control,
.front-page input.form-control:focus {
    text-align: left;
}

.front-page p.mt-25 {
    font-size: 18px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Shadow CSS for Content text */
.main-area.front-page .content {
    position: relative;
}

.main-area.front-page .content::after {
    position: absolute;
    left: -50%;
    top: -50%;
    right: -50%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%) repeat scroll 0 0;
    content: "";
    z-index: -1;
    bottom: -40px;
    opacity: 0.6;
}

@media (min-width: 992px) {
    .main-area.front-page .content::after {
        top: 300px;
    }
}

.main-area.front-page {
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1000px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1000px;
    }
}