@use "sass:math";@font-face {
    font-family: warPriest;
    src: url(../fonts/warpriest/warpriest.ttf)
}

@font-face {
    font-family: warPriest3d;
    src: url(../fonts/warpriest/warpriest3d.ttf)
}

:root {
    --theme-color: #45F882;
    --theme-color2: #FFBE18;
    --theme-color3: #6240CF;
    --title-color: #0B0E13;
    --body-color: #969EB2;
    --smoke-color: #F5F7FA;
    --smoke-color2: #F5F8FD;
    --black-color: #000000;
    --black-color2: #1A1D26;
    --black-color3: #0F1C23;
    --gray-color: #D8DDE1;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #F2003A;
    --th-border-color: #6C6C6C;
    --th-border-color2: #E6E6E6;
    --title-font: 'Rajdhani', sans-serif;
    --body-font: 'Poppins', sans-serif;
    --war-font: "warPriest";
    --war-font2: "warPriest3d";
    --goldman-font: "Goldman", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1225px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --th-body-background: #0B0E13
}

html,body {
    scroll-behavior: auto !important
}

.theme-red {
    --theme-color: #E20000
}

.theme-red .th-btn {
    color: var(--white-color)
}

.theme-red .th-btn.style-border2 .btn-border {
    color: var(--white-color)
}

.theme-red .th-menu-wrapper .th-menu-toggle {
    color: var(--white-color)
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    background: var(--th-body-background);
    -webkit-font-smoothing: antialiased;
    cursor: auto
}

body:has(.cursor-image) {
    cursor: url("../img/cursor.svg"),auto
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 0px
}

body::-webkit-scrollbar-track {
    background: var(--black-color2);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px
}

body::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0.3) 25%, transparent 20%, transparent 50%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 75%, transparent 75%, transparent);
    border-radius: 0px
}

.cursor-animation {
    position: fixed;
    background: var(--theme-color);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: 999999;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background,0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background,0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background,0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    mix-blend-mode: exclusion
}

button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active {
    outline: none
}
 
input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--th-border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,th {
    border: 1px solid var(--th-border-color);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

a:hover {
    color: var(--white-color)
}

a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

img {
    border: none;
    max-width: 100%
}

p:empty {
    display: none
}

p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a,span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0
}

.h1,h1 {
    font-size: 84px;
    line-height: 1.18
}

.h2,h2 {
    font-size: 44px;
    line-height: 1.227
}

.h3,h3 {
    font-size: 36px;
    line-height: 1.278
}

.h4,h4 {
    font-size: 30px;
    line-height: 1.333
}

.h5,h5 {
    font-size: 24px;
    line-height: 1.417
}

.h6,h6 {
    font-size: 20px;
    line-height: 1.5
}

@media (max-width: 1399px) {
    .h1,h1 {
        font-size:74px;
        line-height: 1.3
    }
}

@media (max-width: 1199px) {
    .h1,h1 {
        font-size:44px;
        line-height: 1.3
    }

    .h2,h2 {
        font-size: 36px;
        line-height: 1.3
    }

    .h3,h3 {
        font-size: 30px
    }

    .h4,h4 {
        font-size: 24px
    }

    .h5,h5 {
        font-size: 20px
    }

    .h6,h6 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .h1,h1 {
        font-size:40px
    }

    .h2,h2 {
        font-size: 34px;
        line-height: 1.3
    }

    .h3,h3 {
        font-size: 30px
    }

    .h4,h4 {
        font-size: 22px
    }

    .h5,h5 {
        font-size: 18px
    }

    .h6,h6 {
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .h1,h1 {
        font-size:36px;
        line-height: 1.35
    }

    .h2,h2 {
        font-size: 30px
    }

    .h3,h3 {
        font-size: 26px
    }
}

@media (max-width: 375px) {
    .h1,h1 {
        font-size:34px
    }
}

.blog-title,.breadcumb-title {
    word-break: break-word
}

.blog-details .blog-single:before {
    display: none
}

.blog-details .blog-single .blog-content {
    background-color: transparent;
    overflow: hidden
}

@media (max-width: 1399px) {
    :root {
        --main-container: 1250px
    }
}

@media only screen and (min-width: 1300px) {
    .container {
        max-width:calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2)
    }
}

@media (min-width: 1300px) {
    .row {
        --bs-gutter-x: 24px
    }
}

.gx-0 {
    --bs-gutter-x: 0
}

.gy-40 {
    --bs-gutter-y: 40px
}

@media (min-width: 1399px) {

    .gx-40 {
        --bs-gutter-x: 40px
    }
}

.form-control,textarea,input {
    height: 60px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--title-color);
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative
}

.form-control:focus,textarea:focus,input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--th-border-color);
    background-color: var(--smoke-color2)
}

.form-control::-moz-placeholder,textarea::-moz-placeholder,input::-moz-placeholder {
    color: var(--body-color)
}

.form-control::-webkit-input-placeholder,textarea::-webkit-input-placeholder,input::-webkit-input-placeholder {
    color: var(--body-color)
}

.form-control:-ms-input-placeholder,textarea:-ms-input-placeholder,input:-ms-input-placeholder {
    color: var(--body-color)
}

 .form-control::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: var(--body-color)
}

 .form-control::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
    color: var(--body-color)
}

 .form-control:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: var(--body-color)
}

 .form-control::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
    color: var(--body-color)
}

.form-control::placeholder,textarea::placeholder,input::placeholder {
    color: var(--body-color)
}

input[type=date] {
    padding: 0 25px 0 25px;
    position: relative
}

input[type=date]:after {
    content: "\f073";
    position: relative;
    font-family: var(--icon-font);
    top: 0px;
    font-weight: 300;
    color: var(--theme-color)
}

input[type=date]::-webkit-calendar-picker-indicator {
    background: transparent;
    position: absolute;
    right: 20px;
    z-index: 1;
    cursor: pointer
}

textarea.form-control,textarea {
    min-height: 154px;
    padding-top: 16px;
    padding-bottom: 17px
}

textarea.form-control.style2,textarea.style2 {
    min-height: 100px
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color)
}

.form-group>i.fa-envelope {
    padding-top: 1px
}

.form-group.style-border2 {
    position: relative;
    z-index: 1
}

.form-group.style-border2:after {
    content: '';
    position: absolute;
    left: var(--bs-gutter-x)/2;
    top: 0;
    background: transparent;
    height: 100%;
    width: calc(100% - (var(--bs-gutter-x)/ 1));
    border: 1px solid var(--theme-color);
    z-index: -1;
    border-radius: 10px;
    opacity: 1
}

.form-group.style-border2 input {
    background: var(--black-color3);
    color: var(--white-color);
    margin: 1px;
    width: -webkit-fill-available
}

.form-group.style-border2 input::-webkit-input-placeholder {
    color: var(--body-color)
}

.form-group.style-border2 input::-moz-placeholder {
    color: var(--body-color)
}

.form-group.style-border2 input:-ms-input-placeholder {
    color: var(--body-color)
}

.form-group.style-border2 input::-ms-input-placeholder {
    color: var(--body-color)
}

.form-group.style-border2 input::placeholder {
    color: var(--body-color)
}

.form-group.style-border2 textarea {
    background: var(--black-color3);
    margin: 1px;
    color: var(--white-color);
    width: -webkit-fill-available
}

.form-group.style-border2:has(.form-select) {
    padding: 1px
}

.form-group.style-border2:has(.form-select):after {
    inset: 0;
    width: 100%
}

.form-group.style-border2:has(.form-select)>i {
    font-size: 20px
}

.form-group.style-border2 i {
    color: var(--body-color)
}

[class*="col-"].form-group>i {
    right: calc((var(--bs-gutter-x) / 2) + 25px)
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type="checkbox"]:checked ~ label:before {
    content: "\f00c";
    color: var(--title-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

input[type="checkbox"] ~ label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block
}

input[type="checkbox"] ~ label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--th-border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px
}

input[type="checkbox"].style2 ~ label {
    color: #8B929C;
    padding-left: 23px;
    margin-bottom: -0.5em
}

input[type="checkbox"].style2 ~ label:before {
    background-color: rgba(255,255,255,0.1);
    border: 1px solid #8B929C;
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 3px;
    top: 6px
}

input[type="checkbox"].style2:checked ~ label:before {
    color: var(--theme-color)
}

label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px
}

.form-messages {
    display: none
}

.form-messages.mb-0 * {
    margin-bottom: 0
}

.form-messages.success {
    color: var(--success-color);
    display: block
}

.form-messages.error {
    color: var(--error-color);
    display: block
}

.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--black-color2)
}

.th-menu-wrapper .mobile-logo a {
    position: relative;
    display: inline-block
}

.th-menu-wrapper .mobile-logo a .logo-mask {
    height: 100%;
    width: 100%;
    mix-blend-mode: color;
    background: var(--theme-color);
    position: absolute;
    top: 0
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--title-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

.th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--title-color);
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.th-mobile-menu ul li {
    border-bottom: 1px solid var(--th-border-color);
    list-style-type: none
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid var(--th-border-color)
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    font-family: var(--title-font);
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color)
}

.th-mobile-menu ul li.th-active>a {
    color: var(--theme-color)
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.th-mobile-menu ul li ul li {
    padding-left: 20px
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.th-mobile-menu ul .menu-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--black-color2);
    color: var(--white-color);
    border-radius: 50%
}

.th-mobile-menu ul .menu-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font)
}

.th-mobile-menu ul .menu-item-has-children>a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--black-color2);
    float: right;
    margin-top: 1px
}

.th-mobile-menu ul .menu-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.th-mobile-menu ul .menu-item-has-children.th-active>a:after {
    content: "\f068"
}

.th-mobile-menu>ul {
    padding: 0 40px
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.th-menu-toggle {
    width: 70px;
    height: 54px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0px;
    -webkit-clip-path: polygon(12% 0%, 88% 0%, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
    clip-path: polygon(12% 0%, 88% 0%, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
    position: relative
}

.th-menu-toggle .btn-border {
    position: absolute;
    height: calc(100% - 3px);
    width: calc(100% - 3px);
    top: 1.5px;
    left: 1.5px;
    -webkit-clip-path: polygon(12% 0%, 88% 0%, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
    clip-path: polygon(12% 0%, 88% 0%, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
    background: var(--title-color);
    z-index: -2
}

.th-menu-toggle:before,.th-menu-toggle:after {
    content: "";
    position: absolute;
    background-color: var(--theme-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    top: 5px;
    left: 4px;
    width: 16px;
    height: calc(100% - 10px);
    border-radius: 0;
    -webkit-clip-path: polygon(70% 0%, 80% 0%, 30% 50%, 80% 100%, 70% 100%, 20% 50%);
    clip-path: polygon(70% 0%, 80% 0%, 30% 50%, 80% 100%, 70% 100%, 20% 50%)
}

.th-menu-toggle:after {
    right: 4px;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.th-menu-toggle:hover {
    background-color: var(--theme-color2)
}

.th-menu-toggle:hover:after,.th-menu-toggle:hover:before {
    background: var(--theme-color2)
}

.th-menu-toggle.style-text,.th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px
}

.th-menu-toggle.style-text i,.th-menu-toggle.style-text-white i {
    margin-right: 10px
}

.th-menu-toggle.style-text-white {
    color: var(--white-color)
}

@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width:100%;
        max-width: 270px
    }

    .th-mobile-menu>ul {
        padding: 0 20px
    }
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background-color: var(--title-color)
}

.preloader .th-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1
}

.preloader-inner img {
    display: block;
    margin: 0 auto 0 auto
}

.loader {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    -webkit-perspective: 1000px;
    perspective: 1000px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: var(--white-color);
    display: inline-block
}

.loader:before,.loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    -webkit-transform: rotateX(70deg);
    transform: rotateX(70deg);
    -webkit-animation: 1s spinloader linear infinite;
    animation: 1s spinloader linear infinite
}

.loader:after {
    color: var(--theme-color);
    -webkit-transform: rotateY(70deg);
    transform: rotateY(70deg);
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg)
    }
}

@-webkit-keyframes rotateccw {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@keyframes rotateccw {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@-webkit-keyframes spinloader {
    0%,100% {
        box-shadow: .5em 0px 0 0px currentcolor
    }

    12% {
        box-shadow: .5em .5em 0 0 currentcolor
    }

    25% {
        box-shadow: 0 .5em 0 0px currentcolor
    }

    37% {
        box-shadow: -.5em .5em 0 0 currentcolor
    }

    50% {
        box-shadow: -.5em 0 0 0 currentcolor
    }

    62% {
        box-shadow: -.5em -.5em 0 0 currentcolor
    }

    75% {
        box-shadow: 0px -.5em 0 0 currentcolor
    }

    87% {
        box-shadow: .5em -.5em 0 0 currentcolor
    }
}

@keyframes spinloader {
    0%,100% {
        box-shadow: .5em 0px 0 0px currentcolor
    }

    12% {
        box-shadow: .5em .5em 0 0 currentcolor
    }

    25% {
        box-shadow: 0 .5em 0 0px currentcolor
    }

    37% {
        box-shadow: -.5em .5em 0 0 currentcolor
    }

    50% {
        box-shadow: -.5em 0 0 0 currentcolor
    }

    62% {
        box-shadow: -.5em -.5em 0 0 currentcolor
    }

    75% {
        box-shadow: 0px -.5em 0 0 currentcolor
    }

    87% {
        box-shadow: .5em -.5em 0 0 currentcolor
    }
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 30px;
    min-width: 200px;
    border-radius: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.th-btn:before,.th-btn:after {
    content: "";
    position: absolute;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    top: 5px;
    left: 5px;
    width: 16px;
    height: calc(100% - 10px);
    border-radius: 0;
    transition: -webkit-clip-path 0.2s ease;
    -webkit-transition: -webkit-clip-path 0.2s ease;
    transition: clip-path 0.2s ease;
    transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
    -webkit-clip-path: polygon(85% 0, 100% 0, 15% 50%, 100% 100%, 85% 100%, 0% 50%);
    clip-path: polygon(85% 0, 100% 0, 15% 50%, 100% 100%, 85% 100%, 0% 50%)
}

.th-btn:after {
    right: 5px;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.th-btn i {
    -webkit-transition: 0.4s all;
    transition: 0.4s all
}

.th-btn:hover,.th-btn.active {
    background: var(--white-color);
    -webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
    clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
    color: var(--title-color)
}

.th-btn:hover:before,.th-btn:hover:after,.th-btn.active:before,.th-btn.active:after {
    -webkit-clip-path: polygon(2px 60%, 2px calc(100% - 2px), 100% calc(100% - 0px), 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(2px 60%, 2px calc(100% - 2px), 100% calc(100% - 0px), 100% 100%, 0 100%, 0 100%)
}

.th-btn.style2 {
    background-color: var(--theme-color2)
}

.th-btn.style2:hover {
    background: var(--theme-color)
}

.th-btn.style3 {
    background: transparent
}

.th-btn.style3:hover {
    color: var(--title-color)
}

.th-btn.style3:hover:before,.th-btn.style3:hover:after {
    background-color: var(--white-color)
}

.th-btn.style4 {
    background-color: var(--theme-color2);
    color: var(--white-color)
}

.th-btn.style4:hover {
    color: var(--white-color)
}

.th-btn.style4:hover:before,.th-btn.style4:hover:after {
    background-color: var(--title-color)
}

.th-btn.style-border2 {
    display: inline-block;
    -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    background: var(--white-color);
    padding: 0
}

.th-btn.style-border2 .btn-border {
    display: inline-block;
    background-color: var(--title-color);
    -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    border: 0;
    width: -webkit-fill-available;
    color: var(--theme-color);
    border-radius: 0;
    margin: 2px;
    padding: 19px 30px
}

.th-btn.style-border2:after,.th-btn.style-border2:before {
    -webkit-clip-path: polygon(45% 0, 50% 0, 5% 50%, 50% 100%, 45% 100%, 0% 50%);
    clip-path: polygon(45% 0, 50% 0, 5% 50%, 50% 100%, 45% 100%, 0% 50%);
    top: 6px;
    left: 6px;
    width: 26px;
    height: calc(100% - 12px);
    background: var(--white-color);
    z-index: 1
}

.th-btn.style-border2:after {
    right: 6px;
    left: auto
}

.th-btn.style-border2:hover {
    -webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
    clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%)
}

.th-btn.style-border2:hover .btn-border {
    -webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
    clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%)
}

.th-btn.style-border2:hover:after,.th-btn.style-border2:hover:before {
    -webkit-clip-path: polygon(2px 50%, 2px calc(100% - 2px), 100% calc(100% - 0px), 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(2px 50%, 2px calc(100% - 2px), 100% calc(100% - 0px), 100% 100%, 0 100%, 0 100%)
}

@media (max-width: 575px) {
    .th-btn {
        padding:17px 30px;
        min-width: 180px
    }

    .th-btn .btn-border svg {
        height: 100%;
        width: 100%
    }
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    text-align: center;
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: var(--icon-font-size, 1.4em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.play-btn:after,.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.play-btn:hover:after,.play-btn:hover::before,.play-btn:hover i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.play-btn.style2:before,.play-btn.style2:after {
    background-color: transparent;
    border: 1px solid var(--white-color)
}

.play-btn.style3>i {
    --icon-size: 70px;
    --icon-font-size: 20px;
    background-color: var(--theme-color);
    color: var(--white-color)
}

.play-btn.style3:before,.play-btn.style3:after {
    background-color: var(--theme-color)
}

.play-btn.style3:hover>i {
    background-color: var(--white-color);
    color:#000 !important;
}

.play-btn.style3:hover:before,.play-btn.style3:hover:after {
    background-color: var(--white-color)
}

.play-btn.style4 {
    --icon-size: 120px;
    --icon-font-size: 30px
}

.play-btn.style4>i {
    color: var(--white-color);
    background-color: transparent;
    border: 1px solid var(--white-color)
}

.play-btn.style4:after,.play-btn.style4:before {
    background: transparent;
    border: 1px solid var(--white-color)
}

@media (max-width: 767px) {
    .play-btn.style4 {
        --icon-size: 100px;
        --icon-font-size: 24px
    }
}

.link-btn {
    font-weight: 600;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--theme-color)
}

.link-btn i {
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    position: relative;
    top: -1px
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.link-btn:hover,.link-btn.active {
    color: var(--theme-color)
}

.link-btn:hover::before,.link-btn.active::before {
    width: 100%
}

.link-btn.style2 {
    padding-bottom: 4px
}

.link-btn.style2:before {
    width: 100%;
    height: 1px
}

.link-btn.style2:hover,.link-btn.style2.active {
    color: var(--theme-color)
}

.link-btn.style2:hover::before,.link-btn.style2.active::before {
    width: 55%
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--title-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%
}

.scroll-top svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: var(--white-color)
}

.scroll-top svg path {
    fill: none
}

.scroll-top .progress-circle path {
    stroke: var(--title-color);
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.sec-title {
    margin-bottom: calc(var(--section-title-space) - 13px);
    margin-top: -0.2em;
    text-transform: capitalize;
    color: var(--white-color)
}

.sub-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--theme-color);
    margin-bottom: 24px;
    text-transform: capitalize;
    line-height: 24px;
    margin-top: -0.2em;
    letter-spacing: 2px
}

.sub-title.h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-top: -0.14em
}

.sub-title i {
    font-size: 32px;
    margin-right: 10px
}

@media (max-width: 991px) {
    .sub-title i {
        font-size:24px
    }
}

.sub-title.style2 {
    letter-spacing: 4px;
    text-transform: uppercase
}

.sub-title.style3 {
    position: relative;
    display: inline-block;
    padding: 3px 20px;
    margin-bottom: 30px;
    margin-top: 0
}

.sub-title.style3 .sub-title-shape {
    position: absolute;
    inset: 0;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(7px 0%, calc(100% - 7px) 0%, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0% calc(100% - 7px), 0% 7px);
    clip-path: polygon(7px 0%, calc(100% - 7px) 0%, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0% calc(100% - 7px), 0% 7px)
}

.sub-title.style3 .sub-title-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sub-title.style3 .sub-title-shape .mask-icon {
    -webkit-mask-size: cover;
    mask-size: cover;
    top: 0;
    left: 0
}

@media (max-width: 575px) {
    .sub-title {
        font-size:16px
    }
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em
}

.box-title a {
    color: inherit
}

.box-title a:hover {
    color: var(--theme-color)
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 13px);
    position: relative;
    z-index: 2
}

.title-area .sec-title {
    margin-bottom: 22px
}

.title-area.mb-0 .sec-title {
    margin-bottom: -0.24em
}

.title-area.text-center .shadow-title {
    margin: -30px 0 -0.45em 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.sec-btn {
    text-align: center
}

.sec-btn {
    margin-bottom: var(--section-title-space)
}

.shadow-title {
    font-family: var(--war-font);
    font-size: 158px;
    font-weight: 400;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--white-color);
    -webkit-background-clip: text;
    background-clip: text;
    opacity: 0.1;
    margin: -30px 0 -0.45em -199px;
    position: absolute;
    top: 0
}

@media (max-width: 1500px) {
    .shadow-title {
        margin-left:-50px
    }
}

@media (max-width: 1399px) {
    .shadow-title {
        margin-left:0;
        font-size: 140px
    }
}

@media (max-width: 1199px) {
    .sub-title {
        margin-bottom:20px
    }

    .shadow-title {
        font-size: 64px
    }

    .title-area,.sec-title {
        --section-title-space: 60px
    }

    .sec-btn {
        --section-title-space: 55px
    }
}

@media (max-width: 991px) {
    .shadow-title {
        font-size:60px
    }

    .title-area,.sec-title {
        --section-title-space: 50px
    }

    .sec-btn {
        --section-title-space: 50px
    }

    .sub-title.h4 {
        font-size: 22px
    }
}

@media (max-width: 575px) {
    .shadow-title {
        font-size:52px
    }
}

@media (max-width: 375px) {
    .shadow-title {
        font-size:40px
    }
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.bg-mask {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.icon-masking {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto
}

.icon-masking .mask-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: color;
    background: var(--theme-color);
    top: 0
}

.fw-bold {
    font-weight: 700
}

.bg-white {
    background-color: var(--white-color) !important
}

[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat
}

.text-theme {
    color: var(--theme-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-inherit {
    color: inherit
}

.text-inherit:hover {
    color: var(--theme-color)
}

a.text-theme:hover {
    text-decoration: underline
}

.play-btn:after,.play-btn:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@-webkit-keyframes ripple2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(2.8);
        transform: scale(2.8);
        opacity: 0
    }
}

@keyframes ripple2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(2.8);
        transform: scale(2.8);
        opacity: 0
    }
}

@-webkit-keyframes scrollMove {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes scrollMove {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@-webkit-keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes movingCar {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg)
    }

    50% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%));
        transform: translateX(calc(100vw*-1 + 108%))
    }

    51% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
        transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg)
    }

    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg)
    }
}

@keyframes movingCar {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg)
    }

    50% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%));
        transform: translateX(calc(100vw*-1 + 108%))
    }

    51% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
        transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg)
    }

    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg)
    }
}

@-webkit-keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes bgColor {
    0% {
        background-color: #F2BA4C
    }

    25% {
        background-color: #81F24C
    }

    50% {
        background-color: #41F27D
    }

    75% {
        background-color: #0500FF
    }

    100% {
        background-color: #F2BA4C
    }
}

@keyframes bgColor {
    0% {
        background-color: #F2BA4C
    }

    25% {
        background-color: #81F24C
    }

    50% {
        background-color: #41F27D
    }

    75% {
        background-color: #0500FF
    }

    100% {
        background-color: #F2BA4C
    }
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        transform: translateX(180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        transform: translateX(180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px) translateY(120px);
        transform: translateX(120px) translateY(120px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px) translateY(120px);
        transform: translateX(120px) translateY(120px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@-webkit-keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes bubble-animation {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        height: 1px;
        width: 1px
    }

    100% {
        -webkit-transform: translate3d(-50%, -280px, 0);
        transform: translate3d(-50%, -280px, 0);
        height: 30px;
        width: 30px
    }
}

@keyframes bubble-animation {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        height: 1px;
        width: 1px
    }

    100% {
        -webkit-transform: translate3d(-50%, -280px, 0);
        transform: translate3d(-50%, -280px, 0);
        height: 30px;
        width: 30px
    }
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@-webkit-keyframes custom-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes custom-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.custom-anim-left {
    -webkit-animation: custom-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    animation: custom-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0
}

@-webkit-keyframes custom-anim-left {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes custom-anim-left {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.custom-anim-top {
    -webkit-animation: custom-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: custom-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0
}

@-webkit-keyframes custom-anim-top {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes custom-anim-top {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@-webkit-keyframes custom-anim-bottom {
    0% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes custom-anim-bottom {
    0% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.widget_nav_menu ul,.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}

.widget_nav_menu a,.widget_categories a {
    display: inline-block;
    background-color: var(--title-color);
    -webkit-clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0% 50%);
    clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0% 50%);
    border: 0;
    margin: 1px;
    width: -webkit-fill-available;
    padding: 20px 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--white-color);
    border-radius: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative
}

.widget_nav_menu a:before,.widget_nav_menu a:after,.widget_categories a:before,.widget_categories a:after {
    content: "";
    position: absolute;
    background-color: var(--white-color);
    z-index: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    top: 5px;
    left: 10px;
    width: 26px;
    height: calc(100% - 10px);
    border-radius: 0;
    -webkit-clip-path: polygon(95% 0, 100% 0, 5% 50%, 100% 100%, 95% 100%, 0% 50%);
    clip-path: polygon(95% 0, 100% 0, 5% 50%, 100% 100%, 95% 100%, 0% 50%)
}

.widget_nav_menu a:after,.widget_categories a:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.widget_nav_menu li,.widget_categories li {
    display: block;
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.widget_nav_menu li:before,.widget_categories li:before {
    content: '';
    position: absolute;
    height: 56px;
    width: 100%;
    background: var(--white-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0% 50%);
    clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0% 50%)
}

.widget_nav_menu li>span,.widget_categories li>span {
    color: var(--white-color);
    text-align: center;
    position: absolute;
    right: 40px;
    top: 16px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right
}

.widget_nav_menu li:hover:has(>a:hover):before,.widget_categories li:hover:has(>a:hover):before {
    background: var(--theme-color)
}

.widget_nav_menu .menu>li:last-child,.widget_nav_menu>ul>li:last-child,.widget_categories .menu>li:last-child,.widget_categories>ul>li:last-child {
    margin-bottom: 0
}

.widget_nav_menu .menu>li:last-child>a,.widget_nav_menu>ul>li:last-child>a,.widget_categories .menu>li:last-child>a,.widget_categories>ul>li:last-child>a {
    border-bottom: none
}

.widget_nav_menu a:hover:before,.widget_nav_menu a:hover:after,.widget_categories a:hover:before,.widget_categories a:hover:after {
    background: var(--theme-color)
}

.widget_nav_menu a:hover::before,.widget_categories a:hover::before {
    opacity: 1
}

.widget_nav_menu a {
    padding-right: 20px
}

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: var(--black-color3);
    margin-bottom: 40px;
    position: relative;
    border-radius: 30px
}

.widget input,.widget .form-control,.widget textarea {
    border: 1px solid var(--th-border-color);
    background-color: transparent;
    color: var(--body-color)
}

.widget textarea {
    min-height: 120px
}

.widget .form-group>i {
    background-color: var(--white-color)
}

.widget_title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 17px;
    color: var(--white-color);
    margin: -0.12em 0 40px 0
}

.widget_title:before {
    content: '';
    height: 2px;
    width: 100%;
    background: -webkit-linear-gradient(354deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    background: linear-gradient(96deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    position: absolute;
    bottom: 0;
    left: 0
}

@media (max-width: 575px) {
    .widget_title {
        font-size:26px
    }
}

.tagcloud {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.tagcloud a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--body-font);
    text-transform: capitalize;
    line-height: 1;
    color: var(--white-color);
    background-color: var(--white-color);
    border-radius: 0px;
    position: relative;
    -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    background: var(--title-color);
    display: inline-block;
    padding: 16px 30px;
    margin: 1px
}

.tagcloud a:before,.tagcloud a:after {
    content: "";
    position: absolute;
    background-color: var(--white-color);
    z-index: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    top: 5px;
    left: 5px;
    width: 14px;
    height: calc(100% - 10px);
    border-radius: 0;
    -webkit-clip-path: polygon(85% 0, 100% 0, 15% 50%, 100% 100%, 85% 100%, 0% 50%);
    clip-path: polygon(85% 0, 100% 0, 15% 50%, 100% 100%, 85% 100%, 0% 50%);
    opacity: 0.4
}

.tagcloud a:after {
    right: 5px;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--title-color) !important
}

.tagcloud a:hover:before,.tagcloud a:hover:after {
    background: var(--title-color);
    opacity: 1
}

.recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post .media-img {
    margin-right: 15px;
    width: 85px;
    overflow: hidden;
    border-radius: 20px;
    position: relative
}

.recent-post .media-img img {
    width: 100%;
    height:80px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.recent-post .media-img:after {
    content: '\f0c1';
    font-family: var(--icon-font);
    position: absolute;
    inset: 0;
    text-align: center;
    border-radius: 20px;
    line-height: 85px;
    font-size: 24px;
    background-color: rgba(0,0,0,0.7);
    color: var(--theme-color);
    pointer-events: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.recent-post .post-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    margin: -0.4em 0 8px 0;
    font-family: var(--title-font);
    color: var(--white-color);
    text-transform: capitalize
}

.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 14px;
    color: var(--body-color);
    font-family: var(--body-font)
}

.recent-post .recent-post-meta a i {
    margin-right: 6px;
    color: var(--theme-color)
}

.recent-post .recent-post-meta a:hover {
    color: var(--theme-color)
}

.recent-post:hover .media-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.recent-post:hover .media-img:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px
    }

    .widget_title {
        margin: -0.12em 0 30px 0
    }
}

@media (max-width: 991px) {
    .sidebar-area {
        padding-top:30px
    }

    .widget {
        --widget-padding-y: 40px;
        --widget-padding-x: 40px
    }
}

@media (max-width: 767px) {
    .widget {
        padding:30px 20px
    }
}

@media (max-width: 330px) {
    .recent-post .post-title {
        font-size:14px;
        line-height: 24px
    }

    .recent-post .recent-post-meta a {
        font-size: 12px
    }
}

.footer-widget {
    margin-bottom: 40px
}

.footer-widget,.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none
}

.footer-widget .form-group>i {
    color: var(--theme-color);
    top: 18px
}

.footer-widget .widget_title {
    max-width: 270px;
    color: var(--white-color);
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
    margin: -0.12em 0 35px 0;
    padding-bottom: 16px
}

.footer-widget .widget_title:before {
    display: none
}

.footer-widget .widget_title:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 96px;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, var(--theme-color), var(--theme-color2));
    background-image: linear-gradient(to right, var(--theme-color), var(--theme-color2))
}

.footer-widget .widget_title img {
    margin: -7px 10px 0 0
}

.footer-widget.widget_categories ul,.footer-widget.widget_nav_menu ul {
    margin-top: -4px
}

.footer-widget.widget_categories .menu,.footer-widget.widget_categories>ul,.footer-widget.widget_nav_menu .menu,.footer-widget.widget_nav_menu>ul {
    margin-bottom: -4px
}

.footer-widget.widget_categories a,.footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 25px;
    margin-bottom: 21px;
    font-family: var(--body-font);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative;
    color: var(--body-color);
    -webkit-clip-path: none;
    clip-path: none
}

.footer-widget.widget_categories a i,.footer-widget.widget_nav_menu a i {
    margin-right: 10px
}

.footer-widget.widget_categories a:before,.footer-widget.widget_categories a:after,.footer-widget.widget_nav_menu a:before,.footer-widget.widget_nav_menu a:after {
    display: none
}

.footer-widget.widget_categories a:hover,.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--theme-color)
}

.footer-widget.widget_categories li,.footer-widget.widget_nav_menu li {
    -webkit-clip-path: none;
    clip-path: none;
    background: transparent
}

.footer-widget.widget_categories li:before,.footer-widget.widget_nav_menu li:before {
    display: none
}

.footer-widget.widget_categories li>span,.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1
}

.footer-widget.widget_categories li:last-child a,.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0
}

.footer-widget .recent-post {
    max-width: 300px;
    margin-bottom: 20px
}

.footer-widget .recent-post .media-img {
    max-width: 80px
}

.footer-widget .recent-post .media-img:after {
    line-height: 74px
}

.footer-widget .recent-post .post-title {
    color: var(--white-color)
}

.footer-widget .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.footer-widget .recent-post .recent-post-meta {
    margin-top: -0.4em
}

.footer-widget .recent-post .recent-post-meta a {
    font-weight: 400;
    line-height: 1.2
}

.footer-widget .recent-post .recent-post-meta i {
    color: var(--theme-color)
}

.footer-widget .recent-post .recent-post-meta a:hover i {
    color: var(--theme-color)
}

.about-logo {
    margin-bottom: 15px
}

.th-widget-about {
    max-width: 315px;
    margin-bottom: -0.5em
}

.th-widget-about .about-logo {
    margin-bottom: 34px
}

.th-widget-about .about-logo a {
    position: relative;
    display: inline-block
}

.th-widget-about .about-logo .logo-mask {
    height: 100%;
    width: 100%;
    mix-blend-mode: color;
    background: var(--theme-color);
    position: absolute;
    top: 0
}

.th-widget-about .about-text {
    margin-bottom: 32px;
    margin-top: -0.5em
}

.th-widget-about .widget_title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600
}

.th-widget-about .widget_title:after {
    display: none
}

.footer-text {
    margin-top: -0.5em;
    margin-bottom: 25px
}

@media (max-width: 1199px) {
    .footer-widget.widget_categories a,.footer-widget.widget_nav_menu a {
        margin-bottom:16px
    }
}

@media (max-width: 767px) {
    .th-widget-about .about-text {
        margin-bottom:20px
    }
}

.th-header {
    position: relative;
    z-index: 41
}

.th-header .menu-area {
    position: relative;
    z-index: 2
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--title-font);
    color: var(--white-color)
}

.main-menu a:hover {
    color: var(--theme-color)
}

.main-menu>ul>li {
    margin: 0 27px
}

.main-menu>ul>li>a {
    padding: 37px 0
}

.main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li:last-child {
    margin-right: 0 !important
}

.main-menu ul li:first-child {
    margin-left: 0 !important
}

@media (max-width: 1500px) {
    .main-menu>ul>li {
        margin:0 13px
    }
}

.simple-icon {
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    position: relative;
    color: var(--white-color)
}

.simple-icon:hover {
    color: var(--theme-color)
}

.simple-icon:has(.badge) {
    padding-right: 8px
}

.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.header-button .th-btn {
    margin-left: 10px
}

.header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative
}

.header-logo a {
    display: block
}

.header-logo a:hover {
    color: var(--theme-color)
}

.header-logo .logo-mask {
    height: 100%;
    width: 100%;
    mix-blend-mode: color;
    background: var(--theme-color);
    position: absolute;
    top: 0
}

.dropdown-toggle::after {
    content: "\f078";
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 6px;
    margin-top: -1px
}

.dropdown-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    top: calc(100% + 6px) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    padding: 8px 20px !important;
    text-align: center;
    border-color: var(--th-border-color);
    background: var(--black-color3);
    box-shadow: 0px 4px 15px rgba(255,255,255,0.06)
}

.dropdown-menu li {
    padding-right: 0;
    margin-right: 0
}

.dropdown-menu li:after {
    display: none
}

.dropdown-menu li a {
    display: block;
    font-weight: 400;
    font-size: 14px
}

.dropdown-menu a {
    color: var(--body-color) !important
}

.dropdown-menu a:hover {
    color: var(--theme-color) !important
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background-color: var(--black-color3);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid var(--th-border-color);
    border-left: 1px solid var(--th-border-color)
}

.header-default {
    background: #000;
}

.header-default .menu-area {
    position: relative;
    z-index: 2
}

.header-default .main-menu {
    margin-left: 140px
}

.header-default .logo-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 21.4%;
    height: 100%;
    z-index: -1;
    background: var(--black-color3);
    -webkit-clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0% 100%);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (min-width: 1922px) {
    .header-default .logo-bg {
        width:28%
    }
}

@media (min-width: 1600px) {
    .header-default {
        --main-container: 1600px
    }
}

@media (max-width: 1699px) {
    .header-default .logo-bg {
        width:25%
    }
}

@media (max-width: 1199px) {
    .header-default .logo-bg {
        width:28%
    }
}

@media (max-width: 991px) {
    .header-logo {
        padding-top:16.5px;
        padding-bottom: 16.5px
    }

    .header-default .logo-bg {
        width: 39%
    }
}

@media (max-width: 767px) {
    .header-default .logo-bg {
        width:49%
    }
}

@media (max-width: 575px) {
    .header-default .header-logo img {
        max-width:160px
    }

    .header-default .logo-bg {
        width: 57%
    }
}

@media (max-width: 375px) {
    .header-default .logo-bg {
        width:65%
    }
}

@media (max-width: 360px) {
    .header-default .header-logo img {
        max-width:130px
    }

    .header-logo img {
        max-width: 130px
    }
}

.footer-wrapper {
    --border-color: $black-color3;
    position: relative;
    z-index: 2;
    background-color: var(--black-color);
    overflow: hidden
}

.widget-area {
    padding-top: 90px;
    padding-bottom: 90px
}

.copyright-wrap {
    padding: 0;
    background-color: var(--black-color3);
    height: 60px;
    margin-top: 54px
}

.copyright-wrap .copyright-text {
    display: inline-block;
    background: var(--black-color3);
    -webkit-clip-path: polygon(60px 0%, calc(100% - 60px) 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
    clip-path: polygon(60px 0%, calc(100% - 60px) 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
    padding: 45px 75px;
    position: relative;
    top: -55px;
    margin-bottom: -60px;
    color: var(--white-color);
    overflow: hidden
}

.copyright-wrap .copyright-text a {
    color: var(--theme-color)
}

.copyright-wrap .copyright-text a:hover {
    color: var(--theme-color2)
}

@media (max-width: 375px) {
    .copyright-wrap .copyright-text {
        padding:40px
    }
}

.newsletter-widget {
    max-width: 317px
}

.newsletter-widget .newsletter-form {
    margin-top: -0.3em
}

.newsletter-widget .newsletter-form .form-group {
    gap: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: var(--black-color2);
    margin-bottom: 20px;
    border-radius: 30px;
    height: 46px;
    padding: 0 25px
}

.newsletter-widget .newsletter-form .th-btn {
    width: auto;
    min-width: auto;
    padding: 0 0 0 20px;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color);
    text-transform: capitalize;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    overflow: visible;
    -webkit-clip-path: none;
    clip-path: none;
    position: relative
}

.newsletter-widget .newsletter-form .th-btn:after {
    display: none
}

.newsletter-widget .newsletter-form .th-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    height: calc(100% - 18px);
    -webkit-clip-path: none;
    clip-path: none;
    color: var(--title-color);
    width: 1px
}

.newsletter-widget .newsletter-form input {
    background: transparent;
    border: 0;
    padding: 0;
    width: 100%;
    height: auto;
    color: var(--white-color)
}

.newsletter-widget .newsletter-form input:hover,.newsletter-widget .newsletter-form input:focus,.newsletter-widget .newsletter-form input:active {
    background: transparent
}

.newsletter-widget .newsletter-form.style2 .form-group {
    border: 0;
    background: var(--white-color);
    height: 54px;
    padding-bottom: 0
}

.newsletter-widget .newsletter-form.style2 .th-btn {
    width: 54px;
    height: 44px;
    line-height: 44px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--theme-color);
    color: var(--white-color);
    top: 5px;
    right: 5px
}

.newsletter-widget .newsletter-form.style2 input {
    color: #363739;
    padding-left: 20px
}

.newsletter-widget .newsletter-form.style2 input::-webkit-input-placeholder {
    color: #363739
}

.newsletter-widget .newsletter-form.style2 input::-moz-placeholder {
    color: #363739
}

.newsletter-widget .newsletter-form.style2 input:-ms-input-placeholder {
    color: #363739
}

.newsletter-widget .newsletter-form.style2 input::-ms-input-placeholder {
    color: #363739
}

.newsletter-widget .newsletter-form.style2 input::placeholder {
    color: #363739
}

.newsletter-widget .form-group {
    margin-bottom: 0
}

@media (max-width: 767px) {

    .footer-wrapper .newsletter-form {
        gap: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 575px) {

    .footer-wrapper .newsletter-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-layout4 .copyright-wrap {
    background: transparent;
    height: auto;
    padding: 39px 0 35px;
    margin-top: 0
}

.footer-layout4 .copyright-wrap .copyright-text {
    -webkit-clip-path: none;
    clip-path: none;
    background: transparent;
    padding: 0;
    margin: 0;
    top: 0
}

.footer-layout4 .widget-area {
    max-width: 1720px;
    margin: 100px auto 0;
    background-size: 100% 100%;
    padding-bottom: 70px;
    padding-top: 100px
}

@media (max-width: 1800px) {
    .footer-layout4 .widget-area {
        max-width:1500px
    }
}

@media (max-width: 1500px) {
    .footer-layout4 .widget-area {
        max-width:1330px
    }
}

@media (max-width: 1399px) {
    .footer-layout4 .widget-area {
        max-width:1310px
    }
}

@media (max-width: 1299px) {
    .footer-layout4 .widget-area {
        margin:100px 15px 0
    }
}

@media (max-width: 767px) {
    .footer-layout4 .widget-area {
        background-size:cover
    }
}

.footer-layout4 .newsletter-widget .newsletter-form .form-group {
    background: var(--black-color)
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 20px 0 -0.5em 0;
    list-style-type: none;
    position: relative
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 3px;
    list-style: none;
    position: relative
}

.breadcumb-menu li:after {
    content: "\f054";
    position: relative;
    margin-left: 8px;
    font-weight: 500;
    font-size: 15px;
    color: inherit;
    font-family: var(--icon-font)
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li,.breadcumb-menu a,.breadcumb-menu span {
    white-space: normal;
    word-break: break-word;
    font-weight: 600;
    font-size: 20px;
    font-family: var(--title-font);
    text-transform: uppercase;
    color: var(--white-color)
}

.breadcumb-menu a {
    color: var(--theme-color)
}

.breadcumb-title {
    margin: -0.18em 0 -0.18em 0;
    line-height: 1.1;
    font-weight: 700;
    color: var(--white-color)
}

@media (min-width: 1300px) {
    .breadcumb-title {
        font-size:54px
    }
}

.breadcumb-wrapper {
    background-color: var(--gray-color);
    padding: 135px 0;
    overflow: hidden;
    text-align: center;
    position: relative
}

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        padding:140px 0
    }

    .breadcumb-menu {
        margin: 25px 0 -0.5em 0
    }

    .breadcumb-menu li,.breadcumb-menu a,.breadcumb-menu span {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding:110px 0
    }
}

@media (max-width: 575px) {
    .breadcumb-wrapper {
        padding:100px 0
    }

    .breadcumb-title {
        font-size: 34px
    }
}

.th-pagination {
    margin-bottom: 40px
}

.th-pagination ul {
    margin: 0;
    padding: 0
}

.th-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none
}

.th-pagination li:last-child {
    margin-right: 0
}

.th-pagination li:first-child {
    margin-left: 0
}

.th-pagination span,.th-pagination a {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    color: var(--title-color);
    background-color: var(--theme-color);
    width: 82px;
    height: 56px;
    line-height: 56px;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%)
}

.th-pagination span .btn-border,.th-pagination a .btn-border {
    position: absolute;
    height: calc(100% - 3px);
    width: calc(100% - 3px);
    top: 1.5px;
    left: 1.5px;
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
    background: var(--title-color);
    z-index: -2
}

.th-pagination span:before,.th-pagination span:after,.th-pagination a:before,.th-pagination a:after {
    content: "";
    position: absolute;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    top: 5px;
    left: 5px;
    width: 16px;
    height: calc(100% - 10px);
    border-radius: 0;
    -webkit-clip-path: polygon(90% 0%, 100% 0%, 30% 50%, 100% 100%, 90% 100%, 20% 50%);
    clip-path: polygon(90% 0%, 100% 0%, 30% 50%, 100% 100%, 90% 100%, 20% 50%)
}

.th-pagination span:after,.th-pagination a:after {
    right: 5px;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.th-pagination span:active,.th-pagination span:hover,.th-pagination a:active,.th-pagination a:hover {
    background: var(--white-color)
}

.th-pagination span:has(.btn-border),.th-pagination a:has(.btn-border) {
    background-color: var(--white-color);
    color: var(--white-color)
}

.th-pagination span:has(.btn-border):before,.th-pagination span:has(.btn-border):after,.th-pagination a:has(.btn-border):before,.th-pagination a:has(.btn-border):after {
    background: var(--white-color);
    -webkit-clip-path: polygon(100% 5%, 100% 0%, 25% 50%, 100% 100%, 100% 95%, 30% 50%);
    clip-path: polygon(100% 5%, 100% 0%, 25% 50%, 100% 100%, 100% 95%, 30% 50%)
}

.th-pagination span:has(.btn-border).active,.th-pagination span:has(.btn-border):hover,.th-pagination a:has(.btn-border).active,.th-pagination a:has(.btn-border):hover {
    background: var(--theme-color);
    color: var(--theme-color)
}

.th-pagination span:has(.btn-border).active .btn-border,.th-pagination span:has(.btn-border):hover .btn-border,.th-pagination a:has(.btn-border).active .btn-border,.th-pagination a:has(.btn-border):hover .btn-border {
    background: var(--title-color)
}

.th-pagination span:has(.btn-border).active:before,.th-pagination span:has(.btn-border).active:after,.th-pagination span:has(.btn-border):hover:before,.th-pagination span:has(.btn-border):hover:after,.th-pagination a:has(.btn-border).active:before,.th-pagination a:has(.btn-border).active:after,.th-pagination a:has(.btn-border):hover:before,.th-pagination a:has(.btn-border):hover:after {
    background: var(--theme-color)
}

@media (max-width: 767px) {
    .th-pagination span,.th-pagination a {
        width:60px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .th-pagination span:has(.btn-border):before,.th-pagination span:has(.btn-border):after,.th-pagination a:has(.btn-border):before,.th-pagination a:has(.btn-border):after {
        background: var(--white-color);
        -webkit-clip-path: polygon(100% 5%, 100% 0%, 25% 50%, 100% 100%, 100% 95%, 30% 50%);
        clip-path: polygon(80% 10%, 80% 0%, 15% 50%, 100% 120%, 90% 100%, 30% 50%)
    }
}

.blog-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-meta span,.blog-meta a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: var(--body-color);
    font-family: var(--body-font);
    position: relative;
    margin-right: 20px
}

.blog-meta span:after,.blog-meta a:after {
    content: '';
    display: inline-block;
    height: 15px;
    width: 1px;
    background-color: var(--th-border-color);
    margin-left: 20px;
    position: relative;
    top: 3px
}

.blog-meta span i,.blog-meta a i {
    margin-right: 10px;
    color: var(--theme-color)
}

.blog-meta span:last-child,.blog-meta a:last-child {
    margin-right: 0;
    padding-right: 0
}

.blog-meta span:last-child:after,.blog-meta a:last-child:after {
    display: none
}

.blog-meta .author img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 6px
}

.blog-meta a:hover {
    color: var(--theme-color)
}

.blog-img img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-title a {
    color: inherit
}

.blog-title a:hover {
    color: var(--theme-color)
}

.th-blog {
    margin-bottom: 30px
}

.blog-single {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px);
    background-color: var(--black-color3);
    overflow: hidden;
    padding: 40px;
    border-radius: 30px
}

.blog-single .blog-title {
    margin-bottom: 17px;
    font-size: 36px;
    color: var(--white-color);
    line-height: 1.333;
    font-weight: 700
}

.blog-single .blog-meta {
    margin: -0.35em 0 15px 0
}

.blog-single .blog-content {
    margin: 0 0 0 0;
    position: relative
}

.blog-single .blog-img {
    position: relative;
    overflow: hidden;
    background-color: var(--black-color3);
    border-radius: 20px;
    margin-bottom: 40px
}

.blog-single .blog-img .play-btn {
    --icon-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2)
}

.blog-details .blog-single {
    background: var(--black-color3)
}

@media (max-width: 1299px) {
    .blog-single {
        border-radius:20px;
        padding: 30px
    }

    .blog-single .blog-img {
        border-radius: 20px;
        margin-bottom: 30px
    }
}

@media (max-width: 1199px) {

    .blog-single .blog-title {
        font-size: 30px
    }
}

@media (max-width: 767px) {

    .blog-details .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px
    }

    .blog-single .blog-meta span,.blog-single .blog-meta a {
        padding-right: 3px
    }

    .blog-single .blog-meta span:after,.blog-single .blog-meta a:after {
        display: none
    }
}

@media (max-width: 575px) {
    .blog-single .blog-title {
        font-size:26px
    }
}

@-webkit-keyframes lineBg {
    0% {
        background-position: 0% 0%
    }

    40% {
        background-position: -80% 100%
    }

    60% {
        background-position: -150% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

@keyframes lineBg {
    0% {
        background-position: 0% 0%
    }

    40% {
        background-position: -80% 100%
    }

    60% {
        background-position: -150% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

#description {
    margin-bottom: 30px
}

.contact-sec-1 {
    position: relative;
    -webkit-clip-path: polygon(0 0, calc(50% - 330px) 0%, calc(50% - 256px) 72px, calc(50% + 256px) 72px, calc(50% + 330px) 0, 100% 0, 100% 100%, calc(50% + 330px) 100%, calc(50% + 256px) calc(100% - 72px), calc(50% - 256px) calc(100% - 72px), calc(50% - 330px) 100%, 0 100%);
    clip-path: polygon(0 0, calc(50% - 330px) 0%, calc(50% - 256px) 72px, calc(50% + 256px) 72px, calc(50% + 330px) 0, 100% 0, 100% 100%, calc(50% + 330px) 100%, calc(50% + 256px) calc(100% - 72px), calc(50% - 256px) calc(100% - 72px), calc(50% - 330px) 100%, 0 100%)
}

.contact-sec-1:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 4px;
    background: var(--title-color);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media (max-width: 1399px) {
    .contact-sec-1:after {
        display:none
    }
}

@media (max-width: 991px) {
    .contact-sec-1 {
        -webkit-clip-path:none;
        clip-path: none
    }
}

.contact-page-1 {
    max-width: 1464px;
    margin-left: auto;
    margin-right: auto
}

.contact-feature {
    padding: 25px 25px 18px;
    border-radius: 20px;
    border: 1px solid var(--th-border-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    background: var(--black-color3)
}

.contact-feature:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width: 1300px) and (min-width: 1200px) {
    .contact-feature {
        padding:14px 10px 14px 14px
    }
}

.contact-feature .box-title {
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 4px
}

.blog-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--white-color)
}

.blog-card {
   background: #0f1c23;
    padding: 25px;
    border-radius: 60px 0px;
}

.blog-card .blog-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 12px
}

.blog-card .blog-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.blog-card .blog-title a:hover {
    background-size: 100% 2px
}

.blog-card .box-title {
    margin-top: 23px;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 600
}

.blog-card .box-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.blog-card .box-title a:hover {
    background-size: 100% 2px
}

.blog-card .blog-img {
    overflow: hidden;
    border-radius: 30px;
    position: relative
}

.blog-card .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 30px
}

.blog-card .blog-meta {
    margin-bottom: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-card .blog-meta span,.blog-card .blog-meta a {
    font-weight: 400
}

.blog-card .blog-meta span>i,.blog-card .blog-meta a>i {
    color: var(--theme-color)
}

.blog-card .blog-content {
    padding: 25px 0px 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 0
}

.blog-card .link-btn {
    color: var(--theme-color);
    font-weight: 600
}

.blog-card .link-btn:before {
    background-color: var(--theme-color)
}

.blog-card .link-btn:hover {
    color: var(--theme-color)
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.blog-card:hover .blog-img:after {
    opacity: 0.8
}

@media (max-width: 1399px) {
    .blog-card .box-title {
        font-size:20px
    }
}

@media (max-width: 575px) {
    .blog-card .blog-title {
        font-size:24px
    }
}

.blog-card.style2 {
    background: var(--black-color3);
    padding: 24px;
    border-radius: 0
}

.blog-card.style2 .blog-img {
    border-radius: 0
}

.blog-card.style2 .blog-img img {
    border-radius: 0
}

.blog-card.style2 .blog-content {
    padding: 24px 0 0
}

.blog-card.style2 .blog-content .blog-meta {
    margin-top: -0.3em;
    margin-bottom: 10px
}

.blog-card.style2 .blog-content .box-title {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.333em
}

.blog-card.style2 .blog-content .box-title a {
    background-image: none;
    color: var(--white-color)
}

.blog-card.style2 .blog-content .box-title a:hover {
    color: var(--theme-color)
}

@media (max-width: 1299px) {
    .blog-card.style2 .blog-content .box-title {
        font-size:24px
    }
}

@media (max-width: 1199px) {
    .blog-card.style2 .blog-content .box-title {
        font-size:30px
    }
}

@media (max-width: 991px) {
    .blog-card.style2 .blog-content .box-title {
        font-size:24px
    }
}

@media (max-width: 320px) {
    .blog-card.style2 .blog-content .box-title {
        font-size:20px
    }
}

.blog-card.style3 {
    background: var(--black-color2);
    padding: 30px
}

@media (max-width: 375px) {
    .blog-card.style3 {
        padding:25px
    }
}

.blog-card.style3 .blog-img {
    border-radius: 0
}

.blog-card.style3 .blog-img img {
    border-radius: 0
}

.blog-card.style3 .blog-content {
    padding-top: 30px
}

@media (max-width: 375px) {
    .blog-card.style3 .blog-content {
        padding-top:25px
    }
}

.blog-card.style3 .blog-content .blog-meta {
    margin-top: -0.3em;
    margin-bottom: 8px
}

.blog-card.style3 .blog-content .box-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600
}

.blog-card.style3 .blog-content .box-title a {
    color: var(--white-color)
}

.blog-card.style3 .blog-content .box-title a:hover {
    color: var(--theme-color)
}

@media (max-width: 991px) {
    .blog-card.style3 .blog-content .box-title {
        font-size:24px
    }
}

@media (max-width: 375px) {
    .blog-card.style3 .blog-img {
        margin:0
    }

    .blog-card.style3 .blog-content {
        padding-top: 30px
    }
}

.blog-sec4-bg-shape {
    position: absolute;
    inset: 240px 0 0 0;
    background-size: contain
}

.blog-card.style4 {
    background-size: 100% 100%;
    padding: 40px
}

@media (max-width: 991px) {
    .blog-card.style4 {
        padding:30px
    }
}

@media (max-width: 375px) {
    .blog-card.style4 {
        padding:20px 20px 30px
    }
}

.blog-card.style4 .blog-img {
    border-radius: 0
}

.blog-card.style4 .blog-img img {
    border-radius: 0
}

.blog-card.style4 .blog-content {
    padding: 40px 0 0
}

@media (max-width: 991px) {
    .blog-card.style4 .blog-content {
        padding:30px 0 0 0
    }
}

.blog-card.style4 .blog-content .blog-meta {
    margin-top: -0.3em;
    margin-bottom: 16px
}

.blog-card.style4 .blog-content .box-title {
    margin-top: 0;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.333em
}

.blog-card.style4 .blog-content .box-title a {
    background-image: none;
    color: var(--white-color)
}

.blog-card.style4 .blog-content .box-title a:hover {
    color: var(--theme-color)
}

@media (max-width: 1199px) {
    .blog-card.style4 .blog-content .box-title {
        font-size:30px
    }
}

@media (max-width: 991px) {
    .blog-card.style4 .blog-content .box-title {
        font-size:24px
    }
}

@media (max-width: 767px) {
    .blog-card.style4 .blog-content .box-title {
        font-size:30px
    }
}

@media (max-width: 575px) {
    .blog-card.style4 .blog-content .box-title {
        font-size:24px
    }
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.checklist.list-two-column ul {
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 0 40px
}

@media (max-width: 767px) {
    .checklist.list-two-column ul {
        grid-template-columns:auto
    }

    .checklist.list-two-column ul li {
        text-align: initial
    }
}

.checklist li {
    color: var(--body-color);
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.checklist li:before {
    height: 28px
}

.checklist li>i {
    color: var(--theme-color);
    top: 5px;
    position: relative
}

.checklist li:not(:last-child) {
    margin-bottom: 15px
}

.checklist.style2 li {
    font-size: 16px;
    font-weight: 400;
    color: var(--title-color);
    gap: 10px;
    line-height: initial;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.checklist.style2 li:not(:last-child) {
    margin-bottom: 16px
}

.checklist.style2 li>i {
    font-size: 14px;
    border-radius: 50%;
    background: rgba(230,58,39,0.1);
    padding: 4px
}

.modal {
    z-index: 999;
    padding-right: 0 !important
}

.modal-dialog {
    max-width: 100%
}

.modal-dialog .modal-content {
    background: transparent;
    border: 0
}

.modal-dialog .modal-content .modal-header {
    border: 0
}

.modal-dialog .btn-close {
    padding: 0;
    outline: 0;
    box-shadow: none;
    margin: 0 10px 0 auto;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--white-color);
    border: 0;
    opacity: 1
}

.modal-dialog .btn-close:hover i {
    -webkit-animation: toTopFromBottom .5s forwards;
    animation: toTopFromBottom .5s forwards
}

.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 0px;
    overflow: hidden;
    background-color: transparent;
    text-align: left;
    position: relative;
    z-index: 3
}

.accordion-card:after,.accordion-card:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: var(--theme-color);
    opacity: 0.3;
    left: 0
}

.accordion-card:before {
    bottom: 0;
    top: auto
}

.accordion-card:not(:last-child) {
    margin-bottom: 24px
}

.accordion-card .accordion-button {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--title-font);
    border: 0;
    color: var(--white-color);
    background-color: transparent;
    border-radius: 0;
    padding: 12px 60px 12px 0px;
    min-height: 70px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

.accordion-card .accordion-button:after {
    content: "\2b";
    height: 100%;
    width: auto;
    line-height: 1;
    background-color: transparent;
    background-image: none;
    font-family: var(--icon-font);
    color: var(--white-color);
    font-weight: 500;
    font-size: 20px;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 30px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-card .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-radius: 0
}

.accordion-card .accordion-button:not(.collapsed):after {
    content: '\f068'
}

.accordion-card .accordion-collapse {
    border: none
}

.accordion-card .accordion-body {
    border-radius: 0;
    border: none;
    padding: 0px 0 30px
}

.accordion-card .faq-text {
    margin-bottom: -0.48em
}

.accordion-card:has(.show) {
    border-radius: 0px
}

@media (max-width: 575px) {

    .accordion-card .accordion-button {
        font-size: 16px
    }
}

.accordion-card.style2 {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 0px;
    overflow: inherit;
    background-color: transparent;
    text-align: left;
    position: relative;
    z-index: 3;
    padding-bottom: 5px
}

.accordion-card.style2:after,.accordion-card.style2:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background: var(--black-color2);
    opacity: 1;
    left: 0
}

.accordion-card.style2:before {
    bottom: 0;
    top: auto;
    display: none
}

.accordion-card.style2:last-child:before {
    display: block
}

.accordion-card.style2:not(:last-child) {
    margin-bottom: 0px
}

.accordion-card.style2 .accordion-button {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--title-font);
    border: 0;
    color: var(--theme-color);
    background-color: transparent;
    border-radius: 0;
    padding: 6px 60px 0 0px;
    min-height: 80px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

.accordion-card.style2 .accordion-button:after {
    content: '';
    top: 35px;
    left: -38px;
    right: auto;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(150,158,178,0.3);
    background: var(--title-color);
    border-radius: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media (max-width: 575px) {
    .accordion-card.style2 .accordion-button:after {
        left:-31px;
        top: 31px
    }
}

.accordion-card.style2 .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-card.style2 .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-radius: 0
}

.accordion-card.style2 .accordion-button:not(.collapsed):after {
    border-color: var(--theme-color);
    background: var(--theme-color)
}

@media (max-width: 575px) {
    .accordion-card.style2 .accordion-button {
        font-size:24px;
        min-height: 70px
    }
}

.accordion-card.style2 .accordion-collapse {
    border: none
}

.accordion-card.style2 .accordion-body {
    border-radius: 0;
    border: none;
    padding: 0px 0 27px
}

.accordion-card.style2 .faq-text {
    margin-bottom: -0.48em
}

.accordion-card.style2:has(.show) {
    border-radius: 0px
}

.game-card {
    text-align: center;
    padding: 20px;
    border-radius: 20px
}

.game-card .game-card-img {
    margin-bottom: -15px
}

.game-card .game-card-img img {
    width: 100%;
    border-radius: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.game-card .game-card-img a {
    display: block;
    overflow: hidden;
    border-radius: 10px
}

.game-card .game-card-details {
    margin-top: -1.4em
}

.game-card .game-card-details .box-title {
    color: var(--white-color);
    margin-bottom: 0
}

.game-card:hover .game-card-img a img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.game-card.style2 {
    padding: 0
}

.game-card.style2 .game-card-img {
    padding: 0 30px;
    position: relative;
    z-index: 1;
    margin-bottom: -50px;
    overflow: hidden
}

.game-card.style2 .game-card-img a {
    border-radius: 20px
}

.game-card.style2 .game-card-details {
    border: 1px solid var(--body-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 30px;
    padding: 152px 30px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    text-align: left;
    -webkit-transform: translate(0, -78px);
    -ms-transform: translate(0, -78px);
    transform: translate(0, -78px);
    margin-bottom: -78px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.game-card.style2 .game-card-details .box-title {
    font-size: 30px
}

.game-card.style2 .game-card-details .media-body {
    text-align: end;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.game-card.style2:hover .game-card-details {
    border-color: var(--theme-color)
}

@media (max-width: 1299px) {
    .game-card.style2 .game-card-details .box-title {
        font-size:24px
    }
}

@media (max-width: 1199px) {
    .game-card.style2 .game-card-details {
        display:block
    }

    .game-card.style2 .game-card-details .media-body {
        text-align: left;
        margin-top: 17px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.game-card.style3 {
    background: var(--black-color2);
    padding: 20px
}

.game-card.style3 .game-card-img {
    margin-bottom: -15px
}

@media (max-width: 375px) {
    .game-card.style3 .game-card-img {
        margin-bottom:-20px
    }
}

.game-card.style3 .game-card-img a {
    position: relative;
    border-radius: 0
}

.game-card.style3 .game-card-img a:after {
    content: '';
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, #000 0%, rgba(0,0,0,0) 50.74%);
    background: linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 50.74%)
}

.game-card.style3 .game-card-img img {
    border-radius: 0;
    height: 270px;
    object-fit: cover
}

@media (max-width: 1199px) {
    .game-card.style3 .game-card-img img {
        height:200px
    }
}

@media (max-width: 767px) {
    .game-card.style3 .game-card-img img {
        height:270px
    }
}

@media (max-width: 375px) {
    .game-card.style3 .game-card-img img {
        height:220px
    }
}

.game-card.style3 .game-card-details {
    margin-top: 0
}

.game-card.style3 .game-card-details .box-title {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 9px
}

@media (max-width: 1299px) {
    .game-card.style3 .game-card-details .box-title {
        font-size:24px
    }
}

.game-card.style4 {
    padding: 20px;
    box-shadow: 0 0 5px #FFEB3B, 0 0 8px rgb(226 0 0);
}

.game-card.style4 .game-card-img {
    margin-bottom: 0
}

.game-card.style4 .game-card-details {
    margin-top: 30px;
    text-align: start
}

.game-card.style4 .game-card-details .box-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px
}

.game-card.style4:hover .game-card-img a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.cta-wrap3 {
    padding: 35px 0 35px 60px;
    position: relative
}

.cta-wrap3:after {
    content: '';
    position: absolute;
    background: var(--black-color3);
    inset: 0;
    z-index: -1;
    -webkit-clip-path: polygon(77px 0%, calc(100% - 77px) 0%, 100% 77px, 100% calc(100% - 77px), calc(100% - 77px) 100%, 77px 100%, 0% calc(100% - 77px), 0% 77px);
    clip-path: polygon(77px 0%, calc(100% - 77px) 0%, 100% 77px, 100% calc(100% - 77px), calc(100% - 77px) 100%, 77px 100%, 0% calc(100% - 77px), 0% 77px)
}

.cta-wrap3 .title-area {
    margin-right: -21px
}

@media (max-width: 1399px) {
    .cta-wrap3 {
        padding:60px 60px
    }

    .cta-wrap3:after {
        -webkit-clip-path: polygon(50px 0%, calc(100% - 50px) 0%, 100% 50px, 100% calc(100% - 50px), calc(100% - 50px) 100%, 50px 100%, 0% calc(100% - 50px), 0% 50px);
        clip-path: polygon(50px 0%, calc(100% - 50px) 0%, 100% 50px, 100% calc(100% - 50px), calc(100% - 50px) 100%, 50px 100%, 0% calc(100% - 50px), 0% 50px)
    }
}

@media (max-width: 767px) {
    .cta-wrap3 {
        padding:40px
    }
}

@media (max-width: 375px) {
    .cta-wrap3 {
        padding:40px 30px
    }
}

.cta-thumb3-1 {
    margin-right: -130px;
    margin-left: -60px
}

.cta-thumb3-1 img {
    width: 100%;
    border-radius: 30px
}

@media (max-width: 1500px) {
    .cta-thumb3-1 {
        margin-right:-50px
    }
}

@media (max-width: 1399px) {
    .cta-thumb3-1 {
        margin-right:0
    }
}

@media (max-width: 1199px) {
    .cta-thumb3-1 {
        margin-left:0
    }
}

.video-box1 {
    position: relative;
    display: inline-block
}

.video-box1 .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mt-5 {
    margin-top: 5px
}

.mt-20 {
    margin-top: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.space,.space-top {
    padding-top: var(--section-space)
}

.space,.space-bottom {
    padding-bottom: var(--section-space)
}

.space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px)
}

@media (max-width: 991px) {
    .space,.space-top {
        padding-top:var(--section-space-mobile)
    }

    .space,.space-bottom {
        padding-bottom: var(--section-space-mobile)
    }

    .space-extra2-bottom {
        padding-bottom: 70px
    }
}
@media (max-width: 767px) {
    .games-list > div {
        width: 50%;
        flex: 0 0 50%;
    }
}