:root {
    --theme-color: #202020;
    /* --title-color: #051821; */
    --title-color: #ffffff;
    --body-color: #666666;
    --body-bg: #ffffff;
    --secondary-color: #266867;
    --smoke-color: #F5F5F5;
    --light-color: #f8f9fa;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #D9D9D9;
    --title-font: "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    --body-font: "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1170px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 60px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

html,
body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    background-color: var(--body-bg);
    line-height: 30px;
    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);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease .4s
}

a:hover {
    color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
    
}

button {
    transition: all ease .4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.87
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 15px 0
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 40px
}

.h3,
h3 {
    font-size: 36px
}

.h4,
h4 {
    font-size: 30px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 20px
}

@media(max-width: 1199px) {

    .h1,
    h1 {
        font-size: 40px
    }

    .h2,
    h2 {
        font-size: 36px
    }

    .h3,
    h3 {
        font-size: 30px
    }

    .h4,
    h4 {
        font-size: 24px
    }

    .h5,
    h5 {
        font-size: 20px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@media(max-width: 767px) {

    .h1,
    h1 {
        font-size: 36px
    }

    .h2,
    h2 {
        font-size: 30px
    }

    .h3,
    h3 {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 22px
    }

    .h5,
    h5 {
        font-size: 18px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@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 (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .container-fluid.px-0 .row {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}

.container-style2 {
    --main-container: 1650px
}

@media(min-width: 1500px) {
    .row:not([class*=gx-]) {
        --bs-gutter-x: 30px
    }
}

.gy-gx {
    --bs-gutter-y: var(--bs-gutter-x)
}

.gy-30 {
    --bs-gutter-y: 30px
}

@media(min-width: 1500px) {
    .gx-20 {
        --bs-gutter-x: 20px
    }

    .gx-40 {
        --bs-gutter-x: 40px
    }

    .gx-50 {
        --bs-gutter-x: 50px
    }

    .gx-60 {
        --bs-gutter-x: 60px
    }

    .gx-70 {
        --bs-gutter-x: 70px
    }

    .gx-80 {
        --bs-gutter-x: 80px
    }

    .gx-100 {
        --bs-gutter-x: 100px
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 50px;
    padding: 0 45px 0 30px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: var(--body-bg);
    border-radius: 9999px;
    font-size: 14px;
    width: 100%
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    background-color: var(--body-bg)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color)
}

.form-select,
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-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 20px
}

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: "";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

input[type=checkbox]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block
}

input[type=checkbox]~label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--body-bg);
    border: 1px solid var(--border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%
}

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: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0
}

input[type=radio]~label::before {
    content: "";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: .5px;
    font-size: .4em;
    line-height: 18.95px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--body-bg);
    color: rgba(0, 0, 0, 0);
    transition: all .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: .5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.form-group>i {
    position: absolute;
    right: calc(var(--bs-gutter-x)/2 + 30px);
    top: 21px;
    font-size: 16px;
    color: #a0abb4
}

.form-group.has-label>i {
    top: 50px
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(.375em + .8875rem) center;
    background-image: none
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none
}

textarea.is-invalid {
    background-position: top calc(.375em + .5875rem) right calc(.375em + .8875rem)
}

.row.no-gutters>.form-group {
    margin-bottom: 0
}

.form-messages {
    display: none;
    margin: 0;
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 4px
}

.form-messages>pre:last-child {
    margin-bottom: 0
}

.form-messages>pre:first-of-type {
    margin-top: 0
}

.form-messages.success {
    background-color: var(--success-color);
    color: var(--white-color);
    display: block
}

.form-messages.error {
    background-color: var(--error-color);
    color: var(--white-color);
    display: block
}

.form-messages pre {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    color: inherit
}

.row>.slick-list {
    padding-left: 0;
    padding-right: 0
}

.slick-track>[class*=col] {
    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)
}

.slick-track {
    min-width: 100%
}

.slick-slide img {
    display: inline-block
}

.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 30px 0;
    line-height: 0;
    text-align: center;
    height: -moz-max-content;
    height: max-content;
    line-height: 0
}

.slick-dots li {
    display: inline-block;
    margin-right: 10px
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 0;
    border: none;
    background-color: var(--dots-bg, #D9D9D9);
    transition: all ease .4s;
    border-radius: 50%;
    position: relative
}

.slick-dots button:hover,
.slick-dots .slick-active button {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    position: absolute;
    background-color: var(--black-color);
    top: 50%;
    border: none;
    left: var(--pos-x, -150px);
    width: var(--icon-size, 84px);
    height: var(--icon-size, 120px);
    font-size: var(--icon-font-size, 24px);
    margin-top: calc(var(--icon-size, 120px)/-2);
    z-index: 2;
    border-radius: 0;
    color: var(--white-color)
}

.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0
}

.slick-arrow.slick-next {
    right: var(--pos-x, -150px);
    left: auto
}

.slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0)
}

.arrow-margin .slick-arrow {
    top: calc(50% - 30px)
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

@media(max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px
    }
}

@media(max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px
    }
}

@media(max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        margin-right: 40px
    }

    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 40px
    }

    .slick-dots {
        margin: 8px 0 38px 0
    }
}

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease .8s;
    opacity: 0;
    visibility: hidden
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 0;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--body-bg)
}

.vs-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    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%
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--body-bg);
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.vs-mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(242, 0, 58, .2);
    background-color: #000
}

.vs-mobile-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #000
}

.vs-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color)
}

.vs-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.vs-mobile-menu ul li {
    border-bottom: 1px solid var(--border-color);
    list-style-type: none
}

.vs-mobile-menu ul li li:first-child {
    border-top: 1px solid var(--border-color)
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: #202020;
    font-weight: 700
}

.vs-mobile-menu ul li a:before {
    content: "";
    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 {
    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 .vs-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color:#202020;
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(242, 0, 58, .5);
    border-radius: 50%
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
    content: "";
    font-family: var(--icon-font)
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
    content: ""
}

.vs-mobile-menu>ul {
    padding: 0 40px
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.vs-menu-toggle {
    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: 10px
}

.vs-menu-toggle.style-text,
.vs-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    color: var(--title-color);
    font-size: 20px
}

.vs-menu-toggle.style-text i,
.vs-menu-toggle.style-text-white i {
    margin-right: 10px
}

.vs-menu-toggle.style-text-white {
    color: var(--white-color)
}

@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: 999;
    background-color:#202020
}

.preloader .vs-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 0
}

.preloader-inner img {
    display: block;
    margin: 0 auto 10px auto
}

.loader {
    width: 8px;
    height: 40px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
    background: currentColor;
    color: #fff;
    box-sizing: border-box;
    animation: animloader .3s .3s linear infinite alternate
}

.loader::after,
.loader::before {
    content: "";
    box-sizing: border-box;
    width: 8px;
    height: 40px;
    border-radius: 4px;
    background: currentColor;
    position: absolute;
    bottom: 0;
    left: 20px;
    animation: animloader1 .3s .45s linear infinite alternate
}

.loader::before {
    left: -20px;
    animation-delay: 0s
}

@keyframes animloader {
    0% {
        height: 40px;
        transform: translateY(0)
    }

    100% {
        height: 10px;
        transform: translateY(10px)
    }
}

@keyframes animloader1 {
    0% {
        height: 48px
    }

    100% {
        height: 4.8px
    }
}

.vs-btn {
    position: relative;
    border: none;
    display: inline-block;
    line-height: 1;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    background-color:#e71111;
    text-transform: uppercase;
    font-family: var(--title-font);
    border-radius: 9999px;
    letter-spacing: .02em;
    z-index: 1
}

.vs-btn:before {
    content: "";
    position: absolute;
    left: var(--btn-shape-gap, 3px);
    right: var(--btn-shape-gap, 3px);
    bottom: var(--btn-shape-gap, 3px);
    top: var(--btn-shape-gap, 3px);
    background-color: var(--bg-hover, var(--secondary-color));
    z-index: -1;
    transform: scale(0.7);
    transition: all ease .4s;
    border-radius: inherit;
    opacity: 0;
    visibility: hidden
}

.vs-btn:hover {
    color: var(--white-color)
}

.vs-btn:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(0.99)
}

.vs-btn i {
    margin-right: 10px
}

.vs-btn.style2 {
    background-color: var(--theme-color);
    text-transform: capitalize;
    padding: 18px 43px;
    font-size: 16px
}

.vs-btn.style3 {
    font-size: 16px;
    color: var(--title-color);
    background-color: var(--white-color);
    padding: 22.2px 40px
}

.vs-btn.style3:hover {
    --bg-hover: var(--theme-color);
    color: var(--white-color)
}

.vs-btn.style6,
.vs-btn.style4 {
    background-color: var(--secondary-color);
    padding: 18px 32px;
    font-size: 14px;
    letter-spacing: .03em
}

.vs-btn.style6:hover,
.vs-btn.style4:hover {
    --bg-hover: var(--title-color);
    color: var(--white-color)
}

.vs-btn.style5 {
    padding: 22px 35px;
    font-size: 16px
}

.vs-btn.style6 {
    background-color: var(--theme-color)
}

.vs-btn.style6:hover {
    color: var(--white-color);
    --bg-hover: var(--title-color)
}

.vs-btn.style7 {
    background-color: var(--title-color);
    color: var(--white-color);
    padding: 17px 43px
}

.vs-btn.style7:hover {
    --bg-hover: var(--theme-color);
    color: var(--white-color)
}

.icon-btn {
    display: inline-block;
    border: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    font-size: 26px;
    color: #1a4645
}

.icon-btn:hover {
    color: var(--theme-color)
}

.bar-btn {
    border: none;
    display: inline-block;
    padding: 0;
    line-height: 1;
    font-size: 25px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    width: 25px;
    height: 23px;
    position: relative;
    overflow: hidden
}

.bar-btn .bar:after,
.bar-btn .bar:before {
    content: "";
    width: 100%;
    height: 3px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease .4s;
    background-color: var(--title-color)
}

.bar-btn .bar:after {
    left: -140%;
    right: auto;
    background-color:#e62429
}

.bar-btn .bar:nth-child(2):before,
.bar-btn .bar:nth-child(2):after {
    top: 50%;
    margin-top: -1.5px;
    width: 17px
}

.bar-btn .bar:nth-child(2):after {
    left: auto;
    right: -120%
}

.bar-btn .bar:nth-child(3):after,
.bar-btn .bar:nth-child(3):before {
    top: auto;
    bottom: 0
}

.bar-btn:hover .bar:before {
    right: -120%
}

.bar-btn:hover .bar:after {
    left: 0
}

.bar-btn:hover .bar:nth-child(2):before {
    right: 120%
}

.bar-btn:hover .bar:nth-child(2):after {
    left: auto;
    right: 0
}

.bar-btn.style2 .bar:before {
    background-color: var(--white-color)
}

.bar-btn.style2 .bar:after {
    background-color: var(--theme-color)
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 2;
    border: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 80px);
    height: var(--icon-size, 80px);
    line-height: var(--icon-size, 80px);
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: var(--icon-font-size, 1.5em);
    border-radius: 50%;
    z-index: 1;
    transition: all ease .4s;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .25)
}

.play-btn:hover i {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.watch-btn {
    font-size: 18px;
    font-family: var(--title-font);
    color: var(--secondary-color);
    vertical-align: middle
}

.watch-btn:hover {
    color: var(--theme-color)
}

.watch-btn i {
    --icon-font-size: 18px;
    --icon-size: 60px;
    padding-left: 5px;
    margin-right: 10px
}

.watch-btn.style2 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: var(--theme-color);
    letter-spacing: .02em
}

.watch-btn.style2 i {
    background-color: var(--secondary-color);
    color: var(--white-color);
    transition: all ease .4s
}

.watch-btn.style2:hover {
    color: var(--secondary-color)
}

.watch-btn.style2:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.arrow-btn {
    display: inline-block;
    background-color: #0c282d;
    width: 31px;
    height: 34px;
    padding: 0;
    border: none;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    display: block;
    margin: 0 0 -10px -13px;
    transition: all ease .4s
}

.arrow-btn:hover {
    background-color: var(--theme-color)
}

.arrow-btn[data-slick-next] {
    margin: 0;
    transform: rotateY(180deg)
}

.arrow-btn i {
    display: inline-block;
    width: 10px;
    height: 11px;
    background-color: var(--white-color);
    -webkit-clip-path: inherit;
    clip-path: inherit;
    margin-right: 5px
}

.arrow-btn.style2:not(:hover) {
    background-color: #266867
}

.link-btn {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: .8;
    color: var(--title-color)
}

.link-btn i {
    margin-right: 10px;
    color: var(--theme-color)
}

.link-btn.style2:not(:hover) {
    color: var(--white-color)
}

.link-btn:hover {
    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;
    transition: all ease .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: var(--body-bg);
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--secondary-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;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}

@media(max-width: 1199px) {
    .watch-btn i {
        --icon-size: 40px;
        --icon-font-size: 14px
    }

    .watch-btn .btn-text {
        font-size: 14px
    }
}

@media(max-width: 991px) {
    .link-btn {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .play-btn {
        --icon-size: 60px
    }

    .scrollToTop {
        right: 20px
    }

    .scrollToTop.show {
        bottom: 20px
    }
}

@media(max-width: 1199px) {
    .icon-btn {
        font-size: 20px
    }

    .hambarger-btn {
        font-size: 20px
    }

    .vs-btn {
        padding: 12px 26px;
        font-size: 12px
    }

    .vs-btn.style6,
    .vs-btn.style4 {
        padding: 12px 26px;
        font-size: 12px
    }

    .vs-btn.style5,
    .vs-btn.style3 {
        font-size: 12px;
        padding: 14px 23px
    }
}

.title-area {
    margin-bottom: 45px
}

.sec-btns {
    margin-bottom: 60px
}

.sec-subtitle2,
.sec-subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: block;
    color: var(--theme-color);
    margin-bottom: 10px;
    margin-top: -0.15em
}

.sec-subtitle2 .icon:nth-child(1),
.sec-subtitle .icon:nth-child(1) {
    margin-right: 10px
}

.sec-subtitle2 .icon:nth-child(2),
.sec-subtitle .icon:nth-child(2) {
    margin-left: 10px
}

.sec-subtitle2 {
    font-size: 24px
}

.sec-subtitle3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: -0.12em
}

.sec-title {
    font-size: 60px;
    letter-spacing: -0.02em
}

.sec-title2 {
    font-size: 82px;
    letter-spacing: -0.02em
}

.sec-title3 {
    font-size: 72px;
    letter-spacing: -0.02em;
    text-transform: capitalize
}

.sec-text {
    margin-bottom: 10px
}

@media(max-width: 1500px) {
    .sec-title3 {
        font-size: 60px
    }

    .sec-title {
        font-size: 48px
    }
}

@media(max-width: 1199px) {
    .sec-title {
        font-size: 42px;
        letter-spacing: 0
    }

    .sec-title3 {
        font-size: 46px
    }

    .sec-subtitle3,
    .sec-subtitle2 {
        font-size: 20px
    }

    .title-area {
        margin-bottom: 30px
    }

    .sec-title2 {
        font-size: 48px;
        letter-spacing: 0
    }
}

@media(max-width: 991px) {

    .sec-title,
    .sec-title2,
    .sec-title3 {
        font-size: 36px
    }
}

@media(max-width: 767px) {
    .sec-title {
        font-size: 30px
    }

    .sec-subtitle3,
    .sec-subtitle2 {
        font-size: 16px
    }

    .title-area {
        margin-bottom: 25px
    }

    .sec-subtitle,
    .sec-subtitle2 {
        margin-bottom: 5px
    }
}

.image-scale-hover {
    overflow: hidden
}

.image-scale-hover img {
    transition: all ease .4s;
    transform: scale(1.001)
}

.image-scale-hover:hover img {
    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 {
    flex: 1
}

.badge {
    position: absolute;
    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%
}

@media(min-width: 1921px) {
    .d-hd-none {
        display: none !important
    }
}

.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
}

.fs-20 {
    font-size: 20px
}

@media(max-width: 767px) {

    .fs-20,
    .fs-md {
        font-size: 16px
    }
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-vs-light {
    background-color: var(--light-color) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-black {
    background-color: var(--black-color) !important
}

.bg-title {
    background-color: var(--title-color) !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-top-center {
    background-position: center top
}

.gradient-style1 {
    background-color: var(--secondary-color);
    background-image: linear-gradient(to top, var(--title-color) 0%, var(--secondary-color) 100%)
}

.text-theme {
    color: var(--theme-color) !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-error {
    color: var(--error-color) !important
}

.text-inherit {
    color: inherit
}

.text-inherit:hover {
    color: #fff
}

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 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=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: 0.1
}

[data-opacity="2"]:before {
    opacity: 0.2
}

[data-opacity="3"]:before {
    opacity: 0.3
}

[data-opacity="4"]:before {
    opacity: 0.4
}

[data-opacity="5"]:before {
    opacity: 0.5
}

[data-opacity="6"]:before {
    opacity: 0.6
}

[data-opacity="7"]:before {
    opacity: 0.7
}

[data-opacity="8"]:before {
    opacity: 0.8
}

[data-opacity="9"]:before {
    opacity: 0.9
}

[data-opacity="10"]:before {
    opacity: 1
}

.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
    animation: jumpping var(--duration, 6s) infinite linear
}

.jump-reverse-img,
.jump-img {
    --duration: 5s
}

.jump-reverse-img,
.jump-reverse {
    --jump-y: -20px
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
    animation: rotate var(--duration, 12s) infinite linear
}

.rotate-reverse-img,
.rotate-img {
    --duration: 40s
}

.rotate-reverse {
    --rotate-angle: -360deg
}

.fadeInUp {
    animation-name: fadeInUp
}

.wow-animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.fadein {
    --animation-name: fadein-custom
}

.slideinup {
    --animation-name: slideinup
}

.slideindown {
    --animation-name: slideindown
}

.slideinleft {
    --animation-name: slideinleft
}

.slideinright {
    --animation-name: slideinright
}

.animated {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-name: var(--animation-name)
}

.ripple-animation {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: .4
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(var(--rotate-angle, 360deg))
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes fadein-custom {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes jumpping {

    0%,
    100% {
        transform: translate3d(0, 0, 0)
    }

    40% {
        transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0))
    }
}

.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    margin: 0 0 -10px 0;
    padding: 0
}

.widget_nav_menu a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: block;
    background-color: #eee;
    color: var(--body-color);
    padding: 17px 60px 17px 30px;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border-radius: 9999px
}

.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
    background-color: #ffffff;
    color: var(--white-color)!important;
}

.widget_nav_menu li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: block;
    position: relative
}

.widget_nav_menu li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: var(--body-color);
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    display: inline-block;
    text-align: center;
    transition: all ease .4s;
    position: absolute;
    right: 30px;
    top: 17px
}

.widget_nav_menu li:hover>span,
.widget_pages li:hover>span,
.widget_archive li:hover>span,
.widget_categories li:hover>span {
    color: var(--white-color)
}

.widget_nav_menu .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px
}

.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
}

@media(max-width: 1399px) {

    .widget_nav_menu a,
    .widget_pages a,
    .widget_archive a,
    .widget_categories a {
        padding: 13px 50px 13px 20px;
        font-size: 14px
    }

    .widget_nav_menu li>span,
    .widget_pages li>span,
    .widget_archive li>span,
    .widget_categories li>span {
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        line-height: 41px;
        font-size: 14px
    }
}

.widget {
    position: relative;
    margin-bottom: 60px
}

.widget select,
.widget input {
    height: 60px;
    border: 1px solid #d9d9d9;
    background-color: var(--input-bg, #fff);
    border-radius: 40px
}

.widget_title {
    position: relative;
    font-weight: 600;
    font-size: 30px;
    line-height: 1em;
    margin: -0.2em 0 40px 0;
    padding: 0 0 25px 0;
    font-family: var(--title-font)
}

.widget_title:after,
.widget_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 140px;
    background-color: #e4e4e4
}

.widget_title:before {
    width: 40px;
    height: 5px;
    background-color: var(--theme-color);
    z-index: 1
}

.widget .search-form {
    position: relative
}

.widget .search-form input {
    padding-right: 70px
}

.widget .search-form button {
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.widget .search-form button:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.wp-block-tag-cloud a,
.tagcloud a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid var(--border-color);
    background-color: var(--white-color);
    color: var(--body-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
    padding: 12px 22px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 9999px;
    z-index: 1
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
    border-color: rgba(0, 0, 0, 0)
}

.tagcloud {
    margin-right: -5px;
    margin-bottom: -10px
}

.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post .media-img {
    margin-right: 20px;
    width: 140px
}

.recent-post .media-img img {
    width: 100%;
    border-radius: 5px
}

.recent-post .post-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 8px 0
}

.recent-post .recent-post-meta {
    margin-bottom: 2px
}

.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: var(--body-color)
}

.recent-post .recent-post-meta a i {
    margin-right: 5px;
    color: var(--theme-color)
}

.sidebar-gallery:not(.vs-carousel) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
}

.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative
}

.sidebar-gallery .gallery-thumb img {
    transition: all ease .4s;
    width: 100%;
    transform: scale(1)
}

.sidebar-gallery .gallery-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s
}

.sidebar-gallery .gallery-thumb .gal-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: var(--white-color);
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden;
    z-index: 3
}

.sidebar-gallery .gallery-thumb:hover:before {
    opacity: .8;
    visibility: visible
}

.sidebar-gallery .gallery-thumb:hover .gal-btn {
    opacity: 1;
    visibility: visible;
    transition-delay: .1s
}

.sidebar-gallery .gallery-thumb:hover img {
    transform: scale(1.12)
}

.widget_shopping_cart {
    text-align: left
}

.widget_shopping_cart ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.widget_shopping_cart .mini_cart_item {
    position: relative;
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 32px 110px;
    margin: 0 0 27px 0;
    min-height: 90px
}

.widget_shopping_cart .remove {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--title-color);
    line-height: 1;
    font-size: 18px
}

.widget_shopping_cart .remove:hover {
    color: var(--theme-color)
}

.widget_shopping_cart .img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 1px solid var(--border-color)
}

.widget_shopping_cart .product-title {
    font-size: 14px;
    color: var(--title-color);
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block
}

.widget_shopping_cart .amount {
    display: block;
    font-weight: 600;
    color: var(--title-color);
    font-size: 16px
}

.widget_shopping_cart .quantity {
    display: inline-flex;
    margin-top: 12px
}

.widget_shopping_cart .qut-btn {
    border: 1px solid var(--border-color);
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    width: 25px;
    height: 25px;
    padding: 0;
    font-size: 12px;
    z-index: 1;
    position: relative
}

.widget_shopping_cart .qut-btn:hover {
    background-color: var(--title-color);
    border-color: rgba(0, 0, 0, 0);
    color: var(--white-color)
}

.widget_shopping_cart .qty-input {
    border: 1px solid var(--border-color);
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    min-width: 40px;
    font-size: 12px;
    padding: 0;
    height: 25px;
    margin: 0 -1px
}

.widget_shopping_cart .subtotal {
    float: right;
    text-align: right;
    font-size: 12px;
    margin-top: 19px
}

.widget_shopping_cart .subtotal>span:not(.amount) {
    color: var(--body-color);
    font-weight: 300
}

.widget_shopping_cart .subtotal .amount {
    font-size: 12px;
    display: inline-block
}

.widget_shopping_cart .total {
    color: var(--title-color);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 18px
}

.widget_shopping_cart .total .amount {
    font-size: inherit;
    display: inline-block;
    color: var(--theme-color)
}

.widget_shopping_cart .vs-btn {
    border: 1px solid var(--title-color);
    color: var(--title-color);
    margin-right: 10px;
    text-transform: capitalize;
    height: 50px;
    line-height: 47px;
    padding: 0 35px;
    background-color: var(--title-color);
    color: var(--white-color);
    font-weight: 400
}

.widget_shopping_cart .vs-btn:hover {
    background-color: rgba(0, 0, 0, 0);
    color: var(--title-color)
}

.widget_shopping_cart .buttons {
    margin: 0
}

.sidebar-area {
    margin-bottom: -10px
}

.sidebar-area .comment-list ul {
    padding: 0;
    margin: -0.4em 0 0 0;
    list-style-type: none
}

.sidebar-area .comment-list li {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 18px;
    padding-bottom: 17px
}

.sidebar-area .comment-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -0.2em
}

.sidebar-area .comment-list .comment-author {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color)
}

.sidebar-area .comment-list .comment-text {
    color: var(--body-color);
    font-size: 18px
}

.sidebar-area .comment-list .comment-text:hover {
    color: var(--theme-color)
}

.sidebar-area ul.wp-block-latest-posts {
    margin-bottom: 0
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
    margin-bottom: 0
}

.sidebar-area .newsletter-form button {
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin-top: 10px
}

.sidebar-area .widget .wp-block-search {
    margin-bottom: 0
}

.sidebar-area .wp-block-group__inner-container h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -0.07em
}

.sidebar-area ol.wp-block-latest-comments {
    padding: 0;
    margin: 0
}

.sidebar-area ol.wp-block-latest-comments li {
    line-height: 1.5;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.recent-product {
    display: flex
}

.recent-product .product-title {
    font-size: 16px
}

.range-slider-area .price-amount {
    display: block;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 600;
    margin: -0.4em 0 0 0;
    line-height: 1.4
}

.range-slider-area .price-amount .title {
    color: var(--title-color);
    margin-right: 10px
}

.range-slider-area .ui-slider {
    height: 2px;
    position: relative;
    width: 100%;
    background-color: var(--smoke-color);
    border: none;
    margin-top: 20px;
    margin-bottom: 29px;
    cursor: pointer;
    border-radius: 3px
}

.range-slider-area .ui-slider-range {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    display: block;
    background-color: var(--title-color)
}

.range-slider-area .ui-slider-handle {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    z-index: 2;
    background-color: var(--theme-color);
    transform: translateX(0px);
    border-radius: 3px
}

.range-slider-area .ui-slider-handle:focus {
    outline: none;
    box-shadow: none
}

.range-slider-area .ui-slider-handle:last-child {
    transform: translateX(-10px)
}

.range-slider-area .filter-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: none;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    padding: 12px 39px 14px 39px;
    line-height: 1;
    border-radius: 9999px
}

.range-slider-area .filter-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0)
}

.range-slider-area .reset-btn {
    float: right;
    border: none;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--title-color);
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    top: 8px
}

.range-slider-area .reset-btn i {
    margin-right: 7px
}

.range-slider-area .reset-btn:hover {
    color: var(--theme-color)
}

.latest-product {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.latest-product:last-child {
    margin-bottom: 0
}

.latest-product .media-img {
    margin-right: 15px
}

.latest-product .product-title {
    font-size: 18px;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px
}

.latest-product .star-rating {
    width: 70px;
    font-size: 10px;
    margin-bottom: 4px
}

.latest-product .product-price {
    font-size: 14px;
    font-weight: 600;
    color: var(--body-color);
    margin-bottom: 0
}

@media(max-width: 1399px) {
    .widget {
        margin-bottom: 30px
    }

    .widget select,
    .widget input {
        height: 40px;
        padding-left: 20px
    }

    .widget .search-form button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .widget_title {
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .recent-post {
        margin-bottom: 10px
    }

    .recent-post .media-img {
        margin-right: 15px;
        width: 110px
    }

    .recent-post .post-title {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 24px
    }

    .recent-post .recent-post-meta a {
        font-size: 14px
    }

    .wp-block-tag-cloud a,
    .tagcloud a {
        font-size: 12px;
        letter-spacing: 0;
        padding: 8px 16px;
        margin-right: 3px;
        margin-bottom: 7px
    }
}

@media(max-width: 991px) {

    .shop-sidebar,
    .sidebar-area {
        margin-top: 20px;
        margin-bottom: 30px
    }
}

.footer-widget {
    margin-bottom: 40px
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0)
}

.footer-widget .widget_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border: none;
    text-transform: uppercase;
    margin-top: -0.1em
}

.footer-widget .widget_title:after {
    height: 2px;
    width: 65px;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, var(--theme-color) 0%, var(--secondary-color) 50%, var(--title-color) 100%)
}

.footer-widget .widget_title::before {
    display: none
}

.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 ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
    margin: 0
}

.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 {
    width: -moz-max-content;
    width: max-content;
    display: block;
    border: none;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    padding-left: 25px
}

.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: "";
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: .5px;
    font-weight: 700;
    color: var(--theme-color)
}

.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: rgba(0, 0, 0, 0);
    color: var(--theme-color)
}

.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: rgba(0, 0, 0, 0);
    color: var(--body-color);
    line-height: 1
}

.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-widget .recent-post {
    margin-bottom: 20px
}

.footer-widget .recent-post .media-img {
    width: 70px
}

.footer-widget .recent-post .post-title {
    color: var(--white-color);
    margin: 0 0 8px 0;
    font-size: 17px;
    line-height: 1.2
}

.footer-widget .recent-post .recent-post-meta {
    line-height: 1;
    margin-top: 4px
}

.footer-logo {
    margin-bottom: 23px
}

.footer-text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px
}

.footer-address {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px
}

.footer-address img,
.footer-address i {
    position: absolute;
    left: 0;
    top: 6px
}

.footer-info {
    position: relative;
    padding-left: 30px;
    line-height: 1;
    margin-bottom: 15px
}

.footer-info a {
    color: inherit
}

.footer-info a:hover {
    color:  #ffffff
}

.footer-info i {
    position: absolute;
    left: 0;
    top: 0;
    color:  #ffffff;
}

.footer-social a {
    display: inline-block;
    text-align: center;
    color: var(--white-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-right: 7px;
    border-radius: 50%;
    background-color: #1a4645
}

.footer-social a:last-child {
    margin-right: 0
}

.footer-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.footer-social.style2 a {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.footer-social.style2 a:hover {
    background-color: var(--white-color);
    color: var(--secondary-color)
}

@media(max-width: 1199px) {
    .footer-widget {
        margin-bottom: 60px
    }

    .footer-widget .widget_title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .footer-widget .footer-menu a {
        font-size: 16px
    }

    .footer-logo {
        margin-bottom: 13px
    }

    .footer-text {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 18px
    }

    .footer-widget .recent-post .post-title {
        font-size: 16px;
        line-height: 20px
    }

    .footer-widget .recent-post .media-img {
        width: 65px;
        margin-right: 15px
    }

    .footer-widget .recent-post .recent-post-meta a {
        font-size: 12px
    }

    .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 {
        font-size: 14px;
        margin-bottom: 15px
    }
}

@media(max-width: 991px) {
    .footer-widget {
        margin-bottom: 40px
    }

    .footer-widget .widget_title {
        font-size: 20px
    }
}

@media(max-width: 767px) {
    .footer-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }
}

.vs-header {
    position: relative;
    z-index: 41
}

.vs-header ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.header-logo {
    max-width: 270px;
    padding: 15px 0
}

/*.will-sticky .sticky-active {*/
/*    position: fixed;*/
/*    top: -100%;*/
/*    right: 0;*/
/*    left: 0;*/
/*    background-color: var(--white-color);*/
/*    transition: all ease .8s;*/
/*    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07)*/
/*}*/

/*.will-sticky .sticky-active.active {*/
/*    top: 0*/
/*}*/

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--body-font);
    font-weight: 700;
    font-size: 17px;
    color: var(--title-color);
    text-transform: uppercase
}

@media(max-width: 1500px) {
    .main-menu a {
        font-size: 16px
    }
}

.main-menu a:hover {
    color: rgb(210, 210, 210);
}

.main-menu>ul>li {
    margin: 0 16px
}

.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: "";
    position: relative;
    font-family: var(--icon-font);
  
    margin-left: 5px;
    top: -0.8px;
    font-size: .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(--body-bg);
    color: #000000 !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    visibility: hidden;
    /* min-width: 190px; */
    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-color);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .09), 0px 3px 0px 0px rgba(231, 13, 60, .004);
    transform-origin: top center;
    transition: margin-top .4s ease-in-out 0s, visibility .4s ease-in-out 0s, opacity .4s ease-in-out 0s, z-index 0s
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 18px 20px;
    left: -27px
}

.main-menu ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34px;
    top: 30px;
    width: 1px;
    background-color: var(--border-color);
    height: calc(100% - 65px)
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 3px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "";
    float: right;
    top: 3px
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 21px
}

.main-menu ul.sub-menu li a:before {
    content: "";
    position: absolute;
    top: 2.8em;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: .2em;
    line-height: 11.5px;
    color: var(--theme-color);
    font-weight: 700;
    background-color: var(--body-bg);
    box-shadow: inset 0px 2px 4px 0px rgba(245, 136, 0, .4)
}

.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: flex;
    justify-content: space-between;
    text-align: left;
    /* width: 100%; */
    max-width: var(--main-container);
    padding: 18px 118px 18px 114px;
    left: 48%;
    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
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    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>a {
    padding: 10px 0
}

.menu-style2>ul>li>a {
    color: var(--white-color);
    padding: 25px 0
}

.menu-style3>ul>li>a {
    padding: 25px 0
}

.header-social li {
    display: inline-block;
    margin-right: 20px
}

.header-social li:last-child {
    margin-right: 0
}

.header-social a {
    color: var(--white-color);
    font-size: 18px;
    display: block
}

.header-social a:hover {
    color: var(--title-color)
}

.header-social.style2 li {
    margin-right: 7px
}

.header-social.style2 li:last-child {
    margin-right: 0
}

.header-social.style2 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: var(--white-color);
    background-color: var(--title-color);
    text-align: center;
    border-radius: 50%
}

.header-social.style2 a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.header-links li,
.header-info li {
    display: inline-block;
    font-size: 16px;
    color: var(--white-color);
    margin-right: 18px
}

.header-links li:last-child,
.header-info li:last-child {
    margin-right: 0
}

.header-links i,
.header-info i {
    color: var(--title-color);
    margin-right: 10px
}

.header-links a,
.header-info a {
    color: inherit;
    font-size: 16px
}

.header-links a:hover,
.header-info a:hover {
    color: var(--title-color)
}

.header-links li {
    position: relative;
    padding-right: 20px
}

.header-links li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 14px;
    margin-top: -7px;
    width: 1px;
    background-color: var(--white-color)
}

.header-links li:last-child {
    margin-right: 0;
    padding-right: 0
}

.header-links li:last-child:before {
    display: none
}

.header-btn {
    display: flex;
    align-items: center
}

.header-btn a,
.header-btn button {
    display: inline-block;
    margin-right: var(--btn-gap, 35px)
}

.header-btn a:last-child,
.header-btn button:last-child {
    margin-right: 0
}

.header-layout1 .container-xxl {
    --main-container: 100%;
    padding-left: 45px;
    padding-right: 45px;
    padding-top:10px;
    padding-bottom: 10px;
}

.header-layout1 .header-top {
    padding: 9.5px 0;
    background-color: var(--theme-color)
}

.header-layout2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 2;
    background-color: rgba(26, 70, 69, .4);
    max-width: calc(var(--main-container) - var(--container-gutters));
    margin: 0 auto;
    border-radius: 0 0 36px 36px
}

.header-layout2 .header-top {
    background-color: #1a4645;
    padding: 5px 15px;
    border-radius: 0 0 25px 25px
}

.header-layout2 .menu-area {
    padding: 0 15px
}

.header-layout2 .header-links a:hover {
    color: var(--theme-color)
}

.header-layout2 .header-btn {
    --btn-gap: 30px
}

.header-layout2 .vs-btn {
    padding: 14px 26px;
    font-size: 14px
}

.header-layout3 {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 31
}

.header-layout3 .header-inner {
    position: relative;
    max-width: calc(var(--main-container) + var(--container-gutters));
    margin-left: auto;
    margin-right: auto
}

.header-layout3 .menu-bottom {
    position: absolute;
    right: calc(var(--container-gutters)/2);
    left: auto;
    top: 100%;
    max-width: var(--main-container)
}

.header-layout3 .menu-area {
    background-color: var(--white-color);
    padding: 0 25px
}

.header-layout3 .menu-bottom {
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    background-color: #266867;
    padding: 9px 30px;
    border-radius: 0 0 7px 7px
}

.header-layout3 .header-info {
    background-color: var(--theme-color);
    border-radius: 7px 7px 0 0;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    padding: 9px 20px
}

.header-layout3 .header-social a {
    font-size: 16px
}

.header-layout3 .header-links a {
    font-size: 14px
}

.header-layout3 .header-links a:hover,
.header-layout3 .header-social a:hover {
    color: var(--theme-color)
}

@media(max-width: 1500px) {
    .header-layout1 .container-xxl {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-layout3 {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        --main-container: 100%
    }

    .header-layout3 .menu-area {
        padding-left: 0;
        padding-right: 0
    }

    .header-layout3 .menu-bottom {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        border-radius: 0;
        padding: 8.5px 30px
    }

    .header-layout3 .header-info {
        width: 100%;
        border-radius: 0
    }

    .header-layout2 {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        border-radius: 0;
        background-color: var(--secondary-color);
        max-width: 100%
    }

    .header-layout2 .menu-area,
    .header-layout2 .header-top {
        border-radius: 0;
        padding-left: 0;
        padding-right: 0
    }

    .header-layout2 .header-btn {
        --btn-gap: 20px
    }

    .header-info a,
    .header-links a {
        color: inherit;
        font-size: 14px
    }
}

@media(max-width: 1199px) {
    .main-menu>ul>li {
        margin: 0 10px
    }

    .header-btn {
        --btn-gap: 15px
    }
}

@media(max-width: 767px) {

    .header-info,
    .header-links {
        text-align: center;
        line-height: 1
    }

    .header-info li,
    .header-links li {
        font-size: 12px;
        margin-right: 8px
    }

    .header-info li i,
    .header-links li i {
        margin-right: 3px
    }

    .header-info li a,
    .header-links li a {
        font-size: inherit
    }

    .header-info li:last-child,
    .header-links li:last-child {
        margin-right: 0
    }

    .header-layout1 .header-top {
        padding: 15px 0
    }

    .header-social.style2 a {
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px
    }

    .header-social.style2 li {
        margin-right: 2px
    }

    .header-layout2 .header-top {
        padding: 8px 0
    }
}

@media(max-width: 575px) {
    .header-logo {
        max-width: 145px
    }
}

.widget-area {
    padding-top: 120px;
    padding-bottom: 33px
}

/*.copyright-wrap {*/
/*    text-align: center;*/
/*    padding: 29px 0*/
/*}*/

/*.copyright-text {*/
/*    margin: 0;*/
/*    font-size: 16px*/
/*}*/

/*.copyright-text a {*/
/*    color: inherit;*/
/*    text-transform: uppercase*/
/*}*/

/*.copyright-text a:hover {*/
/*    color: var(--theme-color)*/
/*}*/

/*.copyright-wrap {*/
/*    border-top: 1px solid #1a4645*/
/*}*/

.footer-layout1 {
    --body-color: #AAAAAA;
    position: relative
}

.footer-layout1 .widget_title {
    color: var(--white-color)
}

.footer-layout1 .shape-1 {
    position: absolute;
    left: 6%;
    bottom: 0
}

@media(max-width: 1500px) {
    .footer-layout1 .shape-1 {
        left: 0;
        max-width: 200px
    }
}

@media(max-width: 991px) {
    .widget-area {
        padding-top: 80px;
        padding-bottom: 3px
    }

    .footer-layout1 .shape-1 {
        display: none
    }
}

/*@media(max-width: 767px) {*/
/*    .copyright-text {*/
/*        font-size: 14px*/
/*    }*/

/*    .copyright-wrap {*/
/*        padding: 20px 0*/
/*    }*/
/*}*/


/* Resetting the wrap to Flexbox for side-by-side layout */
.copyright-wrap {
    display: flex;
    justify-content: space-between; /* Pushes one to left, one to right */
    align-items: center;
    padding: 29px 0;
    border-top: 1px solid #1a4645;
    color: #fff; /* Assuming white text for your dark theme */
}

.copyright-text {
    margin: 0;
    font-size: 16px;
}

.copyright-text a {
    color: #e62429; /* Marvel Red to match your theme */
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s;
}

.copyright-text a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Mobile Responsive Fix */
@media (max-width: 767px) {
    .copyright-wrap {
        flex-direction: column; /* Stacks them on top of each other on mobile */
        text-align: center;
        gap: 10px;
        padding: 20px 0;
    }

    .copyright-text {
        font-size: 14px;
    }
}

/************************breadcumb***************************************/
/* --- Breadcrumb Wrapper --- */
.breadcumb-wrapper {
    position: relative; /* CRITICAL FIX */
    background-color: #000000;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}

/* Dark Cinematic Overlay */
.breadcumb-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: #000000;*/
    opacity: 0.75; /* Balanced to see image texture but keep text readable */
    z-index: -1;
}

.breadcumb-content {
    padding: 130px 0;
    position: relative;
    z-index: 5;
}

/* --- Title Styling --- */
.breadcumb-title {
    color: #ffffff;
    margin: 0 0 15px 0;
    font-size: 90px;
    font-weight: 800; /* Heavier for Marvel look */
    text-transform: uppercase; /* Cinematic standard */
    letter-spacing: -2px;
}

/* --- Menu/Links Styling --- */
.breadcumb-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.breadcumb-menu li {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 2px;
}

/* Red Accent Divider (Marvel Style) */
.breadcumb-menu li:not(:last-child):after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #e62429; /* Using your Red theme */
    display: inline-block;
    border-radius: 50%;
    margin-left: 15px;
    vertical-align: middle;
}

.breadcumb-menu a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: 0.3s ease;
}

.breadcumb-menu a:hover {
    color: #e62429;
}

/* --- Responsive Adjustments --- */

/* --- MOBILE RESPONSIVE UPDATES --- */

@media (max-width: 991px) {
    /* Adding extra padding-top for tablet/mobile to clear the header */
    .breadcumb-content {
        padding: 120px 0 80px 0 !important; 
        text-align: center;
    }

    .breadcumb-wrapper {
        background-attachment: scroll; /* Better performance on mobile */
    }

    .breadcumb-title {
        font-size: 40px;
    }

    .breadcumb-menu {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    /* Significant padding-top for small mobile devices */
    .breadcumb-content {
        padding: 100px 15px 60px 15px !important;
    }

    .breadcumb-title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .breadcumb-menu li {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

/* Extra small devices (iPhone SE, etc.) */
@media (max-width: 480px) {
    .breadcumb-content {
        padding-top: 90px !important;
    }
    
    .breadcumb-title {
        font-size: 28px;
    }
}

/* --- LARGE SCREEN RESPONSIVE UPDATES --- */

/* For Desktops and Large Monitors */
@media (min-width: 1400px) {
    .breadcumb-content {
        padding: 160px 0; /* More breathing room */
    }

    .breadcumb-title {
        font-size: 110px; /* Larger cinematic impact */
        letter-spacing: -3px;
    }
}

/* For Ultra-Wide and 4K Monitors */
@media (min-width: 1920px) {
    .breadcumb-content {
        padding: 200px 0;
    }

    .breadcumb-title {
        font-size: 130px; /* Maximum scale for 4K displays */
    }

    .breadcumb-menu li {
        font-size: 20px; /* Slight increase for readability */
        letter-spacing: 3px;
    }
    
    .breadcumb-menu li:not(:last-child):after {
        width: 6px;
        height: 6px;
        margin-left: 20px;
    }
}
/**********************************************************************/
.vs-pagination {
    margin-bottom: 30px
}

.vs-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.vs-pagination span,
.vs-pagination a {
    position: relative;
    display: inline-block;
    text-align: center;
    border: none;
    text-transform: capitalize;
    color: var(--title-color);
    background-color: var(--smoke-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 600;
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    border-radius: 50%;
    z-index: 1
}

.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: rgba(0, 0, 0, 0)
}

.vs-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none
}

.vs-pagination li:last-child {
    margin-right: 0
}

.vs-pagination li:first-child {
    margin-left: 0
}

@media(max-width: 767px) {
    .vs-pagination {
        text-align: center
    }

    .vs-pagination span,
    .vs-pagination a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        padding: 0 10px
    }

    .vs-pagination li:first-child a,
    .vs-pagination li:last-child a {
        padding: 0 10px
    }
}

blockquote.vs-quote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: var(--title-color);
    background-color: rgba(245, 245, 245, .37);
    border: 1px solid #cfa9a9;
    padding: 30px 40px 30px 115px;
    margin: 35px 0;
    border-radius: 7px;
    font-family: var(--title-font)
}

blockquote.vs-quote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    line-height: 1.25;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3
}

blockquote.vs-quote p a {
    color: inherit
}

blockquote.vs-quote:before {
    content: "";
    font-family: var(--icon-font);
    color: var(--theme-color);
    position: absolute;
    left: 35px;
    top: 50%;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-50%)
}

blockquote.vs-quote cite {
    font-family: var(--body-font);
    display: inline-block;
    font-size: 18px;
    position: relative;
    padding-left: 45px;
    line-height: 1;
    font-weight: 600;
    margin-top: 22px;
    font-style: normal;
    color: var(--theme-color)
}

blockquote.vs-quote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 2px;
    border-top: 2px solid var(--theme-color)
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    font-weight: 600;
    margin-right: 15px;
    font-size: 16px;
    color: #266867;
    line-height: 1
}

.blog-meta span:last-child,
.blog-meta a:last-child {
    margin-right: 0
}

.blog-meta span i,
.blog-meta a i {
    margin-right: 10px;
    color: var(--theme-color)
}

.blog-meta a:hover {
    color: var(--theme-color)
}

.blog-category {
    margin-bottom: -10px
}

.blog-category a {
    display: inline-block;
    color: var(--white-color);
    padding: 4.5px 24.5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    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
}

.share-links-title {
    font-size: 16px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0 20px 0 0;
    display: inline-block
}

.share-links {
    margin: 10px 0 50px 0;
    padding: 15px 0;
    border-top: 1px dashed #b3b3b3;
    border-bottom: 1px dashed #b3b3b3
}

.share-links .row {
    align-items: center;
    --bs-gutter-y: 15px
}

.share-links .tagcloud {
    display: inline-block
}

.share-links .social-links {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.share-links .social-links li {
    display: inline-block;
    margin-right: 4px
}

.share-links .social-links li:last-child {
    margin-right: 0
}

.share-links .social-links a {
    line-height: 1;
    font-size: 16px;
    color: #666;
    text-align: center;
    display: block
}

.share-links .social-links a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.blog-inner-img {
    border-radius: 10px;
    display: block;
    margin-bottom: 30px
}

.blog-inner-title {
    margin-top: -0.3em;
    margin-bottom: 32px
}

.blog-date {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 600;
    text-align: center;
    line-height: 1;
    font-size: 32px;
    padding: 14px 15px;
    border-radius: 30px 0 30px 30px
}

.blog-date .month {
    font-size: 20px;
    display: block
}

.blog-date i {
    margin-right: 7px
}

.blog-date:hover {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.blog-style1 {
    position: relative;
    margin-bottom: 30px
}

.blog-style1 .blog-img {
    overflow: hidden;
    border-radius: 20px;
    position: relative
}

.blog-style1 .blog-img a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 48%;
    background-image: linear-gradient(to top, var(--title-color) 0%, transparent 100%);
    z-index: 1
}

.blog-style1 .blog-img img {
    transition: all ease .4s;
    transform: scale(1)
}

.blog-style1 .blog-date {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.blog-style1 .blog-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 0 35px 30px 40px
}

.blog-style1 .blog-title {
    color: var(--white-color)
}

.blog-style1 .blog-meta a {
    color: var(--white-color)
}

.blog-style1 .blog-meta a:hover {
    color: var(--theme-color)
}

.blog-style1:hover .blog-img img {
    transform: scale(1.1)
}

.blog-style2 {
    border: 2px solid #d9d9d9;
    background-color: var(--white-color);
    transition: all ease .4s;
    border-radius: 20px;
    margin-bottom: 30px
}

.blog-style2:hover {
    background-color: #f1f1f1;
    border-color: rgba(0, 0, 0, 0)
}

.blog-style2 .blog-img {
    border-radius: 20px;
    overflow: hidden;
    margin: -2px -2px 0 -2px;
    position: relative
}

.blog-style2 .blog-img img {
    width: 100%;
    transition: all ease .4s;
    transform: scale(1) rotate(0)
}

.blog-style2 .blog-date {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.blog-style2 .blog-title {
    margin-top: 10px;
    margin-bottom: 0
}

.blog-style2 .blog-content {
    padding: 33px 38px 33px 38px
}

.blog-style2:hover .blog-img img {
    transform: scale(1.1) rotate(2deg)
}

.blog-style3 {
    margin-bottom: 0
}

.blog-style3 .blog-inner {
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    margin-bottom: 60px;
    border-radius: 20px
}

.blog-style3:nth-child(even) .blog-inner {
    flex-direction: row-reverse
}

.blog-style3:last-child .blog-inner {
    margin-bottom: 30px
}

.blog-style3 .blog-img {
    overflow: hidden;
    border-radius: 20px
}

.blog-style3 .blog-img img {
    transform: scale(1) rotate(0);
    transition: all ease .4s
}

.blog-style3 .blog-content {
    flex: 1;
    padding: 40px 70px
}

.blog-style3 .blog-title {
    font-size: 48px;
    margin-bottom: 35px
}

.blog-style3 .blog-meta {
    margin-bottom: 18px
}

.blog-style3 .blog-meta a {
    font-weight: 400
}

.blog-style3 .vs-btn {
    padding: 14px 39px
}

.blog-style3:hover .blog-img img {
    transform: scale(1.1) rotate(3deg)
}

.blog-single {
    position: relative;
    margin-bottom: 60px
}

.blog-single .blog-date {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.blog-single .blog-title {
    line-height: 1.2;
    margin-bottom: 11px;
    font-size: 48px
}

.blog-single .blog-text {
    margin-bottom: 22px
}

.blog-single .blog-audio,
.blog-single .blog-img {
    position: relative;
    background-color: var(--smoke-color);
    margin-bottom: 22px
}

.blog-single .blog-audio {
    line-height: 1
}

.blog-single .blog-img {
    border-radius: 20px;
    overflow: hidden
}

.blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
    border: none;
    --icon-size: 40px;
    font-size: 16px;
    padding: 0;
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-radius: 50%
}

.blog-single .blog-img .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.blog-single .blog-img .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size)/-2) 0 0 calc(var(--icon-size)/-2)
}

.blog-single .blog-content {
    overflow: hidden
}

.blog-single .blog-btn {
    display: inline-block;
    padding: 8px 20px 11px 20px;
    background-color: var(--theme-color);
    color: var(--white-color);
    line-height: 1;
    font-family: var(--title-font);
    font-weight: 600;
    border-radius: 30px 0 30px 30px
}

.blog-single .blog-btn:hover {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible
}

@media(max-width: 1399px) {
    .blog-style3 .blog-inner {
        margin-bottom: 30px
    }

    .blog-style3 .blog-content {
        padding: 20px 30px
    }

    .blog-single .blog-img {
        margin-bottom: 15px
    }

    .blog-single .blog-meta a {
        font-size: 14px
    }

    .blog-single .blog-meta i {
        margin-right: 5px
    }

    .blog-single .blog-title {
        font-size: 40px
    }

    .blog-single {
        margin-bottom: 40px
    }
}

@media(max-width: 1199px) {

    .blog-style3 .blog-meta span,
    .blog-style3 .blog-meta a {
        margin-right: 10px;
        font-size: 14px
    }

    .blog-style3 .blog-title {
        font-size: 40px;
        margin-bottom: 25px
    }

    .blog-style3 .blog-meta {
        margin-bottom: 10px
    }

    .blog-style3 .blog-img {
        width: 500px
    }

    .blog-style2 .blog-content {
        padding: 17px 25px 25px 25px
    }

    .blog-style2 .blog-title {
        margin-top: 3px;
        font-size: 24px
    }

    .blog-style2 .blog-meta a {
        font-size: 14px
    }

    .blog-style1 .blog-content {
        padding: 0 25px 20px 25px
    }

    .blog-style1 .blog-title {
        font-size: 24px;
        margin-bottom: 10px
    }

    .blog-style1 .blog-meta a {
        font-size: 12px
    }
}

@media(max-width: 991px) {
    .blog-style3 .blog-inner {
        display: block
    }

    .blog-style3 .blog-img {
        max-width: 100%
    }

    .blog-style3 .blog-title {
        font-size: 30px;
        margin-bottom: 20px
    }

    .blog-style3 .blog-content {
        padding: 15px 20px 20px 20px
    }
}

@media(max-width: 767px) {
    .blog-meta a {
        margin-right: 10px
    }

    .blog-date {
        font-size: 24px
    }

    .blog-date .month {
        font-size: 16px
    }

    .blog-style3 .vs-btn {
        padding: 10px 20px;
        font-size: 14px
    }

    .blog-style3 .blog-title {
        font-size: 26px;
        margin-bottom: 20px
    }

    .blog-style2 .blog-title {
        font-size: 22px
    }

    .blog-style2 .blog-content {
        padding: 12px 15px 20px 15px
    }

    .share-links-title {
        margin: 0 5px 0 0
    }

    .blog-single {
        margin-bottom: 35px;
        font-size: 14px
    }

    .blog-single .blog-meta {
        margin-bottom: 5px
    }

    .blog-single .blog-meta a {
        font-size: 12px
    }

    .blog-single .blog-img {
        margin-bottom: 10px
    }

    .blog-single .blog-title {
        font-size: 26px
    }

    .blog-single p {
        font-size: 14px
    }

    .blog-single .blog-date {
        font-size: 20px;
        padding: 12px 10px;
        right: 5px;
        bottom: 5px
    }

    .blog-single .blog-date .month {
        font-size: 14px
    }

    .blog-inner-img {
        margin-bottom: 20px
    }

    blockquote.vs-quote {
        font-size: 36px;
        line-height: 40px;
        padding: 15px 20px 15px 20px;
        margin: 15px 0 30px 0
    }

    blockquote.vs-quote:before {
        position: absolute;
        left: auto;
        top: auto;
        bottom: 15px;
        right: 15px;
        font-size: 40px;
        font-weight: 300;
        opacity: .3;
        transform: rotateX(-180deg) rotateY(180deg)
    }

    blockquote.vs-quote cite {
        font-size: 14px;
        padding-left: 25px;
        margin-top: 10px;
        display: block
    }

    blockquote.vs-quote cite:before {
        width: 20px
    }
}

.vs-comment-form {
    margin: 50px 0
}

.comment-respond {
    position: relative
}

.comment-respond .form-title a#cancel-comment-reply-link {
    font-size: .7em;
    text-decoration: underline
}

.comment-respond .custom-checkbox.notice {
    margin-bottom: 25px
}

@media(min-width: 1500px) {
    .comment-respond .row {
        --bs-gutter-x: 25px
    }
}

.comment-respond .form-control {
    border: 1px solid var(--border-color);
    font-size: 16px;
    color: var(--title-color);
    background-color: rgba(0, 0, 0, 0)
}

.comment-respond .form-control::-moz-placeholder {
    color: var(--title-color)
}

.comment-respond .form-control::placeholder {
    color: var(--title-color)
}

.comment-respond .form-group i {
    color: var(--theme-color)
}

.comment-respond input[type=checkbox]~label:before {
    background-color: var(--body-bg);
    top: 4px
}

.comment-respond input[type=checkbox]:checked~label:before {
    background-color: var(--theme-color);
    border-color: rgba(0, 0, 0, 0)
}

.comment-respond .blog-inner-title {
    border: none;
    margin-bottom: 10px;
    padding-bottom: 0
}

.comment-respond .form-text {
    margin-bottom: 25px;
    font-size: 16px;
    color: var(--body-color)
}

.vs-comments-wrap {
    margin: 50px 0
}

.vs-comments-wrap .description p:last-child {
    margin-bottom: 0
}

.vs-comments-wrap .comment-respond {
    margin: 30px 0
}

.vs-comments-wrap pre {
    background: #ededed;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

.vs-comments-wrap li {
    margin: 0
}

.vs-comments-wrap .vs-post-comment {
    position: relative;
    display: flex;
    margin: 40px 0 40px 0;
    position: relative
}

.vs-comments-wrap ul.comment-list {
    list-style: none;
    margin: -8px 0 0 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: 120px;
    height: 120px;
    margin-right: 20px;
    border-radius: 7px;
    overflow: hidden;
    background-color: var(--smoke-color)
}

.vs-comments-wrap .comment-avater img {
    width: 100%
}

.vs-comments-wrap .comment-content {
    flex: 1;
    margin-top: -0.4em;
    align-self: center
}

.vs-comments-wrap .commented-on {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--secondary-color);
    font-family: var(--title-font);
    display: inline-block;
    position: relative;
    top: -1px
}

.vs-comments-wrap .commented-on i {
    margin-right: 7px;
    font-size: .9rem
}

.vs-comments-wrap .name {
    margin: -0.25em 7px 2px 0;
    font-size: 22px;
    display: inline-block
}

.vs-comments-wrap .comment-top {
    display: flex;
    justify-content: space-between
}

.vs-comments-wrap .text {
    line-height: 1.7;
    margin-bottom: 0
}

.vs-comments-wrap .text:last-of-type {
    margin-bottom: -0.25em
}

.vs-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 40px
}

.vs-comments-wrap .reply_and_edit {
    line-height: 1;
    margin-top: 16px
}

.vs-comments-wrap .replay-btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.vs-comments-wrap .replay-btn:hover {
    color: var(--secondary-color)
}

.vs-comments-wrap .star-rating {
    font-size: 10px;
    width: 70px;
    margin-bottom: 10px
}

.vs-comments-wrap .review .vs-post-comment {
    padding: 0
}

.vs-comments-wrap .review .comment-avater {
    width: 120px;
    height: 120px
}

.woocommerce-Reviews .vs-comments-wrap {
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
}

.woocommerce-Reviews .woocommerce-Reviews-title {
    margin-bottom: 40px
}

.vs-comments-wrap.vs-comment-form {
    margin: 0
}

@media(max-width: 1199px) {
    .woocommerce-Reviews .vs-comments-wrap {
        margin-top: 30px
    }
}

@media(max-width: 991px) {
    .vs-comments-wrap .comment-avater {
        width: 90px;
        height: 90px;
        margin-right: 15px
    }

    .vs-comments-wrap .commented-on {
        line-height: 1;
        font-size: 12px
    }

    .vs-comments-wrap p {
        font-size: 14px;
        margin-bottom: 15px
    }

    .vs-comments-wrap .reply_and_edit {
        margin-top: 15px
    }

    .vs-comments-wrap .vs-post-comment {
        margin: 25px 0
    }
}

@media(max-width: 767px) {
    .vs-comments-wrap .vs-post-comment {
        display: block
    }

    .vs-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 15px
    }

    .vs-comments-wrap .children {
        margin-left: 20px
    }

    .comment-respond .form-control {
        font-size: 16px;
        padding-left: 20px;
        font-size: 14px
    }
}

.hero-btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px
}

.hero-layout1 {
    text-align: center;
    padding-top: 280px;
    padding-bottom: 250px;
    position: relative;
    z-index: 1
}

.hero-layout1 .hero-shape1:after,
.hero-layout1 .hero-shape1:before,
.hero-layout1 .hero-shape2:after,
.hero-layout1 .hero-shape2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 712px;
    height: 185px;
    background-color: rgba(12, 40, 47, .7);
    z-index: 2;
    -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
    clip-path: polygon(100% 100%, 0 0, 0 100%)
}

.hero-layout1 .hero-shape1:after,
.hero-layout1 .hero-shape2:after {
    height: 269px;
    background-color: rgba(38, 104, 103, .7);
    z-index: 1
}

.hero-layout1 .hero-shape2 {
    left: auto;
    right: 0
}

.hero-layout1 .hero-shape2:before,
.hero-layout1 .hero-shape2:after {
    left: auto;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%)
}

.hero-layout1 .hero-content {
    position: relative;
    z-index: 3
}

.hero-layout1 .hero-text {
    font-size: 20px;
    line-height: 30px;
    color: var(--white-color);
    max-width: 790px;
    margin-left: auto;
    margin-right: auto
}

.hero-layout1 .hero-title {
    color: var(--theme-color);
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.02em
}

.hero-layout1 .hero-title2 {
    color: var(--white-color);
    font-size: 82px;
    margin-bottom: 33px
}

.hero-layout1 .hero-video {
    position: relative
}

.hero-layout1 .video-shape {
    position: absolute;
    right: -58%;
    top: -25%
}

.hero-layout1 .video-inner {
    overflow: hidden;
    border: 3px solid var(--white-color);
    border-radius: 99999px;
    position: relative
}

.hero-layout1 .video-inner img {
    width: 100%;
    transition: all ease .4s;
    transform: scale(1)
}

.hero-layout1 .video-inner:hover img {
    transform: scale(1.1)
}

.hero-layout1 .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    color: var(--white-color);
    background-color: rgba(0, 0, 0, 0);
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    transition: all ease .4s
}

.hero-layout1 .play-icon:hover {
    background-color: rgba(255, 255, 255, .5);
    color: var(--theme-color)
}

.hero-layout2 {
    padding: 350px 0 240px 0
}

.hero-layout2 .hero-subtitle {
    color: var(--theme-color);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: -0.15em
}

.hero-layout2 .hero-title {
    font-size: 104px;
    color: var(--white-color);
    letter-spacing: -0.02em;
    text-transform: capitalize;
    margin-bottom: 22px
}

.hero-layout2 .hero-text {
    color: var(--white-color);
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 43px
}

.hero-layout2 .hero-img {
    position: relative;
    margin-right: -15px
}

.hero-layout2 .hero-img img {
    transform: rotate(9.09deg)
}

.hero-layout2 .img-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--theme-color)
}

.hero-layout3 {
    padding: 168px 0 180px
}

.hero-layout3 .hero-content {
    position: relative;
    z-index: 1
}

.hero-layout3 .hero-subtitle {
    color: var(--theme-color);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 12px
}

.hero-layout3 .hero-title {
    color: var(--white-color);
    font-size: 110px;
    letter-spacing: -0.02em;
    margin-bottom: 25px
}

.hero-layout3 .hero-text {
    font-size: 24px;
    color: var(--white-color);
    line-height: 1;
    margin-bottom: 59px
}

.hero-layout3 .hero-shape {
    position: absolute;
    right: 19%;
    bottom: 7%
}

.hero-layout4 .hero-content {
    padding: 220px 0;
    max-width: 1000px
}

.hero-layout4 .hero-subtitle {
    font-size: 30px;
    color: var(--theme-color);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-family: var(--title-font);
    display: block;
    line-height: 1;
    margin-top: -0.2em;
    margin-bottom: 24px
}

.hero-layout4 .hero-title {
    font-size: 96px;
    line-height: 1;
    margin-bottom: 80px;
    color: var(--white-color);
    text-transform: capitalize
}

@media(max-width: 1500px) {
    .hero-layout4 .hero-subtitle {
        font-size: 26px;
        margin-bottom: 15px
    }

    .hero-layout4 .hero-title {
        font-size: 72px;
        margin-bottom: 35px
    }

    .hero-layout3 {
        padding: 120px 0
    }

    .hero-layout3 .hero-subtitle {
        font-size: 36px
    }

    .hero-layout3 .hero-title {
        margin-bottom: 20px;
        font-size: 72px
    }

    .hero-layout3 .hero-text {
        font-size: 16px;
        margin-bottom: 40px
    }

    .hero-layout2 {
        padding: 100px 0 100px 0
    }

    .hero-layout2 .hero-img {
        margin-right: 0;
        padding: 10px
    }

    .hero-layout2 .hero-img img {
        transform: rotate(0)
    }

    .hero-layout2 .hero-title {
        font-size: 80px;
        letter-spacing: 0;
        margin-bottom: 17px
    }

    .hero-layout2 .hero-subtitle {
        letter-spacing: 0;
        margin-bottom: 5px
    }

    .hero-layout1 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .hero-layout1 .hero-title {
        font-size: 70px;
        letter-spacing: 0;
        margin-bottom: 0
    }

    .hero-layout1 .hero-title2 {
        font-size: 60px
    }

    .hero-layout1 .video-shape {
        right: -50%;
        top: -20%;
        max-width: 100px
    }

    .hero-layout1 .hero-shape2:before,
    .hero-layout1 .hero-shape1:before {
        width: 300px;
        height: 70px
    }

    .hero-layout1 .hero-shape2:after,
    .hero-layout1 .hero-shape1:after {
        height: 100px;
        width: 300px
    }
}

@media(max-width: 1399px) {
    .hero-layout4 .hero-content {
        padding: 120px 0
    }
}

@media(max-width: 1199px) {
    .hero-layout4 .hero-content {
        margin-left: auto;
        margin-right: auto
    }

    .hero-layout4 .hero-subtitle {
        font-size: 24px;
        margin-bottom: 15px
    }

    .hero-layout4 .hero-title {
        font-size: 60px;
        margin-bottom: 35px;
        max-width: 800px
    }

    .hero-layout2 .hero-subtitle {
        font-size: 30px
    }

    .hero-layout2 .hero-title {
        font-size: 60px;
        margin-bottom: 12px;
        line-height: 1.1
    }

    .hero-layout2 .hero-text {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0;
        margin-bottom: 33px
    }

    .hero-layout3 .hero-shape {
        display: none
    }

    .hero-layout3 .hero-subtitle {
        font-size: 30px
    }

    .hero-layout3 .hero-title {
        font-size: 48px;
        margin-bottom: 15px
    }

    .hero-layout3 .hero-text {
        margin-bottom: 30px
    }

    .hero-layout3 .hero-img {
        max-width: 400px
    }

    .hero-btn-group .vs-btn {
        padding: 14px 25px;
        font-size: 12px
    }

    .hero-layout1 {
        padding-top: 100px;
        padding-bottom: 110px
    }

    .hero-layout1 .video-shape {
        right: -30%;
        top: -20%;
        max-width: 75px
    }

    .hero-layout1 .video-inner {
        max-width: 210px
    }

    .hero-layout1 .video-shape {
        right: -50%
    }

    .hero-layout1 .hero-title2 {
        font-size: 60px;
        margin-bottom: 15px
    }

    .hero-layout1 .hero-text {
        font-size: 18px;
        line-height: 30px
    }
}

@media(max-width: 991px) {
    .hero-layout4 .hero-content {
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: center;
        width: 100%
    }

    .hero-layout4 .hero-title {
        font-size: 36px
    }

    .hero-layout1 .video-shape {
        display: none
    }

    .hero-layout1 .video-inner {
        margin: 0 auto
    }

    .hero-layout1 .hero-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 12px
    }

    .hero-layout1 .hero-title {
        font-size: 48px;
        letter-spacing: 0;
        margin-bottom: 0
    }

    .hero-layout1 .hero-title2 {
        font-size: 40px;
        margin-bottom: 25px
    }

    .hero-layout1 .hero-btn-group {
        justify-content: center
    }

    .hero-layout1 .hero-video {
        margin-bottom: 20px
    }

    .hero-layout2 .hero-title {
        font-size: 46px
    }

    .hero-layout2 .hero-img {
        margin-bottom: 30px
    }

    .hero-layout2 .hero-btn-group {
        justify-content: center
    }

    .hero-layout3 {
        text-align: center;
        padding: 20px 0 60px 0
    }

    .hero-layout3 .hero-btn-group {
        justify-content: center
    }

    .hero-layout3 .hero-img {
        max-width: 120px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto
    }

    .hero-layout3 .hero-subtitle {
        font-size: 26px
    }

    .hero-layout3 .hero-title {
        font-size: 40px
    }

    .hero-layout3 .hero-text {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .hero-layout3 .hero-subtitle {
        font-size: 18px
    }

    .hero-layout3 .hero-title {
        font-size: 30px
    }

    .hero-layout2 {
        padding: 60px 0 60px 0
    }

    .hero-layout2 .hero-subtitle {
        font-size: 26px;
        margin-bottom: 10px
    }

    .hero-layout2 .hero-title {
        font-size: 36px
    }

    .hero-layout2 .hero-text {
        font-size: 16px
    }

    .hero-btn-group .vs-btn {
        padding: 12px 19px;
        font-size: 12px
    }

    .hero-layout1 {
        padding: 70px 0
    }

    .hero-layout1 .hero-title {
        font-size: 30px
    }

    .hero-layout1 .hero-title2 {
        font-size: 28px
    }

    .hero-layout1 .hero-text {
        font-size: 14px;
        line-height: 1.5
    }

    .hero-layout1 .hero-shape2:before,
    .hero-layout1 .hero-shape1:before {
        width: 90px;
        height: 25px
    }

    .hero-layout1 .hero-shape2:after,
    .hero-layout1 .hero-shape1:after {
        width: 90px;
        height: 35px
    }

    .hero-layout4 .hero-title {
        font-size: 30px;
        margin-bottom: 25px
    }

    .hero-layout4 .hero-subtitle {
        font-size: 20px
    }
}

.error-title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    border: 3.5px solid var(--title-color);
    padding: 15px 0 20px 0;
    width: 550px;
    max-width: 100%;
    margin: -130px auto 17px auto
}

.error-text {
    font-size: 20px;
    color: var(--title-color);
    margin-bottom: 48px
}

.error-content {
    text-align: center
}

.error-content .vs-btn {
    padding: 23px 72px 28px 72px;
    font-size: 24px;
    text-transform: capitalize
}

@media(max-width: 1500px) {
    .error-text {
        font-size: 20px;
        margin-bottom: 25px
    }

    .error-title {
        font-size: 46px;
        padding: 5px 0 10px 0;
        width: 550px;
        margin: -110px auto 20px auto
    }

    .error-content .vs-btn {
        padding: 14px 35px 20px 35px;
        font-size: 18px
    }
}

@media(max-width: 991px) {
    .error-title {
        font-size: 36px;
        padding: 0px 0 7px 0;
        width: 100%;
        margin: 20px auto 15px auto
    }
}

@media(max-width: 767px) {
    .error-content .vs-btn {
        padding: 12px 30px 14px 30px;
        font-size: 16px
    }

    .error-text {
        font-size: 14px;
        margin-bottom: 15px
    }

    .error-title {
        font-size: 24px;
        padding: 5px 5px 6px 5px
    }
}

.about-shape1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-size: auto 100%;
    background-position: left center;
    z-index: -1
}

.list-style1 ul {
    margin: 0 0 30px 0;
    padding-left: 20px;
    list-style-type: disc
}

.img-box1 {
    position: relative;
    transform: rotate(-4.86deg);
    margin-top: -20px;
    margin-bottom: 54px;
    margin-left: 28px
}

.img-box1 img {
    border-radius: 10px
}

.img-box1:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 20px;
    bottom: 20px;
    width: 32px;
    background-color: var(--theme-color)
}

.img-box2 {
    margin-bottom: 30px;
    position: relative
}

.img-box2 .img-1 {
    position: relative;
    padding: 0 25px 50px 0
}

.img-box2 .img-1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #d9d9d9;
    border-radius: 0 235px 235px 235px
}

.img-box2 .img-1 img {
    overflow: hidden;
    border-radius: 0 235px 235px 235px
}

.img-box2 .img-2 {
    position: absolute;
    left: -22%;
    top: 60px;
    z-index: 2
}

.img-box2 .audio-style3 {
    position: absolute;
    right: -50px;
    bottom: 40px;
    width: 255px;
    max-width: 100%
}

.img-box3 {
    position: relative
}

.img-box3 [class*=img-]:not(.img-1) {
    position: absolute
}

.img-box3 .img-2 {
    left: -38%;
    bottom: 19%
}

.img-box3 .img-3 {
    right: 7%;
    top: 13%;
    z-index: -1
}

.img-box3 .img-4 {
    right: 8%;
    top: 38%
}

.img-box3 .img-5 {
    top: 23%;
    left: -15%
}

.img-box3 .img-6 {
    left: -8%;
    bottom: 1%
}

.img-box4 {
    padding: 70px 75px 50px 75px;
    border-radius: 10px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
    background-color: var(--white-color)
}

.img-box4 .title-area {
    margin-bottom: 36px
}

.img-box4 .img-1 {
    overflow: hidden;
    border-radius: 10px
}

.img-box4 .img-1 img {
    width: 100%
}

.img-box5 {
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden
}

.img-box5 img {
    width: 100%
}

.about-box1 {
    margin-bottom: 25px;
    padding-right: 70px
}

.about-box1 .about-title {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 14px
}

.about-box1 .about-label {
    display: block;
    text-transform: uppercase;
    color: #1a4645;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 17px
}

.about-box1 .social-style1 {
    margin-bottom: 42px
}

.about-box1 .about-title2 {
    font-family: var(--body-font);
    padding-right: 40px
}

.social-style1 {
    display: inline-flex;
    background-color: var(--theme-color);
    padding: 5px 15px 5px 5px;
    border-radius: 9999px
}

.social-style1 .share,
.social-style1 a {
    color: var(--title-color);
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: all ease .4s
}

.social-style1 .share:hover,
.social-style1 a:hover {
    background-color: var(--theme-color);
    color: var(--title-color);
    border-color: var(--title-color)
}

.social-style1 .share {
    background-color: var(--title-color);
    color: var(--white-color);
    border-color: var(--title-color)
}

.about-wrap1 {
    margin-bottom: 50px
}

.media-wrap1 {
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .35);
    border-radius: 20px;
    background-color: var(--white-color);
    padding: 50px
}

.media-style1 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 44px;
    margin-bottom: 42px
}

.media-style1:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.media-style1 .play-btn {
    margin-right: 35px
}

.media-style1 .media-meta a {
    font-size: 16px;
    color: var(--body-color);
    line-height: 1
}

.media-style1 .media-meta a:hover {
    color: var(--theme-color)
}

.media-style1 .media-meta a:not(:last-child)::after {
    margin: 0 3px 0 5px;
    content: "."
}

.media-style1 .media-title {
    margin-bottom: 0
}

.media-style2 {
    display: flex;
    align-items: center;
    margin-top: 33px
}

.media-style2 .media-avater {
    margin-right: 20px
}

.media-style2 .media-avater img {
    width: 70px;
    height: 70px;
    border: 3px solid var(--white-color);
    margin-left: -20px;
    border-radius: 50%
}

.media-style2 .media-avater img:first-child {
    margin-left: 0
}

.media-style2 .media-title {
    display: block;
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 13px
}

.media-style2 .media-text {
    font-size: 18px;
    margin: 0;
    line-height: 1
}

.media-style3 {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: var(--smoke-color);
    margin-bottom: 30px;
    text-align: left
}

.media-style3 .media-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: var(--theme-color);
    background-color: var(--white-color);
    font-size: 20px;
    box-shadow: 6px 6px 4px rgba(0, 0, 0, .07);
    margin-right: 30px
}

.media-style3 .media-title {
    line-height: 1;
    margin-bottom: 9px
}

.media-style3 .media-text {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0
}

.list-style2 ul {
    margin: -7px 0 42px 0
}

.list-style2 li {
    position: relative;
    color: var(--title-color);
    font-size: 24px;
    padding-left: 43px;
    font-weight: 600;
    margin-bottom: 18px
}

.list-style2 li:before {
    content: "";
    font-family: var(--icon-font);
    color: var(--theme-color);
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0
}

.table-style1 {
    margin-top: 30px
}

.table-style1 .tr {
    display: flex;
    align-items: center;
    margin-bottom: 32px
}

.table-style1 .play-btn {
    --icon-size: 30px;
    --icon-font-size: 10px;
    margin-right: 25px
}

.table-style1 .th {
    font-size: 20px;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--title-font);
    margin-right: 20px;
    min-width: 32px;
    display: inline-block
}

.table-style1 .td {
    font-size: 16px
}

.table-style1 .td:last-child {
    flex: 1
}

.table-style1 {
    margin-top: 30px
}

.price-style2 {
    margin-bottom: 20px
}

.price-style2 .price-item {
    background-color: var(--smoke-color);
    color: var(--title-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 13px 28px;
    display: inline-block;
    border-radius: 9999px;
    margin-right: 4px;
    margin-bottom: 10px
}

.price-style2 .price-item:last-child {
    margin-right: 0
}

.price-style1 {
    display: flex;
    margin-bottom: 20px
}

.price-style1 .total,
.price-style1 .currency {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--border-color);
    border-radius: 100%;
    font-size: 24px;
    font-weight: 600;
    color: var(--title-color);
    margin-right: 10px
}

.price-style1 .total {
    width: 270px;
    max-width: 100%;
    border-radius: 9999px;
    text-align: left;
    padding: 0 36px
}

.tabnav-style1 {
    margin-bottom: 50px;
    justify-content: center;
    border-bottom: none;
    gap: 20px
}

.tabnav-style1 .nav-link {
    border: none;
    background-color: var(--title-color);
    color: var(--white-color);
    padding: 17px 43px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--title-color);
    text-transform: uppercase;
    font-family: var(--title-font);
    border-radius: 9999px;
    letter-spacing: .02em;
    line-height: 1
}

.tabnav-style1 .nav-link.active,
.tabnav-style1 .nav-link:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

@media(max-width: 1500px) {
    .img-box3 .img-2 {
        left: 0;
        bottom: 25%
    }

    .img-box2 .img-2 {
        left: 0;
        max-width: 200px
    }

    .img-box2 .audio-style3 {
        right: 0
    }

    .about-shape1 {
        background-size: cover
    }

    .img-box1 {
        margin: 0 0 30px 0;
        transform: rotate(0)
    }
}

@media(max-width: 1399px) {

    .img-box3 .img-6,
    .img-box3 .img-5 {
        left: 0
    }

    .list-style2 li {
        font-size: 20px;
        padding-left: 35px;
        margin-bottom: 10px
    }
}

@media(max-width: 1199px) {
    .img-box3 .img-4 {
        right: 0;
        max-width: 40px
    }

    .img-box3 .img-2,
    .img-box3 .img-3 {
        max-width: 300px
    }

    .img-box3 .img-5,
    .img-box3 .img-6 {
        left: 0;
        max-width: 45px
    }

    .media-wrap1 {
        padding: 40px 30px
    }

    .media-style1 {
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .media-style1 .play-btn {
        margin-right: 15px;
        --icon-size: 50px;
        --icon-font-size: 17px
    }

    .media-style1 .media-meta {
        line-height: 1;
        margin-bottom: 10px
    }

    .media-style1 .media-meta a {
        font-size: 14px
    }

    .img-box4 {
        padding: 40px 30px 40px 30px
    }

    .about-box1 {
        padding-right: 0
    }

    .about-box1 .about-title {
        font-size: 36px;
        margin-bottom: 5px
    }

    .about-box1 .about-label {
        font-size: 16px
    }

    .about-box1 .social-style1 {
        margin-bottom: 20px
    }

    .about-box1 .about-title2 {
        padding-right: 0
    }

    .social-style1 a,
    .social-style1 .share {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

@media(max-width: 991px) {
    .about-wrap1 {
        margin-bottom: 30px
    }

    .img-box2 {
        max-width: 100%;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto
    }

    .media-wrap1 {
        padding: 30px 15px
    }

    .media-style1 .media-title {
        font-size: 18px
    }

    .media-style3 {
        display: block;
        text-align: center;
        padding: 10px 5px 20px 5px
    }

    .media-style3 .media-icon {
        margin-right: 0;
        margin-bottom: 15px;
        display: inline-block
    }

    .media-style3 .media-text {
        font-size: 14px
    }

    .table-style1 {
        margin-bottom: 25px
    }

    .table-style1 .play-btn {
        margin-right: 10px
    }

    .table-style1 .tr {
        margin-bottom: 15px
    }

    .table-style1 .th {
        font-size: 16px;
        margin-right: 10px
    }

    .table-style1 .td {
        font-size: 16px
    }

    .price-style1 .total,
    .price-style1 .currency {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin-right: 5px
    }

    .price-style1 .total {
        padding: 0 10px;
        width: 120px
    }

    .price-style2 .price-item {
        font-size: 12px;
        padding: 9px 16px
    }
}

@media(max-width: 767px) {
    .media-style1 .media-meta a {
        font-size: 12px
    }

    .about-box1 .about-title {
        font-size: 30px
    }

    .list-style1 ul {
        margin: 0 0 15px 0
    }

    .img-box2 .img-1 {
        padding: 0 20px 20px 0
    }

    .img-box4 {
        padding: 30px 15px 30px 15px;
        text-align: center
    }

    .img-box4 .title-area {
        margin-bottom: 20px
    }

    .media-style2 {
        margin-top: 15px;
        text-align: left
    }

    .media-style2 .media-avater {
        margin-right: 10px
    }

    .media-style2 .media-avater img {
        width: 50px;
        height: 50px
    }

    .media-style2 .media-title {
        font-size: 36px;
        margin-bottom: 7px
    }

    .media-style2 .media-text {
        font-size: 14px
    }

    .list-style2 ul {
        margin: -7px 0 25px 0
    }

    .list-style2 li {
        font-size: 16px;
        padding-left: 20px;
        margin-bottom: 2px
    }

    .img-box1:before {
        left: 0;
        border-radius: 0 10px 10px 0;
        width: 10px
    }
}

.cta-box1 {
    padding: 40px;
    border-radius: 10px
}

.cta-box1 .box-title {
    color: var(--white-color);
    font-size: 36px;
    font-weight: 700;
    margin-top: -0.2em;
    margin-bottom: 26px
}

.cta-box1 .box-text {
    color: var(--white-color);
    font-size: 14px;
    margin-bottom: 30px
}

.cta-box1 .box-mail,
.cta-box1 .box-number {
    font-size: 36px;
    font-weight: 700;
    color: var(--white-color);
    display: block;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%
}

.cta-box1 .box-mail:hover,
.cta-box1 .box-number:hover {
    color: var(--theme-color)
}

.cta-box1 .box-mail {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 33px
}

.map-v1 {
    line-height: 0
}

.map-v1 iframe {
    width: 100%;
    height: 470px
}

.hightlight-style1 {
    margin: calc(var(--extra-gap, 70px)*-1) 0;
    overflow: hidden;
    width: 100%
}

.hightlight-style1 .hightlight-inner {
    position: relative;
    background-color: var(--secondary-color);
    margin: var(--extra-gap, 70px) -5px
}

.hightlight-style1 .hightlight-row {
    background-color: var(--white-color);
    border-top: 1px dashed var(--title-color);
    border-bottom: 1px dashed var(--title-color);
    padding: 57px 40px;
    text-align: center;
    transform: rotate(-3.42deg)
}

.hightlight-style1 .hightlight-text {
    font-size: 2.4vw;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: uppercase;
    display: inline-block;
    line-height: 1
}

.hightlight-style1 .hightlight-text:nth-child(even) {
    color: var(--secondary-color)
}

.hightlight-style1 .hightlight-text img {
    position: relative;
    top: -6px;
    margin-left: .8vw;
    margin-right: .9vw
}

.hightlight-style1 .hightlight-text:last-child img {
    display: none
}

.hightlight-style1.layout2 .hightlight-row {
    transform: rotate(3.42deg);
    border: none;
    background: var(--secondary-color)
}

.hightlight-style1.layout2 .hightlight-inner {
    background-color: var(--title-color)
}

.hightlight-style1.layout2 .hightlight-text:nth-child(even) {
    color: var(--white-color)
}

.countdown-style1 {
    text-align: center
}

.countdown-style1 .countdown-title {
    font-size: 128px;
    line-height: 1;
    margin: -0.2em 0 43px 0
}

.countdown-style1 .countdown-text {
    line-height: 1;
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 65px 0
}

.countdown-style1 .countdown-area {
    display: flex;
    gap: 30px
}

.countdown-style1 .countdown-item {
    padding: 60px 15px 60px 15px;
    border: 3px dashed var(--theme-color);
    border-radius: 40px;
    text-align: center;
    flex: 1
}

.countdown-style1 .countdown-number {
    font-size: 128px;
    line-height: 1;
    color: var(--title-color);
    font-weight: 600;
    margin: -0.2em 0 7px 0
}

.countdown-style1 .countdown-label {
    display: block;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 -0.1em 0
}

.countdown-style1 .countdown-note {
    font-size: 24px;
    line-height: 1;
    margin: 65px 0 0 0
}

@media(max-width: 1500px) {
    .hightlight-style1 .hightlight-text {
        font-size: 2.2vw
    }
}

@media(max-width: 1199px) {
    .countdown-style1 .countdown-title {
        font-size: 82px;
        margin: -0.2em 0 15px 0
    }

    .countdown-style1 .countdown-area {
        gap: 16px
    }

    .countdown-style1 .countdown-text {
        font-size: 36px;
        margin-bottom: 35px
    }

    .countdown-style1 .countdown-number {
        font-size: 60px;
        margin-bottom: 3px
    }

    .countdown-style1 .countdown-label {
        font-size: 26px
    }

    .countdown-style1 .countdown-item {
        padding: 20px 10px;
        border-radius: 12px
    }

    .countdown-style1 .countdown-note {
        margin-top: 25px;
        font-size: 18px
    }
}

@media(max-width: 1399px) {
    .hightlight-style1 .hightlight-text {
        font-size: 2vw
    }

    .hightlight-style1 .hightlight-text img {
        top: -2px;
        margin-left: .6vw;
        margin-right: .6vw;
        width: 3vw
    }

    .cta-box1 {
        padding: 30px 15px
    }

    .cta-box1 .box-title {
        font-size: 30px;
        margin-top: -0.2em;
        margin-bottom: 10px
    }

    .cta-box1 .box-text {
        font-size: 14px;
        margin-bottom: 10px
    }

    .cta-box1 .box-mail,
    .cta-box1 .box-number {
        font-size: 20px
    }

    .cta-box1 .box-mail {
        margin: 0 0 20px 0
    }

    .cta-box1 .vs-btn {
        padding: 12px 26px;
        font-size: 14px
    }
}

@media(max-width: 1199px) {
    .hightlight-style1 {
        margin: 0
    }

    .hightlight-style1 .hightlight-inner {
        margin: 0;
        padding: 40px 0
    }

    .hightlight-style1 .hightlight-row {
        padding: 30px 0;
        transform: rotate(0)
    }

    .hightlight-style1 .hightlight-text {
        font-size: 2vw
    }

    .hightlight-style1 .hightlight-text img {
        top: -2px;
        margin-left: .6vw;
        margin-right: .6vw;
        width: 3vw
    }

    .countdown-style1 .countdown-number {
        font-size: 40px
    }

    .countdown-style1 .countdown-title {
        font-size: 48px;
        margin-bottom: 20px
    }

    .countdown-style1 .countdown-text {
        font-size: 20px;
        margin-bottom: 25px
    }

    .countdown-style1 .countdown-label {
        font-size: 14px
    }

    .countdown-style1 .countdown-note {
        font-size: 14px
    }
}

@media(max-width: 991px) {
    .hightlight-style1 .hightlight-inner {
        padding: 15px 0
    }

    .hightlight-style1 .hightlight-row {
        padding: 5px 0
    }
}

@media(max-width: 767px) {
    .map-v1 iframe {
        height: 300px
    }

    .countdown-style1 .countdown-number {
        font-size: 18px
    }

    .countdown-style1 .countdown-title {
        font-size: 34px;
        margin-bottom: 13px
    }

    .countdown-style1 .countdown-text {
        font-size: 14px;
        margin-bottom: 20px
    }

    .countdown-style1 .countdown-label {
        font-size: 10px
    }

    .countdown-style1 .countdown-area {
        gap: 8px
    }

    .countdown-style1 .countdown-note {
        font-size: 10px;
        margin-top: 15px
    }

    .countdown-style1 .countdown-item {
        border-width: 1px
    }
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, .75);
    opacity: 0;
    visibility: hidden;
    transition: all ease .8s
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--black-color);
    color: var(--white-color);
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease .4s;
    z-index: 2
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: rgba(0, 0, 0, 0);
    transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: #202020;
    width: 450px;
    margin-left: auto;
    padding: 40px 30px 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
    background-color: #f5f5f5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease .8s
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, .95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all ease .4s
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 30px;
    border-radius: 50%;
    transition: all ease .4s
}

.popup-search-box button.searchClose i {
    line-height: inherit
}

.popup-search-box button.searchClose:hover {
    color: var(--white-color);
    background-color: var(--secondary-color)
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%) scale(0);
    transition: transform ease .4s
}

@media(max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px
    }
}

.popup-search-box form input {
    font-size: 14px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--theme-color);
    background-color: rgba(0, 0, 0, 0);
    padding-left: 30px;
    color: #fff;
    border-radius: 50px
}

.popup-search-box form input::-moz-placeholder {
    color: #fff
}

.popup-search-box form input::placeholder {
    color: #fff
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    font-size: 20px;
    right: 13px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease .4s;
    transform: scale(1.001)
}

.popup-search-box form button:hover {
    transform: scale(1.1)
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    transition: all ease .4s;
    border-radius: 0
}

.popup-search-box.show form {
    transition-delay: .5s;
    transform: translate(-50%, -50%) scale(1)
}

.form-style1 .form-group {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 10px 10px 10px 40px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 9999px;
    max-width: 670px;
    margin-left: auto
}

.form-style1 input {
    flex: 1;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    color: var(--white-color);
    padding: 0
}

.form-style1 input::-moz-placeholder {
    color: var(--white-color)
}

.form-style1 input::placeholder {
    color: var(--white-color)
}

.form-style2 .form-title {
    margin-top: -0.3em;
    margin-bottom: 30px
}

.form-style2 .row {
    --bs-gutter-x: 20px
}

.form-style2 select,
.form-style2 input {
    height: 50px;
    font-size: 14px;
    margin-bottom: 0
}

.form-style2 textarea {
    min-height: 177px
}

@media(max-width: 1199px) {
    .form-style1 .form-group {
        padding: 7px 7px 7px 30px;
        max-width: 500px
    }

    .form-style1 input {
        font-size: 14px
    }
}

@media(max-width: 991px) {
    .form-style1 .form-group {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 767px) {
    .form-style1 .form-group {
        display: block
    }

    .form-style1 .form-group {
        background-color: rgba(0, 0, 0, 0);
        text-align: center;
        display: block;
        padding: 0
    }

    .form-style1 .form-group input {
        padding: 0 20px;
        margin-bottom: 20px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, .1)
    }
}

.filter-menu-style1 {
    margin-bottom: 50px;
    text-align: center
}

.filter-menu-style1 button {
    border: none;
    padding: 0;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--title-font);
    color: var(--title-color);
    background-color: var(--smoke-color);
    border-radius: 9999px;
    padding: 12px 30.5px;
    margin: 0 3px 5px 3px
}

.filter-menu-style1 button.active,
.filter-menu-style1 button:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.podcast-style1 .author,
.podcast-style3 .author {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--white-color);
    padding: 3px;
    position: absolute;
    right: 20px;
    top: 20px
}

.podcast-style1 {
    margin-bottom: 30px
}

.podcast-style1 .podcast-img {
    overflow: hidden;
    border-radius: 10px;
    position: relative
}

.podcast-style1 .podcast-img a>img {
    width: 100%;
    transition: all ease .4s;
    transform: scale(1)
}

.podcast-style1 .podcast-title {
    margin-bottom: 28px
}

.podcast-style1 .podcast-img {
    margin-bottom: 30px
}

.podcast-style1 .podcast-btn {
    --icon-size: 70px;
    --icon-font-size: 20px;
    display: flex;
    align-items: center
}

.podcast-style1 .podcast-btn .btn-text {
    display: block;
    flex: 1;
    background-color: #f5f5f5;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--title-font);
    padding: 14px 0 14px 54px;
    line-height: 1;
    margin-left: calc(var(--icon-size)/-2);
    border-radius: 9999px;
    color: #fff;
    position: relative;
    z-index: 1
}

.podcast-style1 .podcast-btn .btn-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    border-radius: 9999px;
    background-color: #0c282d;
    transition: all ease .4s;
    z-index: -1
}

.podcast-style1 .podcast-btn:hover .btn-text:before {
    width: 100%
}

.podcast-style1:hover .podcast-img a>img {
    transform: scale(1.1)
}

.podcast-style2 {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    background-color: var(--white-color);
    padding: 60px 50px;
    border-radius: 20px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .25);
    margin-top: -130px;
    z-index: 3
}

.podcast-style2 .podcast-shape {
    position: absolute;
    left: 0;
    width: -moz-max-content;
    width: max-content
}

.podcast-style2 .podcast-img {
    overflow: hidden;
    border-radius: 20px
}

.podcast-style2 .podcast-img img {
    transition: all ease .4s;
    transform: scale(1) rotate(0)
}

.podcast-style2 .podcast-content {
    flex: 1;
    position: relative
}

.podcast-style2 .podcast-title {
    font-size: 60px;
    letter-spacing: -0.02em
}

.podcast-style2 .podcast-label {
    color: var(--theme-color);
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 19px
}

.podcast-style2 .podcast-meta {
    margin-bottom: 17px
}

.podcast-style2 .podcast-meta a {
    display: inline-block;
    margin-right: 26px;
    color: #23605e;
    font-size: 14px;
    line-height: 1
}

.podcast-style2 .podcast-meta a i {
    color: var(--theme-color);
    margin-right: 7px
}

.podcast-style2 .podcast-meta a:hover {
    color: var(--theme-color)
}

.podcast-style2:hover .podcast-img img {
    transform: scale(1.1) rotate(3deg)
}

.podcast-style3 {
    text-align: center;
    position: relative;
    padding: 0 25px 30px 25px;
    margin-bottom: 30px
}

.podcast-style3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 46px;
    border: 3px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    transition: all ease .4s
}

.podcast-style3 .podcast-img {
    overflow: hidden;
    position: relative
}

.podcast-style3 .podcast-img>a>img {
    width: 100%;
    border-radius: 10px;
    border: 4px solid rgba(0, 0, 0, 0);
    transition: all ease .4s
}

.podcast-style3 .podcast-title {
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 34px
}

.podcast-style3 .play-btn {
    margin-bottom: 16px
}

.podcast-style3 .podcast-content {
    --icon-size: 70px;
    margin-top: calc(var(--icon-size)/-2);
    position: relative;
    z-index: 1
}

.podcast-style3:hover .podcast-img img {
    border-color: var(--white-color)
}

.slick-current .podcast-style3:before,
.podcast-style3:hover:before {
    bottom: 0
}

.podcast-style4 {
    position: relative;
    background-color: var(--smoke-color);
    border: 1px solid #9c9c9c;
    margin-bottom: 30px;
    padding: 33px 40px;
    margin-bottom: 30px;
    border-radius: 20px
}

.podcast-style4 .podcast-episode {
    font-size: 13px;
    font-family: var(--title-font);
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-weight: 500;
    display: inline-block;
    padding: 8px 14px;
    margin-right: 20px;
    line-height: 1;
    border-radius: 9999px;
    transition: all ease .4s
}

.podcast-style4 .podcast-episode:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.podcast-style4 .podcast-meta {
    display: inline-block;
    vertical-align: middle
}

.podcast-style4 .podcast-meta a {
    color: var(--body-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    transition: all ease .4s;
    display: inline-block;
    margin-right: 15px
}

.podcast-style4 .podcast-meta a:last-child {
    margin-right: 0
}

.podcast-style4 .podcast-meta a i {
    margin-right: 7px;
    color: var(--theme-color)
}

.podcast-style4 .podcast-meta a:hover {
    color: var(--theme-color)
}

.podcast-style4 .podcast-title {
    margin-top: 15px
}

.podcast-style4 .play-btn {
    --icon-size: 60px;
    --icon-font-size: 18px
}

.podcast-style4 .vs-btn {
    margin-left: -20px
}

.podcast-style4 .podcast-shape {
    position: absolute;
    right: -37px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

.podcast-style4 .podcast-bottom {
    position: relative;
    z-index: 1
}

.podcast-style4 .podcast-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.podcast-style4 .podcast-img>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to top, var(--title-color) 0%, transparent 100%)
}

.podcast-style4.layout2 {
    position: relative;
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.podcast-style4.layout2 .podcast-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px
}

.podcast-style4.layout2 .podcast-title {
    color: var(--white-color);
    font-size: 40px;
    margin-bottom: 32px
}

.podcast-style4.layout2 .podcast-meta a {
    color: var(--white-color)
}

.podcast-style4.layout2 .podcast-meta a:hover {
    color: var(--theme-color)
}

.podcast-style4.layout2 .vs-btn {
    color: var(--title-color);
    background-color: var(--white-color);
    padding: 16px 31.5px
}

.podcast-style4.layout2 .vs-btn:hover {
    color: var(--white-color)
}

.podcast-style4.layout2 .podcast-shape {
    opacity: .1;
    right: 0
}

.podcast-style4.layout2 .podcast-img img {
    width: 100%
}

.podcast-style5 {
    padding: 15px 15px 40px 15px;
    border-radius: 20px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.podcast-style5 .podcast-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 28px;
    position: relative
}

.podcast-style5 .podcast-img img {
    width: 100%;
    transition: all ease .4s;
    transform: scale(1) rotate(0)
}

.podcast-style5 .podcast-category {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1
}

.podcast-style5 .podcast-category a {
    line-height: 1;
    display: inline-block;
    position: relative;
    color: var(--white-color);
    font-size: 16px;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 600;
    padding: 12.5px 25.41px;
    border-radius: 9999px;
    margin-right: 20px
}

.podcast-style5 .podcast-category a:last-child {
    margin-right: 0
}

.podcast-style5 .podcast-category a:after,
.podcast-style5 .podcast-category a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--theme-color);
    z-index: -2;
    border-radius: 9999px;
    transition: all ease .4s
}

.podcast-style5 .podcast-category a:after {
    z-index: -1;
    right: 4px;
    left: 4px;
    background-color: var(--title-color)
}

.podcast-style5 .podcast-content {
    padding: 0 35px
}

.podcast-style5 .podcast-title {
    margin-bottom: 31px;
    margin-top: -0.3em;
    text-transform: capitalize
}

.podcast-style5 .podcast-title a:hover {
    color: var(--secondary-color)
}

.podcast-style5 .media-style1 {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.podcast-style5 .media-style1:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.podcast-style5 .play-btn {
    --icon-size: 60px;
    --icon-font-size: 18px;
    margin-right: 15px
}

.podcast-style5 .media-meta {
    line-height: 1;
    margin-bottom: 8px
}

.podcast-style5 .podcast-btn {
    display: block;
    padding: 0;
    background-color: #ddd;
    margin-top: 40px
}

.podcast-style5 .podcast-btn:before {
    display: none
}

.podcast-style5 .podcast-btn .btn-text {
    display: inline-block;
    padding: 18px 38px;
    position: relative;
    text-align: left;
    border-radius: 9999px;
    z-index: 1;
    transition: all ease .4s;
    width: 190px
}

.podcast-style5 .podcast-btn .btn-text:after,
.podcast-style5 .podcast-btn .btn-text:before {
    content: "";
    position: absolute;
    left: 0;
    width: calc(100% - 10px);
    bottom: 0;
    top: 0;
    background-color: var(--title-color);
    display: inline-block;
    transition: all ease .4s;
    border-radius: 9999px;
    z-index: -1
}

.podcast-style5 .podcast-btn .btn-text:after {
    width: 100%;
    right: 0;
    background-color: var(--theme-color);
    z-index: -2;
    opacity: 0;
    visibility: hidden
}

.podcast-style5 .podcast-btn:hover {
    color: var(--white-color)
}

.podcast-style5 .podcast-btn:hover .btn-text {
    width: 100%
}

.podcast-style5 .podcast-btn:hover .btn-text:before {
    width: 60%
}

.podcast-style5 .podcast-btn:hover .btn-text:after {
    opacity: 1;
    visibility: visible
}

.podcast-style5:hover .podcast-img img {
    transform: scale(1.1) rotate(4deg)
}

.podcast-style6 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 30px;
    background-color: var(--white-color);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .07);
    border-radius: 20px
}

.podcast-style6 .podcast-img {
    overflow: hidden;
    border-radius: 0 20px 20px 0
}

.podcast-style6 .podcast-content {
    flex: 1;
    padding: 30px 30px 30px 50px
}

.podcast-style6 .podcast-title {
    letter-spacing: -0.02em;
    text-transform: capitalize;
    margin-bottom: 19px
}

.podcast-style6 .podcast-meta {
    margin-bottom: 26px
}

.podcast-style6 .podcast-meta a {
    color: var(--body-color);
    display: inline-block
}

.podcast-style6 .podcast-meta a:after {
    content: ".";
    margin-right: 5px
}

.podcast-style6 .podcast-meta .category {
    font-weight: 700;
    color: var(--theme-color)
}

.podcast-style6 .podcast-meta .category:hover {
    color: var(--secondary-color)
}

.podcast-style6.layout2 .podcast-title {
    font-size: 32px
}

.podcast-style6.layout2 .podcast-img {
    max-width: 275px
}

.podcast-style7 .podcast-inner {
    background-color: var(--smoke-color);
    border: 1px solid #9c9c9c;
    padding: 30px 40px;
    border-radius: 20px;
    transition: all ease .4s;
    margin-bottom: 20px;
    position: relative
}

.podcast-style7:last-child {
    margin-bottom: 30px
}

.podcast-style7:hover {
    border-color: var(--theme-color)
}

.podcast-style7 .podcast-img {
    position: absolute;
    top: 66px;
    right: 22%;
    border-radius: 10px;
    overflow: hidden;
    transition: all ease .4s;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .25);
    transform: rotate(0);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    border: 2px solid var(--white-color)
}

.podcast-style7:hover .podcast-img {
    opacity: 1;
    visibility: visible;
    transform: rotate(-13deg)
}

.podcast-style7 .podcast-content {
    display: flex;
    align-items: center
}

.podcast-style7 .play-btn {
    --icon-size: 60px;
    --icon-font-size: 17px;
    margin-right: 35px
}

.podcast-style7 .podcast-title {
    font-size: 20px;
    margin-bottom: 0;
    flex: 1
}

.podcast-style7 .podcast-episode,
.podcast-style7 .podcast-author {
    display: inline-block;
    color: var(--theme-color);
    font-family: var(--title-font);
    font-weight: 500;
    line-height: 1;
    text-align: center;
    width: 17%;
    flex: 0 0 17%
}

.podcast-style7 .podcast-episode {
    color: var(--body-color)
}

@media(max-width: 1500px) {
    .podcast-style5 .podcast-content {
        padding: 0 10px
    }

    .podcast-style4 .podcast-shape {
        right: 0
    }

    .podcast-style6 .podcast-content {
        padding: 20px 20px 20px 40px
    }

    .podcast-style6.layout2 .podcast-content {
        padding: 15px 15px 15px 30px
    }

    .podcast-style6.layout2 .podcast-img {
        max-width: 200px
    }

    .podcast-style6.layout2 .podcast-title {
        font-size: 26px
    }

    .podcast-style2 {
        padding: 30px;
        margin-top: 80px
    }

    .podcast-style2 .podcast-shape {
        display: none
    }

    .podcast-style2 .podcast-content {
        padding: 0 20px 0 10px
    }
}

@media(max-width: 1199px) {
    .podcast-style6 .podcast-content {
        padding: 10px 10px 10px 30px
    }

    .podcast-style6 .podcast-img {
        max-width: 210px;
        border-radius: 0 20px 20px 0
    }

    .podcast-style6 .podcast-title {
        margin-bottom: 5px
    }

    .podcast-style6 .podcast-meta {
        margin-bottom: 10px
    }

    .podcast-style6 .podcast-meta a {
        font-size: 14px
    }

    .podcast-style7 .podcast-inner {
        padding: 20px 20px
    }

    .podcast-style7 .play-btn {
        --icon-size: 40px;
        --icon-font-size: 13px;
        margin-right: 15px
    }

    .podcast-style7 .podcast-title {
        font-size: 18px
    }

    .podcast-style7 .podcast-episode,
    .podcast-style7 .podcast-author {
        width: 10%;
        flex: 0 0 10%
    }

    .podcast-style7 .podcast-img {
        top: 15%;
        right: 25%;
        max-width: 150px
    }

    .podcast-style4 {
        padding: 30px 20px;
        margin-bottom: 30px
    }

    .podcast-style4 .podcast-title {
        margin-bottom: 5px
    }

    .podcast-style4.layout2 .podcast-title {
        font-size: 30px;
        margin-bottom: 32px
    }

    .podcast-style4.layout2 .podcast-content {
        padding: 30px 20px
    }

    .podcast-style2 {
        padding: 20px;
        margin-top: 60px
    }

    .podcast-style2 .podcast-img {
        max-width: 500px
    }

    .podcast-style2 .podcast-title {
        font-size: 36px;
        margin-bottom: 10px
    }

    .podcast-style2 .podcast-label {
        font-size: 20px;
        margin-bottom: 0
    }

    .podcast-style2 .podcast-meta {
        margin-bottom: 10px
    }

    .podcast-style2 .watch-btn i {
        --icon-size: 40px;
        --icon-font-size: 14px
    }

    .podcast-style3 .author,
    .podcast-style1 .author {
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px
    }

    .podcast-style1 .podcast-img {
        margin-bottom: 15px
    }

    .podcast-style1 .podcast-title {
        margin-bottom: 15px
    }

    .podcast-style1 .podcast-btn {
        --icon-size: 50px;
        --icon-font-size: 16px
    }

    .podcast-style1 .podcast-btn .btn-text {
        font-size: 14px;
        padding: 10px 10px 10px 30px;
        margin-left: -20px
    }

    .podcast-style5 .podcast-category {
        right: 15px;
        bottom: 15px
    }

    .podcast-style5 .podcast-category a {
        font-size: 12px;
        padding: 10px 21px
    }
}

@media(max-width: 991px) {
    .podcast-style3 {
        padding: 0 10px 30px 10px
    }

    .podcast-style2 {
        padding: 20px
    }

    .podcast-style2 .podcast-label {
        font-size: 16px
    }

    .podcast-style2 .podcast-title {
        font-size: 28px
    }

    .podcast-style2 .podcast-img {
        max-width: 350px
    }

    .podcast-style2 .podcast-content {
        padding: 0
    }

    .podcast-style6 {
        display: block;
        text-align: center
    }

    .podcast-style6.layout2 .podcast-img {
        max-width: 100%
    }

    .podcast-style6.layout2 .podcast-content {
        padding: 15px 15px 30px 15px
    }

    .podcast-style6 .podcast-img {
        max-width: 100%;
        border-radius: 20px
    }

    .podcast-style6 .podcast-img img {
        width: 100%
    }

    .podcast-style6 .podcast-content {
        padding: 15px 15px 25px 15px
    }

    .podcast-style7 .podcast-inner {
        padding: 0 0 20px 0;
        text-align: center
    }

    .podcast-style7 .podcast-img {
        margin: -2px -2px -20px -2px;
        position: relative;
        top: 0;
        right: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        max-width: initial;
        padding: 0;
        border: none;
        box-shadow: none;
        border-radius: 20px 20px 0 0
    }

    .podcast-style7 .podcast-img img {
        width: 100%
    }

    .podcast-style7 .podcast-content {
        display: block
    }

    .podcast-style7 .play-btn {
        margin-bottom: 15px
    }

    .podcast-style7 .podcast-episode,
    .podcast-style7 .podcast-author {
        width: auto;
        flex: 0 0 auto;
        margin-bottom: 20px
    }

    .podcast-style7 .podcast-author {
        margin-right: 7px
    }

    .podcast-style7 .vs-btn {
        display: block;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto
    }

    .podcast-style7:hover .podcast-img {
        transform: none
    }

    .podcast-style5 {
        padding: 10px 10px 20px 10px
    }

    .podcast-style5 .play-btn {
        --icon-size: 40px;
        --icon-font-size: 13px;
        margin-right: 10px
    }

    .podcast-style5 .podcast-content {
        padding: 0
    }

    .podcast-style5 .podcast-title {
        font-size: 24px;
        margin-bottom: 12px
    }

    .podcast-style5 .podcast-img {
        margin-bottom: 10px
    }

    .podcast-style5 .podcast-btn {
        margin-top: 25px
    }

    .podcast-style5 .podcast-btn .btn-text {
        padding: 11px 23px;
        width: 140px;
        font-size: 12px
    }
}

@media(max-width: 767px) {
    .podcast-style4 {
        --icon-size: 50px;
        --icon-font-size: 14px
    }

    .podcast-style4 .podcast-title {
        margin-top: 0
    }

    .podcast-style4.layout2 .vs-btn {
        margin-left: 0;
        padding: 12px 20px
    }

    .podcast-style4.layout2 .podcast-title {
        font-size: 24px;
        margin-bottom: 15px
    }

    .podcast-style4 .podcast-meta {
        display: block;
        margin-top: 4px
    }

    .podcast-style4 .podcast-meta a {
        font-size: 14px;
        margin-right: 10px
    }

    .podcast-style2 {
        padding: 15px;
        display: block
    }

    .podcast-style2 .podcast-content {
        padding: 10px 0 10px 0
    }

    .podcast-style2 .podcast-meta a {
        margin-right: 15px;
        font-size: 13px
    }

    .podcast-style6.layout2 .podcast-title {
        font-size: 24px
    }

    .podcast-style6.layout2 .podcast-content {
        padding: 15px 10px 25px 10px
    }
}

@media(max-width: 991px) {
    .filter-menu-style1 {
        margin-bottom: 30px
    }

    .filter-menu-style1 button {
        padding: 10px 20px;
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .filter-menu-style1 {
        margin-bottom: 30px
    }

    .filter-menu-style1 button {
        padding: 8px 18px;
        font-size: 12px
    }
}

.testi-wrap1 {
    border-radius: 20px
}

.testi-style1 {
    padding: 50px 40px
}

.testi-style1 .testi-quote {
    color: var(--theme-color);
    font-size: 60px;
    margin-bottom: 25px
}

.testi-style1 .testi-text {
    font-size: 32px;
    line-height: 1.58;
    margin-bottom: 57px
}

.testi-style1 .testi-author {
    border-top: 1px solid var(--body-color);
    display: flex;
    align-items: center;
    padding-top: 45px
}

.testi-style1 .avater {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    margin-right: 30px;
    overflow: hidden
}

.testi-style1 .avater img {
    width: 100%
}

.testi-style1 .auth-name {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 13px
}

.testi-style1 .auth-degi {
    color: var(--theme-color);
    line-height: 1;
    margin-bottom: 0
}

.testi-style1 .slick-dots {
    margin: -20px 0 0 0;
    text-align: right
}

@media(max-width: 1500px) {
    .testi-style1 {
        padding: 30px 25px
    }

    .testi-style1 .testi-text {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 40px
    }

    .testi-style1 .avater {
        width: 80px;
        height: 80px;
        margin-right: 20px
    }
}

@media(max-width: 767px) {
    .testi-style1 {
        padding: 30px 15px
    }

    .testi-style1 .testi-quote {
        font-size: 40px;
        margin-bottom: 10px
    }

    .testi-style1 .testi-text {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px
    }

    .testi-style1 .testi-author {
        padding-top: 25px
    }

    .testi-style1 .testi-author .avater {
        width: 50px;
        height: 50px;
        margin-right: 15px
    }

    .testi-style1 .testi-author .auth-name {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 0
    }

    .testi-style1 .testi-author .auth-degi {
        margin-bottom: 0;
        line-height: 1;
        font-size: 14px
    }
}

.team-style1 .team-body {
    background-color: var(--white-color);
    margin-bottom: 30px;
    border-radius: 20px
}

.team-style1 .team-img {
    overflow: hidden;
    border-radius: 20px 20px 0 0
}

.team-style1 .team-img img {
    width: 100%;
    transition: all ease .4s;
    transform: scale(1) rotate(0)
}

.team-style1 .team-content {
    position: relative;
    text-align: right;
    padding: 45px 50px 30px 40px
}

.team-style1 .social,
.team-style1 .team-share {
    position: relative;
    display: inline-block;
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: calc(var(--icon-size, 50px) - 3px);
    font-size: var(--icon-font-size, 20px);
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    color: var(--white-color);
    border-radius: 50%;
    transition: all ease .4s;
    padding: 0;
    border: 2px solid rgba(0, 0, 0, 0)
}

.team-style1 .team-share {
    margin-right: 5px
}

.team-style1 .team-share {
    z-index: 1
}

.team-style1 .social {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px)
}

.team-style1 .social:hover {
    color: var(--title-color);
    border-color: var(--title-color)
}

.team-style1 .team-social {
    display: flex;
    align-items: center;
    width: 235px;
    padding: 5px;
    position: absolute;
    left: 30px;
    top: calc(var(--icon-size, 50px)/-2);
    transition: all ease .4s;
    border-radius: 9999px;
    z-index: 1
}

.team-style1 .team-social:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(var(--icon-size, 50px) + 10px);
    transition: all ease .4s;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: inherit
}

.team-style1 .team-social.active::before {
    width: 100%
}

.team-style1 .team-social.active .team-share {
    background-color: var(--title-color)
}

.team-style1 .team-social.active .social {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.team-style1 .team-name {
    line-height: 1;
    margin-bottom: 4px;
    text-transform: uppercase
}

.team-style1 .team-degi {
    display: block;
    text-transform: uppercase
}

.team-style1:hover .team-img img {
    transform: scale(1.1) rotate(3deg)
}

@media(max-width: 1500px) {
    .team-style1 {
        --icon-size: 40px;
        --icon-font-size: 15px
    }

    .team-style1 .team-content {
        padding: 25px 25px 20px 25px
    }

    .team-style1 .team-social {
        width: 180px
    }
}

.accordion-item .accordion-button {
    padding: 0;
    border: none;
    border-radius: 0;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0);
    text-align: left
}

.accordion-item .accordion-button:after {
    display: none
}

.accordion-item .accordion-button:focus {
    outline: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0)
}

.accordion-collapse {
    border: none
}

.accordion-body {
    padding: 0
}

.accordion-body p:last-child {
    margin-bottom: 0
}

.accordion-style1 {
    margin-bottom: 25px
}

.accordion-style1 .accordion-item {
    padding: 23px 0 25px 0;
    border-bottom: 1px solid #aaa
}

.accordion-style1 .accordion-item:first-child {
    padding-top: 0
}

.accordion-style1 .accordion-item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.accordion-style1 .accordion-item:last-child .accordion-button {
    padding-bottom: 0
}

.accordion-style1 .accordion-button {
    position: relative;
    padding: 0 20px 0 44px;
    font-weight: 600;
    font-size: 28px;
    font-family: var(--title-font);
    color: var(--title-color)
}

.accordion-style1 .accordion-button .arrow {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    width: 30px;
    height: 30px;
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transition: all ease .4s;
    transform: rotate(90deg)
}

.accordion-style1 .accordion-button .arrow:before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    left: 41%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.3);
    background-color: var(--white-color);
    z-index: 1;
    -webkit-clip-path: inherit;
    clip-path: inherit
}

.accordion-style1 .accordion-button.collapsed .arrow {
    transform: none;
    background-color: var(--title-color)
}

.accordion-style1 .accordion-body {
    padding: 5px 20px 0 44px
}

@media(max-width: 1199px) {
    .accordion-style1 .accordion-button {
        font-size: 22px;
        padding-left: 26px
    }

    .accordion-style1 .accordion-button .arrow {
        margin-top: -9px;
        width: 18px;
        height: 18px
    }

    .accordion-style1 .accordion-item {
        padding: 13px 0 15px 0
    }

    .accordion-style1 .accordion-body {
        padding-left: 26px
    }

    .accordion-style1 .accordion-body p {
        line-height: 1.5
    }
}

@media(max-width: 767px) {
    .accordion-style1 .accordion-button {
        font-size: 17px;
        padding-left: 26px
    }

    .accordion-style1 .accordion-body p {
        font-size: 14px
    }
}

.woocommerce-message,
.woocommerce-info {
    position: relative;
    border: 1px solid var(--border-color);
    padding: 11px 20px;
    background-color: var(--smoke-color);
    color: var(--title-color);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
    border-radius: 10px
}

.woocommerce-message a,
.woocommerce-info a {
    color: inherit;
    text-decoration: underline
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
    text-decoration: underline
}

.woocommerce-message:before,
.woocommerce-info:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 900;
    margin-right: 10px
}

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0)
}

.woocommerce-notices-wrapper .woocommerce-message:before {
    content: "";
    font-weight: 300
}

.quantity {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    display: inline-flex;
    align-items: center;
    background-color: var(--smoke-color);
    border-radius: 7px
}

.quantity .screen-reader-text {
    display: none
}

.quantity input {
    padding: 0 5px 0 5px;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    --body-color: var(--title-color);
    background-color: var(--white-color);
    border: 2px solid var(--smoke-color);
    border-radius: 7px
}

.quantity .qty-btn {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: var(--title-color);
    font-size: 16px;
    border-radius: 7px
}

.quantity .qty-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.quantity .quantity-plus {
    bottom: 30px
}

.star-rating {
    overflow: hidden;
    position: relative;
    width: 93px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 14px
}

.star-rating:before {
    content: "";
    color: var(--theme-color);
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px;
    font-weight: 400
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--theme-color);
    letter-spacing: 3px;
    font-weight: 700
}

.rating-select {
    margin-top: -1em;
    margin-bottom: 15px
}

.rating-select label {
    font-size: 16px;
    color: var(--title-color);
    font-weight: 700;
    margin: 0 10px 0 0;
    display: inline-block
}

.rating-select .stars {
    margin-bottom: 0;
    line-height: 1;
    display: inline-block
}

.rating-select .stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.rating-select .stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: var(--icon-font);
    content: "";
    font-weight: 400;
    text-indent: 0;
    color: var(--theme-color)
}

.rating-select .stars a:hover~a::before {
    content: "";
    font-weight: 400
}

.rating-select .stars:hover a::before {
    content: "";
    font-weight: 700
}

.rating-select .stars.selected a.active::before {
    content: "";
    font-weight: 700
}

.rating-select .stars.selected a.active~a::before {
    content: "";
    font-weight: 400
}

.rating-select .stars.selected a:not(.active)::before {
    content: "";
    font-weight: 700
}

.woocommerce-cart-form {
    text-align: center
}

.cart_table {
    border: 1px solid var(--border-color);
    margin-bottom: 45px
}

.cart_table thead {
    background-color: var(--smoke-color)
}

.cart_table thead th {
    border: none !important;
    color: var(--title-color);
    font-size: 18px
}

.cart_table td:before,
.cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    border: none;
    padding: 27px 15px
}

.cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    transform: translateY(-50%);
    display: none
}

.cart_table td {
    border: none;
    border-bottom: 1px solid var(--border-color);
    color: var(--body-color);
    padding: 20px 10px;
    position: relative;
    vertical-align: middle;
    line-height: 1
}

.cart_table .product-quantity {
    color: var(--title-color)
}

.cart_table .product-quantity input {
    position: relative;
    top: -2px
}

.cart_table .cart-productname {
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--body-color)
}

.cart_table .cart-productimage {
    display: inline-block;
    border: 2px solid var(--border-color);
    overflow: hidden
}

.cart_table .cart-productimage img {
    transform: scale(1);
    transition: all ease .4s
}

.cart_table .cart-productimage:hover img {
    transform: scale(1.1)
}

.cart_table .amount {
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color)
}

.cart_table .cart-productname {
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color)
}

.cart_table .cart-productname:hover {
    color: var(--theme-color)
}

.cart_table .remove {
    color: var(--theme-color);
    font-size: 18px
}

.cart_table .remove:hover {
    color: var(--title-color)
}

.cart_table .quantity {
    width: -moz-max-content;
    width: max-content;
    display: inline-block
}

.cart_table .qty-input {
    background-color: var(--white-color);
    --body-color: var(--title-color)
}

.cart_table .actions {
    text-align: right;
    vertical-align: middle
}

.cart_table .actions>.vs-btn {
    font-size: 16px;
    padding: 17px 28px;
    margin-right: 15px
}

.cart_table .actions>.vs-btn:last-child {
    margin-right: 0
}

.cart_table .vs-cart-coupon {
    float: left;
    margin: 0;
    width: 455px;
    max-width: 100%;
    display: flex
}

.cart_table .vs-cart-coupon input {
    height: 50px;
    width: calc(100% - 200px);
    margin-right: 10px;
    color: var(--title-color)
}

.cart_table .vs-cart-coupon .vs-btn {
    font-size: 16px;
    padding: 17px 22px;
    width: -moz-max-content;
    width: max-content
}

.cart_totals {
    border: 1px solid var(--border-color)
}

.cart_totals th,
.cart_totals td {
    vertical-align: top;
    padding: 20px 20px;
    border: none;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
    color: var(--title-color);
    width: 55%
}

.cart_totals th:first-child,
.cart_totals td:first-child {
    width: 45%;
    background-color: var(--smoke-color);
    font-weight: 700;
    font-size: 14px;
    color: var(--title-color)
}

.cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--title-color);
    font-weight: 700
}

.cart_totals .shipping-calculator-button:hover {
    color: var(--theme-color)
}

.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px
}

.cart_totals .woocommerce-shipping-methods {
    margin-bottom: 0
}

.cart_totals .shipping-calculator-form {
    display: none
}

.cart_totals .shipping-calculator-form p:first-child {
    margin-top: 20px
}

.cart_totals .shipping-calculator-form p:last-child {
    margin-bottom: 0
}

.cart_totals .shipping-calculator-form .vs-btn {
    padding: 13px 30px
}

.cart_totals .amount {
    font-weight: 700;
    font-size: 18px
}

.cart_totals .order-total .amount {
    color: var(--theme-color)
}

.cart_totals input,
.cart_totals select {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background-position: right 20px center;
    font-size: 14px
}

@media(max-width: 991px) {
    .cart_table th {
        padding: 23px 8px;
        font-size: 14px
    }

    .cart_table .cart-productname {
        font-size: 14px
    }

    .cart_table .vs-cart-coupon {
        width: 100%;
        margin-bottom: 20px
    }

    .cart_table .actions {
        text-align: center
    }
}

@media(max-width: 767px) {
    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        border: none
    }

    .cart_table thead {
        display: none
    }

    .cart_table td {
        padding: 15px;
        display: block;
        width: 100%;
        padding-left: 25%;
        text-align: right;
        border: 1px solid var(--border-color);
        border-bottom: none
    }

    .cart_table td::before {
        display: block
    }

    .cart_table td:last-child {
        border-bottom: 1px solid var(--border-color)
    }

    .cart_table td.actions {
        padding-left: 15px;
        text-align: center
    }

    .cart_table td.actions>.vs-btn {
        margin-top: 10px;
        margin-right: 0;
        display: block;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto
    }

    .cart_table td.actions>.vs-btn:last-child {
        margin-right: auto
    }

    .cart_table .vs-cart-coupon {
        width: 100%;
        text-align: center;
        float: none;
        justify-content: center;
        display: block;
        padding-bottom: 10px
    }

    .cart_table .vs-cart-coupon input {
        width: 100%;
        margin-bottom: 10px
    }

    .cart_totals th,
    .cart_totals td {
        padding: 15px 10px
    }

    .cart_totals th:first-child,
    .cart_totals td:first-child {
        width: 17%;
        line-height: 1.4
    }
}

.woocommerce-form-coupon,
.woocommerce-form-login {
    padding: 20px;
    background-color: var(--smoke-color);
    --bs-gutter-x: 20px;
    margin-bottom: 40px;
    display: none
}

.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
    margin-bottom: 0
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
    margin-bottom: 0
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: -35px
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: -30px
}

.woocommerce-checkout .select2-dropdown {
    border: 1px solid var(--border-color);
    border-top: none
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .form-control:focus {
    color: var(--body-color)
}

.select2-container--default .select2-selection--single {
    height: 60px;
    border: 1px solid var(--border-color)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 30px;
    padding-right: 25px
}

.woocommerce-billing-fields .form-row {
    margin-bottom: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "";
    font-family: var(--icon-font)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    line-height: 60px;
    margin-right: 18px
}

span.select2-selection.select2-selection--single:focus {
    outline: none
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 0;
    background-position: right 13px center
}

.shipping-calculator-form .vs-btn {
    font-size: 14px;
    padding: 0 20px;
    width: -moz-max-content;
    width: max-content;
    height: 40px
}

.checkout-ordertable .woocommerce-Price-amount {
    font-size: 15px
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: none;
    vertical-align: middle;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color)
}

.checkout-ordertable ul {
    margin: 0;
    padding: 0
}

.checkout-ordertable .order-total .amount {
    color: var(--theme-color)
}

.checkout-ordertable input[type=hidden]~label {
    color: var(--theme-color)
}

.woocommerce-checkout .form-group input:not(:last-child) {
    margin-bottom: var(--bs-gutter-x)
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: 1px solid var(--border-color);
    text-align: right;
    padding: 5px 20px
}

.checkout-ordertable th {
    text-align: left
}

.woocommerce-checkout-payment {
    text-align: left
}

.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.woocommerce-checkout-payment ul li {
    padding-top: 10px;
    border-bottom: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 16px
}

.woocommerce-checkout-payment ul input[type=radio]~label {
    margin-bottom: 19px;
    color: var(--body-color)
}

.woocommerce-checkout-payment ul input[type=radio]~label img {
    margin-bottom: -2px;
    margin-left: 10px
}

.woocommerce-checkout-payment .place-order {
    padding-top: 30px
}

.woocommerce-checkout-payment .payment_box {
    color: var(--title-color);
    background-color: var(--light-color);
    border: 1px solid var(--border-color);
    border-bottom: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none
}

.woocommerce-checkout-payment .payment_box p {
    margin: 0
}

.vs-checkout-wrapper form.woocommerce-form {
    margin-bottom: 25px
}

@media(max-width: 767px) {
    tfoot.checkout-ordertable th {
        display: none
    }

    .woocommerce-checkout-payment ul input[type=radio]~label img {
        max-width: 150px
    }

    .checkout-ordertable th,
    .checkout-ordertable td {
        padding: 5px 20px 5px 60px
    }

    .woocommerce-form-coupon,
    .woocommerce-form-login {
        padding: 40px 20px
    }
}

@media(max-width: 575px) {

    .woocommerce-message,
    .woocommerce-info {
        font-size: 12px;
        padding: 11px 15px
    }
}

.vs-product-box {
    margin-bottom: 50px
}

.vs-product-box .product-img {
    overflow: hidden;
    position: relative
}

.vs-product-box .product-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(5, 24, 33, .7);
    transition: all ease .4s;
    z-index: 1;
    transform: scale(0.7);
    opacity: 0;
    visibility: hidden
}

.vs-product-box .product-img img {
    transition: all ease .4s;
    transform: scale(1.001)
}

.vs-product-box .actions {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease .4s;
    z-index: 2;
    opacity: 0;
    visibility: hidden
}

.vs-product-box .vs-btn {
    background-color: rgba(0, 0, 0, 0);
    color: var(--title-color);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px
}

.vs-product-box .vs-btn:after,
.vs-product-box .vs-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: .5px;
    bottom: .5px;
    background-color: var(--theme-color);
    z-index: -2;
    transition: all ease .4s;
    border-radius: 9999px;
    transform: rotateX(0.0001deg)
}

.vs-product-box .vs-btn:after {
    z-index: -1;
    background-color: var(--white-color);
    right: 4px;
    left: 4px
}

.vs-product-box .vs-btn:hover {
    background-color: rgba(0, 0, 0, 0);
    color: var(--white-color)
}

.vs-product-box .vs-btn:hover:after {
    transform: rotateX(180deg);
    background-color: var(--title-color)
}

.vs-product-box .product-content {
    position: relative;
    padding-top: 11px
}

.vs-product-box .star-rating {
    display: block;
    float: right;
    position: relative;
    top: 7px
}

.vs-product-box .product-title {
    font-size: 24px;
    margin-bottom: 0
}

.vs-product-box .product-price {
    font-size: 18px;
    color: var(--theme-color);
    font-weight: 700;
    color: var(--theme-color)
}

.vs-product-box .product-price del {
    margin-right: 5px;
    color: var(--body-color)
}

.vs-product-box:hover .product-img:before {
    opacity: 1;
    visibility: visible;
    transform: scale(0.99)
}

.vs-product-box:hover .actions {
    opacity: 1;
    visibility: visible
}

.product-big-img {
    margin-bottom: 30px
}

.product-big-img .img {
    background-color: var(--smoke-color);
    border-radius: 10px;
    overflow: hidden
}

.product-about {
    margin-bottom: 30px
}

.product-about .product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-top: -0.45em
}

.product-about .star-rating {
    margin-right: 10px
}

.product-about .product-title {
    margin-bottom: 12px
}

.product-about .price {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 22px;
    color: var(--theme-color)
}

.product-about .price del {
    font-size: .7em;
    margin-left: 10px;
    color: var(--body-color);
    font-weight: 400
}

.product-about .actions {
    margin-top: 30px
}

.product-about .actions .quantity {
    margin-right: 30px
}

.product-about .actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.product-about .actions .vs-btn {
    padding: 15px 25px 15px 25px;
    border-radius: 10px;
    background-color: var(--secondary-color)
}

.product-about .actions .vs-btn:before {
    background-color: var(--theme-color)
}

.product-description {
    margin-top: 50px
}

@media(max-width: 1199px) {
    .product-big-img img {
        width: 100%
    }

    .product-about .price {
        font-size: 20px;
        margin-bottom: 10px
    }

    .product-description {
        margin-top: 10px
    }
}

@media(max-width: 767px) {
    .vs-product-box {
        text-align: center;
        margin-bottom: 20px
    }

    .vs-product-box .product-title {
        font-size: 20px;
        margin-bottom: 5px
    }

    .vs-product-box .product-price {
        font-size: 14px;
        display: block
    }

    .vs-product-box .star-rating {
        position: relative;
        top: 0;
        float: none;
        display: inline-block;
        width: 70px;
        font-size: 10px;
        margin-bottom: 4px
    }

    .vs-product-box .vs-btn {
        font-size: 12px;
        padding: 7px 16px 10px 16px
    }

    .product-about .actions .quantity {
        margin-right: 10px
    }
}

.package-style1 {
    background-color: var(--white-color);
    padding: 45px var(--padding-x, 45px) 60px var(--padding-x, 45px);
    margin-bottom: 30px;
    border-radius: 30px;
    transition: all ease .4s
}

.package-style1 .package-body {
    display: flex;
    align-items: center;
    padding: 0 20px 39px 0
}

.package-style1 .package-icon {
    margin-right: 20px
}

.package-style1 .package-title {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 35px;
    transition: all ease .4s
}

.package-style1 .package-price {
    font-size: 66px;
    font-weight: 600;
    line-height: 1;
    font-family: var(--title-font);
    color: var(--theme-color);
    text-transform: uppercase;
    flex: 1
}

.package-style1 .currency {
    font-size: 24px
}

.package-style1 .duration {
    font-size: 30px
}

.package-style1 .package-label {
    background-color: var(--border-color);
    text-align: center;
    padding: 5px 0;
    margin: 0 calc(var(--padding-x, 45px)*-1);
    transition: all ease .4s
}

.package-style1 .package-list ul {
    padding: 35px 0 21px 0;
    margin: 0;
    list-style-type: none
}

.package-style1 .package-list li {
    position: relative;
    color: var(--title-color);
    font-family: var(--title-font);
    margin-bottom: 15px;
    padding-left: 35px;
    transition: all ease .4s
}

.package-style1 .package-list .close {
    color: var(--body-color)
}

.package-style1 .package-list i {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 1.2em
}

.package-style1 .package-list i.fa-times {
    color: var(--theme-color)
}

.package-style1:hover,
.package-style1.active {
    background-color: var(--title-color)
}

.package-style1:hover .package-label,
.package-style1.active .package-label {
    background-color: var(--white-color)
}

.package-style1:hover .package-title,
.package-style1:hover .package-list li,
.package-style1.active .package-title,
.package-style1.active .package-list li {
    color: var(--white-color)
}

.package-style1:hover .vs-btn,
.package-style1.active .vs-btn {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.package-style1:hover .vs-btn:hover,
.package-style1.active .vs-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

@media(max-width: 1500px) {
    .package-style1 {
        padding-top: 40px;
        padding-bottom: 40px;
        --padding-x: 20px;
        border-radius: 15px
    }

    .package-style1 .package-title {
        margin-bottom: 20px
    }

    .package-style1 .package-list ul {
        padding: 20px 0 15px 0
    }

    .package-style1 .package-list li {
        padding-left: 30px;
        margin-bottom: 10px;
        line-height: 1.5
    }

    .package-style1 .package-list i {
        top: 4px
    }

    .package-style1 .package-price {
        font-size: 60px
    }
}

@media(max-width: 767px) {
    .package-style1 .package-body {
        display: flex;
        align-items: center;
        padding: 0 20px 25px 0
    }

    .package-style1 .package-title {
        font-size: 24px
    }

    .package-style1 .package-label {
        font-size: 14px
    }

    .package-style1 .package-icon {
        max-width: 50px;
        margin-right: 10px
    }

    .package-style1 .package-price {
        font-size: 50px
    }

    .package-style1 .duration {
        font-size: 18px
    }

    .package-style1 .currency {
        font-size: 16px
    }
}

.audio-waveform {
    cursor: pointer
}

.audio-mic.mute .fa-volume:before {
    content: ""
}

.audio-pause-play.pause .fa-play:before {
    content: ""
}

.audio-repeat.replay .fa-play:before {
    content: ""
}

.audio-style1,
.audio-style1 .audio-top,
.audio-style1 .audio-control,
.audio-style1 .audio-bottom {
    display: flex;
    align-items: center
}

.audio-style1 .audio-content,
.audio-style1 .audio-body {
    flex: 1
}

.audio-style1 .audio-top {
    margin-bottom: 40px
}

.audio-style1 .audio-content {
    padding: 0 20px 0 45px
}

.audio-style1 .audio-img {
    width: 200px;
    height: 200px;
    background-color: var(--white-color);
    padding: 3px;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 35px
}

.audio-style1 .audio-img img {
    border-radius: inherit;
    width: 100%
}

.audio-style1 .audio-waveform {
    flex: 1;
    margin: 0 20px
}

.audio-style1 .audio-duration,
.audio-style1 .audio-time {
    font-size: 20px;
    line-height: 1;
    color: var(--white-color);
    display: inline-block;
    width: 40px
}

.audio-style1 .audio-mic {
    display: inline-block;
    border: none;
    padding: 0;
    background-color: #266867;
    color: var(--white-color);
    font-size: 30px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 50%;
    text-align: center;
    margin-left: 40px
}

.audio-style1 .audio-mic:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.audio-style1 .audio-pause-play {
    display: inline-block;
    padding: 0;
    border: 2px solid var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
    line-height: 1;
    width: 70px;
    height: 70px;
    line-height: 64px;
    border-radius: 50%;
    font-size: 22px;
    margin: 0 20px
}

.audio-style1 .audio-pause-play:hover {
    background-color: rgba(0, 0, 0, 0);
    color: var(--theme-color)
}

.audio-style1 .audio-backward,
.audio-style1 .audio-forward {
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .4);
    background-color: rgba(0, 0, 0, 0);
    color: var(--white-color);
    font-size: 13px;
    border-radius: 50%
}

.audio-style1 .audio-backward:hover,
.audio-style1 .audio-forward:hover {
    border-color: var(--theme-color);
    color: var(--theme-color)
}

.audio-style1 .audio-title {
    color: var(--white-color);
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.audio-style1 .audio-meta {
    color: var(--theme-color);
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0
}

.audio-style1 .audio-btn {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-transform: capitalize
}

.audio-style1 .audio-btn i {
    margin-left: 10px
}

.audio-style1 .audio-btn:hover {
    color: var(--theme-color)
}

.audio-style2 {
    background-color: var(--smoke-color);
    border-radius: 9999px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 40px;
    margin-top: -60px;
    position: relative;
    z-index: 1
}

.audio-style2 .audio-left,
.audio-style2 .audio-right {
    flex: 1;
    display: flex;
    align-items: center
}

.audio-style2 .audio-right {
    justify-content: flex-end
}

.audio-style2 .audio-icon {
    margin-right: 25px
}

.audio-style2 .audio-title {
    font-size: 20px;
    margin: 0;
    font-family: var(--body-font)
}

.audio-style2 .audio-pause-play {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: var(--white-color);
    background-color: var(--theme-color);
    transform: rotate(45deg);
    border: none;
    padding: 0;
    display: inline-block;
    border-radius: 15px;
    margin: 0 7px;
    font-size: 20px;
    transition: all ease .4s
}

.audio-style2 .audio-pause-play i {
    transform: rotate(-45deg)
}

.audio-style2 .audio-pause-play:hover {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.audio-style2 .audio-backward,
.audio-style2 .audio-forward {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 4px;
    border: none;
    position: relative;
    z-index: 1;
    background-color: var(--title-color);
    color: var(--white-color);
    transform: rotate(45deg);
    font-size: 16px;
    transition: all ease .4s
}

.audio-style2 .audio-backward i,
.audio-style2 .audio-forward i {
    transform: rotate(-45deg)
}

.audio-style2 .audio-backward:hover,
.audio-style2 .audio-forward:hover {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.audio-style2 .audio-body {
    display: flex;
    align-items: center;
    flex: 1
}

.audio-style2 .audio-waveform {
    flex: 1;
    margin: 0 4px
}

.audio-style2 .audio-duration,
.audio-style2 .audio-time {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
    width: 40px;
    text-align: center
}

.audio-style2 .audio-middle {
    padding: 0 40px
}

.audio-style2 .audio-repeat,
.audio-style2 .audio-mic {
    border: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0;
    border-radius: 50%;
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0)
}

.audio-style2 .audio-repeat:first-child,
.audio-style2 .audio-mic:first-child {
    margin-left: 20px
}

.audio-style2 .audio-repeat:hover,
.audio-style2 .audio-mic:hover {
    background-color: var(--white-color)
}

.audio-style2 .audio-mic.mute,
.audio-style2 .audio-repeat[data-repeat=true] {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.audio-style3 {
    padding: 10px 10px 15px 10px;
    background-color: #0c282d;
    border-radius: 4px
}

.audio-style3 .audio-time,
.audio-style3 .audio-duration {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    font-family: var(--title-font);
    color: var(--white-color)
}

.audio-style3 .audio-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.audio-style3 .audio-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 15px
}

.audio-style3 .audio-repeat,
.audio-style3 .audio-mic,
.audio-style3 .audio-forward,
.audio-style3 .audio-backward {
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0);
    color: var(--white-color);
    padding: 0;
    line-height: 1;
    border: none
}

.audio-style3 .audio-repeat:hover,
.audio-style3 .audio-mic:hover,
.audio-style3 .audio-forward:hover,
.audio-style3 .audio-backward:hover {
    color: var(--theme-color)
}

.audio-style3 .audio-mic.mute,
.audio-style3 .audio-repeat[data-repeat=true] {
    color: var(--theme-color)
}

.audio-style3 .audio-pause-play {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-color: var(--white-color);
    color: var(--title-color);
    padding: 0;
    border: none;
    border-radius: 50%;
    margin: 0 18px
}

.audio-style3 .audio-pause-play:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

@media(max-width: 1199px) {
    .audio-style1 .audio-img {
        width: 150px;
        height: 150px;
        margin-right: 25px
    }

    .audio-style1 .audio-duration,
    .audio-style1 .audio-time {
        font-size: 16px;
        width: 35px
    }

    .audio-style1 .audio-pause-play {
        width: 60px;
        height: 60px;
        line-height: 54px;
        font-size: 20px;
        margin: 0 10px
    }

    .audio-style1 .audio-content {
        padding: 0 10px 0 25px
    }

    .audio-style1 .audio-title {
        font-size: 22px;
        margin-bottom: 6px
    }

    .audio-style1 .audio-meta {
        font-size: 12px;
        margin-bottom: 0
    }

    .audio-style1 .audio-mic {
        font-size: 22px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-left: 40px
    }

    .audio-style1 .audio-btn {
        font-size: 14px
    }

    .audio-style1 .audio-mic {
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 20px
    }

    .audio-style1 .audio-waveform {
        margin: 0 10px
    }

    .audio-style1 .audio-top {
        margin-bottom: 30px
    }

    .audio-style2 .audio-icon {
        margin-right: 10px
    }

    .audio-style2 .audio-title {
        font-size: 15px
    }

    .audio-style2 .audio-middle {
        padding: 0 20px
    }

    .audio-style2 .audio-pause-play {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 16px
    }

    .audio-style2 .audio-backward,
    .audio-style2 .audio-forward {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }

    .audio-style2 .audio-repeat,
    .audio-style2 .audio-mic {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px
    }

    .audio-style2 .audio-duration,
    .audio-style2 .audio-time {
        font-size: 13px;
        width: 35px
    }
}

@media(max-width: 991px) {
    .audio-style1 {
        --gap-left: 23%
    }

    .audio-style1 .audio-bottom {
        flex-wrap: wrap
    }

    .audio-style1 .audio-control {
        flex: 0 0 var(--gap-left);
        width: var(--gap-left)
    }

    .audio-style1 .audio-pause-play {
        width: 40px;
        height: 40px;
        line-height: 35px;
        font-size: 14px;
        margin: 0 5px
    }

    .audio-style1 .audio-forward,
    .audio-style1 .audio-backward {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 10px
    }

    .audio-style1 .audio-title {
        font-size: 20px
    }

    .audio-style1 .audio-content {
        padding: 0 0 0 10px
    }

    .audio-style1 .audio-btns {
        flex: 0 0 calc(100% - var(--gap-left));
        width: calc(100% - var(--gap-left));
        margin-left: auto;
        padding-left: 10px;
        margin-top: 5px
    }

    .audio-style2 {
        text-align: center;
        margin-top: 40px;
        border-radius: 10px
    }

    .audio-style2 .audio-backward,
    .audio-style2 .audio-forward,
    .audio-style2 .audio-pause-play {
        transform: rotate(0)
    }

    .audio-style2 .audio-backward i,
    .audio-style2 .audio-forward i,
    .audio-style2 .audio-pause-play i {
        transform: rotate(0)
    }

    .audio-style2 .audio-left {
        margin-bottom: 10px;
        text-align: left
    }

    .audio-style2 .audio-right {
        flex: 0 0 100%;
        margin-top: 20px
    }

    .audio-style2 .audio-middle {
        padding: 0
    }
}

@media(max-width: 767px) {
    .audio-style1 {
        display: block;
        text-align: center;
        --gap-left: 0
    }

    .audio-style1 .audio-img {
        margin: 0 auto 20px auto
    }

    .audio-style1 .audio-duration,
    .audio-style1 .audio-time {
        font-size: 12px;
        width: 25px
    }

    .audio-style1 .audio-waveform {
        margin: 0 10px
    }

    .audio-style1 .audio-mic {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 5px
    }

    .audio-style1 .audio-bottom {
        display: block
    }

    .audio-style1 .audio-control {
        justify-content: center;
        width: 100%;
        margin: 0 auto 10px auto
    }

    .audio-style1 .audio-top {
        margin-bottom: 15px
    }

    .audio-style1 .audio-content {
        padding: 0
    }

    .audio-style1 .audio-btns {
        padding-left: 0;
        padding-top: 0px
    }

    .audio-style1 .audio-pause-play {
        width: 50px;
        height: 50px;
        line-height: 43px
    }

    .audio-style2 {
        display: block;
        padding: 20px 10px
    }

    .audio-style2 .audio-left {
        justify-content: center
    }

    .audio-style2 .audio-title {
        font-size: 13px
    }

    .audio-style2 .audio-repeat:first-child {
        margin-left: 10px
    }
}

.pb-30 {
    padding-bottom: 30px
}

.pb-1px {
    padding-bottom: 1px
}

.pt-30 {
    padding-top: 30px
}

.mt-n1 {
    margin-top: -0.25rem
}

.mt-n2 {
    margin-top: -0.5rem
}

.mt-n3 {
    margin-top: -1rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mb-n1 {
    margin-bottom: -0.25rem
}

.mb-n2 {
    margin-bottom: -0.5rem
}

.mb-n3 {
    margin-bottom: -1rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

.mb-30 {
    margin-bottom: 30px
}

.mt-30 {
    margin-top: 30px
}

.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)
}

@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-top-md-none {
        padding-top: 0
    }
}
/***********************************************banner**********************************************8/
  /* --- MARVEL UNIQUE SCOPED CSS --- */
        .mvl-hero-wrapper {
            position: relative;
            width: 100%;
            height: 100vh; /* Reduced height as requested */
            min-height: 450px;
            overflow: hidden;
            background-color: #000;
            font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
            color: #ffffff;
        }

        /* Hide Radio Inputs */
        .mvl-hero-wrapper .mvl-hero-radio {
            display: none;
        }

        /* Slide Management */
        .mvl-hero-item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: hidden;
            transition: opacity 1s ease-in-out, visibility 1s;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            padding: 0 10%;
        }

        /* Premium Overlay */
        .mvl-hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(75deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
            z-index: 1;
        }

        /* Background Images */
        .mvl-bg-1 { background-image: url('https://demo.acculermedia.com/rocknature/assets/img/bg/sathur_1.1.webp'); }
        .mvl-bg-2 { background-image: url('https://demo.acculermedia.com/rocknature/assets/img/bg/Magaram.webp'); }
        .mvl-bg-3 { background-image: url('https://demo.acculermedia.com/rocknature/assets/img/bg/Pura.webp'); }

        /* Text Animations */
        .mvl-hero-content {
            position: relative;
            z-index: 2;
            max-width: 580px;
            transform: translateY(30px);
            opacity: 0;
            transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s ease;
        }

        .mvl-hero-content h1 {
            font-size: clamp(2.2rem, 5vw, 4rem);
            font-weight: 800;
            margin: 0;
            text-transform: uppercase;
            letter-spacing: -1px;
            line-height: 1;
        }

        .mvl-hero-content h3 {
            font-size: 1.2rem;
            margin: 10px 0;
            letter-spacing: 1px;
            font-weight: 600;
        }

        .mvl-text-accent { color: #e62429; }

        .mvl-hero-content p {
            font-size: 1rem;
            line-height: 1.5;
            color: #dddddd;
            margin-bottom: 25px;
        }

        /* Buttons */
        .mvl-hero-btn-group { display: flex; gap: 12px; }
        
        .mvl-hero-btn {
            padding: 12px 30px;
            text-decoration: none;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 0.8rem;
            transition: 0.3s ease;
            display: inline-block;
        }

        .mvl-btn-red { background: #e62429; color: #fff; border: 1px solid #e62429; }
        .mvl-btn-white { background: transparent; color: #fff; border: 1px solid #fff; }
        
        .mvl-btn-red:hover { background: #b11b1f; transform: translateY(-2px); }
        .mvl-btn-white:hover { background: #fff; color: #000; transform: translateY(-2px); }

        /* Active Logic */
        #mvl-rad-1:checked ~ .mvl-bg-1,
        #mvl-rad-2:checked ~ .mvl-bg-2,
        #mvl-rad-3:checked ~ .mvl-bg-3 {
            opacity: 1;
            visibility: visible;
        }

        #mvl-rad-1:checked ~ .mvl-bg-1 .mvl-hero-content,
        #mvl-rad-2:checked ~ .mvl-bg-2 .mvl-hero-content,
        #mvl-rad-3:checked ~ .mvl-bg-3 .mvl-hero-content {
            opacity: 1;
            transform: translateY(0);
        }

        /* Bottom Nav Bar */
        .mvl-hero-navbar {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            z-index: 10;
            background: rgba(15, 15, 15, 0.7);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .mvl-nav-item {
            padding: 20px;
            cursor: pointer;
            position: relative;
            transition: 0.3s;
        }

        .mvl-nav-text {
            display: block;
            font-size: 0.7rem;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.4);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Red Indicator Line */
        .mvl-nav-item::after {
            content: "";
            position: absolute;
            top: -1px;
            left: 0;
            width: 0%;
            height: 3px;
            background: #e62429;
            transition: width 0.5s ease;
        }

        /* Active Tab Styling */
        #mvl-rad-1:checked ~ .mvl-hero-navbar .mvl-nav-item:nth-child(1),
        #mvl-rad-2:checked ~ .mvl-hero-navbar .mvl-nav-item:nth-child(2),
        #mvl-rad-3:checked ~ .mvl-hero-navbar .mvl-nav-item:nth-child(3) {
            background: rgba(255, 255, 255, 0.05);
        }

        #mvl-rad-1:checked ~ .mvl-hero-navbar .mvl-nav-item:nth-child(1) .mvl-nav-text,
        #mvl-rad-2:checked ~ .mvl-hero-navbar .mvl-nav-item:nth-child(2) .mvl-nav-text,
        #mvl-rad-3:checked ~ .mvl-hero-navbar .mvl-nav-item:nth-child(3) .mvl-nav-text {
            color: #fff;
        }

        #mvl-rad-1:checked ~ .mvl-hero-navbar .mvl-nav-item:nth-child(1)::after,
        #mvl-rad-2:checked ~ .mvl-hero-navbar .mvl-nav-item:nth-child(2)::after,
        #mvl-rad-3:checked ~ .mvl-hero-navbar .mvl-nav-item:nth-child(3)::after {
            width: 100%;
        }

@media (max-width: 768px) {
    /* Height remains untouched */

    .mvl-hero-item {
        background-repeat: no-repeat;
        background-size: cover;
        
        /* ADJUSTMENT: 
           70% moves the image content toward the right. 
           If it's still too far left, increase to 80%. 
           If it goes too far right, decrease to 60%. 
        */
        background-position: 70% center; 
        
        padding: 0 20px;
        align-items: center;
        display: flex;
    }

    .mvl-hero-content {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        /* Extra padding to prevent clashing with the bottom nav labels */
        padding-bottom: 70px; 
    }

    .mvl-hero-content h1 {
        font-size: 2.2rem;
        margin: 8px 0;
    }

    .mvl-hero-content p {
        font-size: 0.9rem;
        line-height: 1.4;
        max-width: 280px; /* Keeps text centered and tidy over the background */
        margin: 0 auto 20px auto;
    }

    .mvl-hero-navbar {
        grid-template-columns: repeat(3, 1fr);
    }

    .mvl-nav-item {
        padding: 12px 4px;
    }

    .mvl-nav-text {
        font-size: 0.55rem;
    }
}
/*****************************About us**************************************************************/
.mk-film-hero {
    position: relative; width: 100%; min-height: 100vh; background-color: #000;
    background-image: radial-gradient(circle at 70% 50%, rgba(30, 60, 114, 0.3), transparent), url('https://www.transparenttextures.com/patterns/stardust.png'); 
    background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed;
    color: #fff; overflow: hidden; display: flex; align-items: center; justify-content: center; z-index: 0;
}

.mk-film-hero::before {
    content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%;
    background: #151515; clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); z-index: -1; 
}

.mk-film-container { 
    position: relative; z-index: 2; display: flex; width: 100%; max-width: 1440px; 
    margin: 0 auto; padding: 0 5%; align-items: center; justify-content: space-between; gap: 50px; 
}

.mk-film-content { flex: 1; max-width: 550px; }
/* --- VIDEO DESIGN (Straight & Crystal Clear) --- */
.mk-film-visual { 
    flex: 1.2; 
    display: flex; 
    justify-content: flex-end; 
}

.mk-film-stack { 
    position: relative; 
    filter: drop-shadow(0px 20px 40px rgba(0,0,0,0.8));
    transition: transform 0.4s ease;
}

.mk-film-video { 
    width: 600px; /* Increased Width */
    height: 450px; /* Mild Height Increase */
    object-fit: cover; 
    border: 5px solid #fff; 
    display: block;
    background: #000;
    /* Ensures max clarity */
    image-rendering: auto;
    -webkit-backface-visibility: hidden;
}

.mk-film-border { 
    position: absolute; 
    top: 20px; 
    left: -20px; 
    width: 100%; 
    height: 100%; 
    border: 2px solid #e62429; 
    z-index: -1; 
}
/* --- PAUSE/PLAY BUTTON --- */
.mk-video-control {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: rgba(230, 36, 41, 0.9);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
    z-index: 10;
}

.mk-video-control:hover { background: #fff; }
.mk-video-control:hover .mk-icon-pause,
.mk-video-control:hover .mk-icon-play { border-color: #e62429; background-color: #e62429; }

/* CSS Icons for Pause/Play */
.mk-icon-pause {
    width: 14px; height: 16px;
    border-left: 4px solid #fff; border-right: 4px solid #fff;
}
.mk-icon-play {
    width: 0; height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    margin-left: 4px;
}
/* --- Name & Text Styles (Untouched) --- */
.mk-film-title { line-height: 0.9; margin-bottom: 25px; text-transform: uppercase; letter-spacing: -1px; font-weight: 900; }
.mk-film-name-line { display: block; }
.mk-film-title span { display: inline-block; opacity: 0; transform: translateY(30px); animation: mkEntrance 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) calc(var(--mk-i) * 0.08s) forwards, mkShimmer 4s ease-in-out calc(var(--mk-i) * 0.1s + 1.2s) infinite; }
@keyframes mkEntrance { to { opacity: 1; transform: translateY(0); } }
@keyframes mkShimmer { 0%, 100% { color: #fff; text-shadow: none; } 50% { color: #D4AF37; text-shadow: 0 0 12px rgba(212, 175, 55, 0.7); } }
.mk-film-desc { font-size: 1.15rem; line-height: 1.7; margin-bottom: 40px; color: #cccccc; max-width: 90%; }
.mk-film-btn { display: inline-block; background: #e62429; color: #fff; padding: 18px 45px; text-decoration: none; font-weight: 900; font-style: italic; text-transform: uppercase; clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%); transition: 0.3s; }
.mk-film-btn:hover { background: #fff; color: #e62429; transform: translateX(10px); }

/* --- CAMERA UI (Untouched) --- */
.mk-film-brand-row { display: flex; align-items: center; gap: 20px; margin-bottom: 15px; }
.mk-film-camera-icon { position: relative; width: 45px; height: 40px; }
.mk-film-reel { position: absolute; border: 2px solid #D4AF37; border-radius: 50%; animation: mkRoll 3s linear infinite; }
.mk-film-reel-lg { width: 20px; height: 20px; top: 0; left: 0; }
.mk-film-reel-sm { width: 16px; height: 16px; top: 4px; left: 18px; }
.mk-film-spoke { position: absolute; width: 80%; height: 2px; background: #D4AF37; top: 50%; left: 10%; }
.mk-film-spoke:nth-child(2) { transform: rotate(90deg); }
.mk-film-cam-base { position: absolute; bottom: 5px; left: 2px; width: 32px; height: 15px; background: #111; border: 1.5px solid rgba(255,255,255,0.4); border-radius: 2px; }
.mk-film-dot { position: absolute; top: 3px; right: 3px; width: 3px; height: 3px; background: #e62429; border-radius: 50%; animation: mkPulse 1s infinite; }
.mk-film-lens-box { position: absolute; bottom: 6px; right: 4px; width: 8px; height: 12px; background: #111; border: 1.5px solid rgba(255,255,255,0.4); clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%); }
@keyframes mkRoll { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes mkPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.2; } }
.mk-film-tag { display: inline-block; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: #e62429; border-left: 3px solid #e62429; padding-left: 10px; }

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 1200px) {
    .mk-film-video { width: 500px; height: 380px; }
}

@media (max-width: 992px) {
    .mk-film-hero::before { width: 100%; clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); }
    .mk-film-container { flex-direction: column; text-align: center; gap: 40px; padding-top: 100px; }
    .mk-film-content { max-width: 100%; order: 1; }
    .mk-film-visual { width: 100%; justify-content: center; order: 2; margin-bottom: 50px; }
    .mk-film-video { width: 90vw; max-width: 500px; height: auto; aspect-ratio: 4/3; }
    .mk-film-border { display: none; } /* Clean look for mobile */
    .mk-film-desc { max-width: 100%; }
    .mk-film-brand-row { justify-content: center; }
}
/**********************navbar*******************************/

/* FILMS MENU ONLY */
.films-mega {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px);

    width: 320px;              /* reduce width */
    background: #111;
    padding: 15px;

    display: flex;
    justify-content: center;   /* center items */
    gap: 12px;                 /* reduce gap */

    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    border-radius: 10px;
}

/* SHOW */
.films-menu:hover .films-mega {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* CARD */
.film-card {
    list-style: none;
    width: 140px;              /* fixed width */
    text-align: center;
}

/* IMAGE FIX */
.film-card img {
   
    height: 320px;             /* FIXED HEIGHT */
    object-fit: cover;         /* no stretch */
    border-radius: 8px;
    display: block;
}

/* TITLE */
.film-card h4 {
    font-size: 18px;
    color: #000000;
    margin-top: 6px;           /* reduce gap */
    line-height: 1.3;
}
/*****************************************************news and blogs home**************************************************888/
/* --- Keep Original Styles --- */
.so-news-section { background-color: #151515; padding: 60px 15px; }
.so-container { 
    max-width: 1250px; /* Increased from 1100px to expand the cards */
    margin: 0 auto; 
}
.so-main-title { text-align: center; color: #fff; font-size: clamp(2rem, 8vw, 3.5rem); text-transform: uppercase; margin-bottom: 40px; letter-spacing: -1px; }
.so-main-title span { color: #e62429; }
.so-scroll-stack { display: flex; flex-direction: column; }
.so-card-wrapper { position: sticky; top: 80px; padding-bottom: 40px; background-color: #151515; }

.so-card {
    display: flex;
    flex-direction: row;
    background: #000;
    min-height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    transition: transform 0.4s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* --- Image Hover Effect (Makes image clear) --- */
.so-img-area { flex: 1.2; overflow: hidden; min-height: 300px; }
.so-img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
   
    transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.so-card:hover .so-img-area img {
    filter: brightness(1) grayscale(0%); /* Clear on hover */
    transform: scale(1.05);
}

/* --- Info Area & Sprinkle Star Effect --- */
.so-info-area {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #000;
    color: #fff;
    border-left: 5px solid #e62429;
    position: relative;
    overflow: hidden; /* Contains the stars */
}

/* Sprinkle Star Logic */
.star-particles {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none;
    /* CHANGE 1: Set opacity to 0.4 so they are visible but subtle before hover */
    opacity: 0.4; 
    transition: opacity 0.5s ease;
    background-image: 
        radial-gradient(1px 1px at 20px 30px, #fff, rgba(0,0,0,0)),
        radial-gradient(1px 1px at 40px 70px, #fff, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 50px 160px, #e62429, rgba(0,0,0,0)),
        radial-gradient(1px 1px at 80px 120px, #fff, rgba(0,0,0,0)),
        radial-gradient(1.5px 1.5px at 110px 40px, #fff, rgba(0,0,0,0)),
        radial-gradient(1px 1px at 150px 150px, #e62429, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 190px 20px, #fff, rgba(0,0,0,0));
    background-repeat: repeat;
    background-size: 200px 200px;
    /* CHANGE 2: Add a very slow idle animation for when not hovering */
    animation: idleShift 15s linear infinite;
}

/* CHANGE 3: Hover state now increases opacity and switches to the faster animation */
.so-card:hover .star-particles {
    opacity: 1;
    animation: sprinkleShift 4s linear infinite;
}

/* New Idle Animation (Very Slow) */
@keyframes idleShift {
    from { background-position: 0 0; }
    to { background-position: 0 -200px; }
}

@keyframes sprinkleShift {
    from { background-position: 0 0; }
    to { background-position: 0 -200px; }
}
.so-badge { color: #e62429; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; font-weight: 700; z-index: 2; }
.so-card-title { font-size: 1.8rem; line-height: 1.1; margin-bottom: 15px; text-transform: uppercase; font-weight: 900; z-index: 2; }
.so-text { color: #bbb; line-height: 1.6; font-size: 0.95rem; margin-bottom: 25px; z-index: 2; }

/* --- New Individual Card Buttons --- */
.so-card-btn {
    align-self: flex-start;
    padding: 10px 25px;
    background: transparent;
    color: #fff;
    border: 1px solid #e62429;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s ease;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    z-index: 2;
}

.so-card-btn:hover {
    background: #e62429;
    color: #fff;
    transform: translateX(5px);
}

/* Footer & Archive Button */
.so-footer { display: flex; justify-content: center; margin-top: 40px; }
.vn-marvel-btn { position: relative; padding: 18px 40px; color: #fff; text-decoration: none; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; border: 2px solid #e62429; overflow: hidden; clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%); z-index: 1;}
.vn-btn-bg { position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: #e62429; z-index: -1; transition: 0.4s ease; }
.vn-marvel-btn:hover .vn-btn-bg { left: 0; }

/* Mobile Adjustments */
@media (max-width: 991px) {
    .so-card { flex-direction: column; clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%); min-height: auto; }
    .so-img-area { height: 220px; min-height: 220px; }
    .so-info-area { padding: 30px 20px 40px; border-left: none; border-top: 4px solid #e62429; }
    .so-card-title { font-size: 1.5rem; }
    .so-card-wrapper { top: 60px; }
}

/*************************gallery section home*********************************************************/
/* Main Wrap */
    .mv-gallery-wrap {
        background-color: #000000;
        padding: 80px 0;
        overflow: hidden;
        font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    }

    /* Red/White Two-Word Heading */
    .mv-gallery-title {
        color: #ffffff;
        text-align: center;
        font-size: clamp(2.5rem, 8vw, 4rem);
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 50px;
        letter-spacing: -2px;
    }

    .mv-gallery-title .highlight {
        color: #e62429; /* Marvel Red */
    }

    /* Carousel Layout */
    .mv-carousel-box {
        position: relative;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 40px;
    }

    .mv-carousel-viewport {
        overflow: hidden;
        padding: 30px 0;
    }

    .mv-carousel-track {
        display: flex;
        gap: 25px;
        animation: mvAutoScroll 40s linear infinite;
        transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    }

    .mv-carousel-track:hover {
        animation-play-state: paused;
    }

    @keyframes mvAutoScroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-425px * 6)); }
    }

    /* Card Design */
    .mv-item {
        position: relative;
        width: 400px;
        height: 270px;
        flex-shrink: 0;
        background: #111;
        border: 3px solid #fff;
        clip-path: polygon(0 2%, 100% 0%, 98% 100%, 2% 98%);
        transition: all 0.4s ease;
        cursor: pointer;
        overflow: hidden;
    }

    .mv-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* filter: brightness(0.7); */
        transition: 0.4s;
    }

    .mv-item:hover {
        transform: scale(1.05);
        border-color: #e62429;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        z-index: 5;
    }

    .mv-item:hover img {
        filter: brightness(1.1);
    }

    /* Lightbox/Zoom Styling */
    .mv-lightbox {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.95);
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .mv-lightbox.active {
        display: flex;
        opacity: 1;
    }

    .mv-lightbox-content {
        max-width: 90%;
        max-height: 80%;
        border: 4px solid #fff;
        transform: scale(0.8);
        transition: transform 0.4s cubic-bezier(0.17, 0.88, 0.32, 1.1);
    }

    .mv-lightbox.active .mv-lightbox-content {
        transform: scale(1);
    }

    .mv-close {
        position: absolute;
        top: 20px;
        right: 30px;
        color: #fff;
        font-size: 40px;
        cursor: pointer;
    }

    /* Controls */
    .mv-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 45px;
        height: 55px;
        background: #e62429;
        color: #fff;
        border: none;
        cursor: pointer;
        z-index: 10;
        clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    }

    .mv-arrow-prev { left: 0; }
    .mv-arrow-next { right: 0; }

    /* MOBILE RESPONSIVE FIXES */
    @media (max-width: 768px) {
        .mv-item {
            width: 280px; 
            height: 200px;
        }
        .mv-carousel-box { padding: 0 20px; }
        .mv-arrow { width: 35px; height: 45px; }
        
        @keyframes mvAutoScroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(calc(-305px * 6)); } /* 280px + 25px gap */
        }
    }
/*************************films carousel******************************************/
.mv-project-section {
    position: relative; /* Base for canvas */
    background-color: #000000;
    padding: 60px 20px 30px 20px;
    color: #fff;
    overflow: hidden;
    font-family: "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    min-height: 600px; /* Ensures space for the sphere */
}

/* Background Canvas Styles */
#particleCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none; /* Allows clicks to pass through to cards */
}

.mv-content-wrapper {
    position: relative;
    z-index: 2; /* Sits above canvas */
}

/* --- Your original Design Styles (Unchanged) --- */
.mv-main-heading {
    text-align: center;
    font-size: clamp(2rem, 6vw, 3.5rem);
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 800;
}
.mv-main-heading span { color: #e62429; }
.mv-project-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: stretch;
}
.mv-section-group { display: flex; flex-direction: column; }
.mv-frame, .mv-v-card {
    height: 450px;
    background: #202020;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 90% 100%, 0 100%);
}
.mv-frame img, .mv-v-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.mv-card-footer { padding: 15px 0; position: relative; }
.mv-project-title { font-size: 1rem; text-transform: uppercase; margin: 0; font-weight: 700; }
.mv-red-bar { position: absolute; top: 0; left: 0; width: 0; height: 2px; background: #e62429; transition: width 0.3s ease; }
.mv-film-viewport { width: 100%; overflow: hidden; }
.mv-film-track { display: flex; gap: 20px; transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1); }
.mv-project-unit { flex: 0 0 calc(33.333% - 13.4px); text-decoration: none; color: inherit; }
.mv-series-viewport { height: 520px; overflow: hidden; }
.mv-v-track { display: flex; flex-direction: column; transition: transform 0.5s ease; }
.mv-v-unit { height: 520px; flex-shrink: 0; text-decoration: none; color: inherit; }
.mv-project-unit:hover .mv-frame img, .mv-v-unit:hover .mv-v-card img { transform: scale(1.05); }
.mv-project-unit:hover .mv-red-bar, .mv-v-unit:hover .mv-red-bar { width: 100%; }
.mv-project-unit:hover .mv-project-title, .mv-v-unit:hover .mv-project-title { color: #e62429; }
.mv-info-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 60px; background: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent); padding: 15px; }
.mv-category { color: #e62429; font-size: 0.7rem; text-transform: uppercase; font-weight: 800; margin: 0; }
.mv-mobile-controls { display: flex; justify-content: center; gap: 15px; margin-top: auto; padding-top: 10px; }
.mv-nav-btn { background: #e62429; color: #fff; border: none; width: 50px; height: 35px; cursor: pointer; clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%); transition: 0.2s; display: flex; align-items: center; justify-content: center; }
.mv-nav-btn:hover { background: #fff; color: #e62429; }

@media (max-width: 1024px) {
    .mv-project-grid { grid-template-columns: 1fr; gap: 40px; }
    .mv-project-unit { flex: 0 0 100%; }
    .mv-frame, .mv-v-card { height: 380px; }
    .mv-series-viewport, .mv-v-unit { height: 450px; }
    .mv-mobile-controls { margin-top: 15px; margin-bottom: 30px; }
}

/* --- New Label Styles --- */
.mv-group-label {
    font-size: 0.8rem;
    color: #e62429;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(230, 36, 41, 0.3);
    padding-bottom: 5px;
    display: inline-block;
}

.mv-btn-name {
    font-size: 0.7rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
    font-weight: 600;
}

/* Adjustments for Web Series alignment */
.mv-section-group .mv-mobile-controls {
    align-items: center;
}

@media (max-width: 1024px) {
    .mv-group-label {
        margin-top: 20px;
        text-align: center;
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}
/* DEFAULT HEADER */
.sticky-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    transition: 0.4s ease;
}

/* On scroll */
.sticky-wrap.sticky {
    background: #000;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}
/* SMOOTH EFFECT */
.sticky-active {
    transition: 0.3s;
}

/* OPTIONAL: shrink header */
.sticky-wrap.sticky .header-logo img {
    max-height: 50px;
    transition: 0.3s;
}
.header-top {
    position: relative;
    z-index: 10000;
}

.header-top {
    height: 20px; /* adjust your height */
}

/* collapse space */
.sticky-wrap.sticky .header-top {
    height: 0;
    overflow: hidden;
}


/* MOBILE ONLY */
@media (max-width: 767px) {
    .header-top {
        display: none !important;
    }
}


@media (max-width: 767px) {
.main-menu {
    display: none;
}}
/*************************About Us***********************************/
.marvel-about-section {
    position: relative;
    background-color: #151515;
    padding: 100px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 80vh;
}

/* --- STAR EFFECT --- */
.marvel-stars-bg {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: 
        radial-gradient(2px 2px at 20px 30px, #eee, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 40px 70px, #fff, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 150px 150px, #ddd, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 250px 50px, #fff, rgba(0,0,0,0));
    background-repeat: repeat;
    background-size: 300px 300px;
    animation: marvelStarScroll 80s linear infinite;
    opacity: 0.5;
    z-index: 1; /* Lowest Layer */
}

@keyframes marvelStarScroll {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* --- LAYOUT & VISIBILITY --- */
.marvel-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    padding: 0 20px;
    position: relative;
    z-index: 10 !important; /* Force front visibility */
    opacity: 1 !important; 
    visibility: visible !important;
}

.marvel-content-box {
    opacity: 1 !important;
    visibility: visible !important;
}

/* --- TYPOGRAPHY --- */
.marvel-subtitle {
    color: #e62429;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 800;
    display: block;
    margin-bottom: 10px;
}

.marvel-title {
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 4rem);
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
}

.marvel-title span {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
}

.marvel-divider {
    width: 60px;
    height: 4px;
    background: #e62429;
    margin: 25px 0;
}

.marvel-description {
    color: #e0e0e0;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* --- POSTER 3D EFFECT --- */
.marvel-poster-wrapper {
    perspective: 1000px;
    z-index: 20;
}

.marvel-poster-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.7);
    transition: transform 0.1s ease; /* Controlled by JS */
    transform-style: preserve-3d;
}

.marvel-poster-img {
    width: 100%;
    height: auto;
    display: block;
}

.marvel-cta {
    display: inline-block;
    padding: 16px 40px;
    background: #e62429;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    transition: 0.4s ease;
    border-radius: 2px;
}

.marvel-cta:hover {
    background: #ffffff;
    color: #000;
    box-shadow: 0 0 25px rgba(255,255,255,0.3);
}

/* --- RESPONSIVE BREAKPOINTS --- */

/* 1. Large Tablets & Small Laptops (under 1200px) */
@media (max-width: 1199px) {
    .marvel-container {
        gap: 40px;
        grid-template-columns: 1.1fr 0.9fr;
    }
    .marvel-title {
        font-size: 3.2rem;
    }
}

/* 2. Tablets (under 991px) */
@media (max-width: 991px) {
    .marvel-about-section {
        padding: 80px 0;
    }

    .marvel-container {
        grid-template-columns: 1fr; /* Stack vertically */
        text-align: center;
        gap: 50px;
    }

    .marvel-divider {
        margin: 25px auto; /* Center the red line */
    }

    .marvel-content-box {
        order: 1; /* Text on top */
    }

    .marvel-poster-wrapper {
        order: 2; /* Image on bottom */
        max-width: 500px;
        margin: 0 auto;
    }

    .marvel-title {
        font-size: 3rem;
    }
    
    /* Reduce star speed on tablets for smoother scrolling */
    .marvel-stars-layer {
        animation-duration: 80s;
    }
}

/* 3. Mobile Phones (under 767px) */
@media (max-width: 767px) {
    .marvel-about-section {
        padding: 60px 0;
    }

    .marvel-title {
        font-size: 2.4rem;
        letter-spacing: -1px;
    }

    .marvel-subtitle {
        font-size: 0.75rem;
        letter-spacing: 2px;
    }

    .marvel-description {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .marvel-cta {
        width: 100%; /* Full width button on small phones */
        padding: 15px 20px;
    }

    .marvel-poster-card {
        transform: none !important; /* Disable 3D tilt on mobile for better UX */
        box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    }

    /* Thicken stars specifically for mobile background */
    .marvel-stars-layer {
        background-size: 250px 250px; 
        opacity: 0.5;
    }
}

/* 4. Extra Small Devices (under 480px) */
@media (max-width: 480px) {
    .marvel-title {
        font-size: 2rem;
    }
    
    .marvel-container {
        padding: 0 15px;
    }
}
/********************vision and mision**************************************/
/* --- SECTION BASE --- */
.rock-mission-section {
    position: relative;
    background-color: #000000;
    padding: 120px 0;
    overflow: hidden;
    color: #fff;
    font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    z-index: 1;
}

.rock-bg-animation {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(230, 36, 41, 0.05) 0%, transparent 70%);
    animation: pulseBg 8s infinite alternate;
    z-index: 1;
}

@keyframes pulseBg {
    from { opacity: 0.3; transform: scale(1); }
    to { opacity: 0.7; transform: scale(1.2); }
}

.rock-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.rock-mission-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

/* --- SHIMMERING TITLE ANIMATION --- */
.section-main-title {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
    background: linear-gradient(to right, #fff 20%, #e62429 40%, #e62429 60%, #fff 80%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 5s linear infinite;
}

.section-main-title span {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 6px;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    margin-top: 5px;
}

@keyframes shine {
    to { background-position: 200% center; }
}

/* --- VISUAL STACK --- */
.rock-mission-visual {
    flex: 1;
    position: sticky;
    top: 150px;
    height: 500px;
}

.visual-card {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0.9) rotate(-2deg);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.8);
}

.visual-card.active {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    z-index: 5;
}

.visual-card img { width: 100%; height: 100%; object-fit: cover; }

/* --- WATER GLASS CARDS --- */
.rock-mission-content { flex: 1; }

.mission-item {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.mission-item.active, 
.mission-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid #e62429;
    box-shadow: 0 8px 32px 0 rgba(230, 36, 41, 0.3);
    transform: scale(1.02);
}

/* Glossy Refraction Effect */
.mission-item::before {
    content: "";
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.03), transparent);
    transform: rotate(45deg);
    transition: 0.8s;
}

.mission-item:hover::before { left: 100%; }

.item-header { display: flex; align-items: center; gap: 20px; }
.item-number { font-weight: 900; color: #e62429; }
.item-header h3 { margin: 0; font-size: 1.4rem; text-transform: uppercase; }

.item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.mission-item.active .item-body {
    max-height: 200px;
    padding-top: 15px;
}

.item-body p { color: rgba(255,255,255,0.7); line-height: 1.8; margin: 0; }
/* --- RESPONSIVE ADAPTATIONS --- */

/* 1. Small Laptops & Large Tablets (under 1200px) */
@media (max-width: 1199px) {
    .rock-container {
        max-width: 960px;
    }
    .rock-mission-wrapper {
        gap: 30px;
    }
    .section-main-title {
        font-size: 2.8rem;
    }
}

/* 2. Tablets & Landscape Phones (under 991px) */
@media (max-width: 991px) {
    .rock-mission-section {
        padding: 80px 0;
    }

    .rock-mission-wrapper {
        flex-direction: column; /* Stack the visual above the text */
        align-items: center;
    }

    .rock-mission-visual {
        position: relative; /* Remove sticky on mobile */
        top: 0;
        width: 100%;
        max-width: 500px; /* Prevent image from getting too large */
        height: 350px; /* Reduced height for mobile */
        margin-bottom: 40px;
        order: 1; /* Keep visual on top */
    }

    .rock-mission-content {
        width: 100%;
        order: 2;
        text-align: center;
    }

    .section-main-title {
        text-align: center;
        font-size: 2.5rem;
    }

    .item-header {
        justify-content: center;
    }

    .mission-item.active .item-header::after {
        margin: 10px auto 0 auto; /* Center the red line divider */
    }
}

/* 3. Mobile Phones (under 767px) */
@media (max-width: 767px) {
    .rock-mission-section {
        padding: 60px 0;
    }

    .rock-mission-visual {
        height: 280px;
    }

    .section-main-title {
        font-size: 2rem;
    }

    .section-main-title span {
        font-size: 0.9rem;
        letter-spacing: 4px;
    }

    .mission-item {
        padding: 20px;
        border-radius: 12px;
    }

    .item-header h3 {
        font-size: 1.2rem;
    }

    .item-body p {
        font-size: 0.9rem;
    }

    /* Adjust Water Glass blur for mobile performance */
    .mission-item {
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
}

/* 4. Small Mobile Devices (under 480px) */
@media (max-width: 480px) {
    .rock-mission-visual {
        height: 220px;
    }

    .item-header {
        flex-direction: column; /* Stack number and title if very narrow */
        gap: 5px;
    }

    .mission-item.active .item-body {
        max-height: 300px; /* Allow more height for wrapped text */
    }
}

/******************************News and Updates****************************************************/
/* Typography (Assume Inter/Gotham-style font imported) */
.logo-font {
    font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0;
}

.production-universe {
    position: relative;
    width: 100%;
    min-height: 100vh;
    /* Deep black to enhance contrast */
    background-color: #050505; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 60px 20px;
    color: white;
}

/* Background Canvas Layer */
#particle-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.6; /* Keeps the effect mild */
}

/* Header/Logo Section */
.main-header {
    text-align: center;
    z-index: 2;
    margin-bottom: 60px;
}

.main-header h1 {
    font-size: 32px;
}

.accent-film {
    color: #e62429; /* Minimal Marvel Red accent */
    font-weight: 300;
    letter-spacing: 2px;
}

.subtitle {
    font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    letter-spacing: 3px;
    margin-top: 5px;
}

/* Showcase Grid */
.showcase-grid {
    display: flex;
    gap: 50px;
    z-index: 2;
    flex-wrap: wrap;
    justify-content: center;
}

/* Cinema Card */
.cinema-card {
    width: 500px;
    cursor: pointer;
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #111;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease;
}

.film-content {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6) contrast(0.9);
    transition: filter 0.5s ease, transform 0.6s ease;
}

.focus-overlay {
    position: absolute;
    inset: 0;
    /* background: radial-gradient(circle, transparent 20%, rgba(0,0,0,0.8) 100%);
    opacity: 1;
    transition: opacity 0.5s ease; */
}

/* Meta Panel */
.meta-panel {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.film-title {
    font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0;
    transition: color 0.4s ease;
}

.view-details {
    color: #e62429;
    font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 4px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Card Hover Effects */
.cinema-card:hover .video-container {
    transform: translateY(-20px) scale(1.03);
    box-shadow: 0 30px 60px rgba(230, 36, 41, 0.15); /* Red glow accent */
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cinema-card:hover .film-content {
    filter: brightness(1) contrast(1.1);
    transform: scale(1.08);
}

.cinema-card:hover .focus-overlay {
    opacity: 0.3;
}

.cinema-card:hover .view-details {
    opacity: 1;
    transform: translateY(0px);
}
/* Positioning the Control Button */
.control-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; /* Hidden by default */
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.cinema-card:hover .control-btn {
    opacity: 1;
    transform: scale(1);
}

.control-btn:hover {
    background: rgba(230, 36, 41, 0.8); /* Marvel Red on hover */
    border-color: transparent;
}

.control-btn svg {
    width: 20px;
    height: 20px;
    fill: white;
}
/* --- FULL RESPONSIVE LOGIC --- */

/* 1. Fluid Card Scaling */
.cinema-card {
    width: 100%;
    max-width: 500px; /* Maintains your original look on desktop */
}

/* 2. Tablets and Small Laptops */
@media (max-width: 1100px) {
    .showcase-grid {
        gap: 30px;
        padding: 0 20px;
    }
    
    .cinema-card {
        max-width: 450px;
    }
    
    .main-header h1 {
        font-size: 28px;
    }
}

/* 3. Mobile Phones (Stacked) */
@media (max-width: 768px) {
    .production-universe {
        padding: 40px 15px;
        min-height: auto; /* Allows content to dictate height on mobile */
    }

    .main-header {
        margin-bottom: 40px;
    }

    .main-header h1 {
        font-size: 24px;
    }

    .showcase-grid {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .cinema-card {
        max-width: 100%; /* Card takes full width of container */
    }

    .film-title {
        font-size: 22px; /* Scales down title for mobile */
    }

    /* Force visibility of details on touch devices since hover is limited */
    .view-details {
        opacity: 0.8;
        transform: translateY(0);
    }
    
    .control-btn {
        opacity: 1; /* Keep controls visible on mobile */
        transform: scale(1);
    }
}

/* 4. Small Devices (iPhone SE, etc.) */
@media (max-width: 480px) {
    .main-header h1 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .subtitle {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .meta-panel {
        margin-top: 15px;
    }

    .film-title {
        font-size: 18px;
    }
}

/* 5. Ultra-Wide Screen Support */
@media (min-width: 1600px) {
    .showcase-grid {
        gap: 80px; /* Adds breathing room on massive displays */
    }
    
    .cinema-card {
        max-width: 600px; /* Allows cards to be slightly larger on 4K */
    }
}


/* --- SECTION STYLING --- */
/* --- BASE SECTION --- */
.mvl-broadcast-section {
    background-color: #151515;
    padding: 80px 0;
    color: #ffffff;
    font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.mvl-broadcast-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- HEADER --- */
.mvl-broadcast-header { margin-bottom: 50px; text-align: left; }
.mvl-tag-line { color: #e62429; font-weight: 800; font-size: 13px; letter-spacing: 3px; }
.mvl-main-title { font-size: 48px; font-weight: 900; text-transform: uppercase; margin-top: 10px; }
.mvl-main-title span { color: #333; }

/* --- GRID SYSTEM --- */
.mvl-broadcast-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* --- CARD DESIGN --- */
.water-glass {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.mvl-news-card {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
}

.mvl-news-card:hover {
    border-color: rgba(230, 36, 41, 0.5) !important;
    transform: translateY(-8px);
}

.mvl-card-media {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.mvl-card-media img { width: 100%; height: 100%; object-fit: cover; }

/* --- TEXT & GAP FIXES --- */
.mvl-card-info { 
    padding: 25px; 
    flex-grow: 1; 
    display: flex; 
    flex-direction: column; 
}

.mvl-card-cat { color: #e62429; font-size: 11px; font-weight: 800; text-transform: uppercase; }

.mvl-card-info h3 { 
    font-size: 20px; 
    font-weight: 700; 
    margin: 15px 0 8px; /* Reduced bottom margin to 8px for tight gap */
    line-height: 1.3;
}

.mvl-card-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 25px 0; /* Zero top margin to keep it close to h3 */
    flex-grow: 1; /* Pushes the button to the bottom */
}

/* --- BUTTON DESIGN --- */
.mvl-btn-capsule {
    background: rgba(255,255,255,0.08);
    border-radius: 50px;
    display: inline-block;
    align-self: flex-start; /* Keeps button from stretching width */
    transition: 0.3s;
}

.mvl-action-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.mvl-icon-circle {
    background: #e62429;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.mvl-btn-text { padding: 0 20px; font-weight: 900; font-size: 11px; letter-spacing: 1px; }

/* --- FULL RESPONSIVE LOGIC --- */

/* 1. Large Screen & Ultra-Wide Optimization */
@media (min-width: 1600px) {
    .mvl-broadcast-container {
        max-width: 1500px; /* Wider layout for high-res monitors */
    }
    .mvl-main-title {
        font-size: 60px; /* Scale title for large screens */
    }
}

/* 2. Tablet & Small Laptop (Your Existing Logic + Gap Fix) */
@media (max-width: 1100px) {
    .mvl-broadcast-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; /* Slightly tighter gap for tablets */
    }
    .mvl-main-title {
        font-size: 40px;
    }
}

/* 3. Mobile Phones (Standard Stack) */
@media (max-width: 768px) {
    .mvl-broadcast-section {
        padding: 60px 0; /* Reduced vertical padding */
    }
    
    .mvl-broadcast-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .mvl-main-title {
        font-size: 32px;
        text-align: center; /* Centering for better mobile aesthetics */
    }

    .mvl-broadcast-header {
        text-align: center;
        margin-bottom: 35px;
    }

    .mvl-card-media {
        height: 220px; /* Slightly shorter images for mobile vertical space */
    }
}

/* 4. Small Devices (iPhone SE / Older Androids) */
@media (max-width: 480px) {
    .mvl-main-title {
        font-size: 28px;
    }

    .mvl-card-info {
        padding: 20px; /* Tighter padding inside cards */
    }

    .mvl-card-info h3 {
        font-size: 18px;
    }

    .mvl-btn-text {
        padding: 0 15px;
        font-size: 10px;
    }

    .mvl-icon-circle {
        width: 40px;
        height: 40px;
    }
}
/*****************************************contact us*******************************************/
/* --- SECTION WRAPPER --- */
.mvl-contact-wrapper {
    position: relative;
    background-color: #000000;
    padding: 100px 0;
    overflow: hidden;
    color: #ffffff;
    font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    z-index: 1;
}

.mvl-contact-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.mvl-contact-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.mvl-contact-form-side { flex: 1 1 600px; }
.mvl-contact-info-side { flex: 0 1 400px; }

/* --- STAR ANIMATION (UNIQUE KEYFRAMES) --- */
.mvl-contact-stars-layer {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1; pointer-events: none;
}

.mvl-contact-stars {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: transparent;
    animation: mvl-contact-star-move linear infinite;
}

.mvl-stars-tiny {
    background-image: radial-gradient(1px 1px at 25px 35px, #fff, rgba(0,0,0,0)), 
                      radial-gradient(1px 1px at 80px 120px, #fff, rgba(0,0,0,0));
    background-size: 200px 200px;
    animation-duration: 120s;
}

.mvl-stars-mid {
    background-image: radial-gradient(2px 2px at 100px 100px, #fff, rgba(0,0,0,0));
    background-size: 300px 300px;
    animation-duration: 80s;
    opacity: 0.5;
}

@keyframes mvl-contact-star-move {
    from { transform: translateY(0); }
    to { transform: translateY(-1000px); }
}

/* --- FORM COMPONENTS --- */
.mvl-contact-heading, .mvl-contact-sub-title {
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: -1px;
    color: #ffffff;
}

.mvl-contact-dim { color: #444; }

.mvl-contact-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.mvl-contact-field { flex: 1; }
.mvl-contact-full { width: 100%; }

/* Scoped inputs */
.mvl-contact-wrapper .mvl-input-item, 
.mvl-contact-wrapper .mvl-textarea-item {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff !important;
    padding: 16px 24px;
    border-radius: 50px;
    font-size: 15px;
    transition: 0.3s ease;
}

.mvl-contact-wrapper .mvl-textarea-item {
    border-radius: 15px;
    height: 160px;
    resize: none;
}

.mvl-contact-wrapper .mvl-input-item:focus, 
.mvl-contact-wrapper .mvl-textarea-item:focus {
    border-color: #e62429;
    background: rgba(255, 255, 255, 0.08);
    outline: none;
}

/* --- SUBMIT BUTTON --- */
.mvl-contact-submit {
    position: relative;
    background: #e62429;
    color: #fff;
    border: none;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
    margin-top: 10px;
    display: inline-block;
}

.mvl-contact-flare {
    position: absolute;
    top: -50%; left: -150%;
    width: 200%; height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
    transform: rotate(45deg);
    transition: 0.7s;
}

.mvl-contact-submit:hover .mvl-contact-flare { left: 100%; }

/* --- INFO CARDS --- */
.mvl-contact-tag {
    color: #e62429;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5px;
}

.mvl-glass-effect {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
    transition: 0.4s;
}

.mvl-glass-effect:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(230, 36, 41, 0.4);
}

.mvl-contact-icon-box {
    width: 55px; height: 55px;
    background: rgba(230, 36, 41, 0.1);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(230, 36, 41, 0.2);
    flex-shrink: 0;
}

.mvl-contact-icon-box i {
    font-size: 20px;
    color: #e62429;
}

.mvl-info-h4 { font-size: 17px; font-weight: 700; margin-bottom: 4px; color: #ffffff; margin-top: 0;}
.mvl-info-p { color: #888; font-size: 14px; margin: 0; }

/* --- UPDATED FULL RESPONSIVE LOGIC --- */

/* 1. Global Container Fix */
.mvl-contact-inner {
    width: 100%;
    padding: 0 20px;
}
/* Styling for the new SVG icons */
.mvl-svg-icon {
    width: 24px;
    height: 24px;
    color: #e62429; /* Matches your primary red */
    transition: 0.3s ease;
}

/* Optional: Slight pulse or glow on hover for the SVG */
.mvl-glass-effect:hover .mvl-svg-icon {
    transform: scale(1.1);
    filter: drop-shadow(0 0 5px rgba(230, 36, 41, 0.5));
}
/* 2. Tablet & Small Laptop (Side-by-Side but balanced) */
@media (max-width: 1100px) {
    .mvl-contact-grid {
        gap: 30px;
    }
    .mvl-contact-form-side { 
        flex: 1 1 500px; /* Allows form to shrink more before stacking */
    }
    .mvl-contact-info-side { 
        flex: 1 1 350px; 
    }
    .mvl-contact-heading {
        font-size: 36px;
    }
}

/* 3. Mobile Phones (Stacked Layout) */
@media (max-width: 768px) {
    .mvl-contact-wrapper {
        padding: 60px 0; /* Reduced padding for mobile height */
    }

    .mvl-contact-grid {
        flex-direction: column; /* Force stack */
        gap: 50px;
    }

    .mvl-contact-row {
        flex-direction: column; /* Name and Email inputs stack vertically */
        gap: 15px;
        margin-bottom: 15px;
    }

    .mvl-contact-heading {
        font-size: 30px;
        text-align: center;
        margin-bottom: 25px;
    }

    .mvl-contact-info-side {
        width: 100%;
    }

    /* Centers the tag on mobile */
    .mvl-contact-tag {
        text-align: center;
        display: block;
    }

    /* Makes the glass cards easier to read on narrow screens */
    .mvl-glass-effect {
        padding: 18px;
        gap: 15px;
    }

    .mvl-contact-icon-box {
        width: 45px;
        height: 45px;
    }
    
    .mvl-contact-submit {
        width: 100%; /* Full width button for easier thumb tapping */
        text-align: center;
    }
}

/* 4. Small Devices (iPhone SE / Older Androids) */
@media (max-width: 480px) {
    .mvl-contact-heading {
        font-size: 26px;
    }

    .mvl-contact-wrapper .mvl-input-item, 
    .mvl-contact-wrapper .mvl-textarea-item {
        padding: 14px 20px; /* Slightly smaller inputs */
        font-size: 14px;
    }

    .mvl-glass-effect {
        flex-direction: column; /* Stack icon and text for very small screens */
        text-align: center;
        align-items: center;
    }

    .mvl-info-h4 {
        font-size: 16px;
    }
}

/* 5. Star Density Adjustment for Mobile */
@media (max-width: 600px) {
    .mvl-stars-tiny, .mvl-stars-mid {
        background-size: 150px 150px; /* Keeps stars looking consistent on small viewports */
    }
}
/**************************Gallery***************************************************/
/* --- UNIQUE SCOPED GALLERY SECTION --- */
.mvl-cinematic-gallery {
    background-color: #050505; 
    padding: 80px 0;
    color: #ffffff;
    font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    position: relative; /* Required for star positioning */
    overflow: hidden;
}

/* --- MILD STAR EFFECT --- */
.mvl-star-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.mvl-stars-small, .mvl-stars-large {
    position: absolute;
    width: 200%; /* Wider to allow for movement if desired later */
    height: 200%;
    background-repeat: repeat;
}

.mvl-stars-small {
    background-image: 
        radial-gradient(1px 1px at 20px 30px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(1px 1px at 40px 70px, #fff, rgba(0,0,0,0)),
        radial-gradient(1.5px 1.5px at 50px 160px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(1px 1px at 90px 40px, #fff, rgba(0,0,0,0));
    background-size: 250px 250px;
    opacity: 0.3;
}

.mvl-stars-large {
    background-image: 
        radial-gradient(2px 2px at 100px 100px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 200px 150px, #e62429, rgba(0,0,0,0)); /* Faint red glow star */
    background-size: 400px 400px;
    opacity: 0.15;
}

/* --- HEADER & TITLES --- */
.mvl-gallery-header, .mvl-gallery-filter, .mvl-gallery-container {
    position: relative;
    z-index: 1; /* Sits above stars */
}

.mvl-gallery-header {
    text-align: center;
    margin-bottom: 50px;
}

.mvl-gallery-tag {
    color: #e62429;
    font-weight: 800;
    letter-spacing: 5px;
    font-size: 13px;
    margin-bottom: 10px;
}

.mvl-gallery-title {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.mvl-gallery-title span { color: #222; }

/* --- FILTER BUTTONS --- */
.mvl-gallery-filter {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}

.mvl-filter-btn {
    background: rgba(255,255,255,0.05);
    color: #777;
    border: 1px solid #222;
    padding: 10px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    cursor: pointer;
    transition: 0.3s ease;
}

.mvl-filter-btn.active, .mvl-filter-btn:hover {
    color: #fff;
    border-color: #e62429;
    background: #e62429;
}

/* --- GRID --- */
.mvl-gallery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 15px;
    justify-items: center;
}

.mvl-gallery-item {
    position: relative;
    width: 275px; 
    height: 275px;
    overflow: hidden;
    border-radius: 4px;
    background: #000;
}

/* --- NIGHT EFFECT --- */
.mvl-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.mvl-card-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: brightness(0.6) contrast(1.2) saturate(0.8);*/
    /*transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);*/
}

.mvl-night-overlay {
    position: absolute;
    inset: 0;
    /*box-shadow: inset 0 0 50px rgba(0,0,0,0.8);*/
    pointer-events: none;
    transition: 0.5s;
    z-index: 1;
}

.mvl-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 70%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    z-index: 2;
    transition: 0.4s ease;
}

.mvl-card-content {
    transform: translateY(15px);
    transition: 0.4s ease;
}

.mvl-cat {
    color: #e62429;
    font-weight: 900;
    font-size: 10px;
    letter-spacing: 1px;
}

.mvl-card-content h3 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.mvl-line {
    width: 30px;
    height: 2px;
    background: #e62429;
    margin: 5px 0;
}

/* --- HOVER STATES --- */
.mvl-gallery-item:hover img {
    /*filter: brightness(1) contrast(1.1) saturate(1);*/
    transform: scale(1.05);
}

.mvl-gallery-item:hover .mvl-card-overlay {
    opacity: 1;
}

.mvl-gallery-item:hover .mvl-card-content {
    transform: translateY(0);
}

.mvl-gallery-item:hover .mvl-night-overlay {
    /*box-shadow: inset 0 0 20px rgba(0,0,0,0.4);*/
}

/* --- UPDATED RESPONSIVE LOGIC --- */

/* 1. Ensure the item width is flexible, not fixed */
.mvl-gallery-item {
    position: relative;
    width: 100%; /* Changed from 275px to 100% for fluidity */
    aspect-ratio: 1 / 1; /* Maintains the square shape perfectly */
    height: auto; /* Allow aspect-ratio to control height */
    overflow: hidden;
    border-radius: 4px;
    background: #000;
}

/* 2. Large Desktop / Standard Monitors */
@media (max-width: 1250px) {
    .mvl-gallery-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }
}

/* 3. Tablets and Small Laptops */
@media (max-width: 1024px) {
    .mvl-gallery-container {
        grid-template-columns: repeat(3, 1fr); /* 3 Columns for tablet */
        gap: 15px;
    }
    .mvl-gallery-title { font-size: 38px; }
}

/* 4. Large Phones and Phablets (Portrait) */
@media (max-width: 768px) {
    .mvl-gallery-container {
        grid-template-columns: repeat(2, 1fr); /* 2 Columns for mobile */
        gap: 10px;
        padding: 0 15px;
    }
    .mvl-gallery-header { margin-bottom: 30px; }
    .mvl-gallery-title { font-size: 32px; }
    .mvl-gallery-filter { 
        flex-wrap: wrap; /* Buttons stack if there are too many */
        gap: 8px;
    }
}

/* 5. Small Devices (iPhone SE, etc.) */
@media (max-width: 480px) {
    .mvl-gallery-container {
        grid-template-columns: 1fr; /* 1 Column for very small screens */
        max-width: 320px; /* Prevents card from becoming too huge */
    }
    .mvl-gallery-title { font-size: 28px; }
    .mvl-filter-btn {
        padding: 8px 15px;
        font-size: 10px;
    }
}
/****************************movie details section *******************************************/
/* --- UNIQUE SCOPED WRAPPER --- */
.mvl-story-section {
    position: relative;
    background-color: #000000;
    padding: 75px 0;
    color: #ffffff;
    font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    overflow: hidden;
    line-height: 1.8;
}

/* --- ENHANCED VISIBLE STAR EFFECT --- */
.mvl-star-field {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
    pointer-events: none;
}

.mvl-stars-layer-v1, .mvl-stars-layer-v2 {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 200%;
    background: transparent;
}

.mvl-stars-layer-v1 {
    background-image: 
        radial-gradient(1.5px 1.5px at 25px 45px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 150px 80px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(1px 1px at 250px 200px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 350px 120px, #ffffff, rgba(0,0,0,0));
    background-size: 300px 300px;
    animation: mvl-stars-float 80s linear infinite;
    opacity: 0.6; /* Increased visibility */
}

.mvl-stars-layer-v2 {
    background-image: 
        radial-gradient(2px 2px at 60px 120px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(1.5px 1.5px at 180px 250px, #e62429, rgba(0,0,0,0)), /* Red star */
        radial-gradient(2px 2px at 300px 50px, #ffffff, rgba(0,0,0,0));
    background-size: 450px 450px;
    animation: mvl-stars-float 120s linear infinite reverse;
    opacity: 0.4; /* Increased visibility */
}

@keyframes mvl-stars-float {
    from { transform: translateY(0); }
    to { transform: translateY(-1000px); }
}

/* --- TYPOGRAPHY & ANIMATION --- */
.mvl-story-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 10;
}

/* CSS-ONLY TEXT REVEAL ANIMATION */
.mvl-story-content p {
    font-size: 21px;
    font-weight: 400;
    color: rgba(255,255,255,0.95);
    margin-bottom: 40px;
    opacity: 0; /* Hidden by default */
    transform: translateY(30px);
    animation: mvl-text-fade-in 1.2s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

/* Staggered Delay for each paragraph */
.mvl-intro-para { animation-delay: 0.3s; }
.mvl-sub-para { animation-delay: 0.8s; }
.mvl-footer-para { animation-delay: 1.3s; }

@keyframes mvl-text-fade-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropcap Design */
.mvl-dropcap {
    float: left;
    font-size: 110px;
    line-height: 0.8;
    margin-right: 18px;
    margin-top: 5px;
    font-weight: 900;
    color: #ffffff;
    font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    text-shadow: 0 0 15px rgba(255,255,255,0.2);
}

.mvl-story-content strong {
    color: #ffffff;
    font-weight: 800;
}

/* Bottom Highlight Section */
.mvl-footer-para {
    border-left: 3px solid #e62429;
    padding-left: 25px;
    font-style: italic;
    font-size: 19px;
    color: #aaaaaa !important;
}

/* --- RESPONSIVE --- */
/* --- ENHANCED RESPONSIVE LOGIC --- */

/* 1. Base Container Fluidity */
.mvl-story-container {
    width: 100%;
    box-sizing: border-box;
}

/* 2. Large Screen / Tablet Adjustments (Standard Desktop to iPad) */
@media (max-width: 1024px) {
    .mvl-story-container {
        padding: 0 30px;
        max-width: 800px;
    }
    .mvl-story-content p {
        font-size: 20px;
    }
}

/* 3. Mobile Devices (Portrait & Landscape) */
@media (max-width: 768px) {
    .mvl-story-section {
        padding: 60px 0; /* Slightly reduced vertical padding */
    }
    
    .mvl-story-container {
        padding: 0 20px;
    }

    .mvl-story-content p {
        font-size: 18px; /* Slightly smaller for mobile readability */
        line-height: 1.7;
        margin-bottom: 30px;
    }

    /* Scaling the Dropcap so it doesn't push text too far */
    .mvl-dropcap {
        font-size: 70px;
        margin-right: 12px;
        margin-top: 2px;
    }

    /* Adjusting the footer highlight for mobile */
    .mvl-footer-para {
        padding-left: 15px;
        font-size: 17px;
    }
}

/* 4. Small Mobile Devices (iPhone SE / Foldable screens) */
@media (max-width: 480px) {
    .mvl-story-section {
        padding: 40px 0;
    }

    .mvl-story-content p {
        font-size: 16px;
        text-align: left; /* Ensures clean alignment on narrow screens */
    }

    .mvl-dropcap {
        font-size: 55px;
        margin-right: 10px;
    }

    /* Stop the heavy star animation if it's too much for older mobile GPUs */
    .mvl-stars-layer-v1, .mvl-stars-layer-v2 {
        background-size: 250px 250px;
    }
}

/* 5. Handling Landscape Mode on Phones */
@media (max-height: 500px) and (orientation: landscape) {
    .mvl-story-section {
        padding: 30px 0;
    }
    .mvl-dropcap {
        font-size: 60px;
    }
}/*****************************************************************************/


/* --- SCOPED CREDITS WRAPPER --- */
.mvl-credits-universe {
    position: relative;
    background-color: #202020;
    padding: 75px 0;
    overflow: hidden;
    color: #ffffff;
    font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* --- ENHANCED STAR FIELD (FULL COVERAGE) --- */
.mvl-star-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.mvl-star-density {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-repeat: repeat;
}

/* Small White Stars */
.mvl-star-small {
    background-image: radial-gradient(1px 1px at 20px 30px, #fff, rgba(0,0,0,0)),
                      radial-gradient(1px 1px at 100px 150px, #fff, rgba(0,0,0,0)),
                      radial-gradient(1px 1px at 200px 80px, #fff, rgba(0,0,0,0));
    background-size: 250px 250px;
    animation: mvl-orbit 120s linear infinite;
    opacity: 0.4;
}

/* Medium White Stars */
.mvl-star-medium {
    background-image: radial-gradient(1.5px 1.5px at 50px 100px, #fff, rgba(0,0,0,0)),
                      radial-gradient(1.5px 1.5px at 150px 250px, #fff, rgba(0,0,0,0));
    background-size: 400px 400px;
    animation: mvl-orbit 90s linear infinite reverse;
    opacity: 0.3;
}

/* Larger Highlights */
.mvl-star-large {
    background-image: radial-gradient(2px 2px at 300px 400px, #fff, rgba(0,0,0,0));
    background-size: 600px 600px;
    animation: mvl-orbit 180s linear infinite;
    opacity: 0.2;
}

/* Orange/Amber Particles (Video Reference) */
.mvl-star-orange {
    background-image: radial-gradient(1.5px 1.5px at 250px 150px, #ff8c00, rgba(0,0,0,0)),
                      radial-gradient(2px 2px at 450px 350px, #ff4500, rgba(0,0,0,0));
    background-size: 500px 500px;
    animation: mvl-orbit 60s linear infinite;
    opacity: 0.3;
}

@keyframes mvl-orbit {
    from { transform: rotate(0deg) translate(-5%, -5%); }
    to { transform: rotate(360deg) translate(5%, 5%); }
}

/* --- LAYOUT & CONTENT --- */
.mvl-credits-inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 10; /* Above stars */
}

.mvl-credits-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.mvl-credits-group { flex: 1; }

.mvl-credit-item {
    margin-bottom: 35px;
    transition: transform 0.4s ease;
}

.mvl-credit-item:hover { transform: translateX(10px); }

.mvl-role {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    color: #e62429;
    font-weight: 800;
    margin-bottom: 8px;
}

.mvl-name {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    letter-spacing: 1px;
}

.mvl-cast-list {
    font-size: 14px;
    line-height: 1.6;
    color: #cccccc;
    max-width: 400px;
}

/* --- CENTER DIVIDER --- */
.mvl-credits-divider {
    position: relative;
    height: 300px;
    width: 2px;
    display: flex;
    justify-content: center;
}

.mvl-divider-line {
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.2), transparent);
}

.mvl-divider-glow {
    position: absolute;
    top: 50%;
    width: 4px;
    height: 60px;
    background: #e62429;
    box-shadow: 0 0 20px #e62429;
    transform: translateY(-50%);
    animation: mvl-glow-pulse 3s ease-in-out infinite;
}

@keyframes mvl-glow-pulse {
    0%, 100% { height: 40px; opacity: 0.5; }
    50% { height: 100px; opacity: 1; }
}

/* --- REVEAL ANIMATIONS --- */
.mvl-reveal-left {
    animation: mvl-reveal-fade-left 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.mvl-reveal-right {
    animation: mvl-reveal-fade-right 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@keyframes mvl-reveal-fade-left {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes mvl-reveal-fade-right {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .mvl-credits-grid { flex-direction: column; text-align: center; }
    .mvl-credits-divider { display: none; }
    .mvl-credit-item:hover { transform: translateY(-5px); }
    .mvl-cast-list { margin: 0 auto; }
}

/* --- SCOPED PROJECT DISPLAY --- */
.mvl-project-display {
    background-color: #000000;
    padding: 40px 0; /* Reduced padding to give more room for height */
    overflow: hidden;
    position: relative;
    min-height: 80vh; /* Ensures the section feels substantial */
    display: flex;
    align-items: center;
}

.mvl-project-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.mvl-project-grid {
    display: flex;
    align-items: center; /* Aligns items centrally in height */
    justify-content: center;
    gap: 30px;
}

/* --- ITEM SIZING & FIXED HEIGHTS --- */
.mvl-item-small {
    flex: 0 0 404px; /* Fixed width from your requirement */
}

.mvl-item-big {
    flex: 0 0 722px; /* Fixed width from your requirement */
}

.mvl-project-image-wrapper {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #111;
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Height constraints to match screen */
.mvl-item-small .mvl-project-image-wrapper {
    height: 606px; /* 2:3 Ratio */
    max-height: 75vh; /* Prevents overflow on smaller laptop screens */
}

.mvl-item-big .mvl-project-image-wrapper {
    height: 406px; /* 16:9 Ratio */
    max-height: 75vh;
}

.mvl-project-image-wrapper img {
    width: 100%;
    height: 100%; /* Forces image to fill the wrapper height */
    display: block;
    object-fit: cover; /* Prevents stretching */
    transition: transform 0.8s ease, filter 0.5s ease;
    /* filter: grayscale(20%) brightness(0.8); */
}

/* --- HOVER EFFECTS --- */
.mvl-project-image-wrapper:hover {
    border-color: #e62429;
    box-shadow: 0 10px 30px rgba(230, 36, 41, 0.2);
    transform: translateY(-5px);
}

.mvl-project-image-wrapper:hover img {
    transform: scale(1.05);
    filter: grayscale(0%) brightness(1);
}

/* --- OVERLAY TEXT ELEMENTS --- */
.mvl-project-overlay {
    position: absolute;
    inset: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
    pointer-events: none;
    z-index: 2;
}

.mvl-project-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 60px;
    font-weight: 900;
    color: rgba(255,255,255,0.1);
    font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    line-height: 1;
}

.mvl-project-info h4 {
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 800;
    letter-spacing: 1px;
}

.mvl-project-info p {
    color: #e62429;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
    letter-spacing: 2px;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 1150px) {
    .mvl-project-grid {
        flex-direction: column;
        align-items: center;
    }
    .mvl-item-small, .mvl-item-big {
        flex: 1 1 auto;
        width: 100%;
        max-width: 500px; /* Neat center alignment on tablets */
    }
    .mvl-item-small .mvl-project-image-wrapper,
    .mvl-item-big .mvl-project-image-wrapper {
        height: auto;
        aspect-ratio: 2/3; /* Maintains ratio on mobile */
    }
    .mvl-item-big .mvl-project-image-wrapper {
        aspect-ratio: 16/9;
    }
}

@media (max-width: 600px) {
    .mvl-project-display { padding: 40px 0; }
    .mvl-project-info h4 { font-size: 18px; }
    .mvl-project-number { font-size: 40px; }
}
/* --- SCOPED VIDEO WRAPPER --- */
.mvl-video-premiere {
    position: relative;
    background-color: #202020;
    padding: 80px 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

/* Star movement behind video */
.mvl-video-stars {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(1px 1px at 50px 50px, #fff, transparent),
                      radial-gradient(1.5px 1.5px at 150px 200px, #fff, transparent);
    background-size: 300px 300px;
    opacity: 0.15;
    z-index: 0;
}

.mvl-video-container {
    max-width: 1100px;
    width: 90%;
    position: relative;
    z-index: 10;
}

/* --- HEADER STYLING --- */
.mvl-video-header {
    text-align: center;
    margin-bottom: 40px;
}

.mvl-v-tag {
    color: #e62429;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 6px;
    display: block;
    margin-bottom: 15px;
    font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.mvl-v-line {
    width: 40px;
    height: 3px;
    background: #e62429;
    margin: 0 auto;
}

/* --- THEATER FRAME DESIGN --- */
.mvl-video-frame {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.8);
    background: #000;
    border: 1px solid rgba(255,255,255,0.05);
}

.mvl-frame-glow {
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, rgba(230, 36, 41, 0.15) 0%, transparent 70%);
    z-index: -1;
    animation: mvl-aura-pulse 4s ease-in-out infinite;
}

.mvl-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
}

.mvl-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- LENS FLARE ANIMATION --- */
.mvl-video-flare {
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.03),
        transparent
    );
    transform: skewX(-20deg);
    animation: mvl-flare-sweep 7s infinite;
    pointer-events: none;
}

/* --- KEYFRAMES --- */
@keyframes mvl-aura-pulse {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.03); }
}

@keyframes mvl-flare-sweep {
    0% { left: -150%; }
    25% { left: 150%; }
    100% { left: 150%; }
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .mvl-v-tag { font-size: 11px; letter-spacing: 4px; }
    .mvl-video-premiere { padding: 40px 0; }
}

/* UNIQUE UNIQUE NAMING FOR CSS - SECTION WRAPPER */
        #magaram-teaser-section {
            background-color: #000; /* Assuming black background as per previous context */
            padding: 50px 0;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 20px; /* spacing between images */
            font-family:  "urwdin-regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
        }

        /* Styling for the first (left) image container */
        .mts-teaser-poster {
            width: 500px; /* Fixed width */
            height: 400px; /* Fixed height */
            position: relative;
            overflow: hidden;
            border-radius: 8px; /* neat rounded corners */
            cursor: pointer;
            box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
            transition: all 0.4s ease;
        }

        .mts-teaser-poster img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* covers the container without stretching */
            transition: transform 0.6s ease;
        }

        /* Neet Hover Effect for Poster */
        .mts-teaser-poster:hover {
            box-shadow: 0 15px 30px rgba(255, 255, 255, 0.2);
            transform: translateY(-5px); /* float up */
        }

        .mts-teaser-poster:hover img {
            transform: scale(1.05); /* subtle zoom */
        }

        /* Styling for the second (right) scene/launch container */
        .mts-teaser-launch {
            width: 500px; /* Fixed width - equal to poster */
            height: 400px; /* Fixed height - equal to poster */
            position: relative;
            overflow: hidden;
            border-radius: 8px; /* neat rounded corners */
            cursor: pointer;
            box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
            transition: all 0.4s ease;
        }

        .mts-teaser-launch img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* covers the container without stretching */
            filter: brightness(0.9); /* make it slightly dimmer like the video example */
            transition: all 0.4s ease;
        }

        /* Neet Hover Effect for Launch Scene */
        .mts-teaser-launch:hover {
            box-shadow: 0 15px 30px rgba(255, 255, 255, 0.2);
            transform: translateY(-5px); /* float up */
        }

        .mts-teaser-launch:hover img {
            filter: brightness(1.1); /* make it brighter when hovering */
            transform: scale(1.02); /* very subtle scale for the launch scene */
        }

        /* TEXT OVERLAY STYLING FOR LAUNCH SCENE */
        .mts-teaser-launch .launch-text-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 20px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 30%);
            display: flex;
            flex-direction: column;
            justify-content: flex-end; /* position text at bottom */
            color: #fff;
            transition: background 0.4s ease;
        }

        /* change overlay color on hover */
        .mts-teaser-launch:hover .launch-text-overlay {
            background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 50%);
        }

        .mts-teaser-launch .launch-text-overlay h2 {
            margin: 0;
            color: #e62429; /* Marvel Red as per previous context */
            font-size: 2.2em;
            text-transform: uppercase;
            font-weight: 900;
            letter-spacing: 1px;
            transform: translateY(10px);
            opacity: 0; /* hidden by default */
            transition: transform 0.4s ease, opacity 0.4s ease;
        }

        /* reveal text on hover */
        .mts-teaser-launch:hover .launch-text-overlay h2 {
            transform: translateY(0);
            opacity: 1;
        }

       /* --- UPDATED FULL RESPONSIVE LOGIC --- */

/* 1. Base Container Adjustments (Allow boxes to shrink) */
.mts-teaser-poster, 
.mts-teaser-launch {
    width: 100%;
    max-width: 500px; /* Limits size on large screens */
    height: auto;
    aspect-ratio: 5 / 4; /* Keeps the fixed height feel without hard pixels */
}

/* 2. Tablets & Small Laptops (Side-by-Side but smaller) */
@media (max-width: 1100px) {
    #magaram-teaser-section {
        padding: 40px 20px;
        gap: 15px;
    }
    .mts-teaser-poster, 
    .mts-teaser-launch {
        max-width: 45%; /* Keeps them side-by-side on tablets */
    }
}

/* 3. Mobile Phones (Stacked) */
@media (max-width: 768px) {
    #magaram-teaser-section {
        flex-direction: column;
        align-items: center;
        gap: 30px; /* Spacing between the two stacked cards */
        padding: 30px 15px;
    }

    .mts-teaser-poster, 
    .mts-teaser-launch {
        max-width: 100%; /* Take full width on mobile */
        width: 100%;
        height: auto;
    }

    /* Adjust font size for mobile overlay */
    .mts-teaser-launch .launch-text-overlay h2 {
        font-size: 1.6em;
    }
}

/* 4. Very Small Devices (iPhone SE / Small Androids) */
@media (max-width: 480px) {
    .mts-teaser-launch .launch-text-overlay {
        padding: 15px;
    }
    .mts-teaser-launch .launch-text-overlay h2 {
        font-size: 1.3em;
    }
}

/* 5. Support for Wide Screens (Centering fix) */
@media (min-width: 1400px) {
    #magaram-teaser-section {
        gap: 40px; /* More breathing room on wide monitors */
    }
}
/***********************************************************************/
/***************************news page contents********************************************/
/* --- BASE SECTION STYLING --- */
.mvl-ack-thanks-section {
    position: relative;
    background-color: #050505;
    padding: 100px 0;
    overflow: hidden;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    z-index: 1;
}

/* --- STAR BACKGROUND --- */
.mvl-ack-star-canvas {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1; pointer-events: none;
}

.mvl-ack-star-layer {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 200%;
}

.mvl-ack-star-density-sm {
    background-image: radial-gradient(1px 1px at 20px 30px, #ffffff, rgba(0,0,0,0)), 
                      radial-gradient(1.5px 1.5px at 150px 100px, #ffffff, rgba(0,0,0,0));
    background-size: 200px 200px;
    animation: mvl-ack-stars-float 90s linear infinite;
    opacity: 0.4;
}

.mvl-ack-star-density-md {
    background-image: radial-gradient(2px 2px at 100px 150px, #ffffff, rgba(0,0,0,0)), 
                      radial-gradient(2px 2px at 250px 250px, #e62429, rgba(0,0,0,0));
    background-size: 300px 300px;
    animation: mvl-ack-stars-float 120s linear infinite reverse;
    opacity: 0.2;
}

@keyframes mvl-ack-stars-float {
    from { transform: translateY(0); }
    to { transform: translateY(-1000px); }
}

/* --- CONTAINER & HEADERS --- */
.mvl-ack-thanks-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.mvl-ack-header-area {
    text-align: center;
    margin-bottom: 50px;
}

.mvl-ack-header-tag {
    color: #e62429;
    font-weight: 800;
    letter-spacing: 5px;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.mvl-ack-header-title {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -2px;
}

.mvl-ack-header-title span { color: #333; }

.mvl-ack-header-divider {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.mvl-ack-divider-inner {
    width: 60px;
    height: 4px;
    background: #e62429;
}

.mvl-ack-description {
    max-width: 900px;
    margin: 0 auto 60px auto;
    text-align: center;
    line-height: 1.8;
}

.mvl-ack-description p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.mvl-ack-description strong {
    color: #ffffff;
    font-weight: 800;
}

/* --- GRID & CARDS --- */
.mvl-ack-thanks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    justify-items: center;
}
.mvl-ack-thanks-card {
    position: relative;
    width: 100%;
    max-width: 398px;
    height: 250px;
    overflow: hidden;
    border-radius: 4px;
    background: #000;
    border: 1px solid rgba(255,255,255,0.05);
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    transition: all 0.5s ease;
}

.mvl-ack-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.mvl-ack-image-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mvl-ack-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: brightness(0.6) contrast(1.1);*/
    /*transition: transform 0.8s ease, filter 0.5s ease;*/
}

.mvl-ack-night-overlay {
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 50px rgba(0,0,0,0.9);
}

/* --- HOVER EFFECTS --- */
.mvl-ack-hover-content {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 70%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.mvl-ack-content-info {
    transform: translateY(15px);
    transition: transform 0.4s ease;
}

.mvl-ack-content-info h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.mvl-ack-content-info p {
    margin: 4px 0 0;
    font-size: 11px;
    color: #e62429;
    font-weight: 700;
    letter-spacing: 2px;
}

.mvl-ack-hover-flare {
    position: absolute;
    top: -50%; left: -150%; width: 200%; height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.05), transparent);
    transform: skewX(-20deg);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease, left 0.6s ease;
}

.mvl-ack-thanks-card:hover {
    border-color: #e62429;
    transform: translateY(-5px);
}
.mvl-ack-thanks-card:hover img {
    filter: brightness(1);
    transform: scale(1.05);
}

.mvl-ack-thanks-card:hover .mvl-ack-hover-content {
    opacity: 1;
}

.mvl-ack-thanks-card:hover .mvl-ack-content-info {
    transform: translateY(0);
}

.mvl-ack-thanks-card:hover .mvl-ack-hover-flare {
    opacity: 1;
    left: 150%;
}

/* --- FOOTER DIVIDER --- */
.mvl-ack-footer-divider {
    margin-top: 60px;
    position: relative;
    display: flex;
    justify-content: center;
}

.mvl-ack-divider-line {
    width: 200px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.mvl-ack-divider-glow {
    position: absolute;
    top: -1px;
    width: 60px;
    height: 3px;
    background: #e62429;
    box-shadow: 0 0 10px #e62429;
}

/* --- RESPONSIVE LOGIC --- */

/* High-Res Monitors */
@media (min-width: 1600px) {
    .mvl-ack-thanks-container { max-width: 1400px; }
    .mvl-ack-header-title { font-size: 56px; }
}

/* Tablets & Small Laptops */
@media (max-width: 1150px) {
    .mvl-ack-thanks-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .mvl-ack-header-title { font-size: 40px; }
}

/* Mobile Phones */
@media (max-width: 768px) {
    .mvl-ack-thanks-section { padding: 60px 0; }
    .mvl-ack-header-title { font-size: 32px; }
    .mvl-ack-description p { font-size: 16px; }
    
    .mvl-ack-thanks-grid {
        grid-template-columns: 1fr;
    }

    .mvl-ack-thanks-card {
        height: 230px;
        max-width: 100%;
    }

    /* Force details visible on mobile */
    .mvl-ack-hover-content {
        opacity: 0.9;
        background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%);
    }
    .mvl-ack-content-info { transform: translateY(0); }
}
/* Small Screens */
@media (max-width: 480px) {
    .mvl-ack-header-title { font-size: 26px; }
    .mvl-ack-header-tag { font-size: 11px; letter-spacing: 3px; }
    .mvl-ack-thanks-card { height: 200px; }
}