/*
  Theme Name: Halda - eSports Gaming HTML5 Template.
  Support: admin@gmail.com
  Description: Halda - eSports Gaming HTML5 Template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Mobile-menu
4. Search
5. Breadcrumb
6. Banner
7. About
9. Just-gamer-area
10. Tournament
11. Team
12. Squad-area
13. RoadMap-area
14. Gallery
15. Live-stream
16. Stem
17. My-match
18. Give-player
19. Live-match
20. Offer
21. Counter
22. Countdown
23. Match single
24. Shop
25. Pagination
26. Blog
27. Blog-details
28. Contact
29. Newsletter
30. Footer
31. Preloader

*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&display=swap');

@font-face {
    font-family: 'Refault';
    src: url('../fonts/REFAULT.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/REFAULT.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/REFAULT.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/REFAULT.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/REFAULT.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #cfcfcf;
    font-style: normal;
    background: #15171c;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #ff8503;
    text-decoration: none;
}

a,
button {
    color: #ff8503;
    outline: medium none;
    text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #cfcfcf;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

::-moz-selection {
    background: #20ff03;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #20ff03;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #000000;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #000000;
    font-size: 14px;
    opacity: 1;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0, 0, 0);
    -webkit-box-shadow: inset 0 0 6px rgb(0, 0, 0);
    border-radius: 10px;
    background-color: #000000;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #000000;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgb(0, 0, 0);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #20ff03;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}

.slick-slide:focus-visible {
    outline: none;
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.row.g-0 {
    --bs-gutter-x: 0;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

/* button style */
.btn {
    -moz-user-select: none;
    user-select: none;
    background: #20ff03 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 100px;
    padding: 18px 33px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
    border-radius: 0;
    position: relative;
    font-family: 'Oswald', sans-serif;
}

.btn:hover {
    color: #fff;
    background: #1f2029;
}

.breadcrumb>.active {
    color: #888;
}


/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 48px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #20ff03;
    transition: 1s ease;
    border: none;
    clip-path: polygon(70% 0, 100% 30%, 100% 100%, 30% 100%, 0 70%, 0 0);
    opacity: 0;
}

.scroll-top.open {
    bottom: 30px;
    opacity: 1;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%);
}

.scroll-top:hover {
    background: #fff;
    color: #20ff03;
}


/* 2. Header */
.custom-container {
    max-width: 1570px;
}

.menu-area {
    background: #000000;
    position: relative;
    box-shadow: 0px 3px 27px 0px rgb(0, 0, 0);
    z-index: 9;
}

.menu-area::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 175px;
    height: 18px;
    background: #000000;
    clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
}

.menu-area::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -18px;
    width: 175px;
    height: 18px;
    background: #000000;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
}

.menu-area.sticky-menu::after {
    display: none;
}

.menu-area.sticky-menu::before {
    display: none;
}

.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.navbar-wrap {
    display: flex;
    flex-grow: 1;
}

.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 130px;
}

.navbar-wrap ul li {
    display: block;
    position: relative;
}

.navbar-wrap ul li a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #e8e6e6;
    padding: 48px 30px;
    display: block;
    line-height: 1;
    position: relative;
    font-family: 'Oswald', sans-serif;
    z-index: 1;
}

.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a {
    color: #20ff03;
}

.navbar-wrap>ul>li>a::before {
    transform: skewX(-15deg);
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #20ff03;
    opacity: 0;
    transition: .3s linear;
}

.navbar-wrap>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-15deg);
    right: 0;
    margin: 0 auto;
    z-index: -1;
    opacity: 0;
    background: #020202;
    transition: .3s linear;
}

.navbar-wrap ul>li:hover>a::before,
.navbar-wrap ul>li:hover>a::after,
.navbar-wrap>ul>li.active>a:before,
.navbar-wrap>ul>li.active>a::after {
    opacity: 1;
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}

.header-action ul {
    display: flex;
    align-items: center;
}

.header-action ul li {
    margin-right: 50px;
}

.header-action ul li:last-child {
    margin-right: 0;
}

.header-action ul .header-search a {
    color: #fff;
    font-size: 16px;
}

.header-action ul .header-search a:hover {
    color: #20ff03;
}

.header-action ul .header-sine {
    background: #000000;
    display: flex;
    align-items: center;
    position: relative;
}

.header-action ul .header-sine::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    width: 5px;
    height: 100%;
    background: #000000;
    box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2),
        inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
}

.header-action ul .header-sine a {
    color: #cfcdcd;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transition: .3s linear;
    padding: 5px 25px 5px 5px;
    position: relative;
    font-family: 'Oswald', sans-serif;
}

.header-action ul .header-sine a::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    right: 0;
    background: #20ff03;
}

.header-action ul .header-sine a:hover {
    color: #20ff03;
}

.header-action ul .header-sine a i {
    width: 32px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    background: #000000;
    margin-right: 15px;
    box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2),
        inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
}

.navbar-wrap ul li .sub-menu {
    position: absolute;
    z-index: 9;
    border-radius: 0;
    display: block;
    left: -15px;
    opacity: 0;
    padding: 18px 0;
    right: 0;
    top: 100%;
    visibility: hidden;
    min-width: 230px;
    border: 1px solid #000000;
    background: #000000;
    box-shadow: 0px 30px 70px 0px rgb(0, 0, 0);
    -webkit-box-shadow: 0px 30px 70px 0px rgb(1, 1, 1);
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li .sub-menu li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.navbar-wrap ul li .sub-menu li a {
    padding: 0 10px 0 25px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.navbar-wrap ul li .sub-menu li a::after {
    transform: skewX(0deg);
}

.navbar-wrap ul li .sub-menu li a::before {
    left: 0;
    transform: skewX(0deg);
}

.navbar-wrap ul li.active .sub-menu li.active a {
    background: #000000;
    color: #fff;
}

.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #000000;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(0, 0, 0);
    box-shadow: 0 10px 15px rgb(0, 0, 0);
    border-radius: 0;
}

.header-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.header-icon a {
    width: 120px;
    height: calc(100% + 18px);
    background: #000000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: unset;
}

.menu-area.sticky-menu .header-icon a {
    height: 100%;
}

/* header-style-two */
.menu-area.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
    background: rgb(153 5 190 / 80%);
}

.menu-area.transparent-header::after {
    background: rgb(153 5 190 / 80%);
}

.menu-area.transparent-header::before {
    background: rgb(153 5 190 / 80%);
}

.transparent-header .navbar-wrap ul li a::after {
    background: #440557;
}

.transparent-header.sticky-menu {
    background: #9905be;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.993);
    box-shadow: 0 10px 15px rgb(0, 0, 0);
    border-radius: 0;
}

.transparent-header .header-action ul li {
    margin-right: 25px;
}

.transparent-header .header-action ul li:last-child {
    margin-right: 0;
}

.transparent-header .header-action ul .header-th a {
    font-size: 26px;
    color: #fff;
}

.transparent-header .header-action ul .header-search a {
    font-size: 20px;
}

.header-action ul .header-phone {
    background: #480159;
    padding: 25px 29px;
    display: flex;
    align-items: center;
}

.header-phone .phone-icon {
    background: #20ff03;
    width: 67px;
    height: 61px;
    text-align: center;
    line-height: 58px;
    color: #fff;
    border-radius: 6px;
    margin-right: 15px;
}

.header-phone .phone-icon img {
    max-width: 36px;
}

.header-phone .call a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    display: block;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
}

.header-phone .call>span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    color: #fff;
}

.header-phone .call a:hover {
    color: #20ff03;
}

.header-fixed-position {
    display: block;
    height: 111px;
}

/* 3. Mobile-menu */
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: #fff;
    margin-right: 30px;
    top: 15px;
}

.nav-logo img {
    width: 150px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: 0px;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: #000;
}

.mobile-menu-visible .menu-backdrop {
    opacity: 0.80;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #000000;
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0, 0, 0);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #20ff03;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.993);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(0, 0, 0);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(0, 0, 0);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.mobile-menu .navigation li.active>a,
.mobile-menu .navigation li:hover>a {
    color: #20ff03;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: #2e2e30;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #20ff03;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-menu .social-links li {
    position: relative;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    display: block;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #20ff03;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    display: none;
    margin-top: 6px;
}

/* 4. Search */
.search-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.95);
    height: 100%;
    width: 100%;
    z-index: 99;
    padding: 100px 0;
    display: none;
}

.search-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.search-wrap .title {
    font-size: 47px;
    margin: 0 0 70px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
}

.search-form {
    position: relative;
}

.search-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ff8503;
    padding: 10px 50px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    background: transparent;
    color: #fff;
}

.search-form input::placeholder {
    font-size: 30px;
    color: #fff;
    opacity: .5;
}

.search-btn {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    color: #ff8503;
    top: 50%;
    transform: translateY(-50%);
}

.search-close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: #20ff03;
    cursor: pointer;
}

/* Offcanvas-menu */
.extra-info {
    background: #000000 none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.7s ease 0s;
    width: 340px;
    z-index: 999;
    overflow-y: scroll;
    transform: translateX(100%);
}

.extra-info.active {
    transform: translateX(0);
}

.close-icon {
    margin-top: -16px;
    text-align: right;
}

.close-icon>button {
    background: transparent;
    border: 0 none;
    color: #20ff03;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

.side-info {
    border-top: 1px solid #344159;
    padding-top: 25px;
}

.contact-list h4 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.contact-list p {
    color: #cfcfcf;
    margin: 0;
    margin-bottom: 2px;
    line-height: 26px;
}

.side-instagram {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.side-instagram li {
    width: 33.3333%;
    flex: 0 0 33.3333%;
    padding: 5px;
}

.side-instagram li>a {
    display: block;
}

.side-instagram img {
    width: 100%;
}

.social-icon-right>a {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.social-icon-right>a:hover {
    color: #20ff03;
}

.offcanvas-overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.offcanvas-overly.active {
    opacity: .5;
    visibility: visible;
}

/* 5. Breadcrumb */
.breadcrumb-bg {
    background-image: url(../img/bg/breadcrumb_bg.jpg);
    background-position: bottom center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.breadcrumb-bg-two,
.breadcrumb-bg-three {
    background-image: url(../img/bg/breadcrumb_bg02.jpg);
}

.breadcrumb-bg-three .breadcrumb-content {
    display: flex;
    align-items: center
}

.breadcrumb-overflow {
    overflow: hidden;
    padding: 65px 0 110px;
    position: relative;
}

.breadcrumb-bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 100%;
    height: 11px;
    background-image: url(../img/bg/breadcrumb_line.png);
    background-size: cover;
    background-position: center;
}

.breadcrumb-inner {
    padding: 0 85px;
}

.breadcrumb-content .title {
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 25px;
}

.breadcrumb-content .breadcrumb {
    display: inline-flex;
    align-items: center;
    margin: 0 0 0;
    background: #20ff03;
    clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
    padding: 15px 25px;
}

.breadcrumb-content .breadcrumb .breadcrumb-item {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.breadcrumb-content .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
    padding-right: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "\f101");
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.breadcrumb-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.breadcrumb-shape.shape-2 {
    left: auto;
    right: 0;
}

.breadcrumb-img {
    position: relative;
    padding: 0 65px 0 0;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.breadcrumb-img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/images/breadcrumb_img_shape.png);
    width: 570px;
    height: 426px;
    z-index: -1;
}

.zoom-fade,
.breadcrumb-img::before {
    animation-name: zoom-fade;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }

    50% {
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }

    100% {
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }

    50% {
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }

    100% {
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }
}

.breadcrumb-img-two {
    max-width: 534px;
    margin: 0 auto;
    padding: 0 85px;
    position: relative;
    z-index: 1;
}

.breadcrumb-img-two::before,
.breadcrumb-img-two::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/images/breadcrumb_img_shape01.png);
    width: 210px;
    height: 319px;
    pointer-events: none;
    transition: .5s linear;
    z-index: -1;
}

.breadcrumb-img-two::after {
    background-image: url(../img/images/breadcrumb_img_shape02.png);
    left: auto;
    right: 0;
}

.breadcrumb-img-two:hover::before {
    left: 50px;
}

.breadcrumb-img-two:hover::after {
    left: auto;
    right: 50px;
}

.breadcrumb-img-three {
    min-width: 416px;
    margin: 0 0 0 -22px;
    padding: 0 0;
    position: relative;
    z-index: 1;
}

.breadcrumb-img-three.right-team {
    margin: 0 -22px 0 auto;
}

.breadcrumb-img-three::before,
.breadcrumb-img-three::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/images/breadcrumb_team_shape01.png);
    width: 164px;
    height: 249px;
    pointer-events: none;
    transition: .4s linear;
}

.breadcrumb-img-three::after {
    background-image: url(../img/images/breadcrumb_team_shape02.png);
    left: auto;
    right: 0;
}

.breadcrumb-img-three:hover::before {
    left: 25px;
}

.breadcrumb-img-three:hover::after {
    left: auto;
    right: 25px;
}

.breadcrumb-img-three .team-name {
    margin: 12px 0 0;
    text-align: center;
}

.breadcrumb-img-three .team-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 31%;
}

.breadcrumb-img-three.right-team .team-logo {
    transform: translateX(-43%);
}

.breadcrumb-bg-three .breadcrumb-overflow {
    padding: 90px 0 130px;
    position: relative;
}

.breadcrumb-content .coming-time {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #20ff03;
    clip-path: polygon(93% 0, 100% 34%, 100% 100%, 8% 100%, 0 66%, 0 0);
    padding: 10px 25px;
    max-width: 255px;
    min-height: 55px;
    color: #fff;
    margin: 0 auto;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.breadcrumb-content .coming-time .time-count {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.breadcrumb-content .coming-time .time-count span {
    margin-right: 10px;
}

.breadcrumb-content .coming-time .time-count:last-child,
.breadcrumb-content .coming-time .time-count:last-child span {
    margin-right: 0;
}

/* 6. Banner */
.banner-bg {
    background-image: url(../img/slider/banner_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    width: 100%;
    height: 836px;
    display: flex;
    align-items: center;
}

.banner-content .small-title {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 30px;
    text-shadow: 0px 7px 0px rgba(0, 0, 0, 0.54);
    margin-bottom: 25px;
}

.banner-content .title {
    font-size: 150px;
    color: #fff;
    line-height: .9;
    margin-bottom: 0;
    font-family: 'Refault';
    font-weight: normal;
}

.banner-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.banner-btn>a {
    margin-top: 10px;
}

.banner-btn a>i {
    margin-left: 10px;
    font-size: 20px;
}

.banner-btn .text-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 20px;
    font-family: 'Oswald', sans-serif;
}

.banner-btn .text-btn:hover {
    color: #20ff03;
}

/* Banner-two */
.banner-area-two.banner-bg {
    background-image: url(../img/slider/banner_bg02.jpg);
    height: 916px;
}

.banner-area-two .banner-content {
    margin-top: 110px;
}

/* Banner-three */
.banner-three-bg {
    background-image: url(../img/slider/banner_bg03.jpg);
    background-position: bottom center;
    background-size: cover;
    padding: 100px 0;
}

.banner-area-three .banner-content .small-title {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: none;
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    color: #c3c3c3;
}

.banner-area-three .banner-content .small-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background: #20ff03;
}

.banner-area-three .banner-content .title {
    font-size: 80px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    display: table;
    align-items: center;
    line-height: 1.3;
    margin-bottom: 22px;
}

.banner-area-three .banner-content .title span {
    font-weight: 300;
    color: #20ff03;
}

.banner-area-three .banner-content .title i {
    margin-right: 15px;
}

.banner-area-three .banner-content p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 35px;
    width: 80%;
}

.banner-area-three .banner-content .banner-btn {
    justify-content: flex-start;
}

.banner-area-three .banner-content .banner-btn .btn {
    font-size: 18px;
    letter-spacing: 0;
}

.banner-img-wrap {
    margin-left: auto;
    width: 565px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-img-item {
    width: 265px;
    flex: 0 0 265px;
    height: 262px;
    position: relative;
    margin-bottom: 35px;
    padding-left: 25px;
    padding-bottom: 20px;
    z-index: 1;
}

.banner-img-item .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s linear;
    z-index: -1;
}

.banner-img-item:hover .shape {
    bottom: 22px;
    left: 25px;
}

.banner-img-item:nth-child(4n+3),
.banner-img-item:nth-child(4n+4) {
    margin-bottom: 0;
}

.banner-img-item:nth-child(4n+1) {
    margin-top: 30px;
}

.banner-img-item:nth-child(4n+4) {
    margin-top: -30px;
}

/* 7. About */
.about-bg {
    background-image: url(../img/bg/about_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 110px 0 120px;
    overflow: hidden;
}

.about-title {
    margin: 0 0 50px;
}

.about-title .title {
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 1.5;
    margin: 0 0 0;
}

.about-info-item {
    display: flex;
    background: #1a1b21;
    border: 1px solid #23242a;
    margin: 0 0 30px;
    border-radius: 4px;
    padding: 35px 35px;
    transition: .3s linear;
    transform: translateY(0);
}

.about-info-item:hover {
    transform: translateY(-5px);
}

.about-info-icon {
    margin-right: 30px;
}

.about-info-icon img {
    max-width: 50px;
}

.about-info-content .title {
    margin: 0 0 12px;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    transition: .3s linear;
}

.about-info-content p {
    margin: 0 0 0;
}

.about-info-item:hover .about-info-content .title {
    color: #ff8503;
}

.about-gallery-area {
    margin: 40px 0 0;
}

.about-gallery-active .slick-list {
    overflow: visible;
}

.about-gallery-active [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.about-gallery-item img {
    width: 100%;
}

/* area-bg */
.area-bg {
    background-image: url(../img/bg/area_bg.jpg);
    background-size: cover;
    background-position: center;
}

.area-bg-two {
    background-image: url(../img/bg/area_bg02.jpg);
    background-size: cover;
    background-position: center;
}

/* 9. Just-gamer-area */
.just-gamer-area {
    position: relative;
    z-index: 1;
}

.just-gamer-shape {
    background-image: url(../img/images/gamer_img_shadow.png);
    position: absolute;
    right: 0;
    top: -130px;
    width: 100%;
    height: 1092px;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -1;
}

.just-gamer-area .nav-tabs {
    border-bottom: none;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 36px;
}

.just-gamer-area .nav-tabs::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #20ff03;
    border-radius: 0 0 3px 3px;
}

.just-gamer-area .nav-tabs::after {
    content: "";
    position: absolute;
    right: 35px;
    bottom: -4px;
    width: 50px;
    height: 5px;
    background: #20ff03;
    border-radius: 0 0 4px 4px;
}

.just-gamer-area .nav-tabs .nav-link {
    margin-bottom: 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    cursor: pointer;
}

.just-gamer-area .nav-tabs .nav-item.show .nav-link,
.just-gamer-area .nav-tabs .nav-link.active {
    color: #20ff03;
    background-color: transparent;
    border-color: transparent;
}

.just-gamer-area .nav-tabs .nav-item:last-child {
    position: relative;
    margin-left: 60px;
}

.just-gamer-area .nav-tabs .nav-item:last-child::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 4px;
    background: #373843;
}

.just-gamer-content-box {
    background: #1f2029;
    padding: 48px 43px;
    box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.17);
    border-radius: 3px;
}

.section-title .title {
    font-size: 50px;
    margin-bottom: 24px;
}

.section-title p {
    margin-bottom: 30px;
    width: 92%;
}

.section-title .title span {
    color: #20ff03;
}

.gamer-content {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
}

.gamer-content P {
    margin-bottom: 0;
}

.gamer-content i {
    color: #20ff03;
    margin-right: 10px;
    font-size: 16px;
}

.just-gamer-img img {
    position: absolute;
}

.just-gamer-img .gamer-shadow {
    left: -22%;
    top: -30%;
}

.just-gamer-img .main-img {
    z-index: 1;
    position: inherit;
}

.just-gamer-img .shape-1 {
    left: 0;
    top: 80px;
}

.just-gamer-img .shape-2 {
    right: 60px;
    top: 121px;
}

.just-gamer-img .shape-3 {
    right: -109px;
    top: 0;
}


/* 10. Tournament */
.tournament-area {
    position: relative;
    z-index: 1;
}

.tournament-content .sub-title {
    font-size: 16px;
    color: #ff8503;
    margin-bottom: 13px;
}

.tournament-content .title {
    font-size: 30px;
    margin-bottom: 20px;
}

.tournament-content p {
    width: 90%;
    margin-bottom: 36px;
}

.tournament-content .btn {
    font-size: 16px;
    letter-spacing: 0;
}

.prize-pool {
    text-align: center;
}

.prize-pool .title {
    font-size: 30px;
    margin-bottom: 18px;
}

.prize-pool .prize {
    background: #20ff03;
    display: inline-block;
    font-size: 26px;
    font-weight: 400;
    color: #211f2a;
    padding: 11px 42px;
    border-radius: 25.5px;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
}

.tournament-area .prize-pool .coming-time {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: 'Oswald', sans-serif;
    top: 25px;
}

.tournament-area .prize-pool .coming-time::before {
    content: "\f017";
    display: block;
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 18px;
    margin-right: 12px;
}

.tournament-area .prize-pool .time-count {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}

.winner-wrap {
    background: #1f2029;
    text-align: center;
    padding: 50px;
    box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.17);
    border-radius: 3px;
}

.winner-wrap .title {
    font-size: 30px;
    margin-bottom: 28px;
}

.winner-wrap .winner-active .slick-arrow {
    border: none;
    background: #20ff03;
    width: 36px;
    height: 36px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    left: -65px;
    top: 30%;
}

.winner-wrap .winner-active .slick-next {
    left: auto;
    right: -65px;
}

.winner-thumb img {
    max-width: 100%;
    margin-bottom: 10px;
}

.slick-slide img {
    display: inline-block;
}

.winner-content span {
    display: inline-block;
    color: #fff;
    background: #20ff03;
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

/* 11. Team */
.section-title.title-style-two {
    position: relative;
    padding-bottom: 25px;
}

.section-title.title-style-two::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../img/images/section_line.png);
    height: 8px;
    width: 120px;
    margin: 0 auto;
}

.section-title.title-style-two .title {
    font-size: 40px;
    margin-bottom: 0;
}

.single-thumb {
    margin-bottom: 40px;
    width: calc(100% / 8);
    text-align: center;
}

.single-thumb a>img {
    border: 2px solid #282931;
    border-radius: 50%;
    transition: .3s linear;
    display: inline-block;
    position: relative;
}

.single-thumb a {
    position: relative;
}

.single-thumb a::before {
    content: "\f0c1";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 40px;
    opacity: 0;
    color: #20ff03;
    transition: .3s linear;
}

.single-thumb:hover a>img {
    border-color: #20ff03;
}

.single-thumb:hover a:hover::before {
    opacity: 1;
    z-index: 1;
}

.team-area-two .team-thumb img {
    width: 100%;
}

.team-area-two {
    background-image: url(../img/bg/team_bg.jpg);
    background-position: bottom center;
    background-size: cover;
    padding: 110px 0 87px;
}

.counter-area-two {
    padding: 35px 0 0;
}

/* 12. Squad-area */
.our-squad-area {
    padding: 130px 0 120px;
}

.squad-item {
    margin: 0 0 50px;
}

.squad-thumb a {
    display: block;
}

.squad-thumb img {
    width: 100%;
    border: 2px solid #242424;
}

.squad-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 25px 0 30px;
    border-bottom: 2px solid #242424;
}

.squad-info .title {
    font-size: 24px;
    margin-bottom: 5px;
}

.squad-info>span {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
}

.squad-social {
    margin-left: 20px;
    text-align: right;
}

.social-list {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: flex-end;
    margin: 0 0 15px;
}

.social-list>a {
    color: #bababa;
    margin: 0 0 0 11px;
}

.social-list>a:first-child {
    margin: 0;
}

.squad-social .follow-us {
    display: block;
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
    color: #20ff03;
}

.social-list>a:hover {
    color: #20ff03;
}

.load-more-squad {
    margin: 20px 0 0;
}

.load-more-squad .btn {
    font-size: 16px;
}

/* 13. RoadMap-area */
.roadmap-area {
    background: #080808;
    padding: 108px 0 120px;
    overflow: hidden;
}

.roadmap-area .title-style-three .title {
    margin-bottom: 0;
    justify-content: flex-start;
    text-transform: uppercase;
}

.roadmap-timeline-wrap {
    position: relative;
}

.roadmap-timeline-wrap::before {
    content: "";
    position: absolute;
    left: 33%;
    top: 0;
    background-image: url(../img/bg/time_line.png);
    width: 5px;
    height: 100%;
    background-repeat: no-repeat;
}

.roadmap-timeline-wrap ul li {
    display: flex;
    align-items: center;
    margin-bottom: 120px;
    position: relative;
}

.roadmap-timeline-wrap ul li:last-child {
    margin-bottom: 0;
}

.sold-percentage {
    width: 30%;
}

.sold-percentage .title {
    margin-bottom: 0;
    font-size: 50px;
}

.timeline-content {
    width: 55.4%;
    margin-left: auto;
}

.roadmap-timeline-wrap ul li::before {
    content: "";
    position: absolute;
    left: 31.6%;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    background: #454545;
    border-radius: 50%;
    border: 5px solid #080808;
    transition: .3s linear;
}

.roadmap-timeline-wrap ul li:hover::before {
    background: #fff;
}

.timeline-content .image {
    margin-bottom: 35px;
}

.timeline-content .image img {
    border-radius: 50%;
}

.timeline-content>p {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 55px 0 0;
    letter-spacing: 10px;
    line-height: 2.5;
}

.timeline-content .sold-img img {
    border: 12px solid #171717;
}

.timeline-content .accordion-button {
    color: #ffffff;
    background-color: #171717;
    box-shadow: none;
    border: none !important;
    border-radius: 0 !important;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 24px 28px;
}

.timeline-content .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #171717;
    box-shadow: none;
    border: none !important;
}

.timeline-content .accordion-item {
    background-color: #171717;
    border: none;
    border-radius: 6px !important;
    overflow: hidden;
    margin-bottom: 12px;
}

.timeline-content .accordion-item:last-child {
    margin-bottom: 0;
}

.timeline-content .accordion-body {
    padding: 0 28px 30px;
    position: relative;
}

.timeline-content .accordion-body::after {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 0;
    width: 50px;
    height: 5px;
    background: #20ff03;
    border-radius: 3px 3px 0 0;
}

.timeline-content .accordion-body .title {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0;
    line-height: 1.6;
}

.timeline-content .accordion-button::after {
    background-image: url(../img/icon/down_arrow.png);
    opacity: .64;
}

.timeline-content .accordion-button:not(.collapsed)::after {
    background-image: url(../img/icon/down_arrow.png);
    opacity: 1;
}

.timeline-bottom-image {
    max-width: 965px;
    margin: 120px auto 0;
    position: relative;
}

.timeline-bottom-image .main-img {
    width: 100%;
    border: 12px solid #20ff03;
}

.timeline-bottom-image .shape {
    position: absolute;
    right: 70px;
    bottom: 45px;
    z-index: 1;
}

.timeline-bottom-image .btn {
    position: absolute;
    left: 55px;
    bottom: 60px;
    z-index: 1;
}

.roadmap-area .title-style-three {
    margin-bottom: 55px;
}

/* 14. Gallery */
.gallery-area {
    position: relative;
    overflow: hidden;
}

.gallery-active .slick-list {
    overflow: visible;
}

.gallery-item {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.gallery-item img {
    display: inline-block;
    border-radius: 3px;
}

.gallery-active .slick-slide {
    margin-top: 50px;
    transition: .4s linear;
}

.gallery-active .slick-active.slick-center {
    margin-top: 0;
}

.gallery-area .slider-nav {
    max-width: 806px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
}

.gallery-area .slider-nav .slick-next.slick-arrow {
    margin-left: auto;
}

.slider-nav>span {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #20ff03;
    cursor: pointer;
    transition: .3s linear;
    font-family: 'Oswald', sans-serif;
}

.slider-nav>span i {
    color: #fff;
    font-size: 13px;
}

.slider-nav>span i:hover {
    color: #20ff03;
}

.slider-nav>span:hover {
    color: #fff;
}

/* 15. Gallery-two */
.gallery-area-two.gallery-bg {
    background-image: url(../img/bg/gallery_bg.png);
    background-position: top center;
    background-size: cover;
}

.gallery-active-two .slick-slide {
    transform: scale(0.85);
    transition: .4s linear;
    max-width: 1140px;
    padding: 10px;
    position: relative;
}

.gallery-active-two .slick-slide .popup-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 110px;
    height: 110px;
}

.gallery-active-two .slick-slide .popup-video svg {
    width: 100%;
    height: 100%;
}

.gallery-active-two .slick-slide .popup-video svg .circle {
    stroke: #fff;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    transition: all .9s ease-in-out;
    -webkit-transition: all .9s ease-in-out;
    opacity: 0.6;
    fill: rgba(0, 0, 0, 0.8);
    fill-rule: nonzero;
}

.gallery-active-two .slick-slide .popup-video svg .triangle {
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #fafafa;
    transform: translateY(0);
}

.gallery-active-two .slick-slide .popup-video:hover svg .circle {
    stroke-dashoffset: 0;
    opacity: 1;
    fill: rgba(0, 0, 0, 0.3);
}

.gallery-active-two .slick-slide .popup-video:hover svg .triangle {
    stroke: #20ff03;
    stroke-dashoffset: 0;
    opacity: 1;
    z-index: 10;
}

.gallery-item.slick-slide.slick-current.slick-active {
    transform: scale(1);
}

.gallery-two-bottom {
    position: relative;
}

.gallery-area-two .gallery-nav {
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 215px;
}

.gallery-area-two .gallery-nav button {
    font-size: 40px;
    border: none;
    padding: 0;
    background: transparent;
    line-height: 1;
    color: #fff;
    z-index: 1;
}

.gallery-area-two .gallery-nav button:hover {
    color: #fff;
}

.gallery-area-two .gallery-nav .slick-prev {
    margin-right: 15px;
}

.gallery-area-two .gallery-nav .slick-next {
    margin-left: 15px;
}

.gallery-area-two .gallery-item img {
    display: inline-block;
    transition: .4s linear;
    max-width: 100%;
    border: 12px solid #30344a;
    border-radius: 0;
}

.gallery-active-two .slick-list {
    overflow: visible;
}

.gallery-area-two {
    position: relative;
    overflow: hidden;
}

.gallery-active-two .slick-slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #20ff03;
    box-shadow: 0px 4px 5.52px 0.48px rgba(255, 133, 3, 0.04);
    transition: .4s linear;
    opacity: 0;
}

.gallery-item.slick-slide.slick-current.slick-active::before {
    opacity: 1;
}

.gallery-nav-active {
    max-width: 275px;
    margin: 50px auto 0;
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #20ff03;
    padding: 0 50px;
    clip-path: polygon(90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%, 0 0);
}

.gallery-nav-active h4 {
    margin-bottom: 0;
    font-size: 20px;
}

/* 15. Live-stream */
.live-stream-bg {
    background-image: url(../img/bg/live-stream_bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.live-stream-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: #1a131f;
    background: -webkit-linear-gradient(to top, transparent, #1a131f 85%);
    background: linear-gradient(to top, transparent, #1a131f 85%);
}

.live-stream-wrap {
    background: rgb(31 32 41 / 72%);
    padding: 100px 0px 50px 64px;
    border: 1px solid #43484e;
    position: relative;
    margin-top: 285px;
}

.live-stream-icon {
    width: 85px;
    height: 85px;
    background: #20ff03;
    text-align: center;
    line-height: 85px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 35px;
}

.live-stream-icon img {
    max-width: 50px;
}

.section-title .sub-title {
    font-size: 22px;
    margin-bottom: 5px;
    color: #20ff03;
}

.live-stream-content p {
    margin-bottom: 32px;
}

.live-stream-content a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #20ff03;
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
}

.live-stream-content a::before {
    content: "\f067";
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
}

.live-stream-content a:hover {
    color: #fff;
}

.live-videos-wrapper {
    display: flex;
}

.live-video-active {
    max-width: 550px;
    flex: 0 0 550px;
    text-align: center;
    margin-top: -395px;
    margin-left: -107px;
    position: relative;
    z-index: 1;
}

.live-video-item .coming-time {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
}

.live-video-item .coming-time::before {
    content: "\f017";
    display: block;
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 18px;
    margin-right: 7px;
}

.live-video-item .video {
    margin: 29px 29px 70px;
    position: relative;
}

.live-video-item .video::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background-image: url(../img/images/live_stream_shape.png);
    width: 549px;
    height: 549px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.live-video-item .btn i {
    margin-left: 10px;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
    }
}

.live-video-navs {
    margin-left: auto;
    width: 306px;
    flex: 0 0 306px;
}

.video-nav-item {
    display: flex !important;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 37px 0 25px;
    position: relative;
    transform: scale(.8);
    transition: .3s ease-in-out;
    margin-bottom: 16px;
    cursor: pointer;
    z-index: 1;
}

.live-video-navs .video-nav-item.slick-current.slick-center {
    transform: scale(1);
}

.video-nav-item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 70px;
    background: #20ff03;
    transition: .3s ease-in-out;
    z-index: -1;
}

.live-video-navs .video-nav-item.slick-current.slick-center::before {
    width: 100%;
}

.video-nav-item .thumb {
    width: 140px;
    flex: 0 0 140px;
    margin-left: 20px;
}

.video-nav-item .thumb img {
    border: 3px solid #20ff03;
    max-width: 100%;
}

.video-nav-item .content .title {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
}

.liveVideo {
    width: 493px;
    height: 493px;
    border-radius: 50%;
    object-fit: cover;
    object-position: right center;
}

/* 16. Stem */
.stem-bg {
    background-image: url(../img/bg/stem_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 200px 0;
}

.stem-content .stem-icon a {
    font-size: 100px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin-bottom: 20px;
}

.stem-content .title {
    font-size: 80px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
}

.stem-content>span {
    font-size: 23px;
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 25px;
    color: #fff;
    text-shadow: 0px 7px 0px rgba(0, 0, 0, 0.54);
}

/* Tournament */
.tournament-area-bg {
    background-image: url(../img/bg/tournament_bg.jpg);
    background-position: center;
    background-size: cover;
}

.tournament-area-bg .live-streams-area {
    padding: 120px 0 120px;
}

.tournament-area-bg .tournament-area {
    padding: 0 0 120px;
}

.live-streams-wrapper {
    padding: 0 87px;
}

.live-streams-item {
    position: relative;
}

.streams-thumb {
    position: relative;
}

.streams-thumb img {
    width: 100%;
}

.streams-thumb a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 80px;
    display: block;
    line-height: 1;
}

.streams-bottom-wrap {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    bottom: 0;
    background: #1a1a1e;
    opacity: .87;
    height: 150px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    width: 40%;
    justify-content: space-between;
}

.streams-bottom-wrap::before {
    content: "";
    position: absolute;
    right: 25px;
    top: -3px;
    width: 4px;
    height: 159px;
    background: #20ff03;
    transform: rotate(18deg);
}

.streams-content {
    margin-left: 32px;
}

.streams-content .live-btn {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding: 7px 18px;
    z-index: 1;
    margin: 0 6px 10px;
}

.streams-content .live-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-25deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #20ff03;
}

.streams-content .live-btn:hover,
.watch-stream:hover {
    color: #20ff03;
}

.streams-content .live-btn:hover::before {
    background: #fff;
}

.streams-content .title {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 7px;
}

.streams-content .date {
    color: #20ff03;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.streams-bottom-wrap .watch-stream {
    margin-right: 51px;
    display: flex;
    align-items: center;
    color: #fff;
}

.live-streams-active .slick-arrow {
    position: absolute;
    left: -85px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 0;
    border: none;
    transition: .3s linear;
    background: transparent;
    width: auto;
    z-index: 9;
}

.live-streams-active .slick-next {
    right: -85px;
    left: auto;
}

.watch-stream {
    font-size: 12px;
    text-transform: uppercase;
    color: #a19f9f;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.watch-stream img {
    margin-right: 12px;
}

.live-streams-active [class*="col-"] {
    padding: 0 15px;
}


/* 17. My-match */
.my-match-area {
    background-image: url(../img/bg/my_match_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 110px 0 120px 0;
}

.my-match-box-wrap {
    position: relative;
    margin-top: -30px;
}

.my-match-box-wrap>img {
    width: 100%;
}

.my-match-box-wrap ul {
    display: flex;
    align-items: center;
    position: absolute;
    top: 80px;
    left: 120px;
    right: 100px;
}

.my-match-team {
    display: flex;
    align-items: center;
}

.my-match-box-wrap ul li:first-child {
    width: 400px;
    flex: 0 0 400px;
}

.my-match-box-wrap ul li:nth-child(2) {
    width: 350px;
    flex: 0 0 350px;
}

.my-match-box-wrap ul li:last-child {
    flex-grow: 1;
    text-align: right;
}

.my-match-team .vs {
    margin: 0 25px;
}

.my-match-info {
    padding: 0 35px;
}

.my-match-info .live-btn {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding: 7px 18px;
    z-index: 1;
    margin: 0 6px 10px;
}

.my-match-info .live-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-25deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #20ff03;
}

.my-match-info .live-btn:hover,
.watch-stream:hover {
    color: #20ff03;
}

.my-match-info .live-btn:hover::before {
    background: #fff;
}

.my-match-info h5 {
    font-size: 20px;
    margin-bottom: 13px;
}

.my-match-info>span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #20ff03;
}

.watch-stream {
    font-size: 12px;
    text-transform: uppercase;
    color: #a19f9f;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.watch-stream img {
    margin-right: 12px;
}

.match-menu button {
    border: none;
    position: relative;
    color: #e3e2e2;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: none;
    z-index: 1;
    padding: 7px 16px;
    margin: 0 8px;
}

.match-menu button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-25deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #20ff03;
    opacity: 0;
}

.match-menu button.active {
    color: #fff;
}

.match-menu button.active::before {
    opacity: 1;
}

.match-menu {
    margin-bottom: 0;
    margin-left: 14%;
    border: none;
}

.my-match-inner {
    padding: 0 117px;
}

/* 18. Give-player */
.give-player-bg {
    background-image: url(../img/bg/give_player_bg.png);
    background-position: top center;
    background-size: cover;
}

.gp-item-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.gp-item-top .title {
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 25px;
}

.gp-item-top img {
    max-width: 45px;
}

.gp-content p {
    margin-bottom: 0;
}

.gp-img img {
    width: 100%;
}

.gp-item.right .gp-item-top .title {
    margin-right: 0;
    margin-left: 25px;
}


/* 19. Live-match */
.live-match-bg {
    background-image: url(../img/bg/live_match_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.live-match-team {
    position: relative;
    z-index: 1;
}

.live-match-team::before {
    content: "";
    position: absolute;
    right: 35px;
    top: -140px;
    background-image: url(../img/images/dots.png);
    width: 566px;
    height: 560px;
    z-index: -1;
}

.live-match-time {
    position: relative;
}

.live-match-time>span {
    display: block;
    max-width: 273px;
    background: #20ff03;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 auto 85px;
    font-family: 'Poppins', sans-serif;
}

.live-match-time .time {
    font-size: 70px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    padding: 0 50px;
    display: inline-block;
    position: relative;
}

.live-match-time .time::before,
.live-match-time .time::after {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 1px;
    background: #d3d1d1;
}

.live-match-time .time::after {
    right: -50px;
    left: auto;
}

.live-match-bg .live-overlay-text {
    font-size: 352px;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    line-height: .9;
    margin-bottom: 0;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgba(246, 245, 245, 0.051);
}

.live-match-team.right::before {
    left: 35px;
    right: auto;
}


/* 20. Offer */
.offer-area {
    position: relative;
    z-index: 1;
}

.offer-area::before {
    content: "";
    position: absolute;
    left: 15px;
    top: -80px;
    background-image: url(../img/images/offer_shape.png);
    width: 169px;
    height: 261px;
    background-repeat: no-repeat;
    background-size: contain;
    animation: heartbeat 3s infinite alternate;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.offer-area .section-title .title {
    margin-bottom: 0;
    position: relative;
    padding-left: 30px;
    line-height: 1.1;
    margin-bottom: 65px;
}

.offer-area .section-title .title::before {
    content: "";
    position: absolute;
    background: #ff8503;
    width: 11px;
    height: 100px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.offer-item {
    background: #20ff03;
    background-image: -moz-linear-gradient(93deg, rgb(249, 81, 73) 0%, rgba(160, 45, 106, 0.59) 47%, rgba(70, 9, 138, 0.12941) 100%);
    background-image: -webkit-linear-gradient(93deg, rgb(249, 81, 73) 0%, rgba(160, 45, 106, 0.59) 47%, rgba(70, 9, 138, 0.12941) 100%);
    background-image: -ms-linear-gradient(93deg, rgb(249, 81, 73) 0%, rgba(160, 45, 106, 0.59) 47%, rgba(70, 9, 138, 0.12941) 100%);
    box-shadow: 0px 4px 11.96px 1.04px rgba(255, 133, 3, 0.56);
    padding: 45px 30px;
    position: relative;
    z-index: 1;
    transform: translateY(0);
    transition: .3s linear;
}

.offer-item:hover {
    transform: translateY(-8px);
}

.offer-item .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 7px;
}

.offer-item p {
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
}

.offer-item .overlay-text {
    position: absolute;
    margin-bottom: 0;
    right: 0px;
    top: 44px;
    transform: rotate(-90deg);
    font-size: 40px;
    font-weight: 600;
    color: #d98d7b;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d98d7b;
    z-index: -1;
}

/* 21. Counter */
.counter-item {
    display: flex;
    align-items: center;
}

.counter-content {
    margin-left: 30px;
}

.counter-item .counter-content .count {
    line-height: .8;
    font-size: 70px;
    display: flex;
    align-items: center;
    color: #ff8503;
    -webkit-text-fill-color: #121316;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #20ff03;
    margin-bottom: 10px;
}

.counter-content p {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.counter-area-two .row .col-20 {
    width: 20%;
    flex: 0 0 20%;
}

.counter-item-two .counter-content {
    margin-left: 0;
    margin-bottom: 30px;
}

.counter-item-two .counter-content .count {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

.counter-item-two .counter-content p {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}

.counter-item-two .counter-content>span {
    background: #ff8503;
    color: #fff;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 8px;
}

.counter-area-two .row [class*="col-"]:nth-child(3) .counter-item-two .counter-content .count,
.counter-area-two .row [class*="col-"]:nth-child(4) .counter-item-two .counter-content .count {
    margin-bottom: 6px;
}

.counter-area-two .row [class*="col-"]:nth-child(5) .counter-item-two .counter-content p {
    margin: 0 0 18px 0;
    line-height: 1.2;
}

.counter-area-two .counter-content i {
    font-size: 30px;
    color: #fff;
}

.counter-area-two .odometer-inside {
    margin-right: 10px;
}


/* 22. Countdown */
.countdown-bg {
    background-image: url(../img/bg/counter_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 107px 0 112px;
}

.title-style-three .title {
    font-size: 50px;
    margin-bottom: 27px;
    text-transform: capitalize;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.title-style-three .title::after {
    content: "";
    background-image: url("../img/icon/title_icon.png");
    width: 37px;
    height: 41px;
    display: block;
    margin-left: 13px;
}

.title-style-three.text-center span {
    color: #f1f1f1;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
}

.ClassyCountdown-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.ClassyCountdown-wrapper>div {
    width: auto !important;
    height: auto !important;
    margin: 0 25px 50px;
}

.ClassyCountdown-wrapper>div>div:not(:last-child) {
    display: block !important;
    width: 130px !important;
    height: 130px !important;
}

.ClassyCountdown-wrapper>div>div canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.ClassyCountdown-value {
    display: block;
    line-height: 0;
}

.ClassyCountdown-value>div {
    display: block;
    text-align: center;
    line-height: 1;
    margin-top: -85px;
    margin-bottom: 60px;
    font-size: 50px;
    font-weight: 600;
}

.ClassyCountdown-value>span {
    font-size: 16px;
    display: block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #f1f1f1;
    font-weight: 500;
    line-height: 1;
}

.countdown-wrap img {
    margin-bottom: 80px;
}

.countdown-wrap p {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 13px;
}

/* 23. Match single */
.match-single-content {
    background: #171717;
    padding: 50px 35px;
    margin: 0 0 50px;
}

.match-single-content .blog-meta ul {
    margin-bottom: 10px;
}

.match-single-img {
    margin: 32px 0 30px;
}

.match-single-img img {
    max-width: 100%;
}

.match-single-content .blog-details-content-bottom {
    margin-top: 50px;
}

.comment-reply-box .widget-title {
    margin: 0 0 30px;
}

/* 24. Shop */
.shop-thumb {
    position: relative;
}

.shop-thumb .shape {
    width: 100%;
}

.shop-thumb .shop-img {
    position: absolute;
    left: 50%;
    top: calc(50% + 15px);
    transform: translate(-50%, -50%);
}

.shop-date {
    position: absolute;
    top: 14px;
    right: 40px;
}

.shop-date span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #20ff03;
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Oswald', sans-serif;
}

.shop-date span::before {
    content: "\f017";
    display: block;
    margin-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    line-height: 1;
}

.shop-share {
    position: absolute;
    right: 25px;
    top: 22%;
}

.shop-share a {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid #3e3e45;
    border-radius: 50%;
    color: #20ff03;
    font-size: 14px;
}

.shop-share a:hover {
    border-color: #20ff03;
}

.shop-content {
    padding: 35px 0 0 0;
}

.shop-content-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.shop-content-top .shop-title .title {
    font-size: 22px;
    margin-bottom: 5px;
}

.shop-content-top .shop-title .title a:hover {
    color: #20ff03;
}

.shop-content-top .shop-title p {
    font-size: 15px;
    text-transform: uppercase;
    color: #bababa;
    font-weight: 400;
    margin-bottom: 0;
}

.shop-content-top .price span {
    font-size: 22px;
    font-weight: 700;
    display: block;
    color: #20ff03;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.shop-content-bottom .btn {
    font-size: 18px;
    align-items: center;
    padding: 19px 33px;
}

.shop-content-bottom .btn i {
    font-size: 14px;
    margin-right: 8px;
}

.shop-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-content-bottom .shop-wishlist a {
    display: block;
    width: 70px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background: #1f1f28;
    color: #20ff03;
    font-size: 18px;
    clip-path: polygon(75% 0, 100% 25%, 100% 100%, 25% 100%, 0 75%, 0 0);
}

.shop-content-bottom .shop-wishlist a:hover {
    background: #20ff03;
    color: #fff;
}

.inner-shop-area {
    padding: 130px 0 120px;
}

.shop-top-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 15px;
}

.shop-top-meta .shop-show-result {
    color: #bababa;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin-right: 20px;
}

.shop-top-meta .shop-top-right {
    margin: 0 0 15px 0;
}

.shop-top-meta .shop-top-right form {
    display: flex;
    align-items: center;
}

.shop-top-meta .shop-top-right form label {
    min-width: 65px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #bababa;
    cursor: default;
}

.shop-top-meta form .form-select {
    padding: 10px 42px 10px 16px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    color: #c4c4c4;
    vertical-align: middle;
    background: url("../img/icon/select_down_arrow.png") no-repeat scroll 97.5% center;
    background-color: #171717;
    border: 1px solid #232323;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .3s ease-in-out;
    width: 160px;
    height: 48px;
    margin-left: 15px;
}

.shop-sidebar {
    margin-left: 20px;
}

.shop-sidebar .widget,
.blog-sidebar .blog-widget {
    padding: 35px 25px;
    background: #171717;
    border: 1px solid #232323;
    border-radius: 2px;
    margin: 0 0 30px;
}

.shop-sidebar .widget:last-child,
.blog-sidebar .blog-widget:last-child {
    margin: 0 0 0;
}

.widget-title {
    display: inline-flex;
    margin: 0 0 23px;
    padding-right: 20px;
    position: relative;
    line-height: 1;
}

.widget-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 18px;
    background: #20ff03;
}

.sidebar-search {
    position: relative;
}

.sidebar-search input {
    width: 100%;
    background: #080808;
    border: none;
    padding: 20px 100px 20px 20px;
    height: 68px;
    font-weight: 500;
    font-size: 14px;
    color: #c4c4c4;
}

.sidebar-search input::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #c4c4c4;
}

.sidebar-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    border: none;
    padding: 0;
    background: #20ff03;
    color: #fff;
    z-index: 1;
    font-size: 20px;
}

.price_filter {
    margin-top: 15px;
}

.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    border-radius: 20px;
    height: 8px;
    margin-bottom: 20px;
    margin-left: auto;
}

.price_filter .ui-slider-range {
    background: #20ff03 none repeat scroll 0 0;
    border-radius: 0;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    height: 15px;
    width: 15px;
    top: 0;
    margin-top: -4px;
    background: #fff;
    border-radius: 50px;
    margin-left: 0;
    border: 3px solid #20ff03;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
    outline: none;
    box-shadow: none;
}

.price_slider_amount {
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #080808;
    padding: 14px 25px;
    height: 65px;
    margin: 0 0 25px;
}

.price_slider_amount>span {
    font-size: 15px;
    font-weight: 500;
    color: #bababa;
    text-transform: uppercase;
    margin-right: 9px;
}

.price_slider_amount>input[type="text"] {
    height: auto;
    margin-left: 0;
    text-align: left;
    width: 120px;
    flex-grow: 1;
    border: none;
    font-size: 15px;
    color: #bababa;
    font-weight: 500;
    background: transparent;
    padding: 0;
}

.price_filter>input[type="submit"] {
    text-transform: uppercase;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    background: #20ff03;
    font-weight: 600;
    justify-content: center;
    border: none;
    min-width: 123px;
    padding: 16px 33px;
}

.price_filter>input[type="submit"]:hover {
    color: #fff;
    background: #232323;
    border-color: #232323;
}

.shop-sidebar-cat li+li {
    margin-top: 10px;
}

.shop-sidebar-cat li a {
    display: flex;
    align-items: center;
    background: #080808;
    font-size: 15px;
    color: #fff;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 13px 20px;
}

.shop-sidebar-cat li a span {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #171717;
    border-radius: 50%;
    flex: 0 0 44px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.shop-sidebar-cat li a:hover span {
    color: #20ff03;
}

.shop-sidebar-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -7px -13px;
}

.shop-sidebar-tags li {
    padding: 0 7px 13px;
}

.shop-sidebar-tags li a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 22px;
    clip-path: polygon(85% 0, 100% 30%, 100% 100%, 15% 100%, 0 70%, 0 0);
    position: relative;
    background: #232323;
}

.shop-sidebar-tags li a:hover {
    background: #20ff03;
}

.shop-details-area {
    padding: 130px 0 60px;
}

.shop-details-thumb {
    position: relative;
}

.shop-details-thumb .shop-date {
    right: 55px;
    top: 0;
    height: 80px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.shop-details-thumb .shop-date span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #20ff03;
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Oswald', sans-serif;
}

.shop-details-thumb .shop-date span::before {
    content: "\f017";
    display: block;
    margin-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    line-height: 1;
}

.shop-details-thumb .wrap-bg {
    width: 100%;
}

.shop-details-thumb .main-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    margin: 20px 0 0;
}

.shop-details-images .nav-tabs {
    border: none;
    margin: 23px 0 0;
}

.shop-details-images .nav-tabs .nav-item {
    margin-right: 16px;
}

.shop-details-images .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.shop-details-images .nav-tabs .nav-item .nav-link {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

.shop-details-images .nav-tabs .nav-item .nav-link img {
    border-radius: 2px;
    border: 1.5px solid #232323;
}

.shop-details-content {
    margin-left: 30px;
}

.shop-details-content>span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #20ff03;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 13px;
}

.shop-details-content .title {
    font-size: 30px;
    margin: 0 0 20px;
}

.shop-details-rating {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.shop-details-rating .rating {
    font-size: 12px;
    color: #febd00;
    margin-right: 8px;
}

.shop-details-rating>span {
    font-size: 14px;
}

.shop-details-price {
    display: flex;
    align-items: center;
    margin-bottom: 38px;
}

.shop-details-price .price {
    margin: 0;
    font-size: 24px;
}

.shop-details-price .stock-status {
    font-size: 12px;
    color: #20ff03;
    margin: 0 0 0 12px;
}

.shop-details-content>p {
    margin-bottom: 0;
    width: 85%;
}

.shop-details-quantity {
    display: flex;
    align-items: center;
    margin: 40px 0 55px;
}

.shop-details-quantity .quantity {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin: 0 13px 0 0;
}

.shop-details-quantity .cart-plus-minus {
    width: 137px;
    flex: 0 0 137px;
    position: relative;
}

.shop-details-quantity .cart-plus-minus input {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: transparent;
    border-radius: 0;
    height: 45px;
    text-align: center;
    padding: 0 30px;
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 600;
}

.shop-details-quantity .cart-plus-minus .qtybutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #cfcfcf;
    cursor: pointer;
    border-right: 1px solid #cfcfcf;
    user-select: none;
    -moz-user-select: none;
}

.shop-details-quantity .cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #cfcfcf;
}

.shop-details-button-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.shop-details-button-wrap .btn {
    font-size: 16px;
    min-width: 210px;
    justify-content: center;
    letter-spacing: 0;
    margin: 0 20px 15px 0;
}

.shop-details-button-wrap .btn:last-child {
    margin-right: 0;
}

.shop-details-bottom .bottom-list li {
    display: flex;
    margin: 0 0 15px;
}

.shop-details-bottom .bottom-list li:last-child {
    margin-bottom: 0;
}

.shop-details-bottom .bottom-list li span {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-right: 10px;
}

.shop-details-bottom .bottom-list li a {
    color: #cfcfcf;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

.shop-details-bottom .bottom-list li a:last-child {
    margin-right: 0;
}

.shop-details-bottom .bottom-list li a:hover {
    color: #20ff03;
}

.shop-description-wrap {
    margin: 70px 0 0;
}

.shop-description-wrap .nav-tabs {
    border: 1px solid #232323;
    padding: 23px 30px 8px;
    margin-bottom: -1px;
    border-radius: 2px 2px 0 0;
}

.shop-description-wrap .nav-tabs .nav-item {
    margin: 0 45px 15px 0;
}

.shop-description-wrap .nav-tabs .nav-link {
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 0 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #fff;
}

.shop-description-wrap .nav-tabs .nav-link.active {
    color: #20ff03;
}

.shop-description-wrap .tab-content .tab-pane {
    border: 1px solid #232323;
    background: #171717;
    border-radius: 2px;
    padding: 35px 35px 50px;
}

.shop-description-wrap .product-desc-content p span {
    color: #fff;
    font-weight: 600;
}

.shop-description-wrap .product-desc-content p:last-child {
    margin-bottom: 0;
}

.product-desc-img img {
    width: 100%;
}

.product-desc-info .small-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 800;
}

.product-desc-info p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
}

.product-desc-list li {
    font-size: 14px;
    display: block;
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px;
}

.product-desc-list li:last-child {
    margin-bottom: 0;
}

.product-desc-list li::before {
    content: "";
    position: absolute;
    left: 0;
    height: 5px;
    width: 5px;
    background: #20ff03;
    top: 9px;
}

.product-desc-review {
    border: 1px solid #232323;
    padding: 25px 30px;
}

.review-title .title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0;
}

.product-desc-review .left-rc {
    display: inline-block;
}

.product-desc-review .left-rc p {
    margin-bottom: 0;
    font-size: 14px;
}

.product-desc-review .right-rc {
    float: right;
    display: block;
}

.product-desc-review .right-rc a {
    color: #20ff03;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-desc-review .right-rc a:hover {
    color: #20ff03;
}

.related-products-wrap {
    padding: 110px 0 0;
}

/* 25. Pagination */
.pagination-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pagination-wrap ul li {
    margin: 10px 10px 0 0;
}

.pagination-wrap ul li:last-child {
    margin: 10px 0 0;
}

.pagination-wrap ul li a {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 11px 22px;
    border: 2px solid #20ff03;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.pagination-wrap ul li.active a,
.pagination-wrap ul li a:hover {
    color: #fff;
    border-color: #20ff03;
    background: #20ff03;
}

/* 26. Blog */
.blog-area,
.blog-details-area {
    padding: 130px 0 120px;
}

.blog-item:last-child {
    margin-bottom: 0;
}

.blog-thumb img {
    max-width: 100%;
}

.blog-content .small-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #20ff03;
}

.blog-content .title {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1.4;
}

.blog-meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.blog-meta ul li {
    font-size: 14px;
    font-weight: 500;
    color: #c4c4c4;
    text-transform: uppercase;
    margin: 0 25px 10px 0;
}

.blog-meta ul li:last-child {
    margin-right: 0;
}

.blog-meta ul li i {
    margin-right: 8px;
}

.blog-meta ul li a {
    color: #c4c4c4;
}

.blog-meta ul li a:hover {
    color: #20ff03;
}

.blog-content-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #1e1e1e;
    padding-top: 30px;
}

.blog-details-content-bottom .social,
.blog-content-bottom .social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-details-content-bottom .social li,
.blog-content-bottom .social li {
    margin-right: 15px;
}

.blog-details-content-bottom .social li:last-child,
.blog-content-bottom .social li:last-child {
    margin-right: 0;
}

.blog-details-content-bottom .social li a,
.blog-content-bottom .social li a {
    width: 55px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #171717;
    border: 1px solid #282828;
    position: relative;
    clip-path: polygon(70% 0, 100% 30%, 100% 100%, 28% 100%, 0% 74%, 0 0);
    overflow: hidden;
    font-size: 18px;
    transition: .3s linear;
    color: #20ff03;
}

.blog-details-content-bottom .social li a:hover,
.blog-content-bottom .social li a:hover {
    background: #20ff03;
    color: #fff;
    border-color: #20ff03;
}

.blog-details-content-bottom .social li a::before,
.blog-content-bottom .social li a::before {
    content: "";
    position: absolute;
    background: #282828;
    width: 60px;
    height: 2px;
    left: -16px;
    bottom: -1px;
    transform: rotate(43deg);
    transition: .3s linear;
}

.blog-details-content-bottom .social li a::after,
.blog-content-bottom .social li a::after {
    content: "";
    position: absolute;
    background: #282828;
    width: 60px;
    height: 2px;
    right: -16px;
    top: -1px;
    transform: rotate(43deg);
    transition: .3s linear;
}

.blog-details-content-bottom .social li a:hover::before,
.blog-details-content-bottom .social li a:hover::after,
.blog-content-bottom .social li a:hover::before,
.blog-content-bottom .social li a:hover::after {
    background: #20ff03;
}

.blog-sidebar {
    margin-left: 40px;
}

.blog-sidebar .widget-title .title {
    margin-bottom: 0;
}

.blog-categories ul li {
    margin-bottom: 15px;
}

.blog-categories ul li:last-child {
    margin-bottom: 0;
}

.blog-categories ul li a {
    display: flex;
    justify-content: space-between;
    padding: 23px 20px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    background-size: cover;
    transition: .3s ease-in;
    position: relative;
    z-index: 1;
}

.blog-categories ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: -1;
}

.blog-categories ul li a>span {
    width: 48px;
    height: 48px;
    background: #20ff03;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
}

.blog-categories ul li:hover a {
    color: #20ff03;
}

.rc-post-list ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #24272e;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.rc-post-list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.rc-post-thumb {
    width: 110px;
    flex: 0 0 110px;
    margin-right: 18px;
}

.rc-post-thumb img {
    max-width: 100%;
}

.rc-post-content .title {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1.6;
}

.rc-post-content .date {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #c4c4c4;
    font-weight: 500;
}

.rc-post-content .date i {
    color: #ff8503;
    margin-right: 5px;
}

.sidebar-newsletter {
    background: #24272e;
    padding: 30px 25px;
}

.sn-content>p {
    width: 80%;
    margin: 0 auto 25px;
    line-height: 1.6;
}

.sn-content input {
    width: 100%;
    border: none;
    text-align: center;
    padding: 16px 25px;
    display: block;
    clip-path: polygon(93% 0, 100% 30%, 100% 100%, 7% 100%, 0 75%, 0 0);
    font-size: 14px;
    color: #707070;
    height: 52px;
    margin-bottom: 12px;
}

.sn-content input::placeholder {
    font-size: 14px;
    color: #707070;
}

.sn-content button {
    border: none;
    color: #fff;
    background: #20ff03;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    padding: 17px 40px;
    font-family: 'Oswald', sans-serif;
    width: 100%;
    height: 52px;
    clip-path: polygon(93% 0, 100% 30%, 100% 100%, 7% 100%, 0 75%, 0 0);
    margin-bottom: 20px;
}

.sn-content .last-text {
    width: 100%;
    margin: 0;
}

/* 27. Blog-details */
.blog-details-content p {
    margin-bottom: 20px;
}

.blog-details-content blockquote {
    background: #171717;
    padding: 47px 66px 47px 125px;
    border-bottom: 1px solid #20ff03;
    position: relative;
    margin-bottom: 25px;
}

.blog-details-content blockquote::before {
    content: "\f10d";
    position: absolute;
    left: 45px;
    top: 45px;
    font-size: 47px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    color: #fff;
}

.blog-details-content blockquote p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-style: italic;
}

.blog-details-content blockquote cite {
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    position: relative;
    padding-left: 35px;
}

.blog-details-content blockquote cite::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #20ff03;
    width: 25px;
    height: 2px;
}

.blog-details-content .title-two {
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-details-img img {
    max-width: 100%;
}

.blog-details-list li {
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.blog-details-list li:last-child {
    margin-bottom: 0;
}

.blog-details-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background: #20ff03;
}

.blog-details-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #1e1e1e;
    padding-top: 30px;
    margin-top: 60px;
}

.blog-details-content-bottom .post-tags .title {
    font-size: 14px;
    width: 100%;
    margin-bottom: 3px;
}

.blog-details-content-bottom .post-tags .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-details-content-bottom .post-tags .tags li {
    margin-right: 5px;
}

.blog-details-content-bottom .post-tags .tags li:last-child {
    margin-right: 0;
}

.blog-details-content-bottom .post-tags .tags li a {
    font-size: 14px;
    color: #cfcfcf;
}

.blog-details-content-bottom .post-tags .tags li a:hover {
    color: #20ff03;
}

.avatar-post {
    display: flex;
    align-items: center;
    background: #171717;
    border: 1px solid #282828;
    padding: 35px 30px;
}

.avatar-post-img {
    margin-right: 30px;
}

.avatar-post-img img {
    border-radius: 50%;
}

.ap-content-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.ap-content-top .title {
    font-size: 20px;
    margin-bottom: 0;
}

.ap-content-top>a {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}

.ap-content-top>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #20ff03;
}

.avatar-post-content p {
    margin-bottom: 20px;
}

.avatar-post .social {
    display: flex;
    align-items: center;
}

.avatar-post .social li {
    margin-right: 15px;
}

.avatar-post .social li:last-child {
    margin-right: 0;
}

.avatar-post .social li a {
    font-size: 16px;
    color: #fff;
}

.avatar-post .social li a:hover {
    color: #20ff03;
}

.blog-next-prev {
    display: flex;
    align-items: center;
}

.blog-next-prev a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    transition: .3s linear;
}

.blog-next-prev a:hover {
    color: #20ff03;
}

.blog-details-area .blog-next-prev a i {
    width: 55px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #20ff03;
    position: relative;
    clip-path: polygon(70% 0, 100% 30%, 100% 100%, 28% 100%, 0% 74%, 0 0);
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
}

.comment-reply-box {
    background: #171717;
    border: 1px solid #282828;
    padding: 60px 40px;
}

.form-grp textarea,
.form-grp input {
    display: block;
    border: none;
    width: 100%;
    height: 65px;
    background: #080808;
    padding: 20px 30px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

.form-grp textarea::placeholder,
.form-grp input::placeholder {
    color: #cfcfcf;
    font-size: 14px;
}

.form-grp textarea {
    min-height: 140px;
}

.comment-reply-box .btn {
    font-size: 16px;
}

.comment-reply-box .form-check {
    margin-bottom: 30px;
}

.comment-reply-box .form-check-label {
    color: #cfcfcf;
}

.comment-reply-box .form-check-input[type=checkbox] {
    background-color: #080808;
    border: 1px solid #383838;
}

.details-img-wrap {
    margin: 30px 0 30px;
}

/* 28. Contact */
.contact-area {
    padding: 130px 0 120px;
}

.contact-wrap {
    margin: 0 90px 0 0;
}

.contact-title {
    margin: 0 0 40px;
}

.contact-title .title {
    font-size: 40px;
    margin: 0 0 23px;
}

.contact-title .title span {
    display: block;
    font-size: 32px;
}

.contact-title p {
    margin: 0 0;
    width: 85%;
}

.contact-form .form-grp {
    margin-bottom: 25px;
}

.contact-form .form-grp label {
    display: inline-flex;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin: 0 0 13px;
}

.contact-form .form-grp label>span {
    color: #ff8503;
    margin-left: 6px;
}

.contact-form .form-grp input {
    background: #171717;
    padding: 15px 30px;
    height: 60px;
    clip-path: polygon(97% 0, 100% 35%, 100% 100%, 3% 100%, 0 70%, 0 0);
    margin-bottom: 0;
}

.contact-form .form-grp textarea {
    background: #171717;
    padding: 15px 30px;
    clip-path: polygon(97% 0, 100% 15%, 100% 100%, 3% 100%, 0 85%, 0 0);
    margin-bottom: 0;
    max-height: 140px;
}

.contact-form .form-grp input::placeholder,
.contact-form .form-grp textarea::placeholder {
    color: #676666;
}

.contact-form .form-check {
    display: block;
    margin-bottom: 35px;
}

.contact-form .form-check-input {
    background-color: #171717;
    border-color: #383838;
}

.contact-form .form-check-label {
    font-size: 14px;
    font-weight: 500;
    color: #676666;
    text-transform: capitalize;
}

.contact-info-wrap {
    background: #171717;
    padding: 12px;
}

.contact-info-list {
    padding: 35px 33px;
}

.contact-info-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-info-list ul li:last-child {
    margin-bottom: 0;
}

.contact-info-list .icon {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #20ff03;
    flex: 0 0 45px;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0px 2px 14.88px 1.12px rgba(97, 83, 252, 0.11);
}

.contact-info-list .content {
    flex-grow: 1;
}

.contact-info-list .content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #cfcfcf;
}

.contact-info-map img {
    max-width: 100%;
}

.contact-social ul {
    display: flex;
    align-items: center;
}

.contact-social ul li {
    margin-right: 15px;
}

.contact-social ul li:last-child {
    margin-right: 0;
}

.contact-social ul li a {
    display: block;
}

.contact-social ul li a i {
    width: 41px;
    height: 41px;
    display: block;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
    background: #385594;
    color: #fff;
    font-size: 14px;
}

.contact-social ul li:nth-child(2) a i {
    background: #4eabee;
}

.contact-social ul li:nth-child(3) a i {
    background: #f04336;
}

.contact-social {
    padding: 10px 33px 35px;
}

#contact-map {
    width: 100%;
    height: 350px;
}

#contact-map iframe {
    width: 100%;
    height: 100%;
}


/* 29. Newsletter */
.newsletter-area-bg {
    background-image: url(../img/bg/newsletter_area_bg.jpg);
    background-position: bottom center;
    background-size: cover;
}

.newsletter-wrap {
    background-image: url(../img/bg/newsletter_bg.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    padding: 64px 65px 68px 77px;
    align-items: center;
    justify-content: space-between;
}

.newsletter-title .title {
    font-size: 40px;
    margin-bottom: 0;
    letter-spacing: 1px;
    margin-left: 35px;
}

.newsletter-content {
    display: flex;
    align-items: center;
    width: 50%;
}

.newsletter-form {
    flex-grow: 1;
    margin-left: 127px;
}

.newsletter-form form {
    position: relative;
    display: flex;
    overflow: hidden;
}

.newsletter-form form::before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 60px;
    height: 2px;
    left: -11px;
    bottom: -1px;
    transform: rotate(45deg);
}

.newsletter-form input {
    background: #9d4923;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 27px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    clip-path: polygon(96% 0, 100% 36%, 100% 100%, 4% 100%, 0 66%, 0 0);
    height: 56px;
    width: 100%;
    padding-right: 220px;
}

.newsletter-form input::placeholder {
    color: #fff;
}

.newsletter-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    background: #fff;
    color: #20ff03;
    font-size: 18px;
    align-items: center;
    transition: .3s ease-in-out;
}

.newsletter-form .btn i {
    font-size: 15px;
    margin-right: 8px;
}

.newsletter-form .btn:hover {
    background: #1f1f28;
    color: #fff;
}

/* 30. Footer */
.footer-top-wrap {
    background-image: url(../img/bg/footer_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 80px 0 55px;
}

.footer-menu-wrap {
    position: relative;
    padding-bottom: 30px;
}

.footer-menu-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    box-shadow: 0px 3px 0px 0px rgb(0, 0, 0);
}

.footer-menu nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-menu nav .navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-menu nav .navigation li {
    margin-right: 34px;
}

.footer-menu nav .navigation li a {
    color: #e8e6e6;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    font-family: 'Oswald', sans-serif;
}

.footer-menu nav .navigation li a:hover {
    color: #20ff03;
}

.footer-search form {
    min-width: 288px;
    position: relative;
    display: flex;
}

.footer-search form input {
    width: 100%;
    border: none;
    color: #fff;
    font-size: 13px;
    background: #000000;
    font-family: 'Poppins', sans-serif;
    height: 52px;
    padding: 15px 75px 15px 25px;
    clip-path: polygon(92% 0, 100% 30%, 100% 100%, 7% 100%, 0 63%, 0 0);
}

.footer-search form input::placeholder {
    color: #000000;
}

.footer-search button {
    position: absolute;
    border: none;
    width: 53px;
    height: 52px;
    font-size: 14px;
    background: #20ff03;
    color: #fff;
    right: 0;
    clip-path: polygon(66% 0, 100% 37%, 100% 100%, 0% 100%, 0 63%, 0 0);
    transition: .3s linear;
}

.footer-search button:hover {
    background: #fff;
    color: #20ff03;
}

.footer-quick-link-wrap {
    margin-top: 40px;
}

.quick-link-list ul {
    display: flex;
    align-items: center;
}

.quick-link-list ul li {
    margin: 5px 50px 5px 0px;
}

.quick-link-list ul li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #d8d8d8;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
}

.quick-link-list ul li a:hover {
    color: #20ff03;
}

.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-social ul li {
    margin-right: 8px;
}

.footer-social ul li:last-child {
    margin-right: 0;
}

.footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    text-align: center;
    background: #000000;
    border-radius: 50%;
    font-size: 12px;
    color: #bcbcbc;
    box-shadow: inset 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
}

.footer-social ul li a:hover {
    color: #20ff03;
}

.copyright-wrap {
    background: #000000;
    padding: 23px 0;
}

.copyright-text p {
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #c5c5c5;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
}

.copyright-text p span {
    color: #20ff03;
}

/* 31. Preloader */
#preloader {
    background-color: #1a1b21;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}

.loader .loader-outter {
    position: absolute;
    border: 4px solid #20ff03;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader .loader-inner {
    position: absolute;
    border: 4px solid #20ff03;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.f-logo {
    text-align: center;
}