:root {
    --theme-color: #333333;
    --theme-color2: #22314c;
    --theme-color3: #d7072a;
    --title-color: #1C1121;
    --body-color: #6C6C6C;
    --dark-color: #1C1C1C;
    --smoke-color: #f3f6f7;
    --white-color: #ffffff;
    --black-color: #000000;
    --white-light-color: #c3c3c3;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #ec002e;
    --border-color: rgba(0, 0, 0, 0);
    --title-font: 'Rajdhani', sans-serif;
    --title-font2: 'Bebas Neue', cursive;
    --body-font: 'Montserrat', sans-serif;
    --icon-font: 'Font Awesome 5 Pro';
    --main-container: 1640px;
    --container-gutters: 1.5rem;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --gray1: #edeeef;
    --gray2: #d3d6da;
    --gray3: #dbdee1;
    --gray4: #e9ebec;
    --gray5: #c7ccd1;
}

html::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

html::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5
}

html::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent)
}

html,
body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 28px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

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

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,
th {
    border: 1px solid var(--border-color);
}

a {
    color: var(--theme-color2);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

a:hover {
    color: var(--theme-color3)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

p {
    margin: 0 0 15px 0;
    color: var(--body-color);
    line-height: 1.5
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font2);
    color: var(--title-color);
    text-transform: none;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px 0
}

.h1,
h1 {
    font-size: 56px
}

.h2,
h2 {
    font-size: 48px
}

.h3,
h3 {
    font-size: 32px
}

.h4,
h4 {
    font-size: 24px
}

.h5,
h5 {
    font-size: 20px
}

.h6,
h6 {
    font-size: 16px
}

@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 42px
    }
    .h2,
    h2 {
        font-size: 30px
    }
    .h3,
    h3 {
        font-size: 26px
    }
    .h4,
    h4 {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .h1,
    h1 {
        font-size: 36px
    }
    .h2,
    h2 {
        font-size: 26px
    }
    .h3,
    h3 {
        font-size: 24px
    }
    .h4,
    h4 {
        font-size: 20px
    }
    .h5 {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    .h1,
    h1 {
        font-size: 30px
    }
    .h2,
    h2 {
        font-size: 26px
    }
}

@media only screen and (min-width: 1300px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2)
    }
}

@media only screen and (min-width: 1300px) {
    .container-xxl.standart-container,
    .container-xl.standart-container,
    .container-lg.standart-container,
    .container-md.standart-container,
    .container-sm.standart-container,
    .container.standart-container {
        max-width: 1320px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.slick-track>[class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.gx-10 {
    --bs-gutter-x: 10px
}

.gy-40 {
    --bs-gutter-y: 40px
}

.gy-60 {
    --bs-gutter-y: 60px
}

.gy-50 {
    --bs-gutter-y: 50px
}

@media only screen and (min-width: 1399px) {
    .gx-20 {
        --bs-gutter-x: 20px
    }
    .gx-30 {
        --bs-gutter-x: 30px
    }
    .gx-40 {
        --bs-gutter-x: 40px
    }
    .gx-60 {
        --bs-gutter-x: 60px
    }
}

select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select,
.form-select,
.form-control {
    height: 60px;
    padding: 0 30px;
    padding-right: 60px;
    border: 1px solid #e3e3e3;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px
}

select:focus,
.form-select:focus,
.form-control:focus {
    outline: 0;
    box-shadow: none;
    background-color: var(--white-color);
    border-color: #e3e3e3
}

select::-moz-placeholder,
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
    color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: var(--body-color)
}

select:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: var(--body-color)
}

select::-moz-placeholder,
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
    color: var(--body-color)
}

select:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: var(--body-color)
}

select::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: var(--body-color)
}

select::placeholder,
.form-select::placeholder,
.form-control::placeholder {
    color: var(--body-color)
}

select.style2,
.form-select.style2,
.form-control.style2 {
    background-color: #1C1C1C;
    color: var(--white-color);
    border: 1px solid transparent;
    font-size: 14px;
    height: 65px;
    border-radius: 0
}

select.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder {
    color: #A4A4A4
}

select.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder {
    color: #A4A4A4
}

select.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder {
    color: #A4A4A4
}

select.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder {
    color: #A4A4A4
}

select.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder {
    color: #A4A4A4
}

select.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder {
    color: #A4A4A4
}

select.style2::-ms-input-placeholder,
.form-select.style2::-ms-input-placeholder,
.form-control.style2::-ms-input-placeholder {
    color: #A4A4A4
}

select.style2::placeholder,
.form-select.style2::placeholder,
.form-control.style2::placeholder {
    color: #A4A4A4
}

select.style2~i,
.form-select.style2~i,
.form-control.style2~i {
    top: auto;
    bottom: 25px;
    right: 42px;
    color: #484848
}

select.style3,
.form-select.style3,
.form-control.style3 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    font-size: 14px;
    height: 50px;
    border-radius: 0;
}

select.style3::-moz-placeholder,
.form-select.style3::-moz-placeholder,
.form-control.style3::-moz-placeholder {
    color: var(--white-color);
}

select.style3::-webkit-input-placeholder,
.form-select.style3::-webkit-input-placeholder,
.form-control.style3::-webkit-input-placeholder {
    color: var(--white-color);
}

select.style3:-ms-input-placeholder,
.form-select.style3:-ms-input-placeholder,
.form-control.style3:-ms-input-placeholder {
    color: var(--white-color);
}

select.style3::-webkit-input-placeholder,
.form-select.style3::-webkit-input-placeholder,
.form-control.style3::-webkit-input-placeholder {
    color: var(--white-color);
}

select.style3::-moz-placeholder,
.form-select.style3::-moz-placeholder,
.form-control.style3::-moz-placeholder {
    color: var(--white-color);
}

select.style3:-ms-input-placeholder,
.form-select.style3:-ms-input-placeholder,
.form-control.style3:-ms-input-placeholder {
    color: var(--white-color);
}

select.style3::-ms-input-placeholder,
.form-select.style3::-ms-input-placeholder,
.form-control.style3::-ms-input-placeholder {
    color: var(--white-color);
}

select.style3::placeholder,
.form-select.style3::placeholder,
.form-control.style3::placeholder {
    color: var(--white-color);
}

select.style3~i,
.form-select.style3~i,
.form-control.style3~i {
    top: auto;
    bottom: 25px;
    right: 42px;
    color: var(--white-color);
}

select.style3 option {
    background-color: var(--theme-color);
}

select.style4,
.form-select.style4,
.form-control.style4 {
    background-color: transparent;
    color: var(--theme-color2);
    border: 1px solid var(--theme-color2);
    font-size: 14px;
    height: 50px;
    border-radius: 0;
}

select.style4::-moz-placeholder,
.form-select.style4::-moz-placeholder,
.form-control.style4::-moz-placeholder {
    color: var(--theme-color2);
}

select.style4::-webkit-input-placeholder,
.form-select.style4::-webkit-input-placeholder,
.form-control.style4::-webkit-input-placeholder {
    color: var(--theme-color2);
}

select.style4:-ms-input-placeholder,
.form-select.style4:-ms-input-placeholder,
.form-control.style4:-ms-input-placeholder {
    color: var(--theme-color2);
}

select.style4::-webkit-input-placeholder,
.form-select.style4::-webkit-input-placeholder,
.form-control.style4::-webkit-input-placeholder {
    color: var(--theme-color2);
}

select.style4::-moz-placeholder,
.form-select.style4::-moz-placeholder,
.form-control.style4::-moz-placeholder {
    color: var(--theme-color2);
}

select.style4:-ms-input-placeholder,
.form-select.style4:-ms-input-placeholder,
.form-control.style4:-ms-input-placeholder {
    color: var(--theme-color2);
}

select.style4::-ms-input-placeholder,
.form-select.style4::-ms-input-placeholder,
.form-control.style4::-ms-input-placeholder {
    color: var(--theme-color2);
}

select.style4::placeholder,
.form-select.style4::placeholder,
.form-control.style4::placeholder {
    color: var(--theme-color2);
}

select.style4~i,
.form-select.style4~i,
.form-control.style4~i {
    top: auto;
    bottom: 25px;
    right: 42px;
    color: var(--theme-color2);
}

select.style4 option {
    color: var(--white-color);
    background-color: var(--theme-color2);
}

.form-style4 .vs-btn.style4 {
    background-color: transparent;
}

.vs-btn.style4.outline:after,
.vs-btn.style4.outline:before {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
}

.vs-btn.style4.outline:hover:after,
.vs-btn.style4.outline:hover:before {
    background-color: transparent;
    border-color: var(--theme-color2);
}

.form-select {
    cursor: pointer;
    background-position: right 1.3rem center
}

input.form-control::-webkit-outer-spin-button,
input.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input.form-control[type=number] {
    -moz-appearance: textfield
}

textarea.form-control {
    min-height: 150px;
    padding-top: 17px;
    padding-bottom: 17px
}

textarea.form-control.style2~i {
    top: 53px;
    bottom: auto
}

input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type="checkbox"]:checked~label:before {
    content: "\f00c";
    color: var(--theme-color);
    border-color: var(--theme-color)
}

input[type="checkbox"]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block
}

input[type="checkbox"]~label:before {
    content: '';
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 6px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px
}

input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type="radio"]~label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0
}

input[type="radio"]~label::before {
    content: '\f111';
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    padding-left: 0.5px;
    font-size: 0.29rem;
    line-height: 14.9px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

input[type="radio"]:checked~label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color)
}

label {
    margin-bottom: 0.6em;
    margin-top: -0.3em;
    display: block
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.form-group>i {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 18px;
    color: var(--theme-color)
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(.375em + 0.8875rem) center;
    background-image: none
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    outline: 0;
    box-shadow: none
}

textarea.form-control.is-invalid {
    background-position: top calc(.375em + 0.5875rem) right calc(.375em + .8875rem)
}

.row.no-gutters>.form-group {
    margin-bottom: 0
}

.form-messages {
    display: none
}

.form-messages.mb-0 * {
    margin-bottom: 0
}

.form-messages.success {
    color: var(--success-color);
    display: block
}

.form-messages.error {
    color: var(--error-color);
    display: block
}

@media (max-width: 575px) {
    .form-select,
    .form-control {
        padding-right: 30px;
        padding-left: 15px
    }
}


/*DateRange Picker*/

.daterangepicker {
    background-color: var(--white-color);
    margin-top: 15px;
    border-radius: 0 !important;
    font-family: var(--body-font);
    font-size: 14px;
    padding: 10px !important;
    box-sizing: border-box;
    color: var(--theme-color);
}

.daterangepicker.ltr .ranges {
    float: none !important;
}

.daterangepicker.ltr .ranges .btn {
    margin-top: 15px;
    border-radius: 0;
}

.daterangepicker.ltr .ranges .btn.btn-success {
    color: #fff;
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
}

.daterangepicker .input-mini {
    font-size: 14px;
    border-radius: 0;
}

.daterangepicker .input-mini.active {
    border: 1px solid var(--theme-color2);
    border-radius: 0;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--theme-color2);
}

.slick-track {
    min-width: 100%
}

.slick-slide img {
    display: inline-block
}

.slick-dots {
    list-style-type: none;
    padding: 2px 0;
    margin: 30px 0 30px 0;
    line-height: 0;
    text-align: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.slick-dots li {
    display: inline-block;
    margin-right: 15px
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: var(--body-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.slick-dots button:hover {
    border-color: var(--theme-color)
}

.slick-dots .slick-active button {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    background-color: var(--theme-color2)
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    margin-top: calc(var(--icon-size, 60px) / -2);
    border: 1px solid var(--white-color);
    left: calc(var(--pos-x, -75px) - 15px);
    width: 30px;
    height: 30px;
    z-index: 2;
    font-size: 14px;
    color: var(--white-color);
}

.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
    margin-right: 15px
}

.slick-arrow.default:last-child {
    margin-right: 0
}

.slick-arrow:hover {
    border-color: transparent;
    background-color: var(--theme-color2);
    color: var(--white-color)
}

.slick-arrow.slick-next {
    margin-right: 0;
    right: calc(var(--pos-x, -75px) - 15px);
    left: auto
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

.slick-3d-active {
    margin-left: -12%;
    margin-right: -12%
}

.slick-3d-active .slick-list {
    padding-top: 0% !important;
    padding-bottom: 0% !important;
    padding-left: 30% !important;
    padding-right: 30% !important
}

.slick-3d-active .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.slick-3d-active .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px
}

.slick-3d-active .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    background-color: #7a7a7a
}

.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
    display: block
}

.slick-3d-active .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2
}

.slick-3d-active .slick-3d-next {
    opacity: 1;
    -webkit-transform: translate3d(61%, 0, -10px);
    transform: translate3d(61%, 0, -10px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.slick-3d-active .slick-3d-next2 {
    opacity: 1;
    -webkit-transform: translate3d(40%, 0, -23px);
    transform: translate3d(40%, 0, -23px);
    z-index: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.slick-3d-active .slick-3d-prev {
    opacity: 1;
    -webkit-transform: translate3d(-61%, 0, -10px);
    transform: translate3d(-61%, 0, -10px)
}

.slick-3d-active .slick-3d-prev2 {
    opacity: 1;
    -webkit-transform: translate3d(-40%, 0, -23px);
    transform: translate3d(-40%, 0, -23px)
}

@media (max-width: 1600px) {
    .slick-arrow {
        --pos-x: 30px
    }
}

@media (max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px
    }
    .slick-arrow.slick-next {
        margin-right: 0
    }
}

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 40px;
    padding-top: 37px;
    display: block;
    background-color: var(--title-color)
}

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--dark-color);
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -1000px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 1s;
    transition: all ease 1s
}

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.vs-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.vs-mobile-menu ul li {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    list-style-type: none
}

.vs-mobile-menu ul li li:first-child {
    border-top: 1px solid rgba(112, 112, 112, 0.2)
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--white-color)
}

.vs-mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block
}

.vs-mobile-menu ul li.vs-active>a {
    color: var(--theme-color)
}

.vs-mobile-menu ul li.vs-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.vs-mobile-menu ul li ul li {
    padding-left: 20px
}

.vs-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.vs-mobile-menu ul .vs-item-has-children>a:after {
    content: '\f067';
    font-family: var(--icon-font);
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(255, 126, 2, 0.3);
    border-radius: 50%
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a:after {
    content: '\f068'
}

.vs-mobile-menu>ul {
    padding: 0 40px
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.mobile-menu-form {
    width: 100%;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative
}

.mobile-menu-form input {
    height: 35px;
    border: none;
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09);
    padding-left: 20px;
    padding-right: 40px
}

.mobile-menu-form input:focus {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09)
}

.mobile-menu-form input::-moz-placeholder {
    color: var(--smoke-color);
    color: var(--theme-color)
}

.mobile-menu-form input::-webkit-input-placeholder {
    color: var(--smoke-color);
    color: var(--theme-color)
}

.mobile-menu-form input:-ms-input-placeholder {
    color: var(--smoke-color);
    color: var(--theme-color)
}

.mobile-menu-form input::-ms-input-placeholder {
    color: var(--smoke-color);
    color: var(--theme-color)
}

.mobile-menu-form input::placeholder {
    color: var(--smoke-color);
    color: var(--theme-color)
}

.mobile-menu-form button {
    border: none;
    background-color: transparent;
    color: var(--theme-color);
    position: absolute;
    right: 13px;
    top: 3px
}

.vs-menu-toggle:not(.hamburger-btn) {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 50%
}

.vs-menu-toggle:not(.hamburger-btn).style2 {
    width: auto;
    height: auto;
    background-color: transparent;
    font-size: 28px;
    margin-left: 15px
}

@media (max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 270px
    }
    .vs-mobile-menu>ul {
        padding: 0 20px
    }
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: var(--smoke-color)
}

.preloader .vs-btn {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 16px;
    font-family: var(--title-font);
    background-color: var(--black-color)
}

.preloader .vs-btn:after,
.preloader .vs-btn:before {
    display: none
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.preloader-inner img {
    display: block;
    margin: 15px auto;
    max-width: 70px;
}

.vs-loadholder {
    width: 240px;
    height: 240px;
    border: 3px solid rgb(217 0 27 / 60%);
    border-radius: 120px
}

.vs-loadholder:after {
    content: " ";
    display: block;
    background: var(--smoke-color);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: 0;
    -webkit-animation: loaderOuterRotate2 25s infinite linear;
    animation: loaderOuterRotate2 25s infinite linear;
    width: 100px;
    height: 200%
}

.vs-loadholder .vs-loader {
    width: 200px;
    height: 200px;
    color: var(--smoke-color);
    text-align: center;
    border: 3px solid rgb(8 52 95 / 60%);
    border-radius: 100px;
    z-index: 20;
    text-transform: uppercase
}

.vs-loadholder .vs-loader:after {
    content: "";
    display: block;
    background: var(--smoke-color);
    z-index: -1;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: loaderOuterRotate1 10s infinite linear;
    animation: loaderOuterRotate1 10s infinite linear;
    width: 100px;
    height: 106%
}

.vs-loadholder .vs-loader .loader-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 130px;
    -webkit-animation: LoaderColor 1s alternate linear infinite;
    animation: LoaderColor 1s alternate linear infinite;
    display: block;
    width: 140px;
    height: 140px;
    text-align: center;
    border: 3px solid rgb(217 0 27 / 60%);
    border-radius: 70px;
    z-index: 20
}

.vs-loadholder .vs-loader .loader-text:before,
.vs-loadholder .vs-loader .loader-text:after {
    content: " ";
    display: block;
    background: var(--smoke-color);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: -1
}

.vs-loadholder .vs-loader .loader-text:before {
    width: 110%;
    height: 40px;
    -webkit-animation: loaderOuterRotate2 2s infinite linear;
    animation: loaderOuterRotate2 2s infinite linear
}

.vs-loadholder .vs-loader .loader-text:after {
    width: 40px;
    height: 110%;
    -webkit-animation: loaderOuterRotate1 5s infinite linear;
    animation: loaderOuterRotate1 5s infinite linear
}

.loader-def,
.vs-loadholder,
.vs-loadholder:after,
.vs-loadholder .vs-loader,
.vs-loadholder .vs-loader:after,
.vs-loadholder .vs-loader .loader-text,
.vs-loadholder .vs-loader .loader-text:before,
.vs-loadholder .vs-loader .loader-text:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-51%, -50%);
    -ms-transform: translate(-51%, -50%);
    transform: translate(-51%, -50%)
}

@-webkit-keyframes loaderOuterRotate1 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes loaderOuterRotate1 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes loaderOuterRotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@keyframes loaderOuterRotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@-webkit-keyframes LoaderColor {
    0% {
        color: #fff
    }
    100% {
        color: var(--theme-color)
    }
}

@keyframes LoaderColor {
    0% {
        color: #fff
    }
    100% {
        color: var(--theme-color)
    }
}

.vs-btn {
    border: none;
    display: inline-block;
    background-color: var(--black-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--body-font);
    padding: 19.5px 40px;
    line-height: 1;
    border-radius: 7px 15px 7px 15px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.4s, background-color 0.4s, border-radius 0.4s;
    transition: color 0.4s, background-color 0.4s, border-radius 0.4s
}

.vs-btn:after,
.vs-btn:before {
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 7px;
    z-index: -1
}

.vs-btn:before {
    left: 0;
    top: 0;
    border-top: 2px solid var(--theme-color);
    border-left: 2px solid var(--theme-color)
}

.vs-btn:after {
    bottom: 0;
    right: 0;
    border-right: 2px solid var(--theme-color);
    border-bottom: 2px solid var(--theme-color)
}

.vs-btn:hover {
    color: var(--theme-color2)
}

.vs-btn:hover:after,
.vs-btn:hover:before {
    width: 30%;
    height: 50%;
    background-color: transparent;
    border-color: var(--theme-color2)
}

.vs-btn:hover:before {
    border-radius: 7px 0 0 0
}

.vs-btn:hover:after {
    border-radius: 0 0 7px 0
}

@media (max-width: 991px) {
    .vs-btn {
        padding: 18.5px 26px;
        font-size: 14px
    }
}

.vs-btn i {
    margin-left: 10px
}

.vs-btn.outline-style {
    border: 1px solid #404040;
    background-color: transparent;
    color: var(--white-color);
    border-radius: 7px;
    font-weight: 600;
    font-family: var(--title-font);
    letter-spacing: 0.05em
}

.vs-btn.outline-style:before,
.vs-btn.outline-style:after {
    display: none
}

.vs-btn.outline-style i {
    color: var(--theme-color2);
    margin-left: 0;
    margin-right: 10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.vs-btn.outline-style:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

.vs-btn.outline-style:hover i {
    color: var(--white-color)
}

.vs-btn.style2 {
    border-radius: 7px
}

.vs-btn.style2:after,
.vs-btn.style2:before {
    display: none
}

.vs-btn.style2:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.vs-btn.light-style {
    background-color: var(--theme-color);
    color: var(--theme-color);
}

.vs-btn.light-style:hover {
    color: var(--white-color);
}

.vs-btn.light-style:after,
.vs-btn.light-style:before {
    background-color: var(--white-color);
    border-color: var(--white-color);
}

.vs-btn.light-style:hover:after,
.vs-btn.light-style:hover:before {
    background-color: var(--theme-color);
    border-color: var(--white-color);
}

.vs-btn.light-style.outline {
    background-color: transparent;
    color: var(--white-color);
}

.vs-btn.light-style.outline:hover {
    color: var(--white-color);
}

.vs-btn.light-style.outline:after,
.vs-btn.light-style.outline:before {
    background-color: transparent;
    border-color: var(--white-color);
}

.vs-btn.light-style.outline:hover:after,
.vs-btn.light-style.outline:hover:before {
    background-color: transparent;
    border-color: var(--white-color);
}

.vs-btn.small-btn {
    font-weight: 400;
    padding: 15px 25px;
}

.vs-btn.small-btn.filter-btn {
    font-size: 14px;
    height: 50px;
}

.vs-btn.small-btn.filter-btn:before {
    border-top: 1px solid var(--white-color);
    border-left: 1px solid var(--white-color);
    border-radius: 0;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
}

.vs-btn.small-btn.filter-btn:after {
    border-right: 1px solid var(--white-color);
    border-bottom: 1px solid var(--white-color);
    border-radius: 0;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
}

.vs-btn.small-btn.filter-btn:hover:before {
    width: 30%;
    height: 50%;
}

.vs-btn.small-btn.filter-btn:hover:after {
    width: 30%;
    height: 50%;
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    background-color: var(--icon-bg, #f3f3f3);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    border: none;
    padding: 0
}

.icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.icon-btn.style2 {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 22px;
    border-radius: 10px
}

.icon-btn.style3 {
    background-color: var(--white-color);
    font-size: 18px
}

.icon-btn.style3:hover,
.icon-btn.style2:hover {
    background-color: var(--theme-color2);
    color: var(--white-color)
}

.icon-btn.style4 {
    background-color: var(--title-color);
    color: var(--white-color);
    border-radius: 0;
    font-size: 20px;
    height: 75px;
    width: 75px;
    line-height: 75px
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    text-align: center;
    background-color: var(--theme-color2);
    color: var(--title-color);
    font-size: 2em;
    border-radius: 50%;
    z-index: 1;
    padding-left: 4px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.play-btn:after,
.play-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color2);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.play-btn.style4:hover:after,
.play-btn.style4:hover::before,
.play-btn.style4:hover i,
.play-btn.style3:hover:after,
.play-btn.style3:hover::before,
.play-btn.style3:hover i,
.play-btn.style2:hover:after,
.play-btn.style2:hover::before,
.play-btn.style2:hover i,
.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.play-btn.style2 i {
    background-color: var(--white-color);
    color: var(--theme-color2);
    font-size: 1.7em
}

.play-btn.style2::before,
.play-btn.style2::after {
    background-color: var(--white-color)
}

.play-btn.style3 i {
    background-color: var(--white-color);
    color: var(--title-color);
    font-size: 1.7em
}

.play-btn.style3::before,
.play-btn.style3::after {
    background-color: var(--white-color)
}

.play-btn.style4 i {
    background-color: rgba(28, 17, 33, 0.8);
    color: var(--theme-color2);
    font-size: 22px
}

.play-btn.style4:after,
.play-btn.style4:before {
    border-color: var(--title-color);
    background-color: transparent
}

.link-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -0.2em;
    text-transform: capitalize;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px
}

.link-btn i {
    margin-right: 7px;
    font-size: 0.9rem
}

.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.link-btn:hover {
    color: var(--theme-color)
}

.link-btn:hover::before {
    width: 100%
}

.link-btn.style2 {
    text-transform: uppercase;
    font-weight: 600
}

.link-btn.style2 i {
    margin-left: 5px;
    color: var(--theme-color2);
    font-size: 1.2em;
    vertical-align: middle;
    margin-right: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.link-btn.style2:hover i {
    color: var(--theme-color)
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.scroll-btn:before {
    content: '';
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: #fff;
    border-radius: inherit;
    z-index: 1
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

@media (max-width: 767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px
    }
    .scroll-btn.show {
        bottom: 15px
    }
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}

@media (max-width: 767px) {
    .play-btn {
        --icon-size: 60px
    }
    .scrollToTop {
        right: 20px
    }
    .scrollToTop.show {
        bottom: 20px
    }
}

.sec-title {
    margin-top: -0.25em;
    margin-bottom: 18px;
    color: var(--theme-color);
}

.sec-title+.sec-title-style2 {
    margin-top: -0.45em
}

.sec-title-style2 {
    font-weight: 300;
    margin-top: -0.25em;
    margin-bottom: 18px;
    color: var(--theme-color2)
}

.sec-title-style3 {
    font-weight: 300;
    margin: 0;
    line-height: 140px;
}

.sub-title {
    font-size: 16px;
    letter-spacing: 0.5em;
    color: var(--theme-color2);
    font-weight: 400;
    display: block;
    font-family: var(--title-font);
    margin-top: -0.45em;
    margin-bottom: 18px;
    color: var(--theme-color2)
}

.sec-shape {
    line-height: 1
}

.sec-shape_bar {
    display: inline-block;
    background-color: var(--theme-color2);
    height: 10px;
    width: 35px;
    margin-right: 13px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.sec-shape_bar:first-child {
    margin-left: 5px
}

.sec-shape_bar:last-child {
    margin-right: 0;
    background-color: var(--theme-color)
}

.sec-text {
    font-size: 18px;
    line-height: 28px
}

.text-center {
    text-align: center!important;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.title-area {
    /*margin-bottom: var(--section-title-space)*/
}

@media (max-width: 1199px) {
    .sub-title {
        font-size: 14px;
        letter-spacing: 0.2em;
        margin-bottom: 10px
    }
    .title-area {
        margin-bottom: calc(var(--section-title-space) - 20px)
    }
}

.image-scale-hover {
    overflow: hidden
}

.image-scale-hover img {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001)
}

.image-scale-hover:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important
}

.z-index-common {
    position: relative;
    z-index: 3
}

.z-index-n1 {
    z-index: -1
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.gap-30 {
    gap: 30px
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: .35em .55em;
    border-radius: 50%
}

.border-divider {
    height: 10px;
    width: 100%;
    clear: both
}

.vs-cursor {
    position: absolute;
    top: -9px;
    left: -9px;
    z-index: 99999;
    width: 30px;
    height: 30px;
    display: inline-block;
    pointer-events: none;
    -webkit-transition: none;
    transition: none;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--theme-color2);
    opacity: 0.7
}

@media (max-width: 1399px) {
    .vs-cursor {
        display: none
    }
}

.new-label {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 12px;
    font-weight: 400;
    font-family: var(--title-font);
    padding: 2px 5px;
    line-height: 1;
    border-radius: 4px;
    position: relative;
    top: -2px;
    letter-spacing: 0.5px
}

.parallax__container {
    clip: rect(0, auto, auto, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -100
}

.parallax {
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.athletes-parallax {
    background-color: #141414c9 !important;
    background-blend-mode: hue;
}

.sports-parallax {
    background-color: #0a0d129c !important;
    background-blend-mode: hue;
    filter: hue-rotate(142deg);
}

.footer-parallax {
    background-blend-mode: hard-light;
    background-color: hsl(0deg 0% 25%);
    filter: grayscale(1);
}

.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fs-md {
    font-size: 18px
}

.fs-xs {
    font-size: 14px
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-theme2 {
    background-color: var(--theme-color2) !important
}

.bg-title {
    background-color: var(--title-color) !important
}

.bg-dark {
    background-color: var(--dark-color) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-black {
    background-color: var(--black-color) !important
}

.bg-ultra-light-1 {
    background-color: rgb(0 0 0 / 9%);
}

.bg-ultra-light-2 {
    background-color: rgb(255 255 255 / 8%);
}

.bg-wave .parallax {
    background-size: contain !important;
    background-position: top !important;
    opacity: .4;
}

.bg-gray1 {
    background-color: var(--gray1) !important;
}

.bg-gray2 {
    background-color: var(--gray2) !important;
}

.bg-gray3 {
    background-color: var(--gray3) !important;
}

.bg-gray4 {
    background-color: var(--gray4) !important;
}

.bg-gray5 {
    background-color: var(--gray5) !important;
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bg-auto {
    background-size: auto auto
}

.bg-fixed {
    background-attachment: fixed
}

.bg-light-gray {
    background-color: #F9F9F9
}

.bg-mock-dark {
    background-color: #262228
}

.text-theme {
    color: var(--theme-color) !important
}

.text-theme2 {
    color: var(--theme-color2) !important
}

.text-title {
    color: var(--title-color) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-yellow {
    color: var(--yellow-color) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-white-light {
    color: var(--white-light-color) !important
}

.text-error {
    color: var(--error-color) !important
}

.text-inherit {
    color: inherit
}

.text-inherit:hover {
    color: var(--theme-color2)
}

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline
}

.text-light-white {
    color: #c3c3c3
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

[data-overlay] {
    position: relative
}

[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
    z-index: 1
}

[data-overlay]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

[data-overlay="theme"]:before {
    background-color: var(--theme-color)
}

[data-overlay="theme2"]:before {
    background-color: var(--theme-color2)
}

[data-overlay="title"]:before {
    background-color: var(--title-color)
}

[data-overlay="white"]:before {
    background-color: var(--white-color)
}

[data-overlay="black"]:before {
    background-color: var(--black-color)
}

[data-opacity="1"]:before {
    opacity: .1
}

[data-opacity="2"]:before {
    opacity: .2
}

[data-opacity="3"]:before {
    opacity: .3
}

[data-opacity="4"]:before {
    opacity: .4
}

[data-opacity="5"]:before {
    opacity: .5
}

[data-opacity="6"]:before {
    opacity: .6
}

[data-opacity="7"]:before {
    opacity: .7
}

[data-opacity="8"]:before {
    opacity: .8
}

[data-opacity="9"]:before {
    opacity: .9
}

[data-opacity="10"]:before {
    opacity: 1
}

[data-opacity="95"]:before {
    opacity: 0.95
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    30% {
        opacity: 0.40
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    30% {
        opacity: 0.40
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.scalein.vs-animated {
    --animation-name: scalein
}

.slidetopleft.vs-animated {
    --animation-name: slidetopleft
}

.slidebottomright.vs-animated {
    --animation-name: slidebottomright
}

.slideinleft.vs-animated {
    --animation-name: slideinleft
}

.slideinright.vs-animated {
    --animation-name: slideinright
}

.slideinup.vs-animated {
    --animation-name: slideinup
}

.slideindown.vs-animated {
    --animation-name: slideindown
}

.fadein.vs-animated {
    --animation-name: fadein
}

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup {
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name)
}

.vs-animated {
    opacity: 1
}

@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px)
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px)
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@-webkit-keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@-webkit-keyframes scalein {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scalein {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    margin: 0px 0 -5px 0;
    padding: 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: block;
    position: relative;
    color: var(--white-color);
    border-bottom: 1px solid rgba(165, 165, 165, 0.3);
    line-height: 1;
    padding-bottom: 17px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    font-family: var(--title-font)
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
    color: var(--theme-color2)
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: block;
    position: relative
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
    font-size: 18px;
    color: var(--white-color);
    position: absolute;
    right: 0;
    top: -1px;
    line-height: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    font-family: var(--title-font)
}

.widget_nav_menu li:hover>span,
.widget_meta li:hover>span,
.widget_pages li:hover>span,
.widget_archive li:hover>span,
.widget_categories li:hover>span {
    color: var(--theme-color2)
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
    padding-right: 20px
}

.widget_nav_menu .sub-menu {
    margin-left: 10px
}

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

.wp-block-archives a:not(:hover) {
    color: inherit
}

.vs-blog ul.wp-block-archives li {
    margin: 5px 0
}

.sidebar-area {
    background-color: var(--theme-color);
    padding: 50px 50px 10px 50px
}

.sidebar-area .widget {
    margin-bottom: 40px
}

.widget select,
.widget input {
    color: var(--body-color);
    padding-left: 30px;
    font-size: 16px;
    background-color: var(--theme-color, #212121);
    border: 1px solid rgba(112, 112, 112, 0.4);
    height: 60px;
    border-radius: 9999px;
    font-weight: 500;
    width: 100%
}

.widget select::-moz-placeholder,
.widget input::-moz-placeholder {
    color: var(--gray3)
}

.widget select::-webkit-input-placeholder,
.widget input::-webkit-input-placeholder {
    color: var(--gray3)
}

.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder {
    color: var(--gray3)
}

.widget select::-webkit-input-placeholder,
.widget input::-webkit-input-placeholder {
    color: var(--gray3)
}

.widget select::-moz-placeholder,
.widget input::-moz-placeholder {
    color: var(--gray3)
}

.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder {
    color: var(--gray3)
}

.widget select::-ms-input-placeholder,
.widget input::-ms-input-placeholder {
    color: var(--gray3)
}

.widget select::placeholder,
.widget input::placeholder {
    color: var(--gray3)
}

.widget-big-title h2,
.widget_title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: -0.17em;
    padding-bottom: 17px;
    position: relative;
    color: var(--white-color)
}

.widget-big-title h2:before,
.widget_title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background-color: var(--theme-color3)
}

.widget .search-form {
    position: relative
}

.widget .search-form input {
    padding-right: 50px
}

.widget .search-form button {
    text-align: center;
    padding: 0;
    color: var(--gray3);
    background-color: transparent;
    border: none;
    position: absolute;
    right: 30px;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px
}

.widget .search-form button:hover {
    border-color: var(--theme-color);
    background-color: var(--white-color);
    color: var(--theme-color)
}

.wp-block-tag-cloud a,
.widget .tagcloud a {
    display: inline-block;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 10.5px 23px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--body-color);
    background-color: var(--tag-bg, #f6f6f6);
    border-radius: 9999px
}

.wp-block-tag-cloud a:hover,
.widget .tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important
}

.widget .tagcloud {
    margin-right: -5px;
    margin-bottom: -10px
}

.widget .tagcloud a:not(:hover) {
    background-color: #fff
}

.recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post .post-title {
    font-weight: 500;
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 10px;
    text-transform: uppercase
}

.recent-post .media-img {
    margin-right: 25px;
    width: 80px;
    border-radius: 5px;
    border: 1px solid #707070;
    overflow: hidden
}

.recent-post .media-img img {
    width: 100%
}

.recent-post .recent-post-meta {
    line-height: 1.2
}

.recent-post .recent-post-meta a {
    position: relative;
    font-size: 16px;
    font-family: var(--title-font);
    padding-right: 13px;
    margin-right: 8px
}

.recent-post .recent-post-meta a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    background-color: var(--theme-color2);
    margin-top: -5px
}

.recent-post .recent-post-meta a i {
    margin-right: 8px;
    font-size: 0.75em
}

.recent-post .recent-post-meta a:last-child {
    margin-right: 0;
    padding-right: 0
}

.recent-post .recent-post-meta a:last-child::before {
    display: none
}

.recent-post.style2 .post-title {
    font-weight: 600;
    color: var(--title-color)
}

.recent-post.style2 .recent-post-meta a {
    color: var(--body-color);
    text-transform: uppercase
}

.recent-post-tab {
    position: relative;
    margin-bottom: 20px
}

.recent-post-tab .nav-link {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--title-font);
    text-transform: capitalize;
    padding: 0 19px 10px 19px;
    color: var(--white-color);
    cursor: pointer;
    background-color: transparent;
    border: none
}

.recent-post-tab .nav-link:last-of-type {
    padding-right: 0
}

.recent-post-tab .nav-link:first-child {
    padding-left: 0
}

.recent-post-tab .nav-link.active,
.recent-post-tab .nav-link:hover {
    color: var(--theme-color2)
}

.recent-post-tab .indicator {
    position: absolute;
    left: var(--pos-x);
    bottom: var(--pos-y);
    height: 2px;
    width: var(--width-set);
    background-color: var(--theme-color2);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.recent-post-tab.style2 {
    border-bottom: 1px solid var(--title-color)
}

.recent-post-tab.style2 button {
    color: var(--title-color);
    font-weight: 600
}

.recent-post-tab.style2 .indicator {
    height: 1px;
    margin-bottom: -1px
}

.widget-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding-top: 10px
}

.widget-gallery .gallery-thumb {
    position: relative;
    overflow: hidden
}

.widget-gallery .gallery-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.widget-gallery .gallery-thumb:hover img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.widget-author-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-author-about .avater {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 25px
}

.widget-author-about .text {
    color: var(--white-color);
    margin-bottom: 10px;
    line-height: 26px
}

.widget-author-about .name {
    color: var(--theme-color2);
    margin-bottom: 0
}

.widget-author-about .degi {
    color: #B8B8B8;
    text-transform: uppercase;
    font-size: 12px
}

@media (max-width: 1600px) {
    .widget-author-about {
        display: block
    }
    .widget-author-about .avater {
        width: 110px;
        height: 110px;
        margin-bottom: 20px;
        margin-right: 0
    }
}

@media (max-width: 1399px) {
    .sidebar-area {
        padding: 30px 30px 10px 30px
    }
    .recent-post .post-title {
        font-size: 16px;
        margin-bottom: 10px
    }
    .recent-post .recent-post-meta a {
        font-size: 14px;
        padding-right: 11px;
        margin-right: 6px
    }
    .recent-post .media-img {
        margin-right: 15px
    }
}

@media (max-width: 1199px) {
    .widget-big-title h2,
    .widget_title {
        font-size: 20px
    }
    .widget_title:before,
    .widget-big-title h2:before {
        width: 45px
    }
    .widget .search-form button {
        font-size: 18px
    }
    .recent-post-tab .nav-link {
        font-size: 14px;
        padding: 0 10px 10px 10px
    }
    .recent-post:not(.style2) .recent-post-meta a {
        font-size: 14px;
        padding-right: 0;
        margin-right: 0;
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: 5px
    }
    .recent-post:not(.style2) .recent-post-meta a::before {
        display: none
    }
    .recent-post:not(.style2) .recent-post-meta a:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .wp-block-tag-cloud a,
    .widget .tagcloud a {
        padding: 10.5px 18px
    }
}

.footer-widget .widget_title,
.widget-big-title h2 {
    font-size: 30px;
    margin-bottom: 22px;
    margin-top: -0.15em;
    text-transform: uppercase
}

.footer-widget .widget_title:before,
.widget-big-title h2:before {
    width: 60px
}

.widget-big-title>h2 {
    color: var(--white-color)
}

@media (min-width: 1600px) {
    .widget-big-title>h2 {
        font-size: 48px
    }
}

.footer-widget {
    margin-bottom: 40px
}

.footer-widget.widget_meta,
.footer-widget.widget_pages,
.footer-widget.widget_archive,
.footer-widget.widget_categories,
.footer-widget.widget_nav_menu {
    margin-bottom: 45px
}

.footer-widget.widget_meta .widget_title,
.footer-widget.widget_pages .widget_title,
.footer-widget.widget_archive .widget_title,
.footer-widget.widget_categories .widget_title,
.footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 22px
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    background-color: transparent;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 16px;
    border: none
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--theme-color2)
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
    content: "\f30b";
    font-family: var(--icon-font);
    margin-right: 15px;
    position: relative;
    top: 1px
}

.footer-widget.widget_meta li,
.footer-widget.widget_pages li,
.footer-widget.widget_archive li,
.footer-widget.widget_categories li,
.footer-widget.widget_nav_menu li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--white-color);
    font-size: 13px;
    line-height: 1;
    margin-left: 5px
}

.footer-widget.widget_meta li:hover>span,
.footer-widget.widget_pages li:hover>span,
.footer-widget.widget_archive li:hover>span,
.footer-widget.widget_categories li:hover>span,
.footer-widget.widget_nav_menu li:hover>span {
    color: var(--theme-color2)
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0
}

.footer-about-big-text {
    color: var(--white-color);
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    max-width: 400px;
    font-family: var(--title-font);
}

.footer-about-text {
    color: var(--white-color);
    line-height: 21px;
    margin-bottom: 35px;
    max-width: 400px
}

.footer-logo {
    margin-bottom: 20px
}

.footer-info {
    color: var(--white-color);
    font-size: 14px;
    max-width: 300px;
    padding-left: 25px;
    position: relative;
    line-height: 24px
}

.footer-info:last-child {
    margin-bottom: 0
}

.footer-info a {
    color: inherit
}

.footer-info a:hover {
    color: var(--theme-color2)
}

.footer-info i {
    color: var(--white-color);
    position: absolute;
    left: 0;
    top: 5px
}

.footer-info.style2 {
    max-width: 390px;
    margin-bottom: 10px
}

.newsletter-wrapper {
    position: relative;
    /*	max-height: 130px;*/
}

.footer-newsletter {
    background-color: var(--theme-color2);
    border-radius: 30px;
    padding: 60px 80px;
    margin-top: -120px;
    z-index: 1;
    position: relative;
}

.newsletter-style1 .form-group {
    position: relative;
    margin-bottom: 0
}

.newsletter-style1 .form-group>i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.newsletter-style1 .form-group button {
    width: 100%;
    border: none;
    display: inline-block;
    background-color: var(--theme-color3);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--body-font);
    padding: 22px 40px;
    line-height: 1;
    /* border-radius: 7px 15px 7px 15px; */
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.4s, background-color 0.4s, border-radius 0.4s;
    transition: color 0.4s, background-color 0.4s, border-radius 0.4s;
}

.newsletter-style1 .form-group>i {
    right: 30px;
    left: auto;
}

.newsletter-style1 input {
    border: none;
    background-color: var(--white-color);
    color: var(--theme-color);
    width: 100%;
    height: 60px;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 60px;
}

.newsletter-style1 input::-moz-placeholder {
    color: #888888
}

.newsletter-style1 input::-webkit-input-placeholder {
    color: #888888
}

.newsletter-style1 input:-ms-input-placeholder {
    color: #888888
}

.newsletter-style1 input::-ms-input-placeholder {
    color: #888888
}

.newsletter-style1 input::placeholder {
    color: #888888
}

.widget-newsletter .newsletter-text {
    color: var(--white-color);
    margin-bottom: 23px
}

.newsletter-style2 {
    position: relative
}

.newsletter-style2 .icon-btn,
.newsletter-style2 .form-icon {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.newsletter-style2 .form-icon {
    color: var(--theme-color2);
    font-size: 1.2em
}

.newsletter-style2 .icon-btn {
    left: auto;
    right: 20px
}

.newsletter-style2 .icon-btn i {
    margin: 0
}

.newsletter-style2 .form-control {
    height: 85px;
    border-radius: 10px;
    background-color: #322D34;
    border: 1px solid #707070;
    color: var(--white-color);
    font-size: 20px;
    font-family: var(--title-font);
    width: 390px;
    padding-left: 60px;
    margin-bottom: 0;
    max-width: 100%;
    padding-right: 75px
}

.newsletter-style2 .form-control::-moz-placeholder {
    color: #888888
}

.newsletter-style2 .form-control::-webkit-input-placeholder {
    color: #888888
}

.newsletter-style2 .form-control:-ms-input-placeholder {
    color: #888888
}

.newsletter-style2 .form-control::-ms-input-placeholder {
    color: #888888
}

.newsletter-style2 .form-control::placeholder {
    color: #888888
}

@media (max-width: 1199px) {
    .footer-newsletter {
        padding: 40px 40px;
        margin-bottom: -82.5px
    }
}

@media (max-width: 991px) {
    .footer-newsletter {
        padding: 40px 40px;
        margin-bottom: var(--section-space-mobile);
        margin-top: var(--section-space-mobile)
    }
    .footer-about-text {
        margin-bottom: 25px;
        padding-right: 10px
    }
    .widget-big-title h2,
    .footer-widget .widget_title {
        font-size: 24px;
        margin-top: -0.16em;
        margin-bottom: 18px
    }
    .newsletter-style2 .form-icon {
        left: 20px
    }
    .newsletter-style2 .form-control {
        height: 65px;
        padding-left: 50px;
        font-size: 16px
    }
    .newsletter-style2 .icon-btn {
        right: 10px
    }
}

@media (max-width: 767px) {
    .footer-newsletter {
        padding: 40px 20px
    }
    .newsletter-style1 .form-group input {
        padding-left: 20px;
        height: 60px;
        padding-right: 40px;
        border-radius: 5px
    }
    .newsletter-style1 .form-group>i {
        right: 20px;
        left: auto;
        top: 30px
    }
    .newsletter-style1 .form-group button {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        margin-top: 10px
    }
}

.vs-header {
    position: relative;
    z-index: 41
}

.will-sticky .sticky-active {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background-color: var(--theme-color2);
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07)
}

.will-sticky .sticky-active.active {
    top: 0
}

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 18px;
    color: var(--theme-color);
    text-transform: uppercase
}

.main-menu a:hover {
    color: var(--theme-color3);
}

.main-menu>ul>li {
    margin: 0 15px
}

.main-menu>ul>li>a {
    line-height: 1
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: '\f107';
    position: relative;
    font-family: var(--icon-font);
    margin-left: 3px;
    top: 0.8px;
    font-size: 0.8rem
}


/*
.main-menu ul li:last-child {
    margin-right: 0
}

.main-menu ul li:first-child {
    margin-left: 0
}
*/

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    visibility: hidden;
    min-width: 190px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    border-bottom: 3px solid var(--theme-color2);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
    transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s
}

.main-menu ul.sub-menu {
    padding: 18px 20px;
    left: -27px
}

.main-menu ul.sub-menu:before {
    content: '';
    position: absolute;
    left: 34.5px;
    top: 30px;
    width: 1px;
    background-color: #ededed;
    height: calc(100% - 60px)
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 3px 9px;
    max-width: 220px;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    float: right;
    top: 3px
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 21px;
    text-transform: capitalize;
    color: var(--theme-color);
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}

.main-menu ul.sub-menu li a:before {
    content: '\f111';
    position: absolute;
    top: 1em;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.2em;
    line-height: 11.5px;
    color: var(--theme-color);
    font-weight: 700;
    background-color: var(--white-color);
    box-shadow: inset 0px 2px 4px 0px rgba(173, 136, 88, 0.4)
}

.main-menu ul.sub-menu li a:hover {
    color: var(--theme-color3)
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.main-menu .mega-menu-wrap {
    position: static
}

.main-menu ul.mega-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px
}

.main-menu ul.mega-menu li li {
    padding: 4px 0
}

.main-menu ul.mega-menu li a {
    display: inline-block;
    text-transform: capitalize
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--title-color);
    border-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px
}

.main-menu ul.mega-menu>li>a:hover {
    padding-left: 0
}

.menu-style1>ul>li {
    margin: 0 20px
}

.menu-style1>ul>li>a {
    color: var(--white-color);
    padding: 42px 0
}

.menu-style2>ul>li {
    margin: 0 32px
}

.menu-style2>ul>li>a {
    color: var(--white-color);
    padding: 55px 0;
    font-weight: 400
}

.menu-style3>ul>li {
    margin: 0 32px
}

.menu-style3>ul>li>a {
    padding: 29.5px 0
}

.header-layout1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9998;
    padding-top: 15px;
    background: linear-gradient(180deg, #000e16a3, #000e161c 80%, hsl(210 0% 20% / 0));
    min-height: 170px;
}

.header-layout2 .header-menu-area,
.header-layout3 .header-menu-area {
    background-color: var(--title-color)
}

.header-layout2 .will-sticky .sticky-active,
.header-layout3 .will-sticky .sticky-active {
    background-color: var(--black-color)
}

.header-layout2 .will-sticky .header-menu-area,
.header-layout3 .will-sticky .header-menu-area {
    background-color: var(--black-color)
}

.header-layout5 .header-top,
.header-layout3 .header-top,
.header-layout2 .header-top {
    padding: 10px 0;
    background-color: #2B1F30
}

.header-layout3 {
    position: absolute;
    left: 0;
    right: 0
}

.header-layout3 .header-menu-area {
    padding: 0 30px
}

.header-layout3 .header-top {
    padding: 10px 30px
}

.header-layout5 .menu-top {
    padding: 13px 0
}

.header-layout5 .menu-area {
    background-color: #F0F0F0
}

.header-layout5 .sticky-active {
    background-color: transparent;
    box-shadow: none
}

.header-logo img {
    max-width: 170px;
}

.will-sticky .sticky-active.active .header-logo img {
    max-width: 130px;
}

.will-sticky .sticky-active.active .external-logos {
    display: none;
}

.header-call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    overflow: hidden
}

.header-call-icon {
    background-color: var(--theme-color2);
    color: var(--white-color);
    width: 120px;
    text-align: center;
    font-size: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-call-content {
    background-color: var(--title-color);
    padding: 25px 40px 25px 30px
}

.header-call-title {
    color: var(--white-color);
    font-size: 24px;
    font-family: var(--title-font);
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    line-height: 1
}

.header-call-number {
    font-size: 14px;
    color: var(--white-color);
    font-weight: 600;
    font-family: var(--body-font);
    letter-spacing: 0.2em
}

.header-call-number:hover {
    color: var(--theme-color)
}

.header-search {
    position: relative;
    float: left;
    max-width: 300px;
    padding: 0;
    margin-right: 15px;
    background: transparent;
    border-bottom: 1px solid #ffffff;
}

.header-search .form-group {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
}

.header-search input {
    position: relative;
    display: block;
    width: 350px;
    line-height: 28px;
    height: 36px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.2px;
    color: #ffffff;
    background: 0 0;
    border: 0;
    border-radius: 20px;
    padding: 10px 50px 10px 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-search input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
    /* Firefox */
}

.header-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.header-search input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff;
}

.header-search input[type=submit],
.header-search button {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 24px;
}

.header-button {
    position: relative;
    float: left;
}

.header-button .outline-style {
    margin-right: 35px
}

.header-button a {
    border: none;
    color: var(--white-color);
    font-size: 12px;
    font-weight: 800;
    display: inline-block;
    margin-right: 0px;
    padding: 0;
    background: #0d121f69;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0px 0px 8px 4px #0d121f69;
}

.header-button a:first-child {
    margin-right: 3px;
    margin-left: 30px;
}

.header-button a:hover {
    color: var(--theme-color2)
}

.header-button a.active {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    background: var(--theme-color3);
    color: var(--white-color);
    width: 28px;
    height: 28px;
    line-height: 28px;
    box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 50%);
}

.header-actions {
    position: relative;
}

.external-logos {
    position: absolute;
    left: 15px;
    ;
    bottom: -60px;
}

.external-logos img {
    height: 40px;
    width: auto;
    margin-right: 15px;
}

.header-text {
    margin-bottom: 0
}

.header-number {
    display: inline-block;
    letter-spacing: 0.19em;
    font-weight: 600;
    font-size: 14px;
    line-height: 1
}

.header-number i {
    font-size: 1.3em;
    vertical-align: middle;
    margin-right: 10px
}

.header-links {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--body-font)
}

.header-links p,
.header-links a {
    font-size: inherit;
    color: inherit
}

.header-links a:hover {
    color: var(--theme-color)
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    margin-right: 25px
}

.header-links li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 16px;
    margin-top: -8px;
    background-color: #707070
}

.header-links li:last-child {
    padding-right: 0;
    margin-right: 0
}

.header-links li:last-child:before {
    display: none
}

.header-links .dropdown-toggle:after {
    content: '\f107';
    margin: 0;
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 3px
}

.header-links ul.dropdown-menu {
    padding: 10px 15px;
    border: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    margin: 0;
    margin-left: -15px !important;
    margin-top: 15px !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    position: relative;
    z-index: 3;
    border: 1px solid #ededed
}

.header-links ul.dropdown-menu li {
    padding: 0;
    margin: 0
}

.header-links ul.dropdown-menu li:before {
    display: none
}

.header-links ul.dropdown-menu li:last-child {
    margin-bottom: 0
}

.header-links ul.dropdown-menu a {
    display: block;
    margin: 11px 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 2px 0;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600
}

.header-links ul.dropdown-menu a:hover {
    color: var(--theme-color)
}

.header-links ul.dropdown-menu a:first-child {
    margin-top: 0;
    padding-top: 0
}

.header-links ul.dropdown-menu a:last-of-type,
.header-links ul.dropdown-menu a:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.header-links ul.dropdown-menu:before {
    content: '';
    position: absolute;
    left: 18px;
    top: -7px;
    width: 14px;
    height: 14px;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed
}

.header-top-links ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header-top-links li {
    display: inline-block;
    margin-right: 23px
}

.header-top-links li:last-child {
    margin-right: 0
}

.header-top-links a {
    font-size: 18px;
    font-family: var(--title-font)
}

.header-top-links.text-white a:not(:hover) {
    color: var(--white-color)
}

.header_news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3px 0
}

.header_news_label {
    background-color: var(--theme-color2);
    color: var(--white-color);
    margin-right: 20px;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 7px
}

.header_news.text-white .header_news_text {
    color: var(--white-color);
    margin-bottom: 0
}

.breaking-news-slider {
    padding-right: 70px
}

.breaking-news-slider .slick-arrow {
    width: 26px;
    height: 26px;
    line-height: 25px;
    border: none;
    font-size: 12px;
    right: 0;
    margin: 0;
    top: 50%;
    margin-top: -13px
}

.breaking-news-slider .slick-arrow.slick-prev {
    right: 35px;
    left: auto
}

@media (max-width: 1600px) {
    .menu-style2>ul>li,
    .menu-style1>ul>li {
        margin: 0px 18px
    }
    .header_news_text {
        font-size: 12px
    }
    .header_news_label {
        margin-right: 15px;
        padding: 7px 11px;
        font-size: 12px
    }
    .header-top-links a {
        font-size: 14px
    }
}

@media (max-width: 1199px) {
    .header-button button {
        margin-right: 15px
    }
    .header-layout1 {
        top: 10px
    }
    .menu-style3>ul>li,
    .menu-style1>ul>li {
        margin: 0px 14px
    }
    .breaking-news-slider {
        padding-right: 0
    }
    .header-top-links li {
        margin-right: 12px
    }
}

@media (max-width: 991px) {
    .header-layout1 {
        position: relative;
        top: 0;
        background-color: var(--title-color)
    }
    .header-layout3 {
        position: relative;
        background-color: var(--title-color)
    }
    .header-layout3 .header-menu-area,
    .header-layout3 .header-top {
        padding: 10px 0
    }
}

.widget-area {
    padding-top: 0
}

.footer-layout4 .copyright-wrap,
.footer-layout3 .copyright-wrap,
.footer-layout2 .copyright-wrap,
.footer-layout1 .copyright-wrap {
    background-color: var(--theme-color2);
    padding: 30px 0
}

.footer-layout4 .copyright-wrap p,
.footer-layout3 .copyright-wrap p,
.footer-layout2 .copyright-wrap p,
.footer-layout1 .copyright-wrap p {
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px
}

.footer-layout4 .copyright-wrap a,
.footer-layout3 .copyright-wrap a,
.footer-layout2 .copyright-wrap a,
.footer-layout1 .copyright-wrap a {
    font-weight: 500;
    font-family: var(--body-font);
}

@media (max-width: 767px) {
    .footer-layout4 .copyright-wrap p,
    .footer-layout3 .copyright-wrap p,
    .footer-layout2 .copyright-wrap p,
    .footer-layout1 .copyright-wrap p {
        font-size: 16px
    }
}

.footer-layout1 .widget-area {
    padding-top: 1px;
    padding-bottom: 20px
}

.footer-layout4 .widget-area,
.footer-layout2 .widget-area,
.footer-layout3 .widget-area {
    padding-top: 100px;
    padding-bottom: 40px
}

.footer-layout2 {
    background-color: #1E191F
}

.footer-layout4 .copyright-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent
}

.copyright-wrap p {
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .footer-layout1 .widget-area {
        padding-top: 142.5px
    }
}

@media (max-width: 991px) {
    .footer-layout3 .widget-area,
    .footer-layout2 .widget-area,
    .footer-layout1 .widget-area {
        padding-top: 60px
    }
}

.breadcumb-menu {
    max-width: 100%;
    margin: -0.43em 0 30px 0;
    padding: 0;
    list-style-type: none
}

.breadcumb-menu li {
    display: inline-block;
    list-style: none;
    position: relative
}

.breadcumb-menu li:after {
    content: '>';
    color: var(--white-color);
    font-weight: 500;
    font-family: var(--body-font);
    margin-left: 15px;
    margin-right: 13px;
    vertical-align: middle
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 400;
    font-size: 18px;
    color: var(--theme-color2);
    letter-spacing: 0.1em;
    font-family: var(--title-font)
}

.breadcumb-menu li i,
.breadcumb-menu a i,
.breadcumb-menu span i {
    margin-right: 10px;
    font-size: 0.8rem;
    position: relative;
    top: -1px
}

.breadcumb-title {
    font-weight: 700;
    margin: -0.3em 0;
    color: var(--white-color);
    text-transform: uppercase
}

@media (min-width: 1399px) {
    .breadcumb-title {
        font-size: 60px
    }
}

.breadcumb-wrapper {
    padding-top: 250px;
    padding-bottom: 150px
}

.breadcumb-wrapper.olympiad-breadcrumb {
    position: relative;
    padding-top: 500px;
    padding-bottom: 250px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    /*	background-color: var(--theme-color);*/
}

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width: 991px) {
    .breadcumb-title {
        font-size: 36px
    }
    .breadcumb-wrapper {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .breadcumb-menu {
        margin: -0.43em 0 20px 0
    }
}

@media (max-width: 767px) {
    .breadcumb-title {
        font-size: 30px
    }
    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px
    }
}

.vs-pagination {
    text-align: center
}

.vs-pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.vs-pagination li {
    display: inline-block;
    margin: 0 3px
}

.vs-pagination li:last-child {
    margin-right: 0
}

.vs-pagination li:first-child {
    margin-left: 0
}

.vs-pagination span,
.vs-pagination a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    color: var(--white-color);
    text-align: center;
    position: relative;
    border: 2px solid #707070;
    z-index: 1;
    font-weight: 500;
    border-radius: 50%;
    font-family: var(--title-font)
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: transparent
}

@media (max-width: 767px) {
    .vs-pagination span,
    .vs-pagination a {
        width: 40px;
        height: 40px;
        line-height: 33px;
        font-size: 14px
    }
}

blockquote {
    padding: 50px 60px 50px 60px;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: var(--dark-color);
    margin: 35px 0;
    border-left: 5px solid var(--theme-color2)
}

blockquote p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: var(--title-font);
    color: var(--white-color);
    position: relative;
    z-index: 2
}

blockquote p {
    margin-bottom: 10px
}

blockquote p a {
    color: inherit
}

blockquote cite {
    font-size: 24px;
    font-weight: 400;
    color: var(--theme-color2);
    font-family: var(--title-font);
    line-height: 1;
    font-style: normal
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    position: relative;
    padding-right: 15px;
    margin-right: 12px
}

.blog-meta span:before,
.blog-meta a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 12px;
    margin-top: -6px;
    width: 1px;
    background-color: currentColor
}

.blog-meta span:last-child,
.blog-meta a:last-child {
    margin-right: 0;
    padding-right: 0
}

.blog-meta span:last-child:before,
.blog-meta a:last-child:before {
    display: none
}

.blog-meta span:hover,
.blog-meta a:hover {
    color: var(--theme-color2)
}

.blog-meta span i,
.blog-meta a i {
    margin-right: 10px;
    font-size: 0.8em;
    color: var(--theme-color)
}

.blog-category {
    margin-bottom: -10px
}

.blog-category a {
    display: inline-block;
    color: #fff;
    padding: 4.5px 24.5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    background-color: var(--theme-color)
}

.blog-category a:hover {
    background-color: var(--white-color);
    color: var(--body-color);
    border-color: var(--theme-color)
}

.blog-title a {
    color: inherit
}

.blog-title a:hover {
    color: var(--theme-color)
}

.vs-blog {
    margin-bottom: 30px
}

.blog-inner-title {
    margin-bottom: 40px;
    margin-top: -0.25em;
    padding-bottom: 17px;
    position: relative;
    color: var(--white-color)
}

.blog-inner-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background-color: var(--theme-color2)
}

.blog-inner-title.style2 {
    color: var(--title-color);
    margin-bottom: 20px
}

.blog-author {
    padding: 40px;
    margin: var(--blog-space-y, 60px) var(--blog-space-x, 60px);
    position: relative;
    background-color: #262525
}

.blog-author .author-degi {
    margin-bottom: 0px;
    color: var(--theme-color2);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    font-family: var(--title-font)
}

.blog-author .media-img {
    display: inline-block;
    margin-right: 25px;
    overflow: hidden;
    border-radius: 50%
}

.blog-author .media-img img {
    border-radius: inherit
}

.blog-author .author-name {
    margin-bottom: 10px
}

.share-links-title {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
    font-family: var(--title-font);
    font-weight: 700;
    color: var(--theme-color);
    margin: -0.3em 10px 0 0
}

.share-links {
    border-top: 1px solid var(--theme-color);
    padding: 30px 0;
    margin: var(--blog-space-y, 40px) var(--blog-space-x, 60px) 0 var(--blog-space-x, 60px)
}

.share-links .multi-social,
.share-links .tagcloud {
    display: inline-block
}

.share-links .tagcloud a {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 500;
}

.share-links .tagcloud a:hover {
    color: var(--theme-color2)
}

.share-links .tagcloud a:not(:last-child):after {
    content: ',';
    position: relative;
    margin-right: 3px
}

.blog-single .news-athletes {
    padding: 0 var(--blog-space-x, 60px) 0 var(--blog-space-x, 60px);
    position: relative;
    overflow: hidden;
}

.news-athletes .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

.news-athletes .athlete-title {
    color: var(--white-color);
    font-size: 36px;
    font-weight: 400;
}

.news-athletes .athlete-box {
    padding-left: 90px;
    position: relative;
    height: 110px;
}

.news-athletes .athlete-image {
    display: inline-block;
    padding: 3px;
    border: 3px solid var(--theme-color);
    border-radius: 100%;
    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 20%);
    position: absolute;
    left: 0;
}

.news-athletes .athlete-image img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.news-athletes .athlete-name {
    margin: 0;
    padding-left: 15px;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    height: 100%;
    padding-top: 35px;
    color: var(--theme-color);
}

.blog-single {
    position: relative;
    background-color: var(--smoke-color)
}

.blog-single h1,
.blog-single h2,
.blog-single h3,
.blog-single h4,
.blog-single h5,
.blog-single h6 {
    color: var(--theme-color)
}

.blog-single,
.blog-single p {
    color: var(--theme-color)
}

.blog-single blockquote p {
    color: var(--white-color)
}

.blog-single .blog-content {
    padding: 0 var(--blog-space-x, 60px) var(--blog-space-y, 60px) var(--blog-space-x, 60px);
    /*    margin: var(--blog-space-y, 60px) 0;*/
    position: relative;
    overflow: hidden
}

.blog-single .blog-content-detail * {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--body-font);
}

.blog-single .social-links {
    margin-top: -0.05em
}

.blog-single .blog-meta {
    margin-bottom: 10px;
    margin-top: -0.45em
}

.blog-single .blog-title {
    line-height: 1.4;
    padding-bottom: 13px;
    margin-bottom: 17px;
    position: relative
}

.blog-single .blog-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background-color: var(--theme-color2)
}

.blog-single .blog-audio {
    line-height: 0
}

.blog-single .link-btn {
    margin-bottom: -0.2em;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.blog-single .blog-img {
    position: relative;
    background-color: #282828
}

.blog-single .blog-img .slick-arrow {
    position: absolute;
    left: 40px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    --title-color: #fff
}

.blog-single .blog-img .slick-arrow.slick-next {
    left: auto;
    right: 40px
}

.blog-single .blog-img .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible
}

.blog-single .blog-gallery {
    padding: 0 var(--blog-space-x, 60px) 0 var(--blog-space-x, 60px);
    position: relative;
    overflow: hidden;
}

.blog-single .blog-gallery .gallery {
    padding: 0 15px;
}

.blog-single .blog-gallery .gallery .gallery-item {
    padding: 5px;
}

.blog-single .blog-gallery .gallery .gallery-item a {
    display: block;
    width: 100%;
    height: 120px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.blog-details .blog-content {
    margin-top: calc(var(--blog-space-y, 60px) - 10px);
    margin-bottom: calc(var(--blog-space-y, 60px) - 10px);
    padding-bottom: 0
}

.blog-details .blog-single {
    margin-bottom: 0;
    padding-bottom: calc(var(--blog-space-y, 60px) - 10px);
    /*    padding-top: calc(var(--blog-space-y, 60px) - 10px);*/
}

.blog-card {
    text-align: center
}

.blog-card .blog-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.blog-card .blog-img img {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.blog-card .blog-meta {
    margin-bottom: 15px
}

.blog-card .blog-title {
    color: var(--white-color);
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 20px
}

.blog-card .blog-title:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    bottom: 0;
    background-color: var(--theme-color2);
    height: 2px
}

.blog-card .blog-content {
    background-color: var(--title-color);
    background-color: var(--title-color);
    padding: 27px 20px 26px 20px;
    border-radius: 10px;
    margin-top: -10px;
    position: relative;
    z-index: 1
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.blog-box .blog-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 23px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background-color: transparent
}

.blog-box .blog-img img {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
}

.blog-box .blog-meta {
    margin-bottom: 10px
}

.blog-box .blog-title {
    color: var(--white-color);
    padding-bottom: 20px;
    margin-bottom: 17px;
    position: relative
}

.blog-box .blog-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background-color: var(--theme-color2)
}

.blog-box .blog-text {
    color: var(--white-color)
}

.blog-box:hover .blog-img img {
    -webkit-transform: scale(1.3) rotate(5deg);
    -ms-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg)
}

.blog-box.list-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-box.list-style .blog-img {
    margin-right: 30px;
    margin-bottom: 0
}

.blog-box.list-style .blog-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.blog-box.layout2 {
    margin-bottom: 50px
}

.blog-box.layout2:last-child {
    margin-bottom: 30px
}

.blog-box.layout2 .blog-meta a {
    color: var(--body-color)
}

.blog-box.layout2 .blog-meta a i {
    color: inherit
}

.blog-box.layout2 .blog-meta a:hover {
    color: var(--theme-color)
}

.blog-box.layout2 .blog-title {
    color: var(--title-color)
}

.blog-box.layout2 .blog-text {
    color: var(--body-color)
}

.blog-box.layout2 .link-btn {
    color: var(--title-color)
}

.blog-coverd {
    position: relative;
    margin-bottom: 10px
}

.blog-coverd .blog-category {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 3
}

.blog-coverd .blog-category a {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--title-font);
    border-radius: 7px;
    line-height: 1;
    padding: 6px 16px
}

.blog-coverd .blog-img {
    overflow: hidden;
    border-radius: 10px;
    position: relative
}

.blog-coverd .blog-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(bottom, var(--title-color) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, var(--title-color) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    opacity: 0.85
}

.blog-coverd .blog-img img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.blog-coverd .blog-img .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

.blog-coverd .blog-content {
    position: absolute;
    left: 40px;
    bottom: 10px;
    z-index: 3
}

.blog-coverd .blog-title {
    color: var(--white-color);
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 23px
}

.blog-coverd .blog-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: var(--theme-color2)
}

.blog-coverd .blog-meta {
    margin-bottom: 5px
}

.blog-coverd.style2 .blog-content {
    bottom: 0;
    left: 30px
}

.blog-coverd.style2 .blog-meta a {
    font-size: 14px
}

.blog-coverd.style2 .blog-title {
    padding-bottom: 0;
    margin-bottom: 23px;
    font-size: 24px
}

.blog-coverd.style2 .blog-title:after {
    display: none
}

.blog-coverd:hover .blog-img img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12)
}

.blog-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.blog-media .blog-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.blog-media .blog-img {
    margin-right: 15px;
    overflow: hidden;
    border-radius: 10px;
    position: relative
}

.blog-media .blog-img .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    --icon-size: 45px
}

.blog-media .blog-img .play-btn i {
    font-size: 1.3em
}

.blog-media .blog-meta {
    margin-top: -0.1em
}

.blog-media .blog-meta a {
    font-size: 14px;
    color: var(--body-color)
}

.blog-media .blog-meta a i {
    color: inherit
}

.blog-media .blog-meta a:hover {
    color: var(--theme-color)
}

.blog-media .blog-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0
}

.blog-media.style2 .blog-meta a {
    color: var(--theme-color2)
}

.blog-media.style2 .blog-meta a:hover {
    color: var(--theme-color)
}

.blog-media.style2 .blog-title {
    color: var(--white-color)
}

.blog-grid .blog-img {
    overflow: hidden;
    border-radius: 10px
}

.blog-grid .blog-img img {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.blog-grid .blog-content {
    background-color: var(--title-color);
    text-align: center;
    border-radius: 10px;
    margin-top: -15px;
    position: relative;
    padding: 32px 30px 30px 30px
}

.blog-grid .blog-meta {
    margin-bottom: 5px
}

.blog-grid .blog-text {
    color: var(--white-light-color);
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 18px;
    font-size: 14px
}

.blog-grid .blog-text:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: var(--theme-color2);
    margin-left: -40px
}

.blog-grid .blog-title {
    color: var(--white-color);
    margin-bottom: 7px
}

.blog-small-grid .blog-meta {
    margin-bottom: 5px
}

.blog-small-grid .blog-meta a {
    color: var(--body-color)
}

.blog-small-grid .blog-meta a i {
    color: inherit
}

.blog-small-grid .blog-img {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 8px
}

.blog-small-grid .blog-img img {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.blog-small-grid .blog-title {
    margin-bottom: 3px
}

.blog-small-grid .blog-text {
    margin-bottom: 0
}

@media (max-width: 1600px) {
    .blog-media .blog-img {
        position: relative;
        max-width: 100px
    }
    .blog-coverd.style2 .blog-title {
        font-size: 20px
    }
    .blog-grid .blog-title {
        font-size: 26px
    }
    .blog-grid .blog-text {
        font-size: 12px
    }
    .blog-media .blog-img .play-btn {
        --icon-size: 35px
    }
}

@media (max-width: 1399px) {
    .blog-box.list-style {
        display: block
    }
    .blog-box.list-style .blog-img {
        margin-bottom: 20px;
        margin-right: 0
    }
    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 40px
    }
}

@media (max-width: 1199px) {
    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 30px
    }
    blockquote {
        padding: 30px 30px 30px 30px
    }
    blockquote p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 5px
    }
    blockquote cite {
        font-size: 16px;
        margin-top: 5px
    }
    .blog-author {
        padding: 25px 30px
    }
    .blog-author .media-img {
        width: 100px;
        height: 100px;
        margin-right: 20px
    }
    .share-links-title {
        display: block;
        margin-right: 0;
        margin-bottom: 10px
    }
    .blog-media .blog-img {
        max-width: 100%
    }
}

@media (max-width: 991px) {
    blockquote {
        font-size: 20px;
        line-height: 34px;
        padding: 30px 40px 30px 40px
    }
    blockquote cite {
        font-size: 16px;
        margin-top: 20px
    }
    blockquote:before {
        right: 20px;
        bottom: 20px;
        font-size: 4rem
    }
    .blog-coverd .blog-content {
        left: 30px;
        bottom: 0
    }
    .blog-coverd .blog-title {
        margin-bottom: 23px;
        padding-bottom: 16px
    }
    .blog-media .blog-meta a {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .blog-meta span,
    .blog-meta a {
        font-size: 14px
    }
    .blog-single {
        --blog-space-y: 30px;
        --blog-space-x: 20px
    }
    blockquote {
        padding: 30px 20px 30px 20px
    }
    .blog-card .blog-title {
        font-size: 20px;
        margin-bottom: 10px
    }
    .blog-card .blog-meta {
        margin-bottom: 7px
    }
    .blog-author {
        padding: 25px 15px
    }
    .blog-coverd .blog-content {
        left: 20px;
        bottom: 0
    }
    .blog-coverd.style2 .blog-content {
        bottom: 0;
        left: 20px
    }
    .blog-media {
        display: block
    }
    .blog-media .blog-img {
        margin-bottom: 10px;
        border-radius: 0;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }
    .blog-coverd .blog-img .play-btn {
        left: auto;
        right: 25px;
        top: 25px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.vs-comment-form {
    margin: var(--blog-space-y, 60px) var(--blog-space-x, 60px);
    margin-bottom: 0
}

.vs-comment-form .blog-inner-title {
    margin-bottom: 8px
}

.vs-comment-form .inner-wrap {
    background-color: #262525;
    padding: 40px
}

.vs-comment-form textarea.form-control~i {
    top: 18px
}

.vs-comment-form .form-text {
    margin-bottom: 30px
}

.vs-comments-wrap {
    margin: var(--blog-space-y, 60px) var(--blog-space-x, 60px)
}

.vs-comments-wrap li {
    margin: 0
}

.vs-comments-wrap .vs-post-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: relative;
    margin: 40px 0
}

.vs-comments-wrap ul.comment-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
    margin-bottom: 0
}

.vs-comments-wrap .comment-avater {
    width: 130px;
    height: 130px;
    margin-right: 30px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #262525
}

.vs-comments-wrap .comment-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    background-color: #262525;
    padding: 40px;
    position: relative
}

.vs-comments-wrap .comment-content:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: inherit;
    left: 0;
    top: 0;
    margin: 40px 0 0 -8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.vs-comments-wrap .commented-on {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    color: var(--theme-color2);
    font-family: var(--title-font)
}

.vs-comments-wrap .commented-on i {
    margin-right: 7px;
    font-size: 0.9rem
}

.vs-comments-wrap .name {
    margin-bottom: 2px
}

.vs-comments-wrap .comment-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vs-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 70px
}

.vs-comments-wrap .reply_and_edit {
    margin-top: 20px
}

.vs-comments-wrap .replay-btn {
    background-color: var(--dark-color);
    color: var(--theme-color2);
    font-size: 14px;
    font-family: var(--title-font);
    font-weight: 400;
    border-radius: 7px;
    line-height: 1;
    padding: 10px 15px;
    display: inline-block
}

.vs-comments-wrap .replay-btn i {
    margin-right: 7px;
    font-size: 0.8em;
    color: var(--white-color)
}

.vs-comments-wrap .replay-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.vs-comments-wrap .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px
}

@media (max-width: 1199px) {
    .vs-comments-wrap .comment-avater {
        width: 90px;
        height: 90px;
        margin-right: 20px
    }
    .vs-comments-wrap .comment-content {
        padding: 30px
    }
    .vs-comments-wrap .children {
        margin-left: 40px
    }
    .vs-comment-form .inner-wrap {
        padding: 30px
    }
}

@media (max-width: 991px) {
    .vs-comments-wrap .vs-post-comment {
        display: block
    }
    .vs-comments-wrap .comment-content:before {
        left: 0;
        top: 0;
        margin: -8px 0 0 40px
    }
    .vs-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 20px
    }
    .vs-comments-wrap .children {
        margin-left: 40px
    }
}

@media (max-width: 767px) {
    .vs-comments-wrap .children {
        margin-left: 30px
    }
    .vs-comments-wrap .comment-content {
        padding: 30px 15px
    }
    .vs-comment-form .inner-wrap {
        padding: 30px 15px
    }
}

.hero-clip-slider {
    padding-top: 40px;
    height: 980px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero-clip-shape,
.hero-clip-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 230px), 50% 100%, 0 calc(100% - 230px));
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 230px), 50% 100%, 0 calc(100% - 230px));
    z-index: 2
}

.hero-clip-shape {
    z-index: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 240px), 50% 100%, 0 calc(100% - 150px));
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 240px), 50% 100%, 0 calc(100% - 150px))
}

.hero-clip-content {
    position: relative;
    z-index: 3
}

.hero-clip-title {
    font-size: 120px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white-color);
    line-height: 100px;
    margin-top: -0.06em;
    margin-bottom: 35px;
    letter-spacing: 0.08em
}

.hero-slider-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 340px;
    padding-bottom: 175px
}

.hero-sub-title {
    font-size: 16px;
    letter-spacing: 0.5em;
    font-weight: 400;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 8px
}

.hero-title {
    text-transform: uppercase
}

@media (min-width: 1399px) {
    .hero-title {
        font-size: 60px;
        margin-bottom: 3px
    }
}

.hero-logo-icon {
    margin-bottom: 35px
}

.hero-dots-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}

.hero-card:before {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden
}

.hero-card_img {
    overflow: hidden
}

.hero-card_img img {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    width: 100%;
    border-radius: inherit
}

.hero-card_content {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.hero-card_label {
    margin-bottom: 8px
}

.hero-card_title {
    text-transform: uppercase;
    margin-bottom: 20px
}

.hero-card .vs-btn,
.hero-card_label,
.hero-card_title {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.hero-card .vs-btn {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.hero-box-slider .slick-dots {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 140px
}

.slick-3d.slick-center .hero-card:before {
    opacity: 0.62;
    visibility: visible;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.slick-3d.slick-center .hero-card .vs-btn,
.slick-3d.slick-center .hero-card_label,
.slick-3d.slick-center .hero-card_title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.slick-3d.slick-center .hero-card_label {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.hero-social {
    position: absolute;
    left: 6%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    z-index: 4;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

.hero-social a {
    font-family: var(--title-font);
    font-size: 14px;
    color: var(--white-color);
    display: inline-block;
    margin: 17px 0;
    letter-spacing: 0.05em;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.hero-social a:first-child {
    margin-left: 0
}

.hero-social a:last-child {
    margin-right: 0
}

.hero-social a span {
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 2px
}

.hero-social a:hover {
    color: var(--theme-color2)
}

.hero_arrow {
    position: absolute;
    right: 145px;
    bottom: 230px
}

.hero_arrow_btn {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    line-height: 1;
    border: none;
    color: var(--white-color);
    margin-right: 5px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    cursor: pointer;
    z-index: 4;
    position: relative
}

.hero_arrow_btn:last-child {
    margin-right: 0
}

.hero_arrow_btn:hover {
    opacity: 0.6
}

.hero_arrow.style2 {
    bottom: 40px;
    right: 30px
}

.hero_wide {
    position: relative;
    padding-top: 128px;
    height: 900px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero_wide_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 1600px) {
    .hero-clip-img {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 130px), 50% 100%, 0 calc(100% - 130px));
        clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 130px), 50% 100%, 0 calc(100% - 130px))
    }
    .hero-clip-shape {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 140px), 50% 100%, 0 calc(100% - 80px));
        clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 140px), 50% 100%, 0 calc(100% - 80px))
    }
    .hero-clip-title {
        font-size: 100px;
        line-height: 90px;
        margin-bottom: 30px;
        letter-spacing: 0
    }
    .hero-social {
        left: 2%
    }
    .hero_arrow {
        right: 60px;
        bottom: 130px
    }
}

@media (max-width: 1199px) {
    .hero-clip-title {
        font-size: 72px;
        line-height: 80px;
        margin-bottom: 25px
    }
    .hero-clip-slider {
        padding-top: 0;
        height: 700px
    }
    .hero-clip-img {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 70px));
        clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 70px))
    }
    .hero-clip-shape {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 40px));
        clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 40px))
    }
    .slick-3d-active .slick-list {
        padding-left: 20% !important;
        padding-right: 20% !important
    }
    .slick-3d-active .slick-3d-next {
        -webkit-transform: translate3d(35%, 0, -10px);
        transform: translate3d(35%, 0, -10px)
    }
    .slick-3d-active .slick-3d-prev {
        -webkit-transform: translate3d(-35%, 0, -10px);
        transform: translate3d(-35%, 0, -10px)
    }
    .hero-social {
        right: 4%;
        left: auto;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content
    }
    .hero_wide {
        height: 640px
    }
}

@media (max-width: 991px) {
    .hero-clip-slider {
        height: 400px
    }
    .hero-clip-img {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
        clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px))
    }
    .hero-clip-shape {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 10px));
        clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 10px))
    }
    .hero-clip-title {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 20px;
        margin-top: -0.25em
    }
    .hero-slider-box {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .hero_wide {
        height: 400px;
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .hero-clip-slider {
        height: 300px
    }
    .hero-clip-img {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
        clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px))
    }
    .hero-clip-shape {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 5px));
        clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 5px))
    }
    .hero-clip-title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px
    }
    .hero-sub-title {
        letter-spacing: 0.3em
    }
    .hero-logo-icon {
        margin-bottom: 15px
    }
    .slick-3d-active .slick-list {
        padding-left: 12% !important;
        padding-right: 12% !important
    }
    .hero_wide {
        height: 330px
    }
}

.error-content img {
    margin-bottom: 70px
}

.error-title {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 10px
}

.error-text {
    margin-bottom: 50px
}

@media (max-width: 1199px) {
    .error-title {
        font-size: 78px
    }
    .error-content img {
        margin-bottom: 50px
    }
    .error-text {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    .error-title {
        font-size: 60px
    }
}

@media (max-width: 767px) {
    .error-content img {
        margin-bottom: 40px
    }
    .error-title {
        font-size: 36px;
        margin-bottom: 20px
    }
    .error-text {
        font-size: 18px;
        margin-bottom: 20px
    }
}


/*home slider one*/

.slider-one {
    position: relative;
}

.slider-one .item {
    overflow: hidden;
    height: 100vh;
}

section.slider-one .item>.container {
    background: rgb(13 19 31 / 30%);
    box-shadow: 0 0 60px 60px rgb(13 19 31 / 30%);
}

.slider-one__overlay {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #063C69;
    opacity: 1;
    background: linear-gradient(90deg, hsl(0 0% 11% / 0.65) 0%, hsl(349 0% 16% / 0.5) 70%, hsl(346 0% 16% / 0.2) 100%);
}

.slider-one__title {
    margin: 0;
    color: #fff;
    font-size: 90px;
    line-height: 120px;
    font-family: var(--title-font);
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@media (max-width: 375px) {
    .slider-one__title {
        font-size: 40px;
        line-height: 1.2em;
    }
}

.slider-one__tag-line {
    margin: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: .025em;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    position: relative;
    display: inline-block;
}

.slider-one__tag-line:after {
    content: '';
    width: 50px;
    height: 1px;
    display: block;
    background-image: url(../img/slider/pattern-1-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 5px;
}

.slider-one__text {
    margin-bottom: 40px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.slider-one__text p {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .slider-one__text br {
        display: none;
    }
}

.slider-one__btn {
    background-color: rgb(236 0 46 / 60%);
    color: var(--white-color);
    display: block;
    width: fit-content;
    padding: 18px 36px;
    backdrop-filter: blur(3px);
    border-radius: 5px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.slider-one .active .slider-one__tag-line {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.slider-one .active .slider-one__title {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.slider-one .active .slider-one__text {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slider-one .active .slider-one__btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.slider-one .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}

.slider-one .owl-theme .owl-dots {
    position: absolute;
    bottom: 6px;
    right: 30px;
    text-align: right;
    z-index: 2;
}

.slider-one .owl-theme .owl-dots .owl-dot {
    outline: none;
    margin: 0 5px;
    padding: 0;
    position: relative;
    border-radius: 100%;
    border: 2px solid #ec002e;
    width: 65px;
    height: 65px;
}


/*
.slider-one .owl-theme .owl-dots .owl-dot:before {
  content: '';
  width: 100%;
  background-color: #e23e4e;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
*/

.slider-one .owl-theme .owl-dots .owl-dot span {
    padding: 0px;
    margin: 2px;
    border-radius: 0px;
    background-color: transparent;
    width: 57px;
    height: 57px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 100%;
    position: relative;
}

.slider-one .owl-theme .owl-dots .owl-dot span::after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: #063c69;
    opacity: .35;
    border-radius: 100%;
}


/*
.slider-one .owl-theme .owl-dots .owl-dot:nth-child(4n+1) span{
  	width: 210px;
  	height: 126px;
}
.slider-one .owl-theme .owl-dots .owl-dot:nth-child(4n+2) span{
  	width: 270px;
  	height: 162px;
}
.slider-one .owl-theme .owl-dots .owl-dot:nth-child(4n+3) span{
  	width: 330px;
  	height: 198px;
}
.slider-one .owl-theme .owl-dots .owl-dot:nth-child(4n+4) span{
  	width: 270px;
  	height: 162px;
}
*/

.slider-one .owl-theme .owl-dots .owl-dot:hover:before,
.slider-one .owl-theme .owl-dots .owl-dot.active:before {
    opacity: 1;
}

.slider-one .owl-theme .owl-dots .owl-dot:hover span::after,
.slider-one .owl-theme .owl-dots .owl-dot.active span::after {
    opacity: 0;
}

.slider-one .owl-theme .owl-dots .owl-dot:hover,
.slider-one .owl-theme .owl-dots .owl-dot.active {
    border: 2px solid white;
}

.slider-one .owl-theme .owl-dots .owl-dot:hover span,
.slider-one .owl-theme .owl-dots .owl-dot.active span {
    /*
  opacity: 1;
	transform: scale(1.1);
	transform-origin: bottom;
*/
}

.slider-one__nav-left,
.slider-one__nav-right {
    color: #fff;
    position: absolute;
    right: 2%;
    -webkit-transform: translateY(calc(-50% + 90px));
    transform: translateY(calc(-50% + 90px));
    z-index: 10;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    color: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
}

.slider-one__nav-left i,
.slider-one__nav-right i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 36px;
}

.slider-one__nav-left:hover,
.slider-one__nav-right:hover {
    background-color: transparent;
    color: var(--theme-color2);
}

.slider-one__nav-left {
    top: 34%;
}

.slider-one__nav-right {
    top: 40%;
}

.slider-one__nav-right i {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.slider-one__nav-right i:after {
    right: -5px;
}

[class*=slider-one__slider-],
[class*=slider-two__slider-] {
    background-color: #333333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

[class*=slider-one__slider-] {
    padding-top: 322px;
    padding-bottom: 245px;
}

@media (max-width: 575px) {
    [class*=slider-one__slider-] {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

#slider-one__social {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    background: rgb(13 19 30 / 80%);
    backdrop-filter: blur(10px);
}

#slider-one__social .slider-social a {
    /* display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1px;
    color: var(--theme-color);
    padding: 30px 15px;*/
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1px;
    color: var(--theme-color);
    padding: 30px 15px;
    color: rgb(255 255 255 / 95%);
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
}

#slider-one__social .slider-social a.social-icon {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1px;
    color: white;
    padding: 20px 15px;
    margin: 10px 3px;
    width: 70px;
    height: 70px;
    text-align: center;
    background: rgba(243, 246, 247, .5);
    border-radius: 100%;
    font-size: 20px;
}

#slider-one__social .slider-social a.share-social {
    font-size: 20px;
    margin-right: 40px;
    color: var(--theme-color2);
}

#slider-one__social .slider-social a:hover {
    color: var(--theme-color2);
}

.features-box {
    width: 100%;
    max-width: 325px;
    display: inline-block
}

.features-box_icon {
    margin-bottom: 15px;
    text-align: center;
}

.features-box_icon img {
    max-width: 80%;
}

.features-box_icon .sport-icon {
    background-color: var(--white-color);
    width: 100px;
    height: 100px;
}

.features-box_label {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 7px
}

.features-box_title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 36px;
}

.features-box_title:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 40px;
    margin-left: -20px;
    bottom: 0;
    background-color: var(--theme-color2);
    height: 2px;
}

.features-box_text {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
    color: var(--white-color);
}

.features-box_button {
    display: inline-block;
    background-color: var(--theme-color2);
    color: var(--white-color);
    padding: 10px 28px;
    margin-top: 18px;
    font-size: 14px;
    font-family: 'Rajdhani';
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.feature-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 40px 36px 40px;
    border: 1px solid #707070;
    border-radius: 10px
}

.feature-media_icon {
    margin-right: 40px
}

.feature-media_title {
    margin-bottom: 7px
}

.feature-media_text:last-child {
    margin-bottom: 0
}

.stream-video-slide {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.stream-video-slide .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

@media (max-width: 1199px) {
    .feature-media {
        padding: 25px 30px 26px 30px
    }
    .feature-media_icon {
        margin-right: 20px
    }
}

@media (max-width: 767px) {
    .feature-media {
        display: block
    }
    .feature-media_icon {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.arrow-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.arrow-list li {
    position: relative;
    padding-left: 30px
}

.arrow-list li>i {
    position: absolute;
    left: 0;
    top: 7.5px;
    color: var(--theme-color2)
}

.img-box_style1 {
    position: relative
}

.img-box_style1 .img1 {
    margin-left: 50px;
    margin-bottom: 80px;
    overflow: hidden;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    z-index: 2
}

.img-box_style1 .img2 {
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 1
}

.img-box_style1 .img-label {
    font-family: var(--title-font);
    font-weight: 700;
    color: var(--theme-color);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.img-box_style2 {
    position: relative;
    padding-bottom: 110px
}

.img-box_style2 .img-2 {
    position: absolute;
    right: 0;
    bottom: 0
}

.img-box_style2 .img-2 .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about-shape1 {
    position: absolute;
    right: 0;
    font-size: 200px;
    -webkit-text-stroke: 1px #D8D8D8;
    text-transform: uppercase;
    font-family: var(--title-font);
    font-weight: 700;
    color: transparent;
    opacity: 0.20;
    top: 2%;
    line-height: 1
}

.skill_box {
    margin-bottom: 20px
}

.skill_box_bar {
    width: 100%;
    background-color: #262525;
    height: 20px;
    border-radius: 7px;
    overflow: hidden
}

.skill_box_bar .progress {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 10px 0 0;
    line-height: 1;
    line-height: 22px;
    height: 100%;
    background-color: var(--theme-color2);
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--title-font);
    color: var(--white-color)
}

.skill_box_title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600
}

@media (max-width: 1600px) {
    .img-box_style1 .img2 {
        right: 0
    }
    .img-box_style1 .img1 {
        max-width: 80%
    }
    .about-shape1 {
        font-size: 8rem;
        top: 2%
    }
}

@media (max-width: 1399px) {
    .img-box_style1 .img1 {
        max-width: 85%;
        margin-bottom: 50px;
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .about-shape1 {
        font-size: 4rem;
        top: 56%
    }
}

@media (max-width: 767px) {
    .img-box_style1 .img-label {
        right: 30px
    }
}

@media (max-width: 575px) {
    .img-box_style1 .img-label {
        right: 10px
    }
    .img-box_style2 .img-2 {
        right: 20px;
        max-width: 245px
    }
}

.video-card {
    position: relative;
    padding-bottom: 40px
}

.video-card_img {
    overflow: hidden;
    position: relative
}

.video-card_content {
    text-align: center;
    background-color: var(--title-color);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    padding: 17px 20px 25px 20px;
    border-radius: 10px;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.video-card_label {
    font-size: 16px;
    color: var(--theme-color2);
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.video-card_label i {
    margin-right: 10px
}

.video-card_title {
    color: var(--white-color);
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 0;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.video-card_title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 80px;
    margin-left: -40px;
    background-color: var(--theme-color2);
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.video-card .play-btn {
    position: absolute;
    top: 30px;
    right: -100px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.video-card:hover .play-btn {
    right: 30px;
    opacity: 1;
    visibility: visible
}

.video-card:hover .video-card_content {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.video-card:hover .video-card_label,
.video-card:hover .video-card_title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.video-card:hover .video-card_title:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.video-card_slider {
    margin-bottom: -40px
}

.video-big {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.video-big_content {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

.video-big_title {
    margin: 35px 0 0 0;
    color: var(--theme-color2);
    font-weight: 400;
    letter-spacing: 0.3em
}

.video-media {
    margin-bottom: 20px
}

.video-media_img {
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 5px
}

.video-media_img img {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.video-media_title {
    margin-bottom: 0
}

.video-media_text {
    margin-bottom: 0
}

.video-media:hover .video-media_img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.video-media_slider {
    --pos-x: -25px
}

.video-box_img {
    position: relative;
    overflow: hidden;
    margin-bottom: 17px;
    border-radius: 5px;
    border: 1px solid #707070
}

.video-box_img .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-box_img img {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.video-box_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}

.video-box_views {
    font-size: 12px
}

.video-box:hover .video-box_img img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

@media (max-width: 1399px) {
    .video-card_title {
        font-size: 20px
    }
}

@media (max-width: 1199px) {
    .video-big_title {
        margin: 15px 0 0 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

@media (max-width: 575px) {
    .video-media_text {
        font-size: 12px;
        line-height: 20px
    }
    .video-media_title {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.filter-menu {
    margin-top: -10px;
    margin-bottom: 20px
}

.filter-menu button {
    background-color: transparent;
    border: none;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--title-font);
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 10px 25px
}

.filter-menu button:last-child {
    margin-right: 0
}

.filter-menu button:first-child {
    margin-left: 0
}

.filter-menu button .badge {
    position: absolute;
    top: -10px;
    right: -20px;
    font-size: 16px;
    width: 26px;
    height: 26px;
    padding: 0;
    line-height: 26px;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.filter-menu button.active {
    color: var(--theme-color2)
}

.filter-menu button.active .badge {
    opacity: 1;
    visibility: visible
}

.vs-match {
    --box-bg: #171A21;
    margin-bottom: 60px
}

.vs-match_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.vs-match_content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: var(--box-height, 190px);
    margin-top: calc(var(--box-height, 190px) / -2);
    background-color: var(--box-bg);
    z-index: -1;
    border-radius: 10px
}

.vs-match_body:last-child .vs-match_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.vs-match_team {
    margin: 0 auto;
    padding: 20px
}

.vs-match_label {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 400;
    line-height: 1;
    display: block;
    font-family: var(--title-font);
    letter-spacing: 0.3em;
    margin-bottom: 8px
}

.vs-match_title {
    font-size: 36px;
    color: var(--white-color);
    margin-bottom: -0.25em
}

.vs-match_schedule {
    text-align: center;
    background-color: var(--box-bg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 20px 20px 20px;
    width: var(--box-width, 270px);
    height: var(--box-height, 190px);
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.vs-match_time,
.vs-match_date {
    font-family: var(--title-font);
    line-height: 1;
    color: var(--white-color);
    font-weight: 700
}

.vs-match_time {
    font-size: 40px;
    margin-bottom: 8px
}

.vs-match_date {
    font-size: 18px;
    margin-bottom: 20px
}

.vs-match_links a {
    color: var(--white-color);
    font-size: 30px;
    display: inline-block;
    line-height: 1;
    margin-right: 15px
}

.vs-match_links a:last-child {
    margin-right: 0
}

.vs-match_links a:hover {
    color: var(--title-color)
}

.vs-match:hover .vs-match_schedule {
    background-color: var(--theme-color)
}

@media (max-width: 1600px) {
    .vs-match-wapper .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 1399px) {
    .vs-match {
        --box-height: 160px;
        --box-width: 220px
    }
    .vs-match_title {
        font-size: 30px
    }
    .vs-match_logo img {
        max-width: 150px
    }
}

@media (max-width: 1199px) {
    .vs-match {
        --box-height: 160px;
        --box-width: 220px;
        margin-bottom: 40px
    }
    .vs-match_title {
        font-size: 24px
    }
    .vs-match_team {
        margin-top: 20px;
        padding: 0
    }
    .vs-match_content {
        display: block;
        text-align: center;
        background-color: var(--box-bg);
        border-radius: 10px;
        padding: 30px
    }
    .vs-match_content::before {
        display: none
    }
}

@media (max-width: 991px) {
    .vs-match {
        --box-width: 100%;
        margin-bottom: 30px
    }
    .vs-match_title {
        font-size: 20px
    }
    .vs-match .gx-30 {
        --bs-gutter-x: 15px
    }
    .filter-menu button {
        font-size: 24px;
        margin: 10px 18px
    }
}

@media (max-width: 767px) {
    .vs-match_schedule {
        margin-top: 15px
    }
    .filter-menu button {
        font-size: 18px;
        margin: 10px 12px
    }
    .filter-menu button .badge {
        top: -8px;
        right: -13px;
        width: 18px;
        height: 18px;
        line-height: 20px;
        font-size: 12px
    }
}

@media (max-width: 575px) {
    .vs-match_content {
        padding: 20px 10px
    }
    .vs-match_logo img {
        max-width: 100px
    }
    .vs-match_label {
        font-size: 16px;
        letter-spacing: 0.1em;
        margin-bottom: 5px
    }
}

.palyer-card {
    position: relative;
    margin-bottom: 30px
}

.palyer-card_img {
    overflow: hidden;
    border-radius: 30px
}

.palyer-card_img img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.palyer-card_degi {
    font-size: 16px;
    font-family: var(--title-font);
    display: block;
    line-height: 1;
    color: var(--theme-color2);
    margin-bottom: 8px
}

.palyer-card_content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 1;
    text-align: center;
    background-color: var(--title-color);
    padding: 25px 20px;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.palyer-card_name {
    color: var(--white-color);
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 0
}

.palyer-card_name:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 40px;
    margin-left: -20px;
    background-color: var(--theme-color2);
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.palyer-card:hover .palyer-card_img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.palyer-card:hover .palyer-card_content {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.palyer-card-slider {
    margin-bottom: -50px
}

.palyer-card-slider .palyer-card {
    padding-bottom: 50px
}

.release-card {
    --border-color: #707070
}

.release-card_img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    height: 250px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.release-card_img img {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.release-card_logo {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: var(--white-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    margin-top: -60px;
    position: relative;
    z-index: 1;
    margin-bottom: 7px
}

.release-card_label {
    background-color: #22314c;
    color: var(--white-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 10px;
    z-index: 1;
    padding: 5px 15px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    font-weight: 600;
}

.release-card_year {
    position: absolute;
    top: 0px;
    right: 0;
    text-align: left;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: rgb(255 255 255);
    z-index: 1;
    background: #22314c;
    padding: 4px 16px;
    display: inline !important;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 5px;
}

.release-card_year.small {
    bottom: -20px;
    right: -10px;
    font-size: 130px;
    line-height: 130px;
}

.release-card_title {
    margin-bottom: 11px
}

.release-card_content {
    padding: 0;
}

.release-card_content .release-card_text {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .release-card_content {
        padding: 0 15px
    }
}

.release-card:hover .release-card_img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.release-card:hover .release-card_logo {
    background-color: var(--theme-color2)
}

.vs-team-wrapper .sec-title {
    font-size: 72px;
    line-height: 100px;
    margin: 0;
}

.vs-team-wrapper .sec-title.title-small {
    font-size: 32px;
    line-height: 71px;
    margin-bottom: 0;
    margin-top: 28px;
}

.team-card {
    text-align: center;
    background-color: var(--dark-color);
    position: relative;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 12px;
    overflow: hidden;
}

.team-card_inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 100px;
    background: #141a23;
    background: -webkit-linear-gradient(bottom, #141a23 0%, hsl(350 0% 28% / 0) 100%);
    background: -o-linear-gradient(bottom, #141a23 0%, hsl(350 0% 28% / 0) 100%);
    background: linear-gradient(to top, #141a23 0%, hsl(350 0% 28% / 0) 100%);
}

.team-card_icon {
    position: absolute;
    right: 40px;
    bottom: 40px
}

.team-card_shape {
    background-color: var(--theme-color2);
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit
}

.team-card_logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 80px;
    padding: 10px 5px;
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.team-card_logo img {
    width: auto;
    max-height: 100%
}

.team-card_logo .sport-icon {
    width: 60px;
    height: 60px;
    background-color: var(--white-color);
}

.team-card_label {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: var(--white-color);
    font-family: var(--body-font);
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
}

.team-card_content {
    position: relative;
    text-align: left;
    padding: 15px;
    margin-left: 70px;
    margin-right: 15px;
}

.team-card_title {
    font-family: var(--body-font);
    color: var(--white-color);
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.team-card_title a {
    color: var(--white-color);
}

.team-card_time,
.team-card_date {
    font-family: var(--title-font);
    line-height: 1;
    color: var(--white-color);
    font-weight: 700
}

.team-card_time {
    font-size: 40px;
    margin-bottom: 8px
}

.team-card_date {
    font-size: 16px;
    margin-bottom: 25px
}

.team-card_links {
    margin-bottom: 17px
}

.team-card_links a {
    color: var(--white-color);
    font-size: 30px;
    display: inline-block;
    line-height: 1;
    margin-right: 15px
}

.team-card_links a:last-child {
    margin-right: 0
}

.team-card_links a:hover {
    color: var(--title-color)
}

.team-card_slider {
    --pos-x: -20px
}

.team-card_slider.slick-initialized .slick-slide {
    padding: 0 15px;
}

.team-map iframe {
    height: 280px
}

.verses-text {
    font-size: 250px;
    line-height: 1;
    display: inline-block
}

@media (max-width: 1399px) {
    .verses-text {
        font-size: 110px
    }
}

@media (max-width: 1199px) {
    .team-card {
        padding: 40px 15px
    }
    .team-card_icon {
        right: 20px;
        top: 20px;
        bottom: auto;
        max-width: 50px
    }
    .verses-text {
        font-size: 90px
    }
}

@media (max-width: 1399px) {
    .verses-text {
        font-size: 60px
    }
}

.testimonial-box {
    margin-bottom: 30px
}

.testimonial-box_avater {
    width: var(--avater-size, 90px);
    height: var(--avater-size, 90px);
    margin: 0 0 calc(var(--avater-size, 90px) / -2) var(--gap-x, 50px);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.testimonial-box_icon {
    position: absolute;
    right: 25px;
    top: 25px
}

.testimonial-box_rating {
    color: var(--yellow-color);
    margin-top: calc(var(--avater-size, 90px) / 2)
}

.testimonial-box_text {
    color: var(--white-color)
}

.testimonial-box_name {
    border-top: 1px solid #393939;
    color: var(--white-color);
    margin-top: 18px;
    padding-top: 15px;
    margin-bottom: 0
}

.testimonial-box_degi {
    color: rgba(255, 255, 255, 0.7)
}

.testimonial-box_content {
    position: relative;
    padding: 15px var(--gap-x, 50px) 22px var(--gap-x, 50px);
    border-radius: 10px;
    background-color: var(--title-color)
}

@media (max-width: 1600px) {
    .testimonial-box {
        --gap-x: 40px
    }
    .testimonial-box_icon {
        right: 15px;
        top: 15px;
        max-width: 45px
    }
}

@media (max-width: 767px) {
    .testimonial-box {
        --gap-x: 30px
    }
}

ul.multi-social,
.multi-social ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.multi-social li {
    display: inline-block;
    margin: 0 5px
}

.multi-social li:first-child {
    margin-left: 0
}

.multi-social li:last-child {
    margin-right: 0
}

.multi-social a>i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: var(--theme-color);
    background-color: var(--white-color);
    border-radius: 5px;
    margin-right: 7px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}


/*
.multi-social a>i.fa-facebook-f {
    --theme-color: #3B5998
}

.multi-social a>i.fa-twitter {
    --theme-color: #55ACEE
}

.multi-social a>i.fa-pinterest-p {
    --theme-color: #D71E18
}

.multi-social a>i.fa-instagram {
    --theme-color: #C13584
}
*/

.multi-social a:hover i {
    background-color: var(--theme-color2);
    color: var(--white-color);
}

.multi-social a:last-child>i {
    margin-right: 0
}

.logo-animator {
    width: var(--box-size, 360px);
    height: var(--box-size, 360px);
    line-height: var(--box-size, 360px);
    text-align: center;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    --box-translate: 40px
}

.logo-animator_img {
    position: relative;
    z-index: 5
}

.logo-animator_img img {
    -webkit-animation-name: logo-animator;
    animation-name: logo-animator;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.logo-animator_shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .3;
    z-index: 0;
    background-color: var(--theme-color2);
    border-radius: inherit;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-animation-name: logo-animator;
    animation-name: logo-animator;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-transform: translateX(calc(var(--box-translate) * -1));
    -ms-transform: translateX(calc(var(--box-translate) * -1));
    transform: translateX(calc(var(--box-translate) * -1))
}

.logo-animator_shape.shape-2 {
    opacity: 0.20;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.logo-animator_shape.shape-3 {
    opacity: 0.15;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.logo-animator_shape.shape-4 {
    opacity: 0.10;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.logo-animator_shape.shape-5 {
    opacity: 0.05;
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

@-webkit-keyframes logo-animator {
    0% {
        -webkit-transform: translateX(calc(var(--box-translate) * -1));
        transform: translateX(calc(var(--box-translate) * -1))
    }
    100% {
        -webkit-transform: translateX(var(--box-translate));
        transform: translateX(var(--box-translate))
    }
}

@keyframes logo-animator {
    0% {
        -webkit-transform: translateX(calc(var(--box-translate) * -1));
        transform: translateX(calc(var(--box-translate) * -1))
    }
    100% {
        -webkit-transform: translateX(var(--box-translate));
        transform: translateX(var(--box-translate))
    }
}

.logo-shape-1 {
    position: absolute;
    right: 5%;
    top: 7%
}

.text-shape-2,
.text-shape-1 {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 200px;
    color: transparent;
    text-transform: uppercase;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    line-height: 1
}

.text-shape-1 {
    opacity: 0.20;
    bottom: 0;
    -webkit-text-stroke: 1px #D8D8D8
}

.text-shape-2 {
    opacity: 0.50;
    top: 3%;
    -webkit-text-stroke: 1px #707070
}

.choose-title {
    line-height: 1.4;
    margin-bottom: 22px
}

.info-table {
    border: none;
    width: 100%;
    margin-bottom: 30px
}

.info-table th {
    font-weight: 500
}

.info-table td,
.info-table th {
    font-size: 17px;
    font-family: var(--title-font);
    color: var(--white-color);
    padding: 0 0 18px 0;
    vertical-align: top;
    letter-spacing: 0.6px;
}

.info-table td:first-child,
.info-table th:first-child {
    padding-right: 10px
}

.info-table tr:last-child td,
.info-table tr:last-child th {
    padding-bottom: 0
}

.info-table td {
    font-weight: 600;
    font-size: 19px;
    position: relative;
    top: 1px;
}

.progress-card {
    --wins-color: #FFC010;
    --draws-color: #c7ccd1;
    --losses-color: #FF0000;
    margin-bottom: 25px
}

.progress-card .wins {
    background-color: var(--wins-color)
}

.progress-card .draws {
    background-color: var(--draws-color)
}

.progress-card .losses {
    background-color: var(--losses-color)
}

.progress-card_title {
    display: inline-block;
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 6px;
    margin-bottom: 4px;
    padding-left: 14px;
}

.progress-card_rank {
    color: var(--white-color);
    display: inline-block;
    margin-left: 10px;
    font-weight: 300
}

.progress-card_bar {
    height: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.progress-card_bar .progress {
    height: 100%;
    padding: 0;
    border-radius: 10px;
    margin-left: -7px
}

.progress-card_bar .progress:first-child {
    margin-left: 0
}

.progress-card_list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--white-color);
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    margin-top: 5px
}

.progress-card_list li {
    display: inline-block;
    margin-right: 15px
}

.progress-card_list li:last-child {
    margin-right: 0
}

.progress-card_list .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 3px
}

.subscribe_box {
    background-color: #F9F9F9;
    padding: 40px
}

.subscribe_box_title {
    line-height: 38px;
    margin: -0.1em 0 5px 0
}

.subscribe_box_text {
    margin-bottom: 23px
}

.subscribe_box .form-control {
    background-color: #F2E7E7;
    border: none;
    border-radius: 0;
    color: var(--title-color);
    font-size: 14px;
    margin-bottom: 20px
}

.subscribe_box .form-control::-moz-placeholder {
    color: #A4A4A4
}

.subscribe_box .form-control::-webkit-input-placeholder {
    color: #A4A4A4
}

.subscribe_box .form-control:-ms-input-placeholder {
    color: #A4A4A4
}

.subscribe_box .form-control::-ms-input-placeholder {
    color: #A4A4A4
}

.subscribe_box .form-control::placeholder {
    color: #A4A4A4
}

.subscribe_box .form-group {
    margin-bottom: 0
}

.vs-tags-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.vs-tags-block a {
    border-radius: 6px;
    display: inline-block;
    width: 109px;
    height: 43px;
    line-height: 43px;
    color: var(--white-color);
    text-align: center;
    background-color: var(--body-color);
    font-size: 14px;
    font-family: var(--title-font);
    font-weight: 400
}

.vs-tags-block a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.social-cat-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px
}

.social-cat-wrap a {
    display: inline-block;
    text-align: center;
    background-color: var(--bg-color, #464646);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    padding: 27px 0 24px 0;
    font-family: var(--title-font)
}

.social-cat-wrap a i {
    font-size: 1.3rem;
    margin-bottom: 10px;
    display: block
}

.social-cat-wrap a:hover {
    background-color: var(--hover-bg, #FF7E02);
    color: var(--white-color)
}

.social-cat-wrap .facebook {
    --bg-color: #3B5998
}

.social-cat-wrap .youtube {
    --bg-color: #E52D27
}

.social-cat-wrap .instagram {
    --bg-color: #3F729B
}

.social-cat-wrap .twitter {
    --bg-color: #1DCAFF
}

.social-cat-wrap .dribble {
    --bg-color: #EA4C89
}

.social-cat-wrap .soundcloud {
    --bg-color: #FF8800
}

.social-cat-wrap .posts {
    --bg-color: #837D7D
}

.vs-map {
    line-height: 0
}

.vs_counter_number {
    color: var(--theme-color);
    font-size: 70px;
    font-family: var(--title-font);
    font-weight: 700;
    margin-bottom: 15px;
    display: block
}

.vs_counter_text {
    color: var(--white-color);
    font-family: var(--title-font);
    margin-bottom: 0
}

@media (max-width: 1600px) {
    .logo-shape-1 {
        max-width: 270px
    }
    .text-shape-1 {
        font-size: 120px;
        bottom: 50px
    }
    .text-shape-2 {
        font-size: 120px;
        top: 30px
    }
}

@media (max-width: 1399px) {
    .logo-shape-1 {
        max-width: 170px
    }
    .text-shape-2,
    .text-shape-1 {
        font-size: 80px
    }
}

@media (max-width: 1199px) {
    .logo-animator {
        --box-size: 200px;
        --box-translate: 20px
    }
    .logo-animator_img img {
        max-width: calc(var(--box-size) / 2)
    }
    .text-shape-1 {
        bottom: auto;
        right: auto;
        left: 5%;
        top: 4%
    }
    .text-shape-2 {
        font-size: 40px
    }
    .vs-tags-block {
        gap: 15px
    }
}

@media (max-width: 991px) {
    .choose-title {
        letter-spacing: 0;
        margin-bottom: 17px
    }
    .subscribe_box {
        padding: 30px
    }
    .vs_counter_number {
        font-size: 48px
    }
}

@media (max-width: 767px) {
    .info-table td,
    .info-table th {
        font-size: 14px
    }
    .progress-card_title {
        font-size: 16px
    }
    .progress-card_rank {
        font-size: 12px
    }
    .progress-card .progress-card_list {
        font-size: 10px
    }
    .subscribe_box {
        padding: 25px 20px 30px 20px
    }
}

.vs-slider-tab {
    position: relative;
    /*    background-color: var(--theme-color);*/
    margin-bottom: 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%
}

.vs-slider-tab::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 1) 35%, rgba(51, 51, 51, 1) 65%, rgba(51, 51, 51, 0) 100%);
    background: linear-gradient(to right, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 1) 35%, rgba(51, 51, 51, 1) 65%, rgba(51, 51, 51, 0) 100%);
}

.vs-slider-tab .tab-btn {
    border: none;
    /* border-bottom: 6px solid var(--theme-color2); */
    display: inline-block;
    color: var( --theme-color);
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Bebas Neue' !important;
    background-color: transparent;
    font-family: var( --title-font);
    line-height: 1;
    padding: 30px 30px;
    z-index: 1;
    opacity: .7;
    position: relative;
    height: 202px !important;
}


/*
.vs-slider-tab .tab-btn::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 6px;
	left: 0;
	bottom: 0;
    background: -webkit-linear-gradient(left, rgba(217, 0, 27, 0) 0%, rgba(217, 0, 27, 1) 50%, rgba(217, 0, 27, 0) 100%);
    background: linear-gradient(to right, rgba(217, 0, 27, 0) 0%, rgba(217, 0, 27, 1) 50%, rgba(217, 0, 27, 0) 100%);
}
*/

.vs-slider-tab .tab-btn:hover {
    opacity: 1;
}

.vs-slider-tab .tab-btn.active {
    opacity: 1;
    font-size: 32px;
    line-height: 20px;
}

.vs-slider-tab .tab-btn .sport-icon {
    background-color: var(--theme-color);
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 30px;
    -webkit-mask-size: 94%;
    mask-size: 94%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.vs-slider-tab .tab-btn.active .sport-icon {
    -webkit-mask-size: 110%;
    mask-size: 110%;
}

.vs-slider-tab .tab-btn:hover .sport-icon {
    -webkit-mask-size: 110%;
    mask-size: 110%;
}

.vs-slider-tab .indicator {
    position: absolute;
    left: var(--pos-x);
    top: var(--pos-y);
    /*    background: -webkit-linear-gradient(left, var(--theme-color2) 0%, var(--theme-color2) 100%);*/
    /*    background: linear-gradient(to right, var(--gray4) 0%, var(--gray5) 100%);*/
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    --indicator-size: 15px;
    /*    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - var(--indicator-size)), 54% calc(100% - var(--indicator-size)), 50% 100%, 46% calc(100% - var(--indicator-size)), 0 calc(100% - var(--indicator-size)));*/
    /*    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - var(--indicator-size)), 54% calc(100% - var(--indicator-size)), 50% 100%, 46% calc(100% - var(--indicator-size)), 0 calc(100% - var(--indicator-size)));*/
    /*    height: calc(var(--height-set) + var(--indicator-size));*/
    height: var(--height-set);
    width: var(--width-set);
    /*	border-bottom: 6px solid var(--theme-color);*/
    z-index: 2;
}

.vs-slider-tab .indicator::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(217, 0, 27, 0) 0%, rgba(217, 0, 27, 1) 35%, rgba(217, 0, 27, 1) 65%, rgba(217, 0, 27, 0) 100%);
    background: linear-gradient(to right, rgba(217, 0, 27, 0) 0%, rgba(217, 0, 27, 1) 35%, rgba(217, 0, 27, 1) 65%, rgba(217, 0, 27, 0) 100%);
}


/*
.vs-slider-tab .indicator.start {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - var(--indicator-size)), 100% calc(100% - var(--indicator-size)), 100% 100%, 95% calc(100% - var(--indicator-size)), 0 calc(100% - var(--indicator-size)));
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - var(--indicator-size)), 100% calc(100% - var(--indicator-size)), 100% 100%, 95% calc(100% - var(--indicator-size)), 0 calc(100% - var(--indicator-size)))
}

.vs-slider-tab .indicator.end {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - var(--indicator-size)), 0% calc(100% - var(--indicator-size)), 0% 100%, 5% calc(100% - var(--indicator-size)), 0 calc(100% - var(--indicator-size)));
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - var(--indicator-size)), 0% calc(100% - var(--indicator-size)), 0% 100%, 5% calc(100% - var(--indicator-size)), 0 calc(100% - var(--indicator-size)))
}
*/

@media (max-width: 991px) {
    .vs-slider-tab .tab-btn {
        font-size: 16px;
        padding: 18px 30px
    }
}

@media (max-width: 767px) {
    .vs-slider-tab .tab-btn {
        font-size: 14px;
        padding: 11px 16px
    }
    .vs-slider-tab .indicator {
        --indicator-size: 7px;
        -webkit-clip-path: none !important;
        clip-path: none !important;
        height: var(--height-set)
    }
}

.info-card {
    background-color: #262525;
    position: relative;
    margin: 0 0 35px 0;
    box-shadow: 0px 5px 0px #ffc010;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 44px 50px 42px 50px
}

.info-card_icon {
    color: var(--theme-color2);
    font-size: 62px;
    line-height: 1;
    margin-right: 30px
}

.info-card_title {
    color: var(--white-color);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px
}

.info-card_text {
    color: #A4A4A4;
    margin-bottom: 0;
    max-width: 300px
}

.form-style1 {
    background-color: #262525;
    padding: 60px
}

.form-style3 {
    background-color: transparent;
}

.form-style4 {
    background-color: transparent;
}

.map-wrap {
    line-height: 0
}

.map-wrap iframe {
    height: 600px
}

@media (max-width: 1199px) {
    .info-card {
        padding: 34px 30px 32px 30px
    }
    .info-card_icon {
        font-size: 48px;
        margin-right: 20px
    }
    .info-card_title {
        font-size: 20px
    }
    .form-style1 {
        padding: 40px
    }
}

@media (max-width: 767px) {
    .form-style1 {
        padding: 40px 15px
    }
    .info-card {
        padding: 34px 15px 32px 15px
    }
    .info-card_icon {
        font-size: 40px;
        margin-right: 15px
    }
    .map-wrap iframe {
        height: 400px
    }
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--theme-color);
    background-color: transparent;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.popup-search-box button.searchClose:hover {
    color: var(--body-color);
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s
}

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px
    }
}

.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border-width: 0;
    border: 2px solid var(--theme-color);
    background-color: transparent;
    padding-left: 30px;
    color: var(--white-color);
    border-radius: 0;
    border-radius: 9999px
}

.popup-search-box form input::-moz-placeholder {
    color: var(--white-color)
}

.popup-search-box form input::-webkit-input-placeholder {
    color: var(--white-color)
}

.popup-search-box form input:-ms-input-placeholder {
    color: var(--white-color)
}

.popup-search-box form input::-ms-input-placeholder {
    color: var(--white-color)
}

.popup-search-box form input::placeholder {
    color: var(--white-color)
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: var(--white-color);
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001)
}

.popup-search-box form button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0
}

.popup-search-box.show form {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--black-color);
    width: 450px;
    margin-right: auto;
    padding: 60px 40px;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    left: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: left ease 1s;
    transition: left ease 1s
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-thumb {
    background-color: var(--theme-color)
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 60px
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper.show .sidemenu-content {
    left: 0;
    opacity: 1;
    visibility: visible
}

.vs-product-card {
    margin-bottom: 20px
}

.vs-product-card .product-img {
    text-align: center;
    background-color: var(--white-color);
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    height: 250px
}

.vs-product-card .product-img img {
    max-height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.vs-product-card .product-title {
    color: var(--white-color);
    margin-bottom: 4px;
    font-weight: 600
}

.vs-product-card .price {
    color: var(--white-color);
    font-weight: 500;
    opacity: 0.9;
    margin-bottom: 0
}

.vs-product-card .price del {
    font-weight: 400
}

.vs-product-card:hover .product-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery_grid {
    position: relative
}

.gallery_grid_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery_grid_img {
    overflow: hidden;
    position: relative
}

.gallery_grid_img>img {
    width: 100%;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gallery_grid:hover .gallery_grid_img>img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.px-5 {
    padding-right: 5px;
    padding-left: 5px
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.mx-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mt-n1 {
    margin-top: -.25rem
}

.mt-n2 {
    margin-top: -.5rem
}

.mt-n3 {
    margin-top: -1rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mb-n1 {
    margin-bottom: -.25rem
}

.mb-n2 {
    margin-bottom: -.5rem
}

.mb-n3 {
    margin-bottom: -1rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

.space,
.space-top {
    padding-top: var(--section-space)
}

.space,
.space-bottom {
    padding-bottom: var(--section-space)
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 30px)
}

.space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px)
}

.space-extra-small,
.space-extra-small-top {
    padding-top: calc(var(--section-space) - 60px)
}

.space-extra-small,
.space-extra-small-bottom {
    padding-bottom: calc(var(--section-space) - 60px)
}

.space-tiny,
.space-tiny-top {
    padding-top: calc(var(--section-space) - 100px)
}

.space-tiny,
.space-tiny-bottom {
    padding-bottom: calc(var(--section-space) - 100px)
}

.space-big,
.space-big-top {
    padding-top: calc(var(--section-space) + 100px)
}

.space-big,
.space-big-bottom {
    padding-bottom: calc(var(--section-space) + 100px)
}

.space-extra-big,
.space-extra-big-top {
    padding-top: calc(var(--section-space) + 150px)
}

.space-extra-big,
.space-extra-big-bottom {
    padding-bottom: calc(var(--section-space) + 150px)
}

@media (max-width: 991px) {
    .space,
    .space-top {
        padding-top: var(--section-space-mobile)
    }
    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile)
    }
    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px)
    }
    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }
    .space-extra-small,
    .space-extra-small-top {
        padding-top: calc(var(--section-space-mobile) - 60px)
    }
    .space-extra-small,
    .space-extra-small-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 60px)
    }
    .space-top-md-none {
        padding-top: 0
    }
}


/* PLAYER */

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

@media (min-width:1200px) {
    .team-carousel {
        padding-left: 50px
    }
}

.team-carousel__content .row {
    width: 100%;
}

.team-carousel__content>.slick-list {
    padding-left: 120px;
}

.team-carousel__content>.slick-dots {
    position: absolute;
    top: 30px;
    padding-left: 0;
    margin-bottom: 0
}

@media (min-width:1200px) {
    .team-carousel__content>.slick-dots {
        top: 50%;
        transform: translateY(-50%);
        left: -120px;
    }
}

@media (min-width:1920px) {
    .team-carousel__content>.slick-dots {
        left: -50px
    }
}

.team-carousel__content>.slick-dots li {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 30px;
    border: 2px solid var(--white-color);
    border-radius: 100%;
    text-align: center
}

@media (min-width:1920px) {
    .team-carousel__content>.slick-dots li {
        width: 44px;
        height: 44px;
        line-height: 38px;
        border-width: 3px
    }
}

body:not(.cursor-is--active) .team-carousel__content>.slick-dots li {
    cursor: pointer
}

.team-carousel__content>.slick-dots li svg {
    display: inline-block;
    width: 12px;
    height: 12px;
    fill: #5e627e;
    transition: fill .3s ease
}

@media (min-width:1920px) {
    .team-carousel__content>.slick-dots li svg {
        width: 16px;
        height: 16px
    }
}

.team-carousel__content>.slick-dots li.slick-active,
.team-carousel__content>.slick-dots li:hover {
    border-color: var(--theme-color3)
}

.team-carousel__content>.slick-dots li.slick-active svg,
.team-carousel__content>.slick-dots li:hover svg {
    fill: #fff
}

.team-carousel__content>.slick-dots li {
    display: inline-block
}

@media (min-width:1200px) {
    .team-carousel__content>.slick-dots li {
        display: block
    }
}

.team-carousel__content>.slick-dots li+li {
    position: relative
}

@media (max-width:374px) {
    .player-info-page .team-carousel__content>.slick-dots li+li {
        margin-left: 30px
    }
}

@media (max-width:1199px) {
    .team-carousel__content>.slick-dots li+li {
        margin-left: 34px
    }
}

@media (min-width:1200px) {
    .team-carousel__content>.slick-dots li+li {
        margin-top: 38px
    }
}

@media (min-width:1920px) {
    .team-carousel__content>.slick-dots li+li {
        margin-top: 50px
    }
}

.team-carousel__content>.slick-dots li+li:before {
    position: absolute;
    content: ""
}

@media (max-width:374px) {
    .player-info-page .team-carousel__content>.slick-dots li+li:before {
        width: 22px
    }
}

@media (max-width:1199px) {
    .team-carousel__content>.slick-dots li+li:before {
        width: 26px;
        top: 14px;
        right: calc(100% + 6px);
        border-top: 2px dotted #5e627e
    }
}

@media (min-width:1200px) {
    .team-carousel__content>.slick-dots li+li:before {
        bottom: calc(100% + 6px);
        left: 14px;
        height: 30px;
        border-left: 2px dotted var(--white-color)
    }
}

@media (min-width:1920px) {
    .team-carousel__content>.slick-dots li+li:before {
        bottom: calc(100% + 12px);
        left: 16px;
        height: 32px;
        border-width: 4px
    }
}

@media (min-width:1200px) {
    .team-carousel__content {
        height: 100vh
    }
}

@media (min-width:1920px) {
    .team-carousel__content {
        height: 100vh
    }
}

@media (max-width:1199px) {
    .team-carousel__item {
        padding-top: 110px
    }
}

@media (max-width:767.98px) {
    .team-carousel__item {
        padding-top: 94px
    }
}

@media (min-width:1200px) {
    .team-carousel__item {
        display: flex !important;
        align-items: center;
        padding-top: 120px;
        min-height: 100vh;
    }
}

@media (min-width:1920px) {
    .team-carousel__item {
        min-height: 100vh;
    }
}

.team-carousel__item>.row>div>:last-child {
    margin-bottom: 0
}

@media (min-width:992px) and (max-width:1199px) {
    .team-carousel__item .col-md-6.col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media (min-width:1200px) and (max-width:1439px) {
    .team-carousel__item .row-between-xl-2col>div {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.team-carousel__item p {
    color: #c6cbea
}

.team-carousel__item *+p {
    margin-top: -6px
}

.team-carousel-tabs__navigation {
    justify-content: center;
    margin-top: 18px;
    font-weight: 700;
    letter-spacing: -.03em;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.team-carousel-tabs__navigation li {
    display: inline-block
}

body:not(.cursor-is--active) .team-carousel-tabs__navigation li {
    cursor: pointer
}

.team-carousel-tabs__navigation li a {
    outline: none;
    color: #5e627e
}

.team-carousel-tabs__navigation li a.active,
.team-carousel-tabs__navigation li a:hover {
    color: var(--theme-color2)
}

.team-carousel-tabs__navigation li+li {
    margin-left: 20px
}

@media (min-width:576px) {
    .team-carousel-tabs__navigation li+li {
        margin-left: 34px
    }
}

.team-carousel *+.row.row-mb-balance {
    margin-bottom: -24px !important
}

@media (min-width:768px) {
    .team-carousel *+.row.row-mb-balance {
        margin-bottom: -39px !important
    }
}

@media (min-width:1200px) {
    .team-carousel *+.row.row-mb-balance {
        margin-bottom: -49px !important
    }
}

.player-info-page .team-player,
.team-info-page .team-player {
    position: relative
}

@media (min-width:992px) {
    .player-info-page .team-player,
    .team-info-page .team-player {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
    }
}

@media (min-width:1920px) {
    .player-info-page .team-player,
    .team-info-page .team-player {
        height: 100vh;
    }
}

.team-info-page .team-player {
    margin-top: 30px
}

@media (min-width:576px) {
    .team-info-page .team-player {
        margin-top: 50px
    }
}

@media (min-width:1200px) {
    .team-info-page .team-player {
        margin-top: 0
    }
}

@media (max-width:1199.98px) {
    .player-info-page .team-player {
        padding-top: 40px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .player-info-page .team-player {
        top: auto;
        bottom: 0
    }
    .player-info-page .team-player .team-player__photo {
        margin-left: 0;
        margin-right: 0;
        float: right
    }
}

@media (min-width:1200px) {
    .player-info-page .team-player__base,
    .player-info-page .team-player__photo {
        position: absolute;
        bottom: 0;
        right: 100px;
        width: auto;
    }
}

.player-info-page .team-player__base {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%
}

.player-info-page .team-player__base img {
    width: 100%;
    object-fit: contain
}

@media (min-width:1200px) {
    .player-info-page .team-player__base img {
        height: 100%;
        object-fit: cover
    }
}

.player-info-page .team-player__base .ncr-page-decor {
    width: 50%;
    left: auto;
    right: 0
}

.player-info-page .team-player__base .ncr-page-decor .ncr-page-decor__layer-bg {
    right: -100%
}

.team-info-page .team-player__base {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width:1200px) {
    .team-info-page .team-player__base {
        height: 54.5573vh
    }
}

@media (max-width:374px) {
    .team-info-page .team-player__base img {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .team-info-page .team-player__base img {
        position: relative;
        left: 50%;
        height: 100%;
        transform: translateX(-50%)
    }
}

.team-player__photo {
    z-index: 1
}

.player-info-page .team-player__photo {
    height: 100%
}

@media (max-width:1199px) {
    .player-info-page .team-player__photo {
        position: relative;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .player-info-page .team-player__photo {
        height: 60%
    }
}

@media (min-width:1200px) {
    .player-info-page .team-player__photo {
        height: 80%
    }
}

.player-info-page .team-player__photo img {
    width: 100%
}

@media (min-width:1200px) {
    .player-info-page .team-player__photo img {
        height: 100%;
        object-fit: cover
    }
}

@media (min-width:1200px) {
    .team-info-page .team-player__photo {
        height: 54.5573vh
    }
}

@media (min-width:1920px) {
    .team-info-page .team-player__photo {
        height: 53.981481vh
    }
}

.team-info-page .team-player__photo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: .75;
    transform: translate3d(0, 7.5%, 0);
    transition: all .2s cubic-bezier(.86, 0, .07, 1)
}

@media (max-width:374px) {
    .team-info-page .team-player__photo img {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .team-info-page .team-player__photo img {
        position: relative;
        left: 50%;
        height: 100%;
        margin-left: 0;
        margin-right: 0;
        transform: translate3d(-50%, 7.5%, 0)
    }
}

.team-info-page .tab-pane.show .team-player__photo img {
    opacity: 1;
    transform: translateZ(0)
}

@media (min-width:1200px) {
    .team-info-page .tab-pane.show .team-player__photo img {
        transform: translate3d(-50%, 0, 0)
    }
}

.team-player__info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center
}

@media (min-width:1200px) {
    .team-player__info {
        height: calc(100vh - 72px)
    }
}

@media (min-width:1920px) {
    .team-player__info {
        height: calc(100vh - 100px)
    }
}

.team-player__header {
    margin-bottom: 30px
}

@media (min-width:576px) {
    .team-player__header {
        margin-bottom: 50px
    }
}

@media (min-width:1920px) {
    .team-player__header {
        margin-bottom: 52px
    }
}

.team-player__name {
    margin-bottom: 9px
}

@media (min-width:1920px) {
    .team-player__name {
        margin-bottom: 21px
    }
}

.team-player__nickname {
    margin-bottom: 15px;
    font-size: 2.5rem;
    text-transform: none;
    color: #fff
}

@media (min-width:576px) {
    .team-player__nickname {
        margin-bottom: 25px;
        font-size: 3.5rem
    }
}

@media (min-width:1920px) {
    .team-player__nickname {
        margin-bottom: 39px;
        font-size: 5.25rem
    }
}

.team-player__nickname .add-icon {
    position: absolute;
    top: 4px;
    left: calc(100% + 13px)
}

@media (min-width:576px) {
    .team-player__nickname .add-icon {
        top: 16px;
        left: calc(100% + 23px)
    }
}

@media (min-width:1920px) {
    .team-player__nickname .add-icon {
        top: 24px;
        left: calc(100% + 27px)
    }
}

.team-player__filter {
    margin-bottom: 40px;
    padding: 15px 15px 60px;
    display: flex;
    justify-content: center;
    z-index: 1;
    will-change: transform
}

@media (max-width:1199.98px) {
    .team-player__filter {
        max-width: 300px;
        margin: 0 auto;
        padding: 5px 5px 60px;
        display: block;
        overflow: hidden
    }
}

@media (min-width:1200px) {
    .team-player__filter {
        position: absolute;
        top: 120px;
        left: calc(100% + 122px);
        flex-direction: column;
        margin-bottom: 0;
        left: calc(100% + 110px)
    }
}

@media (min-width:1920px) {
    .team-player__filter {
        top: 150px;
        left: calc(100% + 130px)
    }
}

.team-player__filter .team-player__filter-item:nth-child(2n) .team-player__filter-inner {
    transform: rotate(45deg) translate(45.75%, 45.75%)
}

@media (min-width:1200px) {
    .team-player__filter .team-player__filter-item:nth-child(2n) .team-player__filter-inner {
        transform: rotate(45deg) translate(-45.75%, 45.75%)
    }
}

.team-player__filter .team-player__filter-item+.team-player__filter-item {
    margin-left: -24.5px
}

@media (min-width:1200px) {
    .team-player__filter .team-player__filter-item+.team-player__filter-item {
        margin-top: -35%;
        margin-left: 0
    }
}

@media (max-width:1199.98px) {
    .team-player__filter .team-player__filter-item {
        float: left;
        margin: -24.5px 10px 0
    }
    .team-player__filter .team-player__filter-item+.team-player__filter-item {
        margin-left: 10px
    }
    .team-player__filter .team-player__filter-item:first-child,
    .team-player__filter .team-player__filter-item:nth-child(2),
    .team-player__filter .team-player__filter-item:nth-child(3) {
        margin-top: 24.5px
    }
    .team-player__filter .team-player__filter-item:nth-child(5n+4) {
        margin-left: 55px
    }
    .team-player__filter .team-player__filter-item:nth-child(5n+6) {
        clear: left
    }
    .team-player__filter .team-player__filter-item:nth-child(2n) .team-player__filter-inner {
        transform: rotate(45deg)
    }
}

.team-player__filter .team-player__filter-inner {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    padding: 0;
    outline: 0;
    border: 6px solid #3d4055;
    transform: rotate(45deg);
    overflow: hidden;
    color: #fff;
    background-color: #151720;
    transition: all .3s ease;
    will-change: transform
}

@media (min-width:1920px) {
    .team-player__filter .team-player__filter-inner {
        width: 98px;
        height: 98px;
        border-width: 8.4px
    }
}

.team-player__filter .team-player__filter-inner:after,
.team-player__filter .team-player__filter-inner:before {
    position: absolute;
    content: "";
    top: -21px;
    left: -21px;
    width: 100px;
    height: 100px;
    z-index: 33;
    transform: rotate(-45deg);
    transition: all .3s ease
}

@media (min-width:1920px) {
    .team-player__filter .team-player__filter-inner:after,
    .team-player__filter .team-player__filter-inner:before {
        top: -29.4px;
        left: -29.4px;
        width: 140px;
        height: 140px
    }
}

.team-player__filter .team-player__filter-inner:before {
    z-index: 34;
    mix-blend-mode: multiply;
    background-color: #6b7199
}

.team-player__filter .team-player__filter-inner:after {
    z-index: 35;
    mix-blend-mode: screen;
    background-color: #151720
}

.team-player__filter .team-player__filter-inner .team-player__filter-img {
    width: 100px;
    height: 100px;
    margin-left: -21px;
    margin-top: -21px;
    object-fit: cover;
    transform: rotate(-45deg);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

@media (min-width:1920px) {
    .team-player__filter .team-player__filter-inner .team-player__filter-img {
        top: -29.4px;
        left: -29.4px;
        width: 140px;
        height: 140px
    }
}

.team-player__filter .team-player__filter-inner.active,
.team-player__filter .team-player__filter-inner:hover {
    position: relative;
    z-index: 1;
    border-color: var(--theme-color2)
}

.team-player__filter .team-player__filter-inner.active .team-player__filter-img,
.team-player__filter .team-player__filter-inner:hover .team-player__filter-img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.team-player__filter .team-player__filter-inner.active:after,
.team-player__filter .team-player__filter-inner.active:before,
.team-player__filter .team-player__filter-inner:hover:after,
.team-player__filter .team-player__filter-inner:hover:before {
    display: none
}

.player-info-page,
.team-info-page {
    color: #fff;
    overflow: hidden
}

.player-info-page.site-content,
.team-info-page.site-content {
    padding-top: 30px;
    padding-bottom: 72px
}

@media (min-width:992px) {
    .player-info-page.site-content,
    .team-info-page.site-content {
        padding-top: 0;
        padding-bottom: 0
    }
}

.player-info-page__statistics-footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px
}

@media (max-width:575.98px) {
    .player-info-page__statistics-footer .player-info-detail--hero {
        width: 100%;
        margin-bottom: 30px
    }
}

@media (max-width:575.98px) {
    .player-info-page__statistics-footer>div:not(.player-info-detail--hero) {
        width: 50%
    }
}

@media (min-width:576px) {
    .player-info-page__statistics-footer>.player-info-detail:last-child {
        margin-left: 56px
    }
}

.team-info-page .team-player__inner {
    position: relative
}

@media (min-width:1920px) {
    .team-info-page .team-player__inner {
        margin-left: 54%
    }
}

.team-info-page .team-player__inner .ncr-page-decor {
    position: absolute;
    top: auto;
    right: -25%;
    bottom: 0;
    left: auto;
    width: 550px;
    height: 55%
}

@media (max-width:991.98px) {
    .team-info-page .team-player__inner .ncr-page-decor {
        display: none
    }
}

.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-1 {
    height: 40%;
    left: 81%
}

.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-2 {
    height: 100%;
    left: 78%;
    background-color: #85da00;
    background-image: linear-gradient(#b6e900, #5c0)
}

.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-2:before {
    left: 0;
    width: 25%;
    background-color: hsla(0, 0%, 100%, .4)
}

.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-2:after {
    content: "";
    display: block;
    position: absolute;
    left: 25%;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #f3ff38
}

.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-3 {
    left: 60%;
    height: 70%;
    width: 50%;
    background-color: var(--theme-color2);
    background-image: linear-gradient(#c8ff19, #7fff0b);
    box-shadow: 0 3px 0 24px rgba(0, 0, 0, .05)
}

.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-3:before {
    left: 0;
    width: 75%;
    right: auto
}

.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-3:after {
    left: 75%;
    width: 2px;
    height: 100%
}

.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-4 {
    left: 109%;
    top: 4%;
    height: 75%
}

.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-5 {
    left: 83%;
    bottom: 0;
    height: 40%
}

.player-info-subtitle,
.player-info-title {
    text-transform: none
}

.player-info-subtitle {
    letter-spacing: -.03em;
    color: var(--theme-color3);
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 900;
    font-family: var(--body-font);
    line-height: 42px;
}

.player-info-subtitle.h4 {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.6rem;
}

@media (min-width:1920px) {
    .player-info-subtitle.h4 {
        margin-bottom: 0;
        font-size: 48px;
        line-height: 48px;
    }
}

.player-info-subtitle.h5 {
    margin-bottom: 9px;
    font-size: 1.25rem
}

@media (min-width:1920px) {
    .player-info-subtitle.h5 {
        margin-bottom: 16px;
        font-size: 1.5rem
    }
}

.player-info-subtitle.h5+.btn {
    margin-top: 5px
}

@media (max-width:767.98px) {
    .player-info-subtitle.h5+.btn {
        margin-top: -19px
    }
}

@media (max-width:374px) {
    .player-info-subtitle.h5+.btn {
        margin-top: -10px;
        padding: .75rem 1rem .625rem
    }
    .player-info-subtitle.h5+.btn i {
        display: none
    }
}

.player-info-title {
    color: #fff;
    margin-bottom: 32px
}

@media (min-width:992px) {
    .player-info-title {
        margin-bottom: 43px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .player-info-title {
        font-size: 3.875rem
    }
}

@media (min-width:1200px) {
    .player-info-title {
        margin-bottom: 67px
    }
}

@media (min-width:1920px) {
    .player-info-title {
        margin-bottom: 24px;
        font-size: 5.25rem
    }
}

.player-info-title.h1 {
    font-size: 4vw;
    margin-bottom: 30px;
    font-family: var(--title-font2);
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}

.player-info-title.h1:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 3px;
    left: 0;
    bottom: -10px;
    background-color: var(--white-color);
}

@media (max-width:767.98px) {
    .player-info-title.h1 {
        font-size: 2.75rem
    }
}

@media (min-width:992px) {
    .player-info-title.h1 {
        margin-bottom: 38px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .player-info-title.h1 {
        font-size: 5.125rem
    }
}

@media (min-width:1200px) {
    .player-info-title.h1 {
        margin-bottom: 58px
    }
}

@media (min-width:1920px) {
    .player-info-title.h1 {
        margin-bottom: 30px;
        font-size: 4vw;
    }
}

.player-info-medals {
    margin-bottom: 50px;
}

.player-info-medals .medal-detail {
    display: inline-block;
    margin-right: 30px;
}

.player-info-medals h3.medal-title {
    color: var(--white-color);
    margin-bottom: 12px;
    position: relative;
    padding-top: 14px;
}

.player-info-medals h3.medal-title:before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--white-color);
}

.player-info-medals .medal-detail img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.player-info-medals .medal-detail span {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Rajdhani';
    letter-spacing: 2px;
    position: relative;
    top: 4px;
}

.player-info-content {
    margin-bottom: 30px;
}

.player-info-content p {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 24px;
    color: var(--white-color);
    margin-bottom: 5px;
    font-family: 'Rajdhani';
    font-size: 20px;
    line-height: 30px;
}

.player-about-content {
    margin-bottom: 40px;
}

.player-about-content p {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--white-color);
    margin-bottom: 15px;
}

.player-info-detail__label,
.player-info-detail__link,
.player-info-detail__title {
    font-family: var(--body-font);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    color: var(--white-color);
}

.player-info-detail__label,
.player-info-detail__link {
    color: #ec002e;
    font-family: 'Bebas Neue';
    font-size: 20px;
    line-height: 24px;
}

.player-info-detail__link {
    display: inline-block;
    outline: none
}

.player-info-detail__link:hover {
    color: var(--theme-color2)
}

.player-info-detail__title {
    font-size: 1rem;
    line-height: 1;
}

@media (min-width:768px) {
    .player-info-detail__title {
        font-size: 1.125rem
    }
}

@media (min-width:1920px) {
    .player-info-detail__title {
        font-size: 1.5rem;
        font-weight: 700;
    }
}

.player-info-detail__icon {
    display: block;
    float: left;
    margin-right: 18px
}

@media (min-width:1920px) {
    .player-info-detail__icon {
        margin-right: 26px
    }
}

.player-info-detail__icon svg {
    width: 24px;
    height: 24px
}

@media (min-width:1920px) {
    .player-info-detail__icon svg {
        width: 30px;
        height: 30px
    }
}

.player-info-detail__icon--lg {
    padding-top: 2px
}

@media (max-width:767.98px) {
    .col-6 .player-info-detail__icon--lg {
        float: none;
        margin-bottom: 2px
    }
}

@media (min-width:1920px) {
    .player-info-detail__icon--lg {
        padding-top: 4px
    }
}

.player-info-detail__icon--lg svg {
    width: 32px;
    height: 35px
}

@media (min-width:768px) {
    .player-info-detail__icon--lg svg {
        width: 44px;
        height: 50px
    }
}

@media (min-width:1920px) {
    .player-info-detail__icon--lg svg {
        width: 67px;
        height: 70px
    }
}

.player-info-detail__value {
    display: block;
    float: left;
    margin-right: 12px;
    color: var(--theme-color2)
}

@media (min-width:375px) {
    .player-info-detail__value {
        margin-right: 18px
    }
}

@media (min-width:1920px) {
    .player-info-detail__value {
        margin-right: 26px
    }
}

.player-info-detail__value.h3 {
    margin-bottom: 0;
    font-size: 2.5rem;
    letter-spacing: -.03em
}

@media (min-width:375px) {
    .player-info-detail__value.h3 {
        font-size: 2.875rem
    }
}

@media (min-width:1920px) {
    .player-info-detail__value.h3 {
        font-size: 4.375rem
    }
}

.player-info-detail__bar {
    position: relative;
    display: block;
    float: left;
    margin-top: -2px;
    margin-right: 12px
}

@media (min-width:375px) {
    .player-info-detail__bar {
        margin-right: 18px
    }
}

@media (min-width:768px) {
    .player-info-detail__bar {
        margin-top: -8px
    }
}

@media (min-width:1920px) {
    .player-info-detail__bar {
        margin-top: -14px;
        margin-right: 26px
    }
}

.player-info-detail__bar svg {
    display: block;
    width: 40px;
    height: 40px;
    transform: rotate(90deg)
}

@media (min-width:768px) {
    .player-info-detail__bar svg {
        width: 52px;
        height: 52px
    }
}

@media (min-width:1920px) {
    .player-info-detail__bar svg {
        width: 80px;
        height: 80px
    }
}

.player-info-detail__bar svg path {
    stroke: #5e627e
}

.player-info-detail__bar svg path+path {
    stroke: var(--theme-color2)
}

.player-info-detail__bar i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: .5rem;
    transform: translate(-40%, -65%)
}

@media (min-width:768px) {
    .player-info-detail__bar i {
        font-size: .5625rem;
        transform: translate(-35%, -65%)
    }
}

@media (min-width:1920px) {
    .player-info-detail__bar i {
        font-size: .9375rem
    }
}

.player-info-detail__hero {
    position: relative;
    display: block;
    width: 52px;
    height: 52px;
    margin-top: -8px;
    margin-right: 14px;
    float: left
}

.player-info-detail__hero img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.player-info-detail__body {
    overflow: hidden
}

.player-info-detail__body .medal-detail {
    display: inline-block;
    margin-right: 15px;
}

.player-info-detail__body .medal-detail img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.player-info-detail__body .medal-detail span {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.player-info-detail__label+* {
    margin-top: 5px
}

@media (min-width:1920px) {
    .player-info-detail__label+* {
        margin-top: 6px
    }
}

.player-info-detail__title+.player-info-detail__label {
    margin-top: 4px
}

*+.row .player-info-detail {
    margin-bottom: 24px;
    position: relative;
}

*+.row .player-info-detail:before {
    position: absolute;
    content: "";
    top: -15px;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: var(--white-color);
}

*+.row .player-info-detail--icon {
    margin-bottom: 20px
}

@media (min-width:768px) {
    *+.row:not(:last-child) .player-info-detail,
    .team-carousel *+.row .player-info-detail {
        margin-bottom: 39px
    }
}

@media (min-width:1200px) {
    *+.row:not(:last-child) .player-info-detail,
    .team-carousel *+.row .player-info-detail {
        margin-bottom: 49px
    }
}

@media (min-width:1920px) {
    *+.row:not(:last-child) .player-info-detail,
    .team-carousel *+.row .player-info-detail {
        margin-bottom: 69px
    }
}

@media (min-width:768px) {
    *+.row:not(:last-child) .player-info-detail--icon,
    .team-carousel *+.row .player-info-detail--icon {
        margin-bottom: 35px
    }
}

@media (min-width:1200px) {
    *+.row:not(:last-child) .player-info-detail--icon,
    .team-carousel *+.row .player-info-detail--icon {
        margin-bottom: 45px
    }
}

@media (min-width:1920px) {
    *+.row:not(:last-child) .player-info-detail--icon,
    .team-carousel *+.row .player-info-detail--icon {
        margin-bottom: 66px
    }
}

.player-info-detail p {
    color: #c6cbea
}

.player-info-detail .social-menu.social-menu--default {
    list-style: none;
    padding: 0;
}

.player-info-detail .social-menu.social-menu--default li {
    display: inline-block;
}

.player-info-detail .social-menu.social-menu--default li a {
    font-size: 18px;
    color: var(--white-color);
    margin-right: 10px;
}

.player-info-carousel {
    position: relative;
    margin-bottom: 4px
}

@media (max-width:1199.98px) {
    .player-info-carousel {
        padding-right: 86px
    }
}

.player-info-carousel .slick-arrow {
    position: absolute;
    top: 4px;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 0;
    outline: 0;
    z-index: 1;
    transition: opacity .3s ease;
    cursor: none
}

body:not(.cursor-is--active) .player-info-carousel .slick-arrow {
    cursor: pointer
}

.player-info-carousel .slick-arrow:hover {
    opacity: 1
}

.player-info-carousel .slick-arrow svg {
    width: 18px;
    height: 10px;
    fill: #fff
}

@media (min-width:1920px) {
    .player-info-carousel .slick-arrow svg {
        height: 20px
    }
}

.player-info-carousel .slick-arrow:hover svg {
    fill: var(--theme-color2)
}

.player-info-carousel .slick-prev {
    right: 66px
}

@media (min-width:1200px) {
    .col-xl-8 .player-info-carousel .slick-prev {
        right: auto;
        left: calc(100% + 25px)
    }
}

@media (min-width:1920px) {
    .col-xl-8 .player-info-carousel .slick-prev {
        left: calc(100% + 55px)
    }
}

.player-info-carousel .slick-next {
    right: 0
}

@media (min-width:1200px) {
    .col-xl-8 .player-info-carousel .slick-next {
        right: auto;
        left: calc(100% + 91px)
    }
}

@media (min-width:1920px) {
    .col-xl-8 .player-info-carousel .slick-next {
        left: calc(100% + 141px)
    }
}

.player-info-carousel .slick-custom-pagination {
    display: block;
    position: absolute;
    top: 1px;
    right: 30px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1
}

@media (min-width:1920px) {
    .player-info-carousel .slick-custom-pagination {
        top: 4px;
        font-size: 1.25rem
    }
}

@media (min-width:1200px) {
    .col-xl-8 .player-info-carousel .slick-custom-pagination {
        right: auto;
        left: calc(100% + 67px);
        transform: translateX(-50%)
    }
}

@media (min-width:1920px) {
    .col-xl-8 .player-info-carousel .slick-custom-pagination {
        left: calc(100% + 108px)
    }
}

.header-player-info-navigation {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50px
}

@media (min-width:1920px) {
    .header-player-info-navigation {
        width: 78px
    }
}

.header-player-info-navigation a {
    margin-top: 4px;
    display: block;
    line-height: 1
}

.header-player-info-navigation a.disable svg {
    fill: rgba(94, 98, 126, .4)
}

.header-player-info-navigation svg {
    width: 7px;
    height: 14px;
    fill: #fff
}

@media (min-width:1920px) {
    .header-player-info-navigation svg {
        width: 11px;
        height: 22px
    }
}

.header-player-info-navigation__card {
    position: absolute;
    left: -26px;
    display: flex;
    align-items: center;
    width: 260px;
    height: 72px;
    background-color: #151720;
    opacity: 0;
    visibility: hidden;
    transition: all 0s ease-in-out
}

@media (min-width:992px) {
    .header-player-info-navigation__card {
        left: -40px
    }
}

@media (min-width:1920px) {
    .header-player-info-navigation__card {
        left: -60px;
        width: 320px;
        height: 104px
    }
}

.site-header--top .header-player-info-navigation__card {
    top: calc(100% + 2px);
    transform: translateY(-1rem)
}

.site-header--bottom .header-player-info-navigation__card {
    bottom: calc(100% + 2px);
    transform: translateY(1rem)
}

.header-player-info-navigation a:hover .header-player-info-navigation__card {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-duration: .3s
}

.header-player-info-navigation__avatar {
    height: 100%
}

.header-player-info-navigation__body {
    padding-left: 12px;
    font-weight: 700;
    letter-spacing: -.03em;
    color: #fff
}

.header-player-info-navigation__name {
    font-size: .625rem;
    text-transform: uppercase
}

.header-player-info-navigation__nickname {
    font-size: 1rem
}

@media (min-width:1920px) {
    .header-player-info-navigation__nickname {
        font-size: 1.125rem
    }
}

.header-player-info-navigation img {
    height: 100%
}

.team-info-page .team-player--slider-wrapper {
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(45% + 200px)
}

@media (min-width:576px) {
    .team-info-page .team-player--slider-wrapper {
        margin-top: 0
    }
}

@media (max-width:991.98px) {
    .team-info-page .team-player--slider-wrapper {
        width: 100%;
        margin-top: 50px
    }
}

.team-player__slider {
    width: 100%;
    height: calc(100vh - 72px)
}

@media (min-width:1920px) {
    .team-player__slider {
        height: calc(100vh - 100px)
    }
}

.team-player__slider .slick-list,
.team-player__slider .slick-slide,
.team-player__slider .slick-track {
    height: 100%
}

.team-player__slider .slick-list {
    transform: translateX(200px);
    padding-left: 170px
}

@media (max-width:991.98px) {
    .team-player__slider .slick-list {
        transform: none;
        padding-left: 0
    }
}

@media (min-width:1920px) {
    .team-player__slider .slick-list {
        transform: translateX(180px);
        padding-left: 180px
    }
}

.team-player__slide {
    display: block
}

@media (max-width:991.98px) {
    .team-player__slide {
        overflow: hidden
    }
}

.team-player__slide .team-player__slide-inner {
    overflow: hidden;
    position: relative;
    opacity: 0;
    background-color: #151720;
    background-image: linear-gradient(#26293a, #040506)
}

.team-player__slide.slick-active:not(.slick-current) .team-player__slide-inner {
    opacity: 1;
    -webkit-filter: url(#duotone_base);
    filter: url(#duotone_base)
}

.team-player__slide.slick-current .team-player__slide-inner {
    background-color: #85da00;
    background-image: linear-gradient(#e7f800, #24bd00);
    opacity: 1;
    overflow: visible
}

.team-player__slide.slick-current .team-player__slide-inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 58%;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .4);
    mix-blend-mode: overlay
}

.team-player__slide.slick-current .team-player__slide-inner .team-player__slide-img {
    transform: skewX(20deg) translateX(0);
    transition: transform .8s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width:991.98px) {
    .team-player__slide.slick-current .team-player__slide-inner .team-player__slide-img {
        transform: translateX(0)
    }
}

.team-player__slide.slick-current.team-player__slide--category-1 .team-player__slide-inner {
    background-color: #85da00;
    background-image: linear-gradient(#e7f800, #24bd00)
}

.team-player__slide.slick-current.team-player__slide--category-2 .team-player__slide-inner {
    background-color: #ff5c1c;
    background-image: linear-gradient(#ffa632, #ff1306)
}

.team-player__slide.slick-current.team-player__slide--category-3 .team-player__slide-inner {
    background-color: #197aff;
    background-image: linear-gradient(#2ddcff, #051aff)
}

.team-player__slide.slick-current.team-player__slide--category-4 .team-player__slide-inner {
    background-color: #4815d9;
    background-image: linear-gradient(#8226f7, #0e04bb)
}

.team-player__slide.slick-current.team-player__slide--category-5 .team-player__slide-inner {
    background-color: #97002b;
    background-image: linear-gradient(#e9004d, #440009)
}

.team-player__slide-inner {
    display: block;
    background-color: green;
    height: 100%;
    transform: skewX(-20deg);
    transition: opacity .1s ease
}

@media (max-width:991.98px) {
    .team-player__slide-inner {
        transform: none
    }
}

.team-player__slide-decor {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.team-player__slide-decor:before {
    content: "";
    display: block;
    position: absolute;
    transform: skewX(20deg);
    left: 0;
    right: -33%;
    top: 0;
    bottom: 0;
    background-image: url(../img/hexagon-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    mix-blend-mode: overlay
}

@media (max-width:991.98px) {
    .team-player__slide-decor:before {
        transform: none
    }
}

.team-player__slide-line-1 {
    position: absolute;
    right: 5%;
    top: 10%;
    width: 2px;
    height: 35%;
    background-color: #f3ff38
}

.team-player__slide-line-2 {
    position: absolute;
    left: 58%;
    top: 0;
    width: 2px;
    height: 23%;
    background-color: #f3ff38
}

.team-player__slide-img {
    display: block;
    position: absolute;
    left: -50%;
    bottom: 0;
    transform: skewX(20deg) translateX(-75px);
    height: 100%;
    transition: none
}

@media (max-width:991.98px) {
    .team-player__slide-img {
        left: 0;
        transform: none
    }
}

.team-player__slide-meta-holder {
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-color: rgba(21, 23, 32, .8)
}

.team-player__slide-meta {
    transform: skewX(20deg);
    padding: 6% 5% 4% 10%
}

@media (max-width:991.98px) {
    .team-player__slide-meta {
        transform: none
    }
}

.team-player__slide-title {
    margin-bottom: 0;
    font-size: 2.375rem;
    line-height: 1em;
    color: #fff
}

.team-player__slide-subtitle {
    font-size: .875rem;
    margin-bottom: .2em
}

.team-player__slide-link {
    display: block;
    position: absolute;
    right: 5%;
    top: 16px
}

.touch .team-selection-item * {
    -webkit-transform: translateZ(0);
    will-change: transform
}

.team-selection-item__subtitle,
.team-selection-item__title {
    letter-spacing: -.03em;
    color: #fff
}

.team-selection-item__subtitle {
    display: block;
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: .875rem;
    color: #5e627e;
    transition: color .3s ease
}

.team-selection-item--style-1 .team-selection-item__subtitle {
    padding-top: 5px
}

@media (min-width:1920px) {
    .team-selection-item--style-1 .team-selection-item__subtitle {
        padding-top: 24px
    }
}

.team-selection-item--style-2 .team-selection-item__subtitle {
    padding-top: 2px
}

@media (min-width:1920px) {
    .team-selection-item--style-2 .team-selection-item__subtitle {
        padding-top: 10px
    }
}

@media (min-width:1920px) {
    .team-selection-item__subtitle {
        margin-bottom: 8px;
        font-size: 1.25rem
    }
}

.team-selection-item__thumbnail:hover~.team-selection-item__subtitle {
    color: var(--theme-color2)
}

.team-selection-item__title {
    font-size: 1.625rem
}

@media (min-width:1920px) {
    .team-selection-item__title {
        font-size: 2.25rem
    }
}

.team-selection-item__thumbnail {
    display: block;
    position: relative;
    width: 70%;
    padding: 0;
    outline: 0;
    margin: 26% auto 21%;
    overflow: hidden;
    transform: rotate(45deg);
    color: #fff;
    background-color: #151720;
    transition: all .3s ease
}

.touch .team-selection-item__thumbnail {
    -webkit-transform: translateZ(0) rotate(45deg);
    will-change: transform
}

.team-selection-item--style-1 .team-selection-item__thumbnail {
    padding-bottom: calc(70% - 16px);
    border: 8px solid #3d4055
}

@media (min-width:1920px) {
    .team-selection-item--style-1 .team-selection-item__thumbnail {
        padding-bottom: calc(70% - 30px);
        border-width: 15px
    }
}

.team-selection-item--style-2 .team-selection-item__thumbnail {
    padding-bottom: 70%;
    border: none
}

.team-selection-item--style-2 .team-selection-item__thumbnail:after {
    content: "";
    position: absolute;
    border: 8px solid #3d4055;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: opacity .3s ease
}

@media (min-width:1920px) {
    .team-selection-item--style-2 .team-selection-item__thumbnail:after {
        border-width: 15px
    }
}

.team-selection-item__thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 23, 32, .4);
    z-index: 3
}

.team-selection-item__thumbnail-inner {
    position: absolute
}

.team-selection-item--style-1 .team-selection-item__thumbnail-inner {
    top: calc(-25% - 2px);
    left: calc(-25% - 2px);
    width: calc(100% / .7 + 16px)
}

.team-selection-item--style-2 .team-selection-item__thumbnail-inner {
    top: -22%;
    left: -22%;
    width: 142.85714%;
    height: 142.85714%
}

.team-selection-item__thumbnail-inner:after,
.team-selection-item__thumbnail-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.team-selection-item__thumbnail-inner:before {
    z-index: 1;
    mix-blend-mode: multiply;
    background-color: #6b7199
}

.team-selection-item__thumbnail-inner:after {
    z-index: 2;
    mix-blend-mode: screen;
    background-color: #151720;
    transition: opacity .3s ease
}

.team-selection-item__thumbnail-inner img {
    transform: rotate(-45deg)
}

.touch .team-selection-item__thumbnail-inner img {
    -webkit-transform: translateZ(0) rotate(-45deg);
    will-change: transform
}

.team-selection-item__thumbnail-inner img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.team-selection-item--style-2 .team-selection-item__thumbnail-inner img:last-of-type {
    position: absolute;
    bottom: -1%;
    left: 1%;
    width: 100%;
    height: 100%;
    z-index: 5
}

@media (min-width:1920px) {
    .team-selection-item--style-2 .team-selection-item__thumbnail-inner img:last-of-type {
        bottom: 1%;
        left: 2.75%;
        width: calc(100% - 14px);
        height: calc(100% - 14px)
    }
}

.team-selection-item__thumbnail:hover {
    position: relative;
    z-index: 1;
    transform: rotate(45deg) translate(-8px, -8px)
}

.touch .team-selection-item__thumbnail:hover {
    -webkit-transform: translateZ(0) rotate(45deg) translate(-8px, -8px);
    will-change: transform
}

.team-selection-item--style-1 .team-selection-item__thumbnail:hover,
.team-selection-item--style-2 .team-selection-item__thumbnail:hover {
    box-shadow: 0 0 60px 4px rgba(163, 255, 18, .2)
}

.team-selection-item--style-1 .team-selection-item__thumbnail:hover,
.team-selection-item--style-2 .team-selection-item__thumbnail:hover:after {
    border-color: var(--theme-color2)
}

.team-selection-item--style-1.team-1 .team-selection-item__thumbnail:hover,
.team-selection-item--style-2.team-1 .team-selection-item__thumbnail:hover {
    box-shadow: 0 0 60px 4px rgba(25, 122, 255, .2)
}

.team-selection-item--style-1.team-1 .team-selection-item__thumbnail:hover,
.team-selection-item--style-2.team-1 .team-selection-item__thumbnail:hover:after {
    border-color: #197aff
}

.team-selection-item--style-1.team-2 .team-selection-item__thumbnail:hover,
.team-selection-item--style-2.team-2 .team-selection-item__thumbnail:hover {
    box-shadow: 0 0 60px 4px rgba(93, 38, 251, .2)
}

.team-selection-item--style-1.team-2 .team-selection-item__thumbnail:hover,
.team-selection-item--style-2.team-2 .team-selection-item__thumbnail:hover:after {
    border-color: #5d26fb
}

.team-selection-item--style-1.team-3 .team-selection-item__thumbnail:hover,
.team-selection-item--style-2.team-3 .team-selection-item__thumbnail:hover {
    box-shadow: 0 0 60px 4px rgba(255, 222, 0, .2)
}

.team-selection-item--style-1.team-3 .team-selection-item__thumbnail:hover,
.team-selection-item--style-2.team-3 .team-selection-item__thumbnail:hover:after {
    border-color: #ffde00
}

.team-selection-item--style-1.team-4 .team-selection-item__thumbnail:hover,
.team-selection-item--style-2.team-4 .team-selection-item__thumbnail:hover {
    box-shadow: 0 0 60px 4px rgba(255, 49, 28, .2)
}

.team-selection-item--style-1.team-4 .team-selection-item__thumbnail:hover,
.team-selection-item--style-2.team-4 .team-selection-item__thumbnail:hover:after {
    border-color: #ff311c
}

.team-selection-item--style-1.team-5 .team-selection-item__thumbnail:hover,
.team-selection-item--style-2.team-5 .team-selection-item__thumbnail:hover {
    box-shadow: 0 0 60px 4px rgba(163, 255, 18, .2)
}

.team-selection-item--style-1.team-5 .team-selection-item__thumbnail:hover,
.team-selection-item--style-2.team-5 .team-selection-item__thumbnail:hover:after {
    border-color: var(--theme-color2)
}

.team-selection-item__thumbnail:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.team-selection-item__thumbnail:hover .team-selection-item__thumbnail-inner:after {
    opacity: 0
}

.team-selection-item__logo {
    z-index: 4;
    height: 70px
}

@media (min-width:1920px) {
    .team-selection-item__logo {
        width: 100px;
        height: 100px
    }
}

.team-selection-item__logo--middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg) translateY(calc(-75% + 4px))
}

.touch .team-selection-item__logo--middle {
    -webkit-transform: translateZ(0) rotate(-45deg) translateY(calc(-75% + 4px));
    will-change: transform
}

.team-selection-item__logo--bottom {
    position: relative;
    display: block;
    width: 25.926%;
    margin: -28% auto 10px;
    transition: transform .3s ease;
    height: auto
}

.team-selection-item__thumbnail:hover~.team-selection-item__logo--bottom {
    transform: translateY(-12px)
}

.touch .team-selection-item__thumbnail:hover~.team-selection-item__logo--bottom {
    -webkit-transform: translateZ(0) translateY(-12px);
    will-change: transform
}

.team-item--v4 {
    margin-top: 30px;
    text-align: center
}

@media (max-width:991px) {
    .team-item--v4 {
        margin-top: 60px
    }
}

@media (min-width:992px) and (max-width:1439px) {
    .team-item--v4 {
        margin-top: 20px
    }
}

.team-item--v4 .team-item__thumbnail {
    display: block;
    position: relative;
    border: 10px solid #222430;
    width: 190px;
    height: 190px;
    transform: rotate(45deg);
    margin: 0 auto 60px;
    box-shadow: 0 0 60px 4px rgba(0, 0, 0, .2);
    background-clip: padding-box;
    transition: all .3s ease;
    overflow: hidden
}

@media (min-width:992px) and (max-width:1439px) {
    .team-item--v4 .team-item__thumbnail {
        transform: rotate(45deg) scale(.8);
        margin-bottom: 35px
    }
}

@supports ((-webkit-clip-path:polygon(0% 0%)) or (clip-path:polygon(0% 0%))) {
    .team-item--v4 .team-item__thumbnail {
        overflow: inherit
    }
}

.team-item--v4 .team-item__bg-holder {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 242px;
    height: 242px;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

.team-item--v4 .team-item__bg-holder:after,
.team-item--v4 .team-item__bg-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.team-item--v4 .team-item__bg-holder:before {
    z-index: 1;
    mix-blend-mode: multiply;
    background-color: #6b7199
}

.team-item--v4 .team-item__bg-holder:after {
    z-index: 2;
    mix-blend-mode: screen;
    background-color: #151720
}

.team-item--v4 .team-item__bg {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 242px;
    height: 242px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: translate(-50%, -50%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.team-item--v4 .team-item__bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(21, 23, 32, .4)
}

.team-item--v4 .team-item__img-primary {
    display: block;
    position: absolute;
    bottom: calc(-25% - 3px);
    left: calc(-25% - 17px);
    width: 242px;
    height: 311px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
    transform: rotate(-45deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 190px, 50% 100%, 0 190px);
    clip-path: polygon(0 0, 100% 0, 100% 190px, 50% 100%, 0 190px);
    -webkit-filter: url(#duotone_base);
    filter: url(#duotone_base)
}

.team-item--v4 .team-item__thumbnail:hover {
    border-color: var(--theme-color2);
    box-shadow: 0 0 60px 4px rgba(163, 255, 18, .2);
    transform: translateY(-12px) rotate(45deg)
}

@media (min-width:992px) and (max-width:1439px) {
    .team-item--v4 .team-item__thumbnail:hover {
        transform: translateY(-8px) rotate(45deg) scale(.8)
    }
}

.team-item--v4 .team-item__thumbnail:hover~.team-item__subtitle {
    color: var(--theme-color2)
}

.team-item--v4 .team-item__thumbnail:hover .team-item__bg-holder:after,
.team-item--v4 .team-item__thumbnail:hover .team-item__bg-holder:before {
    opacity: 0
}

.team-item--v4 .team-item__thumbnail:hover .team-item__bg {
    -webkit-filter: none;
    filter: none
}

.team-item--v4 .team-item__thumbnail:hover .team-item__bg:before {
    background-color: rgba(21, 23, 32, .8)
}

.team-item--v4 .team-item__thumbnail:hover .team-item__img-primary {
    -webkit-filter: none;
    filter: none
}

.team-item--v4.team-item--v4.team-1 .team-item__thumbnail:hover {
    border-color: #197aff;
    box-shadow: 0 0 60px 4px rgba(25, 122, 255, .2)
}

.team-item--v4.team-item--v4.team-2 .team-item__thumbnail:hover {
    border-color: #5d26fb;
    box-shadow: 0 0 60px 4px rgba(93, 38, 251, .2)
}

.team-item--v4.team-item--v4.team-3 .team-item__thumbnail:hover {
    border-color: #ffde00;
    box-shadow: 0 0 60px 4px rgba(255, 222, 0, .2)
}

.team-item--v4.team-item--v4.team-4 .team-item__thumbnail:hover {
    border-color: #ff311c;
    box-shadow: 0 0 60px 4px rgba(255, 49, 28, .2)
}

.team-item--v4.team-item--v4.team-5 .team-item__thumbnail:hover {
    border-color: var(--theme-color2);
    box-shadow: 0 0 60px 4px rgba(163, 255, 18, .2)
}

.team-item--v4 .team-item__subtitle,
.team-item--v4 .team-item__title {
    letter-spacing: -.03em;
    color: #fff
}

.team-item--v4 .team-item__subtitle {
    display: block;
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: .875rem;
    color: #5e627e;
    transition: color .3s ease
}

@media (min-width:1920px) {
    .team-item--v4 .team-item__subtitle {
        margin-bottom: 8px;
        font-size: 1.25rem
    }
}

.team-item--v4 .team-item__title {
    font-size: 1.625rem
}

@media (min-width:1920px) {
    .team-item--v4 .team-item__title {
        font-size: 2.25rem
    }
}

.team-selection-slider {
    width: 100%;
    height: calc(100vh - 72px)
}

@media (min-width:992px) {
    .team-selection-slider {
        min-height: 700px
    }
}

@media (min-width:1920px) {
    .team-selection-slider {
        height: calc(100vh - 100px)
    }
}

.team-selection-slider .slick-list,
.team-selection-slider .slick-slide,
.team-selection-slider .slick-track {
    height: 100%
}

.team-selection__slide {
    display: block;
    position: relative;
    padding: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.team-selection__slide.slick-current .team-selection__slide-player {
    -webkit-clip-path: ellipse(100% 100%);
    clip-path: ellipse(100% 100%)
}

.team-selection__slide.slick-current [class*=ncr-decor__layer-] {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: -webkit-clip-path 1s ease;
    transition: clip-path 1s ease;
    transition: clip-path 1s ease, -webkit-clip-path 1s ease
}

.team-selection__slide .ncr-decor-wrapper {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    bottom: 0;
    z-index: -1
}

@media (min-width:992px) {
    .team-selection__slide .ncr-decor-wrapper {
        width: 1140px
    }
}

.team-selection__slide .ncr-decor {
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width:991.98px) {
    .team-selection__slide .ncr-decor {
        width: 260px;
        height: 232px
    }
}

.team-selection__slide .ncr-decor [class*=ncr-decor__layer-]:nth-child(2) {
    transition-delay: .3s
}

.team-selection__slide .ncr-decor [class*=ncr-decor__layer-]:nth-child(3) {
    transition-delay: .1s
}

.team-selection__slide .ncr-decor--reverse {
    left: auto;
    right: 0
}

.team-selection__slide [class*=ncr-decor__layer-] {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition-delay: .4s
}

.team-selection__slide--category-2 {
    background-image: url(../img/team-selection-bg-2.jpg)
}

.team-selection__slide--category-2 .team-selection__slide-subtitle {
    color: #c6cbea
}

.team-selection__slide--category-2 .team-selection__slide-title {
    color: #4e526e
}

.team-selection__slide--category-2 .team-selection__slide-title .highlight {
    color: #5439f4
}

.team-selection__slide--category-2 .link-plus {
    border-color: #c9ceeb
}

.team-selection__slide--category-2 .link-plus:after,
.team-selection__slide--category-2 .link-plus:before {
    background-color: #5439f4
}

.team-selection__slide--category-3 {
    background-image: url(../img/team-selection-bg-3.jpg)
}

.team-selection__slide--category-3 .team-selection__slide-subtitle {
    color: #ffdf5e
}

.team-selection__slide--category-3 .link-plus:after,
.team-selection__slide--category-3 .link-plus:before {
    background-color: #ffdf5e
}

.team-selection__slide--category-3 .team-selection__slide-player {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.team-selection__slide--category-4 {
    background-image: url(../img/team-selection-bg-4.jpg)
}

.team-selection__slide-inner {
    display: flex;
    flex-direction: column;
    height: 100%
}

.team-selection__slide-inner>* {
    flex-basis: 0;
    flex-grow: 1
}

.team-selection__slide-heading {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 40px
}

@media (max-width:575.98px) {
    .team-selection__slide-heading {
        padding-bottom: 0
    }
}

.team-selection__slide-logo {
    margin-bottom: 36px
}

.team-selection__slide-logo img {
    margin: 0 auto
}

.team-selection__slide-subtitle {
    color: var(--theme-color2)
}

.team-selection__slide-title {
    color: #fff
}

.team-selection__slide-title .link-plus {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 18px
}

.team-selection__slide-title--has-link-plus {
    display: inline-block;
    position: relative
}

.team-selection__slide-title--has-link-plus .link-plus {
    display: block;
    position: absolute;
    right: -48px
}

.team-selection__slide-body {
    text-align: center
}

.team-selection__slide-players .team-selection__slide-player:nth-child(2) {
    transform: translate(-107%, 6%);
    z-index: 9;
    transition-delay: .3s
}

.team-selection__slide-players .team-selection__slide-player:nth-child(3) {
    transform: translate(7%, 6%);
    z-index: 9;
    transition-delay: .5s
}

.team-selection__slide-players .team-selection__slide-player:nth-child(4) {
    transform: translate(-187%, 17%);
    z-index: 8;
    transition-delay: .65s
}

.team-selection__slide-players .team-selection__slide-player:nth-child(5) {
    transform: translate(87%, 17%);
    z-index: 8;
    transition-delay: .8s
}

.team-selection__slide-player {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 10;
    -webkit-clip-path: ellipse(0 0);
    clip-path: ellipse(0 0);
    transition: -webkit-clip-path .5s ease-out;
    transition: clip-path .5s ease-out;
    transition: clip-path .5s ease-out, -webkit-clip-path .5s ease-out;
    transition-delay: .1s
}

@media (max-width:575.98px) {
    .team-selection__slide-player {
        width: 27%;
        height: auto
    }
}

.player-olympic-info .player-info-detail {
    margin-bottom: 0px;
}

.player-olympic-info .player-info-detail .player-info-detail__title {
    padding-left: 35px;
    font-size: 17px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    font-family: 'Rajdhani';
    margin-bottom: 15px;
}

.player-olympic-info .player-info-detail .player-info-detail__title:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: var(--theme-color2);
}

.player-info-gallery .gallery {
    height: 40vh;
    overflow: hidden;
    overflow-y: scroll;
    padding-left: 7px;
}

.lightbox .lb-image {
    border: 0;
}

.lb-data .lb-details {
    display: none;
}

.player-info-gallery .gallery::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgb(24 56 110);
}

.player-info-gallery .gallery::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5
}

.player-info-gallery .gallery::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent)
}

.player-info-gallery .gallery .gallery-item {
    padding: 5px;
}

.player-info-gallery .gallery .gallery-item a {
    display: block;
    width: 100%;
    height: 120px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.player-info-news .release-card_content {
    padding: 0 !important;
}


/*
.player-info-gallery .release-card_img{
	width: 100%;
	height: 350px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.player-info-gallery .slick-arrow{
	left: -30px;
}
.player-info-gallery .slick-arrow.slick-next{
	right: -30px;
	left: auto;
}
*/

.player-info-news .release-card_img {
    height: 170px;
}

.player-info-news .slick-arrow {
    left: -30px;
}

.player-info-news .slick-arrow.slick-next {
    right: -30px;
    left: auto;
}

.player-info-news .release-card_content {
    padding: 0 15px
}

.player-info-news .release-card_title {
    font-size: 24px;
}

.player-info-news .release-card_year {
    font-size: 12px;
    padding: 2px 8px;
}

.player-info-message .form-control.style2 {
    background: transparent;
    border: 1px solid var(--white-color);
}

.player-info-message .form-control.style2~i {
    color: var(--white-color);
}

.vs-team-wrapper .olympiad-info {
    background: var(--gray1);
    border-radius: 20px;
    margin: 15px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .3);
}

.vs-team-wrapper .olympiad-info .olympiad-logo {
    padding-bottom: 12px;
}

.vs-team-wrapper .olympiad-info .title {
    letter-spacing: 5px;
    color: var(--theme-color2);
}

.vs-team-wrapper .olympiad-info .sub-title {
    font-size: 64px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0;
    color: var(--theme-color);
    margin-bottom: 8px;
    margin-top: 10px !important;
}


/*
.vs-team-wrapper .olympiad-logo{
	background: var(--gray1);
    border-radius: 30px;
    margin: 15px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .3); 
}

.vs-team-wrapper .title{
    letter-spacing: 5px;
}

.vs-team-wrapper .sub-title{
	font-size: 56px;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0;
}
*/


/* Olmypiad detail */


/*Medal Carousel*/

.medal-carousel {
    padding: 80px 50px;
}

.medal-carousel-items {
    text-align: center;
    position: relative;
    width: 100%;
}

.medal-carousel-items .item {
    width: 40%;
    height: auto;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0) scale(0.5);
    transition: all 1.5s;
}

.medal-carousel-items .item img {
    width: 100%;
}

.medal-carousel-items .item.first {
    filter: blur(1px);
    transform: translate(-135%, 0) scale(0.5);
    z-index: 2;
}

.medal-carousel-items .item.current {
    filter: none;
    transform: translate(-50%, 0) scale(1);
    z-index: 3;
}

.medal-carousel-items .item.last {
    filter: blur(1px);
    transform: translate(35%, 0) scale(0.5);
    z-index: 1;
}

.vs-olympiad-wrapper .tab-content {
    position: relative;
    overflow: hidden;
}

.vs-olympiad-wrapper .tab-content.is-animating {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    width: auto;
}

.vs-olympiad-wrapper .content-pane {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(100%) translateY(-50%);
}

.vs-olympiad-wrapper .content-pane.is-active {
    position: relative;
    opacity: 1;
    transform: translateX(0%);
}

.vs-olympiad-wrapper .vs-olympiad-wrapper .content-pane.is-exiting {
    opacity: 0;
    transform: translateX(-100%);
}

.vs-olympiad-wrapper .content-pane.is-animating {
    transition: opacity 400ms ease-out, transform 400ms ease-out;
}

.vs-olympiad-wrapper .nav-tabs {
    position: relative;
}

.vs-olympiad-wrapper .nav-tabs::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(8, 52, 95, 0) 0%, rgba(8, 52, 95, 1) 35%, rgba(8, 52, 95, 1) 65%, rgba(8, 52, 95, 0) 100%);
    background: linear-gradient(to right, rgba(8, 52, 95, 0) 0%, rgba(8, 52, 95, 1) 35%, rgba(8, 52, 95, 1) 65%, rgba(8, 52, 95, 0) 100%);
}

.vs-olympiad-wrapper .nav-tabs li {
    display: inline-block;
    color: var( --theme-color);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: transparent;
    font-family: var( --title-font);
    line-height: 1;
    padding: 30px 30px;
    z-index: 1;
    opacity: .7;
    position: relative;
}

.vs-olympiad-wrapper .nav-tabs li.active {
    opacity: 1;
}

.vs-olympiad-wrapper .nav-tabs li.active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(217, 0, 27, 0) 0%, rgba(217, 0, 27, 1) 35%, rgba(217, 0, 27, 1) 65%, rgba(217, 0, 27, 0) 100%);
    background: linear-gradient(to right, rgba(217, 0, 27, 0) 0%, rgba(217, 0, 27, 1) 35%, rgba(217, 0, 27, 1) 65%, rgba(217, 0, 27, 0) 100%);
}

.vs-olympiad-wrapper .nav-tabs li .sport-icon {
    background-color: var(--theme-color);
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 30px;
}

.vs-olympiad-wrapper .nav-tabs li:hover .sport-icon {
    transform: scale(1.4);
}

.vs-olympiad-wrapper .nav-tabs li.active .sport-icon {
    transform: scale(1.4);
}

.vs-olympiad-wrapper .nav-tabs li a {
    color: var(--theme-color);
}

.vs-olympiad-wrapper .tab-content {
    margin-top: -1px;
    border: 1px solid #ddd;
    border-top: none;
    padding: 50px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f8f8f8;
}

.vs-olympiad-wrapper .olympiad-torch {
    text-align: center;
    padding: 80px 50px;
}

.vs-olympiad-wrapper .olympiad-torch img {
    height: 200px;
}

.vs-olympiad-wrapper .olympiad-details {
    padding: 3rem;
    padding-top: 0rem;
}

.vs-olympiad-wrapper .olympiad-details .vs-carousel {
    width: 100%;
}

.vs-olympiad-wrapper .olympiad-mascots {
    padding: 70px 0px;
}

.vs-olympiad-wrapper .olympiad-mascots .carousel .carousel-inner .carousel-item {
    text-align: center;
}

.vs-olympiad-wrapper .olympiad-mascots .carousel .carousel-inner .carousel-item img {
    height: 200px;
    margin: auto;
}

.vs-olympiad-wrapper .olympiad-mascots .carousel-control-next,
.vs-olympiad-wrapper .olympiad-mascots .carousel-control-prev {
    border: none;
    background: transparent;
}

.vs-olympiad-wrapper .olympiad-mascots .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='08345F'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.vs-olympiad-wrapper .olympiad-mascots .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='08345F'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.vs-olympiad-wrapper .carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .4s;
}

.vs-olympiad-wrapper .carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.vs-olympiad-wrapper .carousel-indicators {
    bottom: -60px;
}

.vs-olympiad-wrapper .carousel-indicators button {
    background: var(--theme-color2);
    border: 1px solid var(--theme-color2);
    border-radius: 5px;
    width: 20px;
    height: 3px;
    margin: 3px;
    opacity: 1;
    border-radius: 3px;
    transition: all linear .5s;
}

.vs-olympiad-wrapper .carousel-indicators button.active {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    width: 40px;
}

.vs-olympiad-wrapper .olympiad-sports {
    position: relative;
    overflow: hidden;
    padding: 3rem;
}

.vs-olympiad-wrapper .olympiad-sports .olympiad-sports-row {
    /*
	max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
  	-ms-overflow-style: none;
  	scrollbar-width: none;
*/
}

.vs-olympiad-wrapper .olympiad-sports .olympiad-sports-row::-webkit-scrollbar {
    display: none;
}

.vs-olympiad-wrapper .olympiad-sports .sport-item {
    padding: 30px;
    background-color: var(--white-light-color);
    transition: all ease .4s;
    transform: scale(1);
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.vs-olympiad-wrapper .olympiad-sports .row .col-lg-2:nth-child(5n+1) .sport-item {
    background-color: var(--gray1);
}

.vs-olympiad-wrapper .olympiad-sports .row .col-lg-2:nth-child(5n+2) .sport-item {
    background-color: var(--gray2);
}

.vs-olympiad-wrapper .olympiad-sports .row .col-lg-2:nth-child(5n+3) .sport-item {
    background-color: var(--gray3);
}

.vs-olympiad-wrapper .olympiad-sports .row .col-lg-2:nth-child(5n+4) .sport-item {
    background-color: var(--gray4);
}

.vs-olympiad-wrapper .olympiad-sports .row .col-lg-2:nth-child(5n+5) .sport-item {
    background-color: var(--gray5);
}

.vs-olympiad-wrapper .olympiad-sports .sport-item:hover {
    background-color: var(--theme-color2);
    transform: scale(1.1);
    z-index: 2;
    box-shadow: 0 0 20px 0px rgb(8 52 95 / 50%);
    border-radius: 10px;
}

.vs-olympiad-wrapper .olympiad-sports .sport-item .sport-thumb .sport-icon {
    background-color: var(--theme-color);
}

.vs-olympiad-wrapper .olympiad-sports .sport-item .sport-detail .sport-name {
    color: var(--theme-color);
    text-align: center;
    transition: all ease .4s;
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 400;
}

.vs-olympiad-wrapper .olympiad-sports .sport-item:hover .sport-detail .sport-name {
    color: var(--theme-color2);
}

@keyframes slideIn {
    from {
        left: -100%;
    }
    to {
        left: 45px;
    }
}

@keyframes slideOut {
    from {
        left: 45px;
    }
    to {
        left: -100%;
    }
}

.vs-olympiad-wrapper .olympiad-sport-detail-backdrop {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    /*
	background: var(--theme-color);
	opacity: .3;
*/
    backdrop-filter: blur(3px);
    display: none;
    transition: all ease .5s;
    border-radius: 80px;
}

.vs-olympiad-wrapper .olympiad-sport-detail {
    position: absolute;
    /*	width: calc(100% - 90px);*/
    width: calc(80%);
    background-color: var(--theme-color);
    top: 0;
    /*    bottom: 0;*/
    left: -100%;
    padding: 60px 60px 60px 80px;
    border-radius: 15px;
    z-index: 3;
    margin-left: 6vw;
    margin-top: 5vw;
    overflow: hidden;
}

.vs-olympiad-wrapper .olympiad-sport-detail.open {
    animation-name: slideIn;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-duration: .8s;
    animation-delay: 0;
}

.vs-olympiad-wrapper .olympiad-sport-detail.open.closed {
    animation-name: slideOut;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-duration: .8s;
    animation-delay: 0;
}

.vs-olympiad-wrapper .olympiad-sport-detail .olympiad-result-detail-icon {
    position: absolute;
    left: -10%;
    top: -100px;
    width: auto;
    height: 100%;
}

.vs-olympiad-wrapper .olympiad-sport-detail .olympiad-result-detail-icon i {
    background-color: var(--white-color);
    width: 800px;
    height: 800px;
    opacity: .06;
}

.vs-olympiad-wrapper .olympiad-sport-detail .close-olympiad-sport-detail {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 0;
}

.vs-olympiad-wrapper .olympiad-sport-detail .close-olympiad-sport-detail i {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    z-index: 2;
    border-radius: 100%;
    position: relative;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    border: 3px solid var(--white-color);
}

.vs-olympiad-wrapper .olympiad-sport-detail .detail-content {
    /*	height: 385px;*/
    padding-right: 20px;
    /*
	overflow: hidden;
	overflow-y: scroll;
  	-ms-overflow-style: none;
  	scrollbar-width: none;
*/
}

.vs-olympiad-wrapper .olympiad-sport-detail .detail-content::-webkit-scrollbar {
    display: none;
}

.vs-olympiad-wrapper .olympiad-sport-detail .detail-content .content-title {
    font-size: 54px;
    font-weight: 900;
    color: var(--white-color);
    width: fit-content;
    display: inline-block;
}

.vs-olympiad-wrapper .olympiad-sport-detail .detail-content .content-icons {
    position: relative;
    list-style: none;
    padding: 0;
    float: right;
}

.vs-olympiad-wrapper .olympiad-sport-detail .detail-content .content-icons li {
    background-color: var(--white-color);
    display: inline-block;
    height: 50px;
    margin-left: 10px;
    border-radius: 100%;
    padding: 5px;
}

.vs-olympiad-wrapper .olympiad-sport-detail .detail-content .content-icons .sport-icon {
    background-color: var(--theme-color);
    width: 40px;
    height: 40px;
    display: inline-block;
}

.vs-olympiad-wrapper .olympiad-sport-detail .detail-content .content-text * {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
    color: var(--gray2);
}

.vs-olympiad-wrapper .olympiad-sport-detail .venue-content {
    /*
	height: 385px;
	overflow: hidden;
	overflow-y: scroll;
  	-ms-overflow-style: none;
  	scrollbar-width: none;
*/
    padding-left: 20px;
    padding-right: 20px;
}

.vs-olympiad-wrapper .olympiad-sport-detail .venue-content::-webkit-scrollbar {
    display: none;
}

.vs-olympiad-wrapper .olympiad-sport-detail .venue-content .venue-title {
    color: var(--white-color);
    font-size: 36px;
    font-weight: 400;
}

.vs-olympiad-wrapper .olympiad-sport-detail .venue-content .venue-item {
    background-color: var(--gray5);
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 5px 5px 12px 5px rgb(0 0 0 / 10%);
}

.vs-olympiad-wrapper .olympiad-sport-detail .venue-content .venue-item .venue-image {
    height: 150px;
    position: relative;
    padding: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vs-olympiad-wrapper .olympiad-sport-detail .venue-content .venue-item .venue-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(8, 52, 95);
    background: -webkit-linear-gradient(bottom, #141a23 0%, hsl(350 0% 28% / 0) 100%);
    background: -o-linear-gradient(bottom, #141a23 0%, hsl(350 0% 28% / 0) 100%);
    background: linear-gradient(to top, #141a23 0%, hsl(350 0% 28% / 0) 100%);
}

.vs-olympiad-wrapper .olympiad-sport-detail .venue-content .venue-item .venue-image .venue-item-title {
    position: absolute;
    bottom: 20px;
    color: var(--gray3);
    font-size: 24px;
    margin: 0;
}

.vs-olympiad-wrapper .olympiad-sport-detail .venue-content .venue-item .venue-text {
    padding: 15px;
}

.vs-olympiad-wrapper .olympiad-sport-detail .venue-content .venue-item .venue-text * {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: var(--theme-color);
    margin: 0;
    text-align: justify;
}

.vs-olympiad-wrapper .olympiad-sport-detail .athlete-content {
    height: 200px;
    overflow: hidden;
    margin-top: 20px;
}

.vs-olympiad-wrapper .olympiad-sport-detail .athlete-content .athlete-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

.vs-olympiad-wrapper .olympiad-sport-detail .athlete-content .athlete-title {
    color: var(--white-color);
    font-size: 36px;
    font-weight: 400;
}

.vs-olympiad-wrapper .olympiad-sport-detail .athlete-content .athlete-box {
    padding-left: 150px;
    position: relative;
    height: 150px;
}

.vs-olympiad-wrapper .olympiad-sport-detail .athlete-content .athlete-box .athlete-image {
    display: inline-block;
    padding: 3px;
    border: 4px solid var(--gray5);
    border-radius: 100%;
    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 20%);
    position: absolute;
    left: 0;
}

.vs-olympiad-wrapper .olympiad-sport-detail .athlete-content .athlete-box .athlete-image img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.vs-olympiad-wrapper .olympiad-sport-detail .athlete-content .athlete-box .athlete-name {
    margin: 0;
    padding-left: 15px;
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    height: 100%;
    padding-top: 50px;
    color: var(--gray5);
}

.vs-olympiad-wrapper .olympiad-athletes {
    position: relative;
    overflow: hidden;
    padding: 3rem;
    padding-top: 2rem;
}

.vs-olympiad-wrapper .olympiad-athletes .athletes-container {
    /*
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
*/
}

.vs-olympiad-wrapper .olympiad-athletes .filter-menu {
    margin: 0;
    margin-bottom: 50px;
}

.vs-olympiad-wrapper .olympiad-athletes .filter-menu button {
    margin: 15px 5px 0px;
    width: 70px;
    height: 70px;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    background: var(--gray4);
    color: var(--theme-color);
}

.vs-olympiad-wrapper .olympiad-athletes .filter-menu button.active {
    color: var(--white-color);
    background: var(--theme-color);
}

.vs-olympiad-wrapper .olympiad-athletes .filter-menu button.all-filter span {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 16px;
    color: var(--theme-color);
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.vs-olympiad-wrapper .olympiad-athletes .filter-menu button.all-filter.active span {
    color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-athletes .filter-menu button .sport-icon {
    background-color: var(--theme-color);
    width: 60px;
    height: 60px;
}

.vs-olympiad-wrapper .olympiad-athletes .filter-menu button.active .sport-icon {
    background-color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-athletes .filter-menu button .badge {
    opacity: 1;
    visibility: visible;
    top: auto;
    bottom: 0px;
    right: 0px;
}

.vs-olympiad-wrapper .olympiad-athletes .olympiad-athlete-card {
    text-align: center;
    background-color: var(--dark-color);
    position: relative;
    height: 220px;
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.vs-olympiad-wrapper .olympiad-athletes .olympiad-athlete-card_inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 100px;
    background: rgb(8, 52, 95);
    background: -webkit-linear-gradient(bottom, #141a23 0%, hsl(350 0% 28% / 0) 100%);
    background: -o-linear-gradient(bottom, #141a23 0%, hsl(350 0% 28% / 0) 100%);
    background: linear-gradient(to top, #141a23 0%, hsl(350 0% 28% / 0) 100%);
}

.vs-olympiad-wrapper .olympiad-athletes .olympiad-athlete-card_icon {
    position: absolute;
    right: 40px;
    bottom: 40px
}

.vs-olympiad-wrapper .olympiad-athletes .olympiad-athlete-card_shape {
    background-color: var(--theme-color2);
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit
}

.vs-olympiad-wrapper .olympiad-athletes .olympiad-athlete-card_logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 80px;
    padding: 10px 5px;
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.vs-olympiad-wrapper .olympiad-athletes .olympiad-athlete-card_logo img {
    width: auto;
    max-height: 100%
}

.vs-olympiad-wrapper .olympiad-athletes .olympiad-athlete-card_logo .sport-icon {
    width: 60px;
    height: 60px;
    background-color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-athletes .olympiad-athlete-card_label {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: var(--white-color);
    font-family: var(--body-font);
    margin-bottom: 0;
    display: block;
}

.vs-olympiad-wrapper .olympiad-athletes .olympiad-athlete-card_content {
    position: relative;
    text-align: left;
    padding: 15px;
    margin-left: 70px;
    margin-right: 15px;
}

.vs-olympiad-wrapper .olympiad-athletes .olympiad-athlete-card_title {
    font-family: var(--body-font);
    color: var(--white-color);
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.vs-olympiad-wrapper .olympiad-athletes .olympiad-athlete-card_title a {
    color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-athletes-detail-backdrop,
.vs-olympiad-wrapper .olympiad-sport-detail-backdrop {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgb(238 238 238 / 51%);
    opacity: 1;
    backdrop-filter: blur(5px);
    display: none;
    transition: all ease .5s;
    border-radius: 80px;
}

.vs-olympiad-wrapper .olympiad-athletes-detail {
    position: absolute;
    /*	width: calc(100% - 90px);*/
    width: calc(50%);
    background-color: var(--theme-color);
    top: 0;
    bottom: 100px;
    left: -100%;
    padding: 60px 60px 60px 80px;
    border-radius: 12px;
    z-index: 3;
    margin-left: 25%;
    margin-top: 8vw;
    overflow: hidden;
    height: fit-content;
}

.vs-olympiad-wrapper .olympiad-athletes-detail.open {
    animation-name: slideIn;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-duration: .8s;
    animation-delay: 0;
}

.vs-olympiad-wrapper .olympiad-athletes-detail.open.closed {
    animation-name: slideOut;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-duration: .8s;
    animation-delay: 0;
}

.vs-olympiad-wrapper .olympiad-athletes-detail .oad-container,
.vs-olympiad-wrapper .olympiad-sport-detail .oad-container {
    height: -webkit-fill-available;
    overflow: hidden;
    /*overflow-y: scroll;*/
}

.vs-olympiad-wrapper .olympiad-athletes-detail .oad-container>.row,
.vs-olympiad-wrapper .olympiad-sport-detail .oad-container>.row {
    position: relative;
    z-index: 2;
}

.vs-olympiad-wrapper .olympiad-athletes-detail .oad-container::-webkit-scrollbar-track,
.vs-olympiad-wrapper .olympiad-sport-detail .oad-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.vs-olympiad-wrapper .olympiad-athletes-detail .oad-container::-webkit-scrollbar,
.vs-olympiad-wrapper .olympiad-sport-detail .oad-container::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5
}

.vs-olympiad-wrapper .olympiad-athletes-detail .oad-container::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5))
}

.vs-olympiad-wrapper .olympiad-athletes-detail .olympiad-athletes-detail-icon {
    position: absolute;
    right: -30%;
    top: -200px;
    width: auto;
    height: 100%;
    z-index: 1;
}

.vs-olympiad-wrapper .olympiad-athletes-detail .olympiad-athletes-detail-icon i {
    background-color: var(--white-color);
    width: 800px;
    height: 800px;
    opacity: .06;
}

.vs-olympiad-wrapper .olympiad-athletes-detail .close-olympiad-athletes-detail {
    position: absolute;
    left: 40px;
    top: 32px;
    padding: 0;
}

.vs-olympiad-wrapper .olympiad-athletes-detail .close-olympiad-athletes-detail i {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    z-index: 2;
    border-radius: 100%;
    position: relative;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    border: 3px solid var(--white-color);
}

.vs-olympiad-wrapper .olympiad-athletes-detail .detail-content {
    /*	height: 385px;*/
    padding-right: 20px;
    /*
	overflow: hidden;
	overflow-y: scroll;
  	-ms-overflow-style: none;
  	scrollbar-width: none;
*/
}

.vs-olympiad-wrapper .olympiad-athletes-detail .detail-content::-webkit-scrollbar {
    display: none;
}

.vs-olympiad-wrapper .olympiad-athletes-detail .detail-content .olympiad-athletes-detail-image {
    text-align: center;
    background-color: var(--dark-color);
    position: relative;
    height: 220px;
    margin-bottom: 30px;
    margin-top: 8px;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.vs-olympiad-wrapper .olympiad-athletes-detail .detail-content .content-title {
    font-size: 54px;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-athletes-detail .detail-content .content-icons .sport-icon {
    background-color: var(--theme-color);
    width: 40px;
    height: 40px;
    display: inline-block;
}

.vs-olympiad-wrapper .olympiad-athletes-detail .detail-content .content-text * {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: justify;
    color: var(--gray2);
    margin: 0px;
}

.vs-olympiad-wrapper .olympiad-athletes-detail .detail-content .content-text-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 10px;
}

.vs-olympiad-wrapper .olympiad-athletes-detail .detail-content .player-olympic-info .player-info-detail {
    margin-bottom: 0px;
}

.vs-olympiad-wrapper .olympiad-athletes-detail .detail-content .player-olympic-info .player-info-detail .player-info-detail__title {
    padding-left: 35px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    position: relative;
    margin-bottom: 5px;
    text-transform: none;
    letter-spacing: 1px;
    color: var(--gray2);
}

.vs-olympiad-wrapper .olympiad-athletes-detail .detail-content .player-olympic-info .player-info-detail .player-info-detail__title:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: var(--theme-color2);
}

.vs-olympiad-wrapper .olympiad-athletes-detail .detail-content .player-olympic-info .player-info-detail__body ul {
    margin-bottom: 5px;
}

.vs-olympiad-wrapper .olympiad-athletes-detail .detail-content .player-olympic-info .player-info-detail__body .medal-detail {
    display: inline-block;
    margin-right: 15px;
}

.vs-olympiad-wrapper .olympiad-athletes-detail .detail-content .player-olympic-info .player-info-detail__body .medal-detail img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.vs-olympiad-wrapper .olympiad-athletes-detail .detail-content .player-olympic-info .player-info-detail__body .medal-detail span {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-athletes-detail .detail-content .player-info-detail:before {
    display: none;
}

.vs-olympiad-wrapper .olympiad-venues {
    padding: 3rem;
}

.vs-olympiad-wrapper .olympiad-venues .venue-item {
    background-color: var(--gray5);
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 5px 5px 12px 5px rgb(0 0 0 / 10%);
}

.vs-olympiad-wrapper .olympiad-venues .venues-container {
    overflow: hidden;
}

.vs-olympiad-wrapper .olympiad-venues .venue-item .venue-image {
    height: 220px;
    position: relative;
    padding: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vs-olympiad-wrapper .olympiad-venues .venue-item .venue-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(8, 52, 95);
    background: -webkit-linear-gradient(bottom, #141a23 0%, hsl(350 0% 28% / 0) 100%);
    background: -o-linear-gradient(bottom, #141a23 0%, hsl(350 0% 28% / 0) 100%);
    background: linear-gradient(to top, #141a23 0%, hsl(350 0% 28% / 0) 100%);
    z-index: 0;
}

.vs-olympiad-wrapper .olympiad-venues .venue-item .venue-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(bottom, #141a23 0%, hsl(350 0% 28% / 0) 100%);
    background: -o-linear-gradient(bottom, #141a23 0%, hsl(350 0% 28% / 0) 100%);
    background: linear-gradient(to top, #141a23 0%, hsl(350 0% 28% / 0) 100%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 0;
    z-index: 0;
}

.vs-olympiad-wrapper .olympiad-venues .venue-item .venue-image:hover:after {
    opacity: 1;
}

.vs-olympiad-wrapper .olympiad-venues .venue-item .venue-image .venue-item-title {
    position: absolute;
    top: 80%;
    color: var(--gray3);
    font-size: 24px;
    margin: 0;
    z-index: 1;
    transition: all .3s ease-in;
}

.vs-olympiad-wrapper .olympiad-venues .venue-item .venue-image:hover .venue-item-title {
    top: 20px;
}

.vs-olympiad-wrapper .olympiad-venues .venue-item .venue-image .venue-hover-text {
    position: absolute;
    top: 100%;
    color: var(--gray3);
    font-size: 24px;
    margin: 0;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease-in;
    width: 100%;
    left: 0;
    padding: 0 20px;
}

.vs-olympiad-wrapper .olympiad-venues .venue-item .venue-image:hover .venue-hover-text {
    top: 25%;
    opacity: 1;
}

.vs-olympiad-wrapper .olympiad-venues .venue-item .venue-image .venue-hover-text * {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: var(--white-color);
    margin: 0;
    text-align: justify;
    margin-bottom: 5px;
}

.vs-olympiad-wrapper .olympiad-venues .venue-item .venue-text-container {
    padding: 15px;
}

.vs-olympiad-wrapper .olympiad-venues .venue-item .venue-text {
    height: 70px;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.vs-olympiad-wrapper .olympiad-venues .venue-item .venue-text::-webkit-scrollbar {
    display: none;
}

.vs-olympiad-wrapper .olympiad-venues .venue-item .venue-text * {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: var(--theme-color);
    margin: 0;
    text-align: justify;
    margin-bottom: 5px;
}

.vs-olympiad-wrapper .olympiad-news {
    padding: 3rem;
}

.vs-olympiad-wrapper .olympiad-results {
    position: relative;
    overflow: hidden;
    padding: 3rem;
    padding-top: 2rem;
}

.vs-olympiad-wrapper .olympiad-results .results-container {
    /*
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
*/
}

.vs-olympiad-wrapper .olympiad-results .filter-menu {
    margin: 0;
    margin-bottom: 50px;
}

.vs-olympiad-wrapper .olympiad-results .filter-menu button {
    margin: 15px 5px 0px;
    width: 70px;
    height: 70px;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    background: var(--gray4);
    color: var(--theme-color);
}

.vs-olympiad-wrapper .olympiad-results .filter-menu button.active {
    color: var(--white-color);
    background: var(--theme-color);
}

.vs-olympiad-wrapper .olympiad-results .filter-menu button.all-filter span {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 16px;
    color: var(--theme-color);
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.vs-olympiad-wrapper .olympiad-results .filter-menu button.all-filter.active span {
    color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-results .filter-menu button .sport-icon {
    background-color: var(--theme-color);
    width: 60px;
    height: 60px;
}

.vs-olympiad-wrapper .olympiad-results .filter-menu button.active .sport-icon {
    background-color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-results .filter-menu button .badge {
    opacity: 1;
    visibility: visible;
    top: auto;
    bottom: 0px;
    right: 0px;
}

.vs-olympiad-wrapper .olympiad-results .filter-item .olympiad-result-item {
    background-color: var(--gray4);
    border-radius: 8px;
    margin-bottom: 30px;
    cursor: pointer;
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-card {
    text-align: center;
    background-color: var(--dark-color);
    position: relative;
    height: 220px;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-card_inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 100px;
    background: rgb(8, 52, 95);
    background: -webkit-linear-gradient(bottom, #141a23 0%, hsl(350 0% 28% / 0) 100%);
    background: -o-linear-gradient(bottom, #141a23 0%, hsl(350 0% 28% / 0) 100%);
    background: linear-gradient(to top, #141a23 0%, hsl(350 0% 28% / 0) 100%);
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-card_icon {
    position: absolute;
    right: 40px;
    bottom: 40px
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-card_shape {
    background-color: var(--theme-color2);
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-card_medals {
    position: absolute;
    top: 10px;
    right: 10px;
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-card_medals li {
    display: inline-block;
    margin-left: 5px;
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-card_medals li img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    box-shadow: 0px 0px 5px 5px rgba(8, 52, 95, .2);
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-card_logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 80px;
    padding: 10px 5px;
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-card_logo img {
    width: auto;
    max-height: 100%
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-card_logo .sport-icon {
    width: 60px;
    height: 60px;
    background-color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-card_label {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: var(--white-color);
    font-family: var(--body-font);
    margin-bottom: 0;
    display: block;
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-card_content {
    position: relative;
    text-align: left;
    padding: 15px;
    margin-left: 70px;
    margin-right: 15px;
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-card_title {
    font-family: var(--body-font);
    color: var(--white-color);
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-card_title a {
    color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-description {
    padding: 0 15px 15px;
    cursor: pointer;
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-description .item {
    margin-bottom: 10px;
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-description .item h6 {
    font-size: 13px;
    text-transform: none;
    color: var(--theme-color2);
    font-family: var(--body-font);
    font-weight: 500;
    margin-bottom: 0;
}

.vs-olympiad-wrapper .olympiad-results .olympiad-result-description .item p {
    font-size: 12px;
    color: var(--theme-color);
    line-height: 14px;
    margin-bottom: 0;
}

.vs-olympiad-wrapper .olympiad-result-detail-backdrop {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgb(238 238 238 / 51%);
    opacity: 1;
    backdrop-filter: blur(5px);
    display: none;
    transition: all ease .5s;
    border-radius: 80px;
}

.vs-olympiad-wrapper .olympiad-result-detail {
    position: absolute;
    /*	width: calc(100% - 90px);*/
    width: calc(50%);
    background-color: var(--theme-color);
    top: 0;
    /*    bottom: 0;*/
    left: -100%;
    padding: 60px 60px 60px 80px;
    border-radius: 50px;
    z-index: 3;
    margin-left: 25%;
    margin-top: 8vw;
    overflow: hidden;
}

.vs-olympiad-wrapper .olympiad-result-detail.open {
    animation-name: slideIn;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-duration: .8s;
    animation-delay: 0;
}

.vs-olympiad-wrapper .olympiad-result-detail.open.closed {
    animation-name: slideOut;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-duration: .8s;
    animation-delay: 0;
}

.vs-olympiad-wrapper .olympiad-result-detail .olympiad-result-detail-icon {
    position: absolute;
    right: -30%;
    top: -200px;
    width: auto;
    height: 100%;
}

.vs-olympiad-wrapper .olympiad-result-detail .olympiad-result-detail-icon i {
    background-color: var(--white-color);
    width: 800px;
    height: 800px;
    opacity: .2;
}

.vs-olympiad-wrapper .olympiad-result-detail .close-olympiad-result-detail {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 0;
}

.vs-olympiad-wrapper .olympiad-result-detail .close-olympiad-result-detail i {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    z-index: 2;
    border-radius: 100%;
    position: relative;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    border: 3px solid var(--white-color);
}

.vs-olympiad-wrapper .olympiad-result-detail .detail-content {
    /*	height: 385px;*/
    padding-right: 20px;
    /*
	overflow: hidden;
	overflow-y: scroll;
  	-ms-overflow-style: none;
  	scrollbar-width: none;
*/
}

.vs-olympiad-wrapper .olympiad-result-detail .detail-content::-webkit-scrollbar {
    display: none;
}

.vs-olympiad-wrapper .olympiad-result-detail .detail-content .content-title {
    font-size: 54px;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-result-detail .detail-content .content-sub-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.vs-olympiad-wrapper .olympiad-result-detail .detail-content .content-sub-title::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: var(--white-color);
    left: 0;
    bottom: 0;
}

.vs-olympiad-wrapper .olympiad-result-detail .detail-content .content-icons {
    position: relative;
    list-style: none;
    padding: 0;
    float: right;
}

.vs-olympiad-wrapper .olympiad-result-detail .detail-content .content-icons li {
    background-color: var(--white-color);
    display: inline-block;
    height: 50px;
    margin-left: 10px;
    border-radius: 100%;
    padding: 5px;
}

.vs-olympiad-wrapper .olympiad-result-detail .detail-content .content-icons .sport-icon {
    background-color: var(--theme-color);
    width: 40px;
    height: 40px;
    display: inline-block;
}

.vs-olympiad-wrapper .olympiad-result-detail .detail-content .content-text * {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: justify;
    color: var(--gray2);
    margin: 0px;
}

.vs-olympiad-wrapper .olympiad-calendar {
    padding: 3rem;
    padding-top: 2rem;
}

.vs-olympiad-wrapper .olympiad-calendar .calendar-container {
    /*
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
*/
    position: relative;
}

.vs-olympiad-wrapper .olympiad-calendar .filter-menu {
    margin: 0;
    margin-bottom: 20px;
}

.vs-olympiad-wrapper .olympiad-calendar .filter-menu button {
    margin: 15px 5px 0px;
    width: 70px;
    height: 70px;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    background: var(--gray4);
    color: var(--theme-color);
}

.vs-olympiad-wrapper .olympiad-calendar .filter-menu button.active {
    color: var(--white-color);
    background: var(--theme-color);
}

.vs-olympiad-wrapper .olympiad-calendar .filter-menu button.all-filter span {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 16px;
    color: var(--theme-color);
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.vs-olympiad-wrapper .olympiad-calendar .filter-menu button.all-filter.active span {
    color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-calendar .filter-menu button .sport-icon {
    background-color: var(--theme-color);
    width: 60px;
    height: 60px;
}

.vs-olympiad-wrapper .olympiad-calendar .filter-menu button.active .sport-icon {
    background-color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-calendar .filter-menu button .badge {
    opacity: 1;
    visibility: visible;
    top: auto;
    bottom: 0px;
    right: 0px;
}

.vs-olympiad-wrapper .olympiad-medals {
    padding: 3rem;
}

.vs-olympiad-wrapper .olympiad-medals .medals-container {
    /*
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
*/
}

.vs-olympiad-wrapper .olympiad-medals .medal-card {
    position: relative;
    padding: 15px;
    padding-left: 140px;
    background-color: var(--gray4);
    min-height: 130px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.vs-olympiad-wrapper .olympiad-medals .medal-card.its-turkey {
    background-color: var(--theme-color);
}

.vs-olympiad-wrapper .olympiad-medals .medal-card .medal-card-flag {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100px;
    height: 100px;
    padding: 4px;
    border: 3px solid var(--theme-color);
    border-radius: 100%;
}

.vs-olympiad-wrapper .olympiad-medals .medal-card.its-turkey .medal-card-flag {
    background-color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-medals .medal-card .medal-card-flag img {
    border-radius: 100%;
}

.vs-olympiad-wrapper .olympiad-medals .medal-card .medal-card-content .medal-country-sum {
    font-size: 18px;
    line-height: 24px;
    color: var(--theme-color);
    margin: 0;
}

.vs-olympiad-wrapper .olympiad-medals .medal-card.its-turkey .medal-card-content .medal-country-sum {
    color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-medals .medal-card .medal-card-content .medal-country {
    font-size: 22px;
    line-height: 28px;
    color: var(--theme-color);
    margin: 0;
}

.vs-olympiad-wrapper .olympiad-medals .medal-card.its-turkey .medal-card-content .medal-country {
    color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-medals .medal-card .medal-card-content .medal-detail {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.vs-olympiad-wrapper .olympiad-medals .medal-card .medal-card-content .medal-detail li {
    display: inline-block;
    margin-right: 15px;
}

.vs-olympiad-wrapper .olympiad-medals .medal-card .medal-card-content .medal-detail li img {
    width: 30px;
    height: 30px;
    margin-top: -5px;
    margin-right: 5px;
}

.vs-olympiad-wrapper .olympiad-medals .medal-card .medal-card-content .medal-detail li span {
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    color: var(--theme-color);
}

.vs-olympiad-wrapper .olympiad-medals .medal-card.its-turkey .medal-card-content .medal-detail li span {
    color: var(--white-color);
}

.vs-olympiad-wrapper .olympiad-medals .medals-fixed-container .medal-card {
    padding-left: 100px;
    min-height: 70px;
}

.vs-olympiad-wrapper .olympiad-medals .medals-fixed-container .medal-card .medal-card-flag {
    width: 60px;
    height: 60px;
    padding: 2px;
}

.vs-olympiad-wrapper .olympiad-medals .medals-fixed-container .medal-card .medal-card-content .medal-country {
    width: fit-content;
    display: inline-block;
    font-size: 28px;
    line-height: 60px;
    margin-right: 120px;
}

.vs-olympiad-wrapper .olympiad-medals .medals-fixed-container .medal-card .medal-card-content .medal-detail {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 30px;
}

.vs-olympiad-wrapper .olympiad-medals .medals-fixed-container .medal-card .medal-card-content .medal-country-sum {
    width: fit-content;
    display: inline-block;
    line-height: 60px;
}

.news-breadcrumb {
    padding-top: 200px;
    padding-bottom: 30px;
}

.news-breadcrumb .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(35deg, #141a23 20%, rgba(217, 0, 27, .7) 100%);
    background: -o-linear-gradient(35deg, #141a23 20%, rgba(217, 0, 27, .7) 100%);
    background: linear-gradient(35deg, #141a23 20%, rgba(217, 0, 27, .7) 100%);
}

.news-breadcrumb .breadcumb-title {
    font-size: 36px;
    font-weight: 400;
    color: var(--white-color);
}

.news-breadcrumb .breadcrumb-date {
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color);
    font-family: var(--title-font);
    margin-bottom: 15px;
}

@media (min-width: 1399px) {
    .news-breadcrumb .breadcumb-title {
        font-size: 36px;
    }
    .news-breadcrumb .breadcrumb-date {
        font-size: 18px;
    }
}

.widget-news .vs-carousel {
    /*	padding: 0 40px;*/
}

.widget-news .vs-carousel .slick-arrow {
    left: -33px;
}

.widget-news .vs-carousel .slick-arrow.slick-next {
    right: -33px;
    left: auto;
}

.widget-athletes .vs-carousel {
    /*	padding: 0 40px;*/
}

.widget-athletes .vs-carousel .team-card {
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

.widget-athletes .vs-carousel .slick-arrow {
    left: -33px;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.widget-athletes .vs-carousel .slick-arrow:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.widget-athletes .vs-carousel .slick-arrow.slick-next {
    right: -33px;
    left: auto;
}

.sidebar-area .widget_title {
    color: var(--white-color);
}

.featured-news {
    padding: var(--blog-space-y, 60px) var(--blog-space-x, 60px) var(--blog-space-y, 60px) var(--blog-space-x, 60px);
    margin-top: 50px;
    background-color: var(--smoke-color);
}

.featured-news .vs-carousel {
    /*	padding: 0 40px;*/
}

.featured-news .vs-carousel .slick-arrow {
    left: -33px;
    color: var(--theme-color2);
    border: 1px solid var(--theme-color2);
}

.featured-news .vs-carousel .slick-arrow:hover {
    color: var(--white-color);
}

.featured-news .vs-carousel .slick-arrow.slick-next {
    right: -33px;
    left: auto;
}

.countdown-area {
    height: calc(100% - 110px);
    padding-right: 50px;
}

.countdown-item {
    padding: 15px;
    height: fit-content;
    border-radius: 10px;
    backdrop-filter: blur(7px) brightness(0.7);
    background-color: #162028e3;
}

.olympiad-counter .countdown-item {
    background-color: var(--gray1);
    /*	padding: 50px 15px;*/
    padding: 0;
    height: 48%;
    border-radius: 30px;
    /*	box-shadow: 0 0 20px 5px rgb(0 0 0 / 30%);*/
}

.countdown-item:first-child {
    /*background-color: var(--theme-color2);*/
    margin-bottom: 7%;
}

.olympiad-counter .countdown-item:first-child {
    /*	background-color: var(--gray1);*/
    background-color: transparent;
    margin-bottom: 0;
}

.news-detail-counter .countdown-item:first-child {
    background-color: var(--white-color);
    margin-bottom: 0;
    padding: 30px;
}

.countdown-item .countdown-info {
    position: relative;
    width: 100%;
    padding-right: 120px;
    min-height: 130px;
    padding-top: 36px;
    text-align: right;
}

.countdown-item .countdown-info .olympiad-icon {
    position: absolute;
    width: 100px;
    top: 0;
    right: 0;
    border-radius: 7px;
    background: var(--white-color);
}

.countdown-item .countdown-info .title1 {
    font-size: 28px;
    color: var(--white-color);
    font-weight: 700;
    opacity: 1;
    margin-bottom: 0px;
    letter-spacing: 2px;
    line-height: 28px;
}

.countdown-item .countdown-info .title2 {
    font-size: 48px;
    color: var(--white-color);
    font-weight: 700;
    opacity: 1;
    margin-bottom: 0px;
    letter-spacing: 2px;
    line-height: 42px;
}

.news-detail-counter .countdown-item .countdown-info .title1 {
    color: var(--theme-color);
}

.news-detail-counter .countdown-item .countdown-info .title2 {
    color: var(--theme-color);
}

.countdown-item .timer {
    text-align: center;
}

.olympiad-counter .countdown-item .timer {
    text-align: left;
}

.countdown-item .time-block {
    display: inline-block;
    text-align: center;
}

.countdown-item .time-block .time {
    position: relative;
    color: var(--white-color);
    font-family: var(--title-font2);
    font-size: 32px;
    font-weight: 500;
    padding: 0 10px;
}

.olympiad-counter .countdown-item .time-block .time {
    color: var(--theme-color2);
    /*
    font-size: 82px;
	line-height: 82px;
*/
    font-size: 52px;
    line-height: 52px;
    font-weight: 700;
}

.olympiad-counter .countdown-item .time-block:first-child .time {
    padding-left: 0px;
}

.news-detail-counter .countdown-item .time-block .time {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: var(--theme-color);
}

.countdown-item .time-block .time::after {
    position: absolute;
    content: ":";
    right: -3px;
    color: var(--white-color);
    font-size: 24px;
}

.news-detail-counter .countdown-item .time-block .time::after {
    color: var(--theme-color);
}

.olympiad-counter .countdown-item .time-block .time::after {
    color: var(--theme-color2);
}

.countdown-item .time-block:last-child .time::after {
    display: none;
}

.countdown-item .time-block .time-label {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}

.olympiad-counter .countdown-item .time-block .time-label {
    color: var(--theme-color2);
    /*    font-size: 16px;*/
    font-size: 13px;
}

.news-detail-counter .countdown-item .time-block .time-label {
    font-size: 14px;
    color: var(--theme-color);
}

.project-image img {
    height: 100px;
    width: auto;
}

.link-image img {
    height: 140px;
    width: auto;
}


/* TOOLTIPS */


/*== start of code for tooltips ==*/

.tool {
    cursor: help;
    position: relative;
}


/*== common styles for both parts of tool tip ==*/

.tool::before,
.tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0) translateX(-50%);
    z-index: 100;
}


/*== pointer tip ==*/

.tool::before {
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: var(--gray5) transparent transparent transparent;
    bottom: calc(100% - 8px);
    content: "";
    /*    margin-left: -50%;*/
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26), opacity .65s .5s;
    transform: scale(.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
}


/*== speech bubble ==*/

.tool::after {
    background: var(--gray5);
    border-radius: 0.25em;
    bottom: 100%;
    color: var(--theme-color);
    content: attr(data-tip);
    /*    margin-left: -50%;*/
    padding: 7px 12px;
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
    transform: scale(.6) translateY(50%) translateX(-50%);
    font-size: 13px;
    font-weight: 600;
    font-family: var( --body-font);
    text-transform: none;
}

.tool:hover::after,
.tool:focus::after {
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
}

@media (max-width: 760px) {
    .tool::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }
}

header .py-lg-0 {
    padding-top: 8px!important;
}

button.owl-dot.active {
    transform: translateY(-90px);
}

a.thm-btn.slider-one__btn:hover {
    color: #ffffff;
    background-color: rgb(8 28 48 / 82%);
}

button.owl-dot.active {
    transform: translateY(-90px);
}

a.thm-btn.slider-one__btn:hover {
    color: #ffffff;
    background-color: rgb(8 28 48 / 82%);
}

ul.sub-menu {
    padding-right: 40px !important;
    min-width: 420px !important;
}

.main-menu ul.sub-menu li {
    max-width: 350px;
    padding: 12px 10px;
}

.main-menu ul.sub-menu li a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    color: white;
}

.main-menu ul.sub-menu li a:before {
    top: 6px;
}

.main-menu ul li>ul.sub-menu,
.main-menu ul li ul.mega-menu {
    margin-top: -12px;
    border-bottom-width: 16px;
    border-color: rgb(236 0 46 / 80%);
    background-color: rgb(34 49 76 / 85%);
    backdrop-filter: blur(10px);
    padding-bottom: 10px;
    padding-top: 10px;
}

#canvas2 {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}

#overlay2 {
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .0) 10%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.9;
}

#bg_glow2 {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}

.team-player {
    z-index: 1;
    pointer-events: none;
}

.player-about-content p {
    line-height: 24px;
    margin-bottom: 28px;
    font-size: 13px;
}

.player-info-gallery .gallery .gallery-item a {
    border-radius: 4px;
}

.player-info-subtitle.h4 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 24px;
    font-family: 'Rajdhani';
}

.olympiad-info .countdown-item {
    backdrop-filter: unset;
}

.olympiad-counter .countdown-item .time-block .time {
    color: var(--theme-color);
    font-size: 48px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0 8px;
}

.olympiad-counter .countdown-item .time-block .time-label {
    font-size: 13px;
    ;
    color: var(--theme-color);
    top: 0px;
    position: relative;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Rajdhani';
}

.olympiad-counter .countdown-item .time-block .time::after {
    color: var(--theme-color);
}

.countdown-item {
    margin-top: 26px !important;
}

.vs-team-wrapper .olympiad-info .olympiad-logo img {
    max-height: 280px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

ul.infomedal-detail img {
    max-height: 28px;
    padding-right: 4px;
}

ul.infomedal-detail {
    list-style: none;
    padding: 0;
}

ul.infomedal-detail li {
    display: inline-block;
    display: b;
    padding-right: 10px;
}

.col-lg-3.col-xl-3.order-2.nopadding.px-50.panel_stat {
    top: 12px;
    position: relative;
}

.col-xl-3.col-lg-3.order-3.nopadding.px-20.panel_meta {
    position: relative;
    top: 24px;
    left: 10px;
}

.vs-olympiad-wrapper .olympiad-athletes-detail-backdrop,
.vs-olympiad-wrapper .olympiad-sport-detail-backdrop {
    transition-duration: 0s !important;
    transition: none !important;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.athletes-container {
    transition: none !important;
}

.vs-olympiad-wrapper .olympiad-sports .sport-item:hover .sport-thumb i {
    background-color: white;
}

.vs-olympiad-wrapper .olympiad-sports .sport-item:hover .sport-detail .sport-name {
    color: white;
}

.vs-olympiad-wrapper .olympiad-sports .sport-item:hover {
    background-color: var(--theme-color2) !important;
}

.olympiad-news-container .release-card_img {
    height: 220px;
}

.olympiad-news-container .release-card_content {
    padding: 0;
}


/****************************************************************/


/****************************************************************/


/****************************************************************/


/****************************************************************/

.tui-full-calendar-layout * {
    font-family: 'Bebas Neue';
}

.tui-full-calendar-weekday-schedule-title {
    font-size: 17px;
    font-weight: 200;
    line-height: 19px;
}

.tui-full-calendar-weekday-grid-line {
    background: transparent !important;
}

.tui-full-calendar-layout {
    background-color: var(--theme-color) !important
}

.tui-full-calendar-month-dayname-item {
    font-size: 20px;
    color: white !important;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: center;
    line-height: 60px;
}

.tui-full-calendar-month-dayname-item span {
    color: white !important;
}

div.tui-full-calendar-layout {
    border-radius: 12px;
    overflow: hidden;
    border: none !important;
}

.tui-full-calendar-weekday-schedule-title {
    color: white !important;
    font-family: 'Rajdhani';
    font-weight: 600;
}

.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date {
    color: white !important;
    font-size: 21px;
    opacity: 0.7;
    padding-left: 2px;
    font-family: 'Rajdhani';
}

.tui-full-calendar-layout * {
    border-color: rgb(255 255 255 / 3%) !important;
}

div#menu {
    text-align: center;
}

span#renderRange {
    font-size: 26px;
    font-family: 'Bebas Neue';
    color: var(--theme-color2);
    font-weight: 700;
    letter-spacing: 1px;
}

.move-day {
    background: var(--theme-color2);
}

.move-day i {
    color: white !important;
    filter: invert(1) brightness(1.5);
    /* background-color: white; */
}

.tui-full-calendar-month-week-item .tui-full-calendar-today .tui-full-calendar-weekday-grid-date-decorator {
    width: 32px !important;
    height: 32px !important;
    line-height: 34px !important;
    text-align: center !important;
    padding-right: 4px !important;
    background: #ec002e !important;
    opacity: 1 !important;
    position: relative !important;
    left: 2px !important;
    top: 4px !important;
}

.tui-full-calendar-weekday-grid-line.tui-full-calendar-today {
    /* outline: 1px solid white; */
    /* outline-offset: -18px; */
    border-color: white !important;
    border: 1px solid white;
    border-radius: 6px;
}

.tui-full-calendar-layout.tui-view-1.tui-view-9 {
    padding: 20px;
}

.tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedule {
    background-color: transparent !important;
    height: 26px !important;
    /* margin-bottom: 60px !important; */
    /* margin-top: 10px; */
    /* padding-top: 40px; */
    /* padding-bottom: 40px !important; */
}

.tui-full-calendar-weekday-schedule-title {
    /*   background-color: #ec002e75 !important;*/
    border-radius: 0!important;
    /* border-bottom: 2px solid #ec002ed6 !important;*/
}


/****************************************************************/


/****************************************************************/


/****************************************************************/

.bg-gray1,
.bg-gray2 {
    background: transparent !important;
}

.col-12.olympiad-details .h3 {
    font-size: 36px;
}

.col-12.olympiad-details .h3 {
    font-size: 36px;
}

.col-12.olympiad-details p {
    line-height: 24px;
    font-size: 14px;
    /* color: red; */
    font-weight: 500;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin2 {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.player-info-medals .medal-detail::before {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    -webkit-animation: spin2 4s linear infinite;
    -moz-animation: spin2 4s linear infinite;
    animation: spin2 15s linear infinite;
    content: "";
    position: absolute;
    /* background: red; */
    left: 0;
    right: 0;
    background-image: url(https://olimpiyat.klokmork.site/img/tmok-medal/tmok-silver.png);
    z-index: 2;
    background-size: contain;
    top: 5px;
    bottom: 0;
    filter: contrast(1.8) brightness(0.9);
    opacity: 0.3;
    backdrop-filter: contrast(1.3);
    border-radius: 50px;
}

.player-info-medals .medal-detail {
    position: relative;
}

.player-info-medals .medal-detail img {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 20s linear infinite;
}

aside.sidebar-area.arrow-wrap .news-detail-counter .countdown-item * {
    color: var(--theme-color);
}

aside.sidebar-area.arrow-wrap .news-detail-counter .countdown-item .time-block .time::after {
    color: var(--theme-color);
}

.players-wrapper .team-card {
    margin-bottom: 30px;
    height: 350px;
}

.players-wrapper .team-card_title {
    font-size: 14px;
    line-height: 18px;
}

.olympiads-wrapper .olympiad-info {
    border-radius: 5px;
    background-color: var(--gray1);
    background: -webkit-linear-gradient(35deg, var(--gray1) 30%, var(--gray5) 100%);
    background: -o-linear-gradient(35deg, var(--gray1) 30%, var(--gray5) 100%);
    background: linear-gradient(35deg, var(--gray1) 30%, var(--gray5) 100%);
    padding: 30px;
    margin-bottom: 30px;
}

.olympiads-wrapper .olympiad-info .sub-title {
    font-family: var(--title-font);
    font-size: 64px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0;
    color: var(--theme-color);
    margin-bottom: 8px;
    margin-top: 10px !important;
}

.olympiads-wrapper .olympiad-info .title {
    letter-spacing: 5px;
    color: var(--theme-color2);
}

.olympiads-wrapper .olympiad-info .olympiad-content th {
    color: var(--theme-color2);
    font-size: 15px;
    font-weight: 700;
    padding: 0;
}

.olympiads-wrapper .olympiad-info .olympiad-content td {
    color: var(--theme-color);
    font-size: 15px;
    padding: 0;
}

.gallery-wrapper .filter-menu {
    background-color: var(--smoke-color);
    padding: 30px;
}

.gallery-wrapper .filter-menu button {
    font-size: 20px;
    color: var(--theme-color);
    min-width: 70px;
    margin: 10px 10px;
}

.gallery-wrapper .filter-menu button.active,
.gallery-wrapper .filter-menu button:hover {
    color: var(--theme-color3);
    font-size: 24px;
}

.gallery-wrapper .filter-active .filter-item {
    margin-bottom: 30px;
    cursor: pointer;
}

.gallery-wrapper .filter-active .gallery-box {
    border-radius: 5px;
    background-color: var(--gray1);
    background: -webkit-linear-gradient(35deg, var(--gray1) 30%, var(--gray5) 100%);
    background: -o-linear-gradient(35deg, var(--gray1) 30%, var(--gray5) 100%);
    background: linear-gradient(35deg, var(--gray1) 30%, var(--gray5) 100%);
    padding: 0 40px;
}

.gallery-wrapper .filter-active .gallery-image img {
    width: 100%;
    height: auto;
    margin: 40px 0;
}

.gallery-wrapper .filter-active .gallery-title {
    position: relative;
    height: 100%;
    top: 0;
}

.gallery-wrapper .filter-active .gallery-title p {
    text-align: left;
    font-family: var(--title-font);
    color: var(--theme-color2);
    padding-left: 40px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-wrapper .gallery-tab-content {
    position: relative;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 50px;
    display: none;
}

.gallery-wrapper .gallery-content {
    padding: 0 30px;
}

.gallery-wrapper .gallery-content .gallery .gallery-item {
    padding: 5px;
}

.gallery-wrapper .gallery-content .gallery .gallery-item a {
    display: block;
    width: 100%;
    height: 180px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.gallery-wrapper .close-gallery {
    width: 50px;
    height: 30px;
    text-align: center;
    color: var(--theme-color);
    font-weight: 900;
    line-height: 30px;
    opacity: 1;
    border-bottom: 2px solid var(--theme-color);
    margin: auto;
    margin-top: 30px;
    cursor: pointer;
}

.gallery-wrapper .vs-slider-tab {
    width: auto;
    max-width: 100%;
    margin-bottom: 50px;
}

.gallery-wrapper .vs-slider-tab .indicator {
    /*display: none;*/
}

.gallery-wrapper .vs-slider-tab:after {
    display: none;
}

.gallery-wrapper .vs-slider-tab .tab-btn {
    height: auto !important;
    padding: 15px 30px;
}

.page-breadcrumb {
    padding-top: 200px;
    padding-bottom: 30px;
}

.page-breadcrumb .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(35deg, #141a23 20%, rgba(217, 0, 27, .7) 100%);
    background: -o-linear-gradient(35deg, #141a23 20%, rgba(217, 0, 27, .7) 100%);
    background: linear-gradient(35deg, #141a23 20%, rgba(217, 0, 27, .7) 100%);
}

.page-breadcrumb .breadcumb-title {
    font-size: 48px;
    font-weight: 400;
    color: var(--white-color);
}

@media (min-width: 1399px) {
    .page-breadcrumb .breadcumb-title {
        font-size: 60px;
    }
}

.publications-wrapper .filter-menu {
    background-color: var(--smoke-color);
    padding: 30px;
}

.publications-wrapper .filter-menu button {
    font-size: 20px;
    color: var(--theme-color);
    margin: 10px 10px;
    min-width: 70px;
}

.publications-wrapper .filter-menu button.active,
.publications-wrapper .filter-menu button:hover {
    color: var(--theme-color3);
    font-size: 24px;
}

.publications-wrapper .filter-active .filter-item {
    margin-bottom: 30px;
    cursor: pointer;
}

.publications-wrapper .filter-active .publications-box {
    border-radius: 5px;
    background-color: var(--gray1);
    background: -webkit-linear-gradient(35deg, var(--gray1) 30%, var(--gray5) 100%);
    background: -o-linear-gradient(35deg, var(--gray1) 30%, var(--gray5) 100%);
    background: linear-gradient(35deg, var(--gray1) 30%, var(--gray5) 100%);
    padding: 0 30px 15px;
}

.publications-wrapper .filter-active .publications-image img {
    width: 100%;
    height: auto;
    margin: 30px 0 15px;
    box-shadow: 0 8px 9px rgb(0 0 0 / 20%), 0 26px 25px rgb(0 0 0 / 10%), 7px 0px 0 -3px white;
    outline: 2px solid rgba(148, 155, 183, 0.48);
    outline-offset: -2px;
    margin-left: -1px;
}

.publications-wrapper .filter-active .publications-title {
    /*position: relative;*/
    /*height: 100%;*/
    /*top: 0;*/
}

.publications-wrapper .filter-active .publications-title p {
    text-align: left;
    font-family: var(--title-font);
    color: var(--theme-color2);
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.fs-28 {
    font-size: 28px;
}


/*arda ekleme*/

.player-about-content {
    max-height: 60vh !important
}