
:root {
  --theme-color: #0099f5;
  --title-color: #051821;
  --body-color: #666666;
  --body-bg: #ffffff;
  --secondary-color: #1f2937;
  --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: "Barlow Condensed", sans-serif;
  --body-font: "Barlow", 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 0.4s;
}

a:hover {
  color: var(--title-color);
}

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

button {
  transition: all ease 0.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: 0.5px;
  font-size: 0.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 0.2s ease;
}

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

label {
  margin-bottom: 0.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(0.375em + 0.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(0.375em + 0.5875rem) right
    calc(0.375em + 0.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 0.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, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.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);
}
.mobile-logo a img{
  max-width: 50px;
}
.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: 10px;
  text-align: left;
}
.vs-menu-wrapper .mobile-logo a{
  display: flex;
 
  padding: 0px 40px;
}
.vs-mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(242, 0, 58, 0.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: var(--title-color);
  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: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(242, 0, 58, 0.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: var(--body-bg);
}

.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: var(--theme-color);
  box-sizing: border-box;
  animation: animloader 0.3s 0.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 0.3s 0.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: var(--title-color);
  text-transform: uppercase;
  font-family: var(--title-font);
  border-radius: 9999px;
  letter-spacing: 0.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 0.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: 0.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: #1f2937;
}

.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 0.4s;
  background-color: var(--title-color);
}

.bar-btn .bar:after {
  left: -140%;
  right: auto;
  background-color: var(--secondary-color);
}

.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 0.4s;
  box-shadow: 0 15px 15px 0 rgba(0, 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: 0.02em;
}

.watch-btn.style2 i {
  background-color: var(--secondary-color);
  color: var(--white-color);
  transition: all ease 0.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 0.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: #1f2937;
}

.link-btn {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  line-height: 0.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 0.8s;
}

.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: var(--body-bg);
  border-radius: inherit;
  z-index: 1;
  transition: all ease 0.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 0.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 0.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: 0.35em 0.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: var(--theme-color);
}

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: 0.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: 0.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: var(--title-color);
  color: var(--white-color);
}

.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 0.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: 0.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 0.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 0.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 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}

.sidebar-gallery .gallery-thumb:hover:before {
  opacity: 0.8;
  visibility: visible;
}

.sidebar-gallery .gallery-thumb:hover .gal-btn {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.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, 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: 10px;
}

/* .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: 0.5px;
  font-weight: 700;
  color: var(--theme-color);
} */
 .footer-menu li a i{
  color: #0099f5;
 } 
 .footer-widget li a i{
  color: #0099f5;
 }

.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: var(--theme-color);
}

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

.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: #1f2937;
}

.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 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

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

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

@media (max-width: 1500px) {
  .main-menu a {
    font-size: 16px;
  }
}

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

.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: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: -0.8px;
  font-size: 0.8rem;
} */

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

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

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

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--body-bg);
  box-shadow: 0 5px 10px 0 rgba(0, 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, 0.09),
    0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s,
    opacity 0.4s ease-in-out 0s, z-index 0s;
}

.main-menu ul.sub-menu 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: 0.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, 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: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}

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

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

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

.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: 41px 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;
}

.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, 0.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: #1f2937;
  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: #1f2937;
  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: 2000px) {
  .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 #1f2937;
}

.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;
  }
}

.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 34px 0 -0.6em 0;
  list-style-type: none;
  position: relative;
}

.breadcumb-menu li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding-right: 23px;
  margin-right: 16px;
}

.breadcumb-menu li:after {
  content: "";
  width: 3px;
  height: 18px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  background-color: var(--white-color);
  display: inline-block;
}

.breadcumb-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}

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

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  word-break: break-word;
  white-space: normal;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  color: var(--theme-color);
  font-family: var(--title-font);
  letter-spacing: -0.02em;
}

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

.breadcumb-title {
  color: var(--white-color);
  margin: -0.3em 0 -0.2em 0;
  font-size: 90px;
  font-weight: 600;
  text-transform: capitalize;
}

.breadcumb-content {
  padding: 130px 0 130px 0;
}

.breadcumb-wrapper {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-color: var(--secondary-color);
}

.breadcumb-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: var(--title-color);
}

@media (max-width: 1500px) {
  .breadcumb-title {
    font-size: 70px;
  }
}

@media (max-width: 1399px) {
  .breadcumb-title {
    font-size: 48px;
  }

  .breadcumb-menu {
    margin-top: 15px;
  }

  .breadcumb-menu li,
  .breadcumb-menu a {
    font-size: 18px;
  }

  .breadcumb-menu li {
    padding-right: 13px;
    margin-right: 6px;
  }

  .breadcumb-menu li:after {
    height: 14px;
    margin-top: -6px;
  }
}

@media (max-width: 1199px) {
  .breadcumb-content {
    padding: 100px 0 100px 0;
  }
}

@media (max-width: 991px) {
  .breadcumb-content {
    text-align: center;
  }

  .breadcumb-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .breadcumb-content {
    padding: 70px 0 70px 0;
  }

  .breadcumb-title {
    font-size: 36px;
  }

  .breadcumb-menu a,
  .breadcumb-menu li {
    font-size: 14px;
  }

  .breadcumb-menu li:after {
    height: 12px;
  }
}

.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, 0.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: #1f2937;
  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 0.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 0.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 0.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 0.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: 0.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: 0.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: 0.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;
  }
}
/* new hero section start */
 .hero {
        
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            border-radius: 0px 0px 50px 50px;
            z-index: 1;
        }
        
        /* Geometric background pattern */
        .geometric-bg {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0.04;
        }
        
        .geo-circle {
            position: absolute;
            border: 1px solid #fff;
            border-radius: 50%;
            animation: pulse 8s ease-in-out infinite;
        }
        
        .geo-circle:nth-child(1) {
            width: 400px;
            height: 400px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        .geo-circle:nth-child(2) {
            width: 600px;
            height: 600px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            animation-delay: 2s;
        }
        
        .geo-circle:nth-child(3) {
            width: 800px;
            height: 800px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            animation-delay: 4s;
        }
        
        @keyframes pulse {
            0%, 100% { 
                opacity: 0.04;
                transform: translate(-50%, -50%) scale(1);
            }
            50% { 
                opacity: 0.08;
                transform: translate(-50%, -50%) scale(1.05);
            }
        }
        
        /* Diamond shapes in corners */
        .diamond-ornament {
            position: absolute;
            width: 15px;
            height: 15px;
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.15);
            transform: rotate(45deg);
            animation: rotateDiamond 10s linear infinite;
        }
        
        .diamond-ornament:nth-child(1) {
            top: 60px;
            left: 60px;
        }
        
        .diamond-ornament:nth-child(2) {
            top: 60px;
            right: 60px;
            animation-delay: 2.5s;
        }
        
        .diamond-ornament:nth-child(3) {
            bottom: 60px;
            left: 60px;
            animation-delay: 5s;
        }
        
        .diamond-ornament:nth-child(4) {
            bottom: 60px;
            right: 60px;
            animation-delay: 7.5s;
        }
        
        @keyframes rotateDiamond {
            0%, 100% { transform: rotate(45deg); }
            50% { transform: rotate(135deg); }
        }
        
        /* Vertical dividers */
        .vertical-divider {
            position: absolute;
            width: 1px;
            height: 60%;
            top: 20%;
            background: linear-gradient(to bottom, transparent, rgba(100, 80, 90, 0.3), transparent);
        }
        
        .vertical-divider:nth-child(1) {
            left: 25%;
            animation: fadeInOut 6s ease-in-out infinite;
        }
        
        .vertical-divider:nth-child(2) {
            right: 25%;
            animation: fadeInOut 6s ease-in-out infinite 3s;
        }
        
        @keyframes fadeInOut {
            0%, 100% { opacity: 0.2; }
            50% { opacity: 0.5; }
        }
        
        /* Atmospheric fog */
        .fog {
            position: absolute;
            width: 200%;
            height: 100%;
            background: radial-gradient(ellipse at center, transparent 20%, rgb(2, 160, 225) 80%);
            animation: fogMove 20s ease-in-out infinite;
        }
        
        @keyframes fogMove {
            0%, 100% { transform: translateX(0); }
            50% { transform: translateX(-25%); }
        }
        
        /* Content container */
        .hero-content {
            text-align: center;
            z-index: 10;
            position: relative;
            /* max-width: 900px; */
            padding: 0 40px;
        }
        
        /* Top ornamental symbol */
        .top-symbol {
            font-size: 28px;
            color: rgba(120, 100, 110, 0.6);
            margin-bottom: 35px;
            opacity: 0;
            animation: symbolAppear 1.5s ease forwards 0.2s;
            filter: drop-shadow(0 0 15px rgba(120, 100, 110, 0.4));
        }
        
        @keyframes symbolAppear {
            from {
                opacity: 0;
                transform: translateY(-30px) rotate(-180deg);
            }
            to {
                opacity: 1;
                transform: translateY(0) rotate(0deg);
            }
        }
        
        /* Pre-title */
        .pre-title {
            font-size: 10px;
            letter-spacing: 8px;
            text-transform: uppercase;
            color: #1f2937;
            margin-bottom: 25px;
            opacity: 0;
            animation: textFadeIn 1.2s ease forwards 0.5s;
            font-family: 'Cinzel', serif;
            font-weight: 400;
        }
        
        @keyframes textFadeIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Main title */
        .hero h1 {
          
            font-size: clamp(60px, 10vw, 110px) !important;
            font-weight: 700;
            letter-spacing: 18px !important;
            margin-bottom: 20px ;
            opacity: 0;
            -webkit-text-fill-color: #fff !important;
            animation: titleReveal 1.5s ease forwards 0.8s !important;
            color: #fff !important;
            background: none !important;
            text-shadow: 
                0 0 40px rgba(120, 100, 110, 0.5),
                0 5px 20px rgba(0, 0, 0, 0.8) !important;
            position: relative;
        }
        
        @keyframes titleReveal {
            from {
                opacity: 0;
                transform: translateY(40px);
                letter-spacing: 30px;
            }
            to {
                opacity: 1;
                transform: translateY(0);
                letter-spacing: 18px;
            }
        }
        
        /* Horizontal accent line */
        .accent-line {
            width: 200px;
            height: 2px;
            background: linear-gradient(90deg, transparent, rgba(120, 100, 110, 0.8), transparent);
            margin: 35px auto;
            position: relative;
            opacity: 0;
            animation: lineExpand 1.5s ease forwards 1.1s;
        }
        
        .accent-line::before,
        .accent-line::after {
            content: '◆';
            position: absolute;
            top: -7px;
            font-size: 14px;
            color: rgba(120, 100, 110, 0.8);
        }
        
        .accent-line::before {
            left: -20px;
        }
        
        .accent-line::after {
            right: -20px;
        }
        
        @keyframes lineExpand {
            from {
                opacity: 0;
                width: 0;
            }
            to {
                opacity: 1;
                width: 200px;
            }
        }
        
        /* Subtitle/Description */
        .description {
            font-size: clamp(16px, 2vw, 21px);
            line-height: 2;
            font-style: italic;
            color: #1f2937;
            margin-bottom: 40px;
            opacity: 0;
            animation: textFadeIn 1.2s ease forwards 1.4s;
            max-width: 650px;
            margin-left: auto;
            margin-right: auto;
            letter-spacing: 1px;
        }
        
        /* Bottom symbol */
        .bottom-symbol {
            font-size: 18px;
            color: rgba(120, 100, 110, 0.5);
            margin-top: 50px;
            opacity: 0;
            animation: symbolAppear 1.5s ease forwards 1.7s;
            filter: drop-shadow(0 0 10px rgba(120, 100, 110, 0.3));
        }
        
        /* Floating dust particles */
        .dust-particles {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        
        .dust {
            position: absolute;
            width: 1px;
            height: 1px;
            background: rgba(120, 100, 110, 0.3);
            border-radius: 50%;
            animation: dustFloat 20s infinite linear;
            box-shadow: 0 0 5px rgba(120, 100, 110, 0.3);
        }
        
        .dust:nth-child(1) { left: 15%; animation-delay: 0s; animation-duration: 18s; }
        .dust:nth-child(2) { left: 25%; animation-delay: 3s; animation-duration: 22s; }
        .dust:nth-child(3) { left: 35%; animation-delay: 6s; animation-duration: 20s; }
        .dust:nth-child(4) { left: 45%; animation-delay: 2s; animation-duration: 24s; }
        .dust:nth-child(5) { left: 55%; animation-delay: 5s; animation-duration: 19s; }
        .dust:nth-child(6) { left: 65%; animation-delay: 8s; animation-duration: 21s; }
        .dust:nth-child(7) { left: 75%; animation-delay: 4s; animation-duration: 23s; }
        .dust:nth-child(8) { left: 85%; animation-delay: 7s; animation-duration: 17s; }
        
        @keyframes dustFloat {
            0% {
                bottom: -5%;
                opacity: 0;
                transform: translateX(0);
            }
            10% {
                opacity: 0.5;
            }
            90% {
                opacity: 0.5;
            }
            100% {
                bottom: 105%;
                opacity: 0;
                transform: translateX(100px);
            }
        }
        
        /* Ink drops falling slowly */
        .ink-drop {
            position: absolute;
            top: -10%;
            width: 2px;
            height: 0;
            background: linear-gradient(to bottom, transparent, rgba(100, 80, 90, 0.4));
            animation: inkFall 8s ease-in infinite;
        }
        
        .ink-drop:nth-child(1) { left: 18%; animation-delay: 0s; }
        .ink-drop:nth-child(2) { left: 45%; animation-delay: 3s; }
        .ink-drop:nth-child(3) { left: 72%; animation-delay: 6s; }
        .ink-drop:nth-child(4) { left: 88%; animation-delay: 2s; }
        
        @keyframes inkFall {
            0% {
                height: 0;
                top: -10%;
                opacity: 0;
            }
            20% {
                height: 150px;
                opacity: 0.6;
            }
            100% {
                top: 110%;
                height: 150px;
                opacity: 0;
            }
        }
        
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 50px;
                letter-spacing: 10px;
            }
            
            .diamond-ornament {
                width: 12px;
                height: 12px;
            }
            
            .diamond-ornament:nth-child(1),
            .diamond-ornament:nth-child(2),
            .diamond-ornament:nth-child(3),
            .diamond-ornament:nth-child(4) {
                top: 30px;
                bottom: 30px;
                left: 30px;
                right: 30px;
            }
            
            .diamond-ornament:nth-child(1) { top: 30px; left: 30px; }
            .diamond-ornament:nth-child(2) { top: 30px; right: 30px; }
            .diamond-ornament:nth-child(3) { bottom: 30px; left: 30px; }
            .diamond-ornament:nth-child(4) { bottom: 30px; right: 30px; }
        }
/* new hero section end */
.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, 0.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, 0.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 0.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 0.4s;
}

.hero-layout1 .play-icon:hover {
  background-color: rgba(255, 255, 255, 0.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, 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: #1f2937;
  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 0.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, 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, 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: 0.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: 0.8vw;
  margin-right: 0.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: 0.6vw;
    margin-right: 0.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: 0.6vw;
    margin-right: 0.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, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.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 0.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: var(--body-bg);
  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, 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 0.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, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.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 0.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 0.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 0.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 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  transition-delay: 0.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, 0.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, 0.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 0.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 0.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, 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 0.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, 0.1);
  border-radius: 10px;
  transition: all ease 0.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 0.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 0.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 0.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: 0.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, 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 0.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 0.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 0.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 0.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, 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 0.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 0.4s;
  box-shadow: 0 0 25px 0 rgba(0, 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 0.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 0.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 0.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 0.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 0.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 0.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, 0.7);
  transition: all ease 0.4s;
  z-index: 1;
  transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
}

.vs-product-box .product-img img {
  transition: all ease 0.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 0.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: 0.5px;
  bottom: 0.5px;
  background-color: var(--theme-color);
  z-index: -2;
  transition: all ease 0.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: 0.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 0.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 0.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 0.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 0.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: #1f2937;
  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, 0.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 0.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 0.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;
  }
}

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

.podcast-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.podcast-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* overlay strength */
  z-index: 1;
}

/* Keep content above overlay */
.podcast-section .container {
  position: relative;
  z-index: 2;
}
.footer-logo img {
  max-width: 90px;
}
.image-sec {
  max-width: 100px !important;
}

.sell-music-hero {
  background: linear-gradient(135deg, #0094ef 0%, #008fe97a 50%, #1d2938 100%);

  padding: 140px 0 100px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Video Background */
.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  z-index: 1;
}

/* Animated Particles */
.sell-music-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 20% 50%,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 40% 20%,
      rgba(255, 255, 255, 0.08) 1px,
      transparent 1px
    );
  background-size: 100px 100px, 80px 80px, 120px 120px;
  animation: floatParticles 25s linear infinite;
  z-index: 2;
}

.sell-music-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 50% 50%,
    transparent 40%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 2;
}

@keyframes floatParticles {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-50px) translateX(30px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

/* Floating Music Notes Animation */
.music-notes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.music-note {
  position: absolute;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.2);
  animation: floatNote 15s linear infinite;
}

.music-note:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
  animation-duration: 12s;
}
.music-note:nth-child(2) {
  left: 20%;
  animation-delay: 2s;
  animation-duration: 15s;
}
.music-note:nth-child(3) {
  left: 30%;
  animation-delay: 4s;
  animation-duration: 13s;
}
.music-note:nth-child(4) {
  left: 50%;
  animation-delay: 1s;
  animation-duration: 14s;
}
.music-note:nth-child(5) {
  left: 70%;
  animation-delay: 3s;
  animation-duration: 16s;
}
.music-note:nth-child(6) {
  left: 85%;
  animation-delay: 5s;
  animation-duration: 11s;
}

@keyframes floatNote {
  0% {
    bottom: -50px;
    transform: translateX(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    bottom: 110%;
    transform: translateX(100px) rotate(360deg);
    opacity: 0;
  }
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content h1 {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 1.1;
  background: linear-gradient(to right, #fff, #fde68a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.hero-content p {
  font-size: 22px;
  margin-bottom: 45px;
  /* opacity: 0.95; */
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.cta-buttons {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary-custom {
  background: linear-gradient(135deg, #fff 0%, #fde68a 100%);
  color: #0094ef;
  padding: 20px 50px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-primary-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s;
}

.btn-primary-custom:hover::before {
  left: 100%;
}

.btn-primary-custom:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  color: #0094ef;
}

.btn-secondary-custom {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 20px 50px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  border: 3px solid #fff;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(10px);
}

.btn-secondary-custom:hover {
  background: #fff;
  color: #0094ef;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
}

.features-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #e0e7ff 100%);
  position: relative;
  overflow: hidden;
}

.features-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: url("https://images.unsplash.com/photo-1511379938547-c1f69419868d?w=1920&h=400&fit=crop")
    center/cover;
  opacity: 0.05;
  z-index: 1;
}

.section-title {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
  animation: fadeInUp 0.8s ease-out;
}

.section-title h2 {
  font-size: 48px;
  font-weight: 800;
  background: #1d2938;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
}

.section-title h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: #1d2938;
  border-radius: 2px;
}

.section-title p {
  font-size: 20px;
  color: #64748b;
  max-width: 650px;
  margin: 20px auto 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 35px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.feature-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 45px 35px;
  border-radius: 25px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(139, 92, 246, 0.1),
    transparent
  );
  transition: left 0.6s;
}

.feature-card:hover::before {
  left: 100%;
}

.feature-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #0094ef, #ec4899, #f59e0b);
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.feature-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 60px rgba(139, 92, 246, 0.3);
  border-color: #0094ef;
}

.feature-card:hover::after {
  transform: scaleX(1);
}

.feature-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #0094ef 0%, #1d2938 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-size: 38px;
  color: #fff;
  transition: all 0.5s ease;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

.feature-card:hover .feature-icon {
  transform: rotateY(360deg) scale(1.1);
  box-shadow: 0 15px 40px rgba(139, 92, 246, 0.5);
}

.feature-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 18px;
}

.feature-card p {
  color: #64748b;
  font-size: 16px;
  line-height: 1.8;
}

.stats-section {
  background: url("https://images.unsplash.com/photo-1470225620780-dba8ba36b745?w=1920&h=600&fit=crop")
    center/cover;
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0606065e;
  z-index: 1;
}

.stats-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="1.5" fill="rgba(255,255,255,0.1)"/></svg>');
  animation: movePattern 20s linear infinite;
  z-index: 2;
}

@keyframes movePattern {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(60px, 60px);
  }
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 50px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.stat-item {
  animation: fadeInUp 0.8s ease-out;
}

.stat-item h3 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 12px;
  background: linear-gradient(180deg, #fff 0%, #fde68a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.stat-item p {
  font-size: 18px;
  opacity: 0.95;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
}

.process-section {
  padding: 120px 0;
  background: #fff;
  position: relative;
}

.process-timeline {
  max-width: 950px;
  margin: 60px auto 0;
  position: relative;
  padding: 50px 0;
}

.process-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(135deg, #0094ef 0%, #008fe97a 50%, #1d2938 100%);

  transform: translateX(-50%);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.5);
}

.process-step {
  display: flex;
  gap: 50px;
  margin-bottom: 80px;
  position: relative;
  animation: fadeInUp 0.8s ease-out;
}

.process-step:nth-child(even) {
  flex-direction: row-reverse;
}

.process-number {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #0094ef 0%, #008fe97a 50%, #1d2938 100%);

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.5);
  border: 5px solid #fff;
  transition: all 0.4s ease;
}

.process-step:hover .process-number {
  transform: scale(1.15) rotate(360deg);
}

.process-content {
  flex: 1;
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
  padding: 35px;
  border-radius: 20px;
  position: relative;
  border: 2px solid #e0e7ff;
  transition: all 0.4s ease;
}

.process-step:hover .process-content {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(139, 92, 246, 0.2);
  border-color: #0094ef;
}

.process-content h3 {
  font-size: 26px;
  font-weight: 700;
  background: #1d2938;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}

.process-content p {
  color: #64748b;
  line-height: 1.8;
  font-size: 16px;
}

.cta-section {
  background: url("https://images.unsplash.com/photo-1511379938547-c1f69419868d?w=1920&h=600&fit=crop")
    center/cover;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #0094ef 0%, #008fe97a 50%, #1d2938 100%);

  z-index: 1;
}

.cta-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 2px,
    transparent 2px
  );
  background-size: 80px 80px;
  animation: rotateBg 30s linear infinite;
  z-index: 2;
}

@keyframes rotateBg {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(80px, 80px) rotate(360deg);
  }
}

.cta-content {
  position: relative;
  z-index: 3;
  animation: fadeInUp 1s ease-out;
}

.cta-content h2 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 25px;
  text-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.cta-content p {
  font-size: 20px;
  margin-bottom: 45px;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .section-title h2 {
    font-size: 36px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .process-timeline::before {
    left: 35px;
  }

  .process-step,
  .process-step:nth-child(even) {
    flex-direction: column;
    padding-left: 90px;
  }

  .process-number {
    position: absolute;
    left: 0;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card.featured {
    transform: scale(1);
  }

  .cta-content h2 {
    font-size: 36px;
  }
}

/* music distribuution page css */

/* .head-banner {
  background-color: #000;
} */
.head-banner.bg-gradient-big::after {
  top: 250px;
  left: -200px;
  width: 636px;
  height: 636px;
  z-index: 1;
}
@media (max-width: 992px) {
  .head-banner.bg-gradient-big::after {
    left: 0;
    width: 400px;
    height: 400px;
    top: unset;
    bottom: -180px;
  }
}
@media (max-width: 767px) {
  .head-banner.bg-gradient-big::after {
    width: 200px;
    height: 200px;
    bottom: -180px;
  }
}
.head-banner .curve-bg {
  border-radius: 0 0 76px 76px;
  border-bottom: 10px solid #0099f5;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* min-height: 740px; */
  padding: 80px 0;
}

/* .head-banner .curve-bg::after {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
} */
.head-banner .curve-bg .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.head-banner .curve-bg .video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.head-banner .curve-bg .title-flex {
  display: flex;
  align-items: end;
  margin-bottom: 26px;
}
@media (max-width: 399px) {
  .head-banner .curve-bg .title-flex {
    flex-direction: column;
    align-items: start;
  }
}
.head-banner .curve-bg .title-flex .title {
  font-size: 100px;

  line-height: 100px;
  color: #051821;

  width: 100%;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 992px) {
  .head-banner .curve-bg .title-flex .title {
    font-size: 70px;
    line-height: 70px;
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .head-banner .curve-bg .title-flex .title {
    font-size: 50px;
    line-height: 60px;
    max-width: 300px;
  }
}
.head-banner .curve-bg .title-flex .title::after {
  content: " ";
  position: absolute;
}
.head-banner .curve-bg .title-flex .title .textgreen {
  color: #0099f5;
}
.head-banner .curve-bg .title-flex .circle {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #0099f5;
  margin-bottom: 18px;
  padding: 15px 16px;
}
@media (max-width: 992px) {
  .head-banner .curve-bg .title-flex .circle {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .head-banner .curve-bg .title-flex .circle {
    width: 40px;
    height: 40px;
    padding: 7px 12px;
  }
}
@media (max-width: 399px) {
  .head-banner .curve-bg .title-flex .circle {
    margin-bottom: 0;
  }
}
.head-banner .curve-bg .title-flex .circle i {
  font-size: 26px;
  padding: 19px;
  display: block;
}
.head-banner .curve-bg .title-flex .circle i::before {
  color: #000;
}
@media (max-width: 767px) {
  .head-banner .curve-bg .title-flex .circle i {
    font-size: 20px;
    padding: 10px;
  }
}
.head-banner .curve-bg .subtitle {
  font-size: 48px;

  line-height: 61px;
  color: #fff;
  margin-bottom: 47px;
}
@media (max-width: 992px) {
  .head-banner .curve-bg .subtitle {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .head-banner .curve-bg .subtitle {
    font-size: 26px;
    line-height: 32px;
  }
}
.head-banner .curve-bg .para {
  font-size: 22px;

  line-height: 30px;

  max-width: 1150px;
  width: 100%;
  margin-bottom: 43px;
}
@media (max-width: 992px) {
  .head-banner .curve-bg .para {
    font-size: 18px;
    line-height: 24px;
  }
}
.head-banner .curve-bg .head-banner-btn .link-sq {
  font-size: 22px;
  line-height: 28px;
  color: #0099f5;
  padding: 15px 60px;
}
@media (max-width: 767px) {
  .head-banner .curve-bg .head-banner-btn .link-sq {
    font-size: 18px;
    padding: 15px 30px;
  }
}
.head-banner .curve-bg .head-banner-btn .link-sq i {
  font-size: 18px;
}
@media (max-width: 767px) {
  .head-banner .curve-bg .head-banner-btn .link-sq i {
    font-size: 16px;
  }
}

.btn-arrow-sq {
  position: relative;
  border: 1px solid #0099f5;
  display: inline-block;
}
.btn-arrow-sq::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  border: 1px solid #0099f5;
  background-color: #000;
  width: 8px;
  height: 8px;
}
.btn-arrow-sq::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  border: 1px solid #0099f5;
  background-color: #000;
  width: 8px;
  height: 8px;
}
.btn-arrow-sq .link-sq {
  display: block;
  color: #0099f5;
  font-size: 16px;
  line-height: 27px;

  padding: 11px 25px 13px 25px;
  line-height: 1.4;
}
.btn-arrow-sq .link-sq i {
  font-size: 16px;
  margin-right: 2px;
}
.btn-arrow-sq .link-sq i::before {
  color: #0099f5;
}
.btn-arrow-sq .link-sq::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  border: 1px solid #0099f5;
  background-color: #000;
  width: 8px;
  height: 8px;
}
.btn-arrow-sq .link-sq::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  border: 1px solid #0099f5;
  background-color: #000;
  width: 8px;
  height: 8px;
}

.hd-iw {
  padding: 100px 0px;
  position: relative;
  z-index: 2;
  background: #f2f2f2;
}
@media screen and (max-width: 1199px) {
  .hd-iw {
    padding-bottom: 50px;
  }
}
.hd-iw .service-box {
  margin-top: 50px;
}
.hd-iw .service-box .btn-outline {
  padding: 7px 10px;
  text-transform: none;
}
@media screen and (max-width: 991px) {
  .hd-iw .mob-none {
    display: none;
  }
}
.hd-iw .mob-show {
  display: none;
}
@media screen and (max-width: 991px) {
  .hd-iw .mob-show {
    display: block;
  }
}
.hd-iw .nav-tabs {
  border: none;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .hd-iw .nav-tabs {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .hd-iw .nav-tabs {
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 16px;
    padding-bottom: 0px;
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
  }
}
.hd-iw .nav-tabs .nav-item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hd-iw .nav-tabs .nav-item {
    width: auto;
    display: inline-block;
    vertical-align: top;
    transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
  }
}
.hd-iw .nav-tabs .nav-item:first-child .nav-link {
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (max-width: 767px) {
  .hd-iw .nav-tabs .nav-item:first-child .nav-link {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }
}
.hd-iw .nav-tabs .nav-item .nav-link {
  text-align: left;
  border: none;
  border-bottom: 1px solid #000;
  background: none;
  padding: 30px 40px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
  color: rgba(255, 255, 255, 0.4);

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: none;
  overflow: visible;
}
@media screen and (max-width: 1399px) {
  .hd-iw .nav-tabs .nav-item .nav-link {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .hd-iw .nav-tabs .nav-item .nav-link {
    white-space: normal;
    min-height: 132px;
    text-align: center;
    padding: 10px 20px;
  }
}
.hd-iw .nav-tabs .nav-item .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 7px;
  z-index: 1;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .hd-iw .nav-tabs .nav-item .nav-link:before {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    bottom: -16px;
    background-color: #0099f5;
    top: auto;
    width: 104%;
    height: 16px;
  }
}
.hd-iw .nav-tabs .nav-item .nav-link:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 29%;
  width: 0;
  height: 0;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent transparent;
  border-style: solid;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .hd-iw .nav-tabs .nav-item .nav-link:after {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -22px;
    top: auto;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    z-index: 2;
  }
}
.hd-iw .nav-tabs .nav-item .nav-link.active {
  color: rgba(255, 255, 255, 0.7);
}
.hd-iw .nav-tabs .nav-item .nav-link.active:before {
  background-color: #0099f5;
}
@media screen and (max-width: 767px) {
  .hd-iw .nav-tabs .nav-item .nav-link.active:before {
    background-color: #0099f5;
  }
}
.hd-iw .nav-tabs .nav-item .nav-link.active:after {
  border-color: transparent transparent transparent #0099f5;
}
.hd-iw .nav-tabs .nav-item .nav-link.active .label {
  color: #0099f5;
}
.hd-iw .nav-tabs .nav-item .nav-link .label {
  font-size: 22px;
  display: block;
  text-transform: uppercase;

  color: #051821;
}
.hd-iw .nav-tabs .nav-item .nav-link .icon {
  display: inline-block;
}
.hd-iw .tab-content {
  margin-bottom: 70px;
  border: 2px solid #2a2a2a;
  padding: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 1399px) {
  .hd-iw .tab-content {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .hd-iw .tab-content {
    text-align: center;
  }
}
.hd-iw .tab-content img {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .hd-iw .tab-content .full {
    width: 100%;
  }
}
.bg-gradient-small {
  position: relative;
  overflow: hidden;
}
.how-to-sell-music {
  padding-top: 120px;
}
.how-to-sell-music .title-box h2 {
  font-size: 50px;
  line-height: 59px;
  color: #051821;
  margin-bottom: 40px;
  text-align: center;
}
.how-to-sell-music .feature-card {
  text-align: start;
}
.how-to-sell-music .feature-card h3 {
  margin-top: 35px;
}
.how-to-sell-music .feature-card .line-sq .number {
  font-size: 82px;
  line-height: 44px;
  color: #386f6c;
}
.op-partners.star-bg {
  background-image: url("../musicdis/images/star-bg-cta.svg");
  background-position: 10px top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.op-partners {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #f2f2f2;
  overflow: hidden;
}
.op-partners .we-are-stdigital {
  padding-top: 50px;
}
.op-partners .we-are-stdigital .title {
  font-size: 50px;
  line-height: 69px;
  margin-bottom: 17px;
  color: #386f6c;
  text-align: center;
}

.vd-services {
  /* background-color: #000; */
  padding-top: 50px;
}
@media (max-width: 767px) {
  .vd-services {
    padding-bottom: 0;
  }
}
.vd-services .custom-container {
  position: static;
}
.vd-services .content .data {
  z-index: 2;
  position: relative;
}
.vd-services .content .data .title {
  font-size: 50px;
  line-height: 69px;

  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .vd-services .content .data .title {
    font-size: 36px;
    line-height: 49px;
  }
}
.vd-services .content .data .sub-title {
  font-size: 24px;
  line-height: 38px;

  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .vd-services .content .data .sub-title {
    font-size: 22px;
    line-height: 32px;
  }
}
.vd-services .content .data .list-circle {
  margin-bottom: 42px;
}
.vd-services .content .data .list-circle h3 {
  color: #000;
}
.vd-services .content .data .list-circle li {
  font-size: 24px;
  line-height: 54px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
  list-style: none;
}
@media (max-width: 767px) {
  .vd-services .content .data .list-circle li {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .vd-services .content .data .list-circle li:last-child {
    margin-bottom: 0px;
  }
}
.vd-services .content .data .list-circle li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #0099f5;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .vd-services .content .data .list-circle li::after {
    top: 6px;
  }
}
.vd-services .content .data .ddex-gateway-btn .link-sq {
  padding: 11px 25px;
  font-size: 22px;
  line-height: 28px;
}
.vd-services .content .data .ddex-gateway-btn .link-sq i {
  font-size: 18px;
}
.vd-services .image {
  height: 100%;
}
@media (max-width: 767px) {
  .vd-services .image {
    margin-bottom: 50px;
    height: auto;
  }
}
.vd-services .image img {
  position: sticky;
  top: 50px;
  width: 100%;
  height: auto;
}

.ready-to-get-start {
  background-color: #f2f2f2;
  overflow: hidden;
  padding: 100px 0px;
}
.ready-to-get-start .title {
  font-size: 50px;
  line-height: 69px;

  margin-bottom: 48px;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .ready-to-get-start .title {
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 28px;
  }
}
.ready-to-get-start .sub-title {
  font-size: 20px;
  line-height: 32px;

  margin-bottom: 0;

  position: relative;
  z-index: 2;
}
.ready-to-get-start .pos-star-bg {
  position: relative;
}
.ready-to-get-start .pos-star-bg img {
  position: absolute;
  right: -140px;
  top: -70px;
  z-index: 1;
  max-width: 500px;
}
@media (max-width: 992px) {
  .ready-to-get-start .pos-star-bg img {
    right: -120px;
    top: 160px;
    z-index: 1;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .ready-to-get-start .pos-star-bg img {
    right: 20px;
    max-width: 150px;
  }
}
.ready-to-get-start .pos-arrow-bg {
  position: relative;
}
@media (max-width: 767px) {
  .ready-to-get-start .pos-arrow-bg {
    display: none;
  }
}
.ready-to-get-start .pos-arrow-bg img {
  position: absolute;
  top: 0;
  left: -50px;
}
@media (max-width: 992px) {
  .ready-to-get-start .pos-arrow-bg img {
    max-width: 150px;
  }
}
.ready-to-get-start .flex-box {
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 992px) {
  .ready-to-get-start .flex-box {
    z-index: 2;
    position: relative;
  }
}
@media (max-width: 767px) {
  .ready-to-get-start .flex-box {
    justify-content: start;
    align-items: start;
    margin-top: 30px;
  }
}
.ready-to-get-start .flex-box .image-logo {
  position: relative;
  max-width: 202px;
}
.ready-to-get-start .flex-box .image-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 132px;
  height: 41px;
}
.ready-to-get-start .flex-box .btn-arrow-sq .link-sq i {
  font-size: 14px;
}

.internal-faq {
  padding: 50px 0px;
}
.internal-faq .title {
  text-align: left;
  font-size: 50px;
  line-height: 69px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .internal-faq .title {
    font-size: 36px;
    line-height: 49px;
  }
}
.internal-faq .subtitle {
  text-align: left;
}
.internal-faq .faq-list {
  margin-top: 42px;
}
.internal-faq .faq-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
  list-style: none;
}
@media (max-width: 767px) {
  .internal-faq .faq-list li {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .internal-faq .faq-list li:last-child {
    margin-bottom: 0px;
  }
}
.internal-faq .faq-list li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #0099f5;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .internal-faq .faq-list li::after {
    top: 6px;
  }
}

.faq-quest-acc .accordion-body {
  padding: 10px !important;
}

.faqpage-content {
  overflow: hidden;
}
.faqpage-content .accordion-body {
  color: #000 !important;
}
.faqpage-content .accordion-button.collapsed {
  color: #000 !important;
}
.faqpage-content.bg-gradient-big::after {
  left: -500px;
}

@media (max-width: 767px) {
  .faqpage-content .title {
    font-size: 60px;
    line-height: 70px;
  }
}
.faqpage-content .subtitle {
  font-size: 24px;
  line-height: 38px;

  margin-bottom: 60px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .faqpage-content .subtitle {
    font-size: 22px;
    line-height: 32px;
  }
}
.faqpage-content .acco-content {
  position: relative;
  z-index: 2;
}
.faqpage-content .acco-content .accordion .accordion-item {
  background-color: transparent;
  margin-bottom: 20px;
  border: 1px solid #1f2937;
  padding: 5px 10px;
  border-radius: 5px;
}
.faqpage-content .acco-content .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faqpage-content .acco-content .accordion .accordion-item .accordion-button {
  background-color: transparent;
  color: #0099f5;
  font-size: 24px;

  padding: 10px;
  line-height: 32px;
}
.faqpage-content
  .acco-content
  .accordion
  .accordion-item
  .accordion-button.collapsed {
  color: #fff;
  transition: all 0.2s ease;
}
.faqpage-content
  .acco-content
  .accordion
  .accordion-item
  .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.faqpage-content
  .acco-content
  .accordion
  .accordion-item
  .accordion-button::after {
  border: 0.17rem solid #fff;
  background-position: center;
  border-radius: 50%;
  background-image: url("../images/arrow-down-white.png");
  width: 40px;
  height: 40px;
}
.faqpage-content
  .acco-content
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  background-image: url("../images/arrow-down-themegreen.png");
  border-color: #0099f5;
}
.faqpage-content .acco-content .accordion .accordion-item .accordion-collapse {
  color: #fff;
}

.faqpage-content
  .acco-content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  p:last-child {
  margin-bottom: 0;
}
.faqpage-content
  .acco-content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  a {
  font-size: 18px;
  color: #fff;

  text-decoration: underline;
  transition: all 0.2s ease;
}
.faqpage-content
  .acco-content
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  a:hover {
  color: #0099f5;
}

/* video distribution css */
.sell-your-music .curve-bg .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vd-dist-bnr .curve-bg {
  min-height: 500px;
}
.vd-dist-bnr .curve-bg .title-flex .title {
  max-width: 100%;
}
.vd-dist-bnr .curve-bg .para {
  margin-bottom: 30px;
}
.vd-dist-bnr .list-circle {
  margin-bottom: 42px;
}
.vd-dist-bnr .list-circle li {
  font-size: 24px;
  line-height: 54px;
  font-family: "spacegroteskregular";
  color: #fff;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .vd-dist-bnr .list-circle li {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.vd-dist-bnr .list-circle li::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #6bf993;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .vd-dist-bnr .list-circle li::after {
    top: 6px;
  }
}
.jo-bs.vd-benefits {
  background: #f2f2f2;
  padding: 100px 0px;
}
.jo-bs.vd-benefits .list-circle:last-child {
  margin-bottom: 0;
}

.jo-bs {
  /* background-color: #000; */
  overflow: hidden;
}
@media (max-width: 992px) {
  .jo-bs .col-reverse {
    flex-direction: column-reverse;
  }
}
.jo-bs .content {
  padding-right: 50px;
  position: relative;
}
@media (max-width: 992px) {
  .jo-bs .content {
    padding-right: 0;
  }
}
.jo-bs .content::after {
  content: "";
  position: absolute;
  top: 150px;
  right: -20vw;
  background-image: url("../images/ddex-gateway-star-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 533px;
  z-index: 1;
}
@media (max-width: 992px) {
  .jo-bs .content::after {
    width: 70%;
    right: 0;
  }
}
.jo-bs .content .data {
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  .jo-bs .content .data .title {
    font-size: 36px;
    line-height: 49px;
  }
}
.jo-bs .content .data .sub-title {
  font-size: 24px;
  line-height: 38px;
  font-family: "spacegroteskmedium";
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .jo-bs .content .data .sub-title {
    font-size: 22px;
    line-height: 32px;
  }
}
.jo-bs .content .data p {
  font-size: 22px;
}
.jo-bs p {
  font-size: 22px;
}
.jo-bs .image {
  height: 100%;
  position: relative;
  z-index: 2;
}
.jo-bs .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
/* .head-banner .curve-bg::after {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%);
} */
.container.custom-container {
  position: relative;
  z-index: 1;
}
.head-banner .curve-bg .title-flex .title {
  font-size: 100px;
  line-height: 100px;
  /* color: #fff; */
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.op-partners .music-portalcompany ul {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
}
.op-partners .music-portalcompany ul li {
  list-style: none;
}
/* .vd-dist-bnr .curve-bg .para {
  margin-bottom: 30px;
  color: #fff;
} */

/* artist help page css */

.dz-bnr-inr {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .dz-bnr-inr {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-bnr-inr {
    height: 320px;
  }
}
.dz-bnr-inr .container-fluid,
.dz-bnr-inr .container-sm,
.dz-bnr-inr .container-md,
.dz-bnr-inr .container-lg,
.dz-bnr-inr .container-xl,
.dz-bnr-inr .container {
  display: table;
  height: 100%;
  z-index: 1;
  position: relative;
}
.dz-bnr-inr .dz-bnr-inr-entry {
  vertical-align: middle;
  display: table-cell;
}
@media only screen and (max-width: 767px) {
  .dz-bnr-inr .dz-bnr-inr-entry {
    text-align: center;
  }
  .dz-bnr-inr .dz-bnr-inr-entry .breadcrumb-row {
    display: inline-block;
  }
}
.dz-bnr-inr h1,
.dz-bnr-inr .h1 {
  margin-bottom: 0px;
  color: #fff;
  text-transform: capitalize;
}
.dz-bnr-inr.dz-bnr-inr-sm {
  height: 220px;
}
@media only screen and (max-width: 575px) {
  .dz-bnr-inr.dz-bnr-inr-sm {
    height: 120px;
  }
}
.dz-bnr-inr.dz-bnr-inr-lg {
  height: 100vh;
}
.dz-bnr-inr.bnr-no-img::before {
  content: none;
}

.music-refund * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.music-refund {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #faf9f7;
  color: #2c2c2c;
  line-height: 1.6;
  padding: 60px 20px;
}

.music-refund .refund-header {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #1d2938;
}

.music-refund .refund-header h1 {
  font-family: Georgia, serif;
  font-size: 2.5rem;
  color: #1d2938;
  margin-bottom: 15px;
  font-weight: 600;
}

.music-refund .last-updated {
  font-size: 0.95rem;
  color: #666;
  font-style: italic;
}

.music-refund .refund-intro {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 40px;
  border-left: 4px solid #1d2938;
}

.music-refund .refund-intro p {
  color: #4a4a4a;
  font-size: 1.05rem;
}

.music-refund .refund-section {
  margin-bottom: 40px;
}

.music-refund .refund-section h2 {
  font-family: Georgia, serif;
  font-size: 1.6rem;
  color: #1d2938;
  margin-bottom: 20px;
  font-weight: 600;
}

.music-refund .refund-section h3 {
  font-family: Georgia, serif;
  font-size: 1.2rem;
  color: #5a5a5a;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.music-refund .refund-section p {
  margin-bottom: 15px;
  color: #4a4a4a;
  font-size: 1rem;
}

.music-refund .refund-section ul,
.music-refund .refund-section ol {
  margin-left: 25px;
  margin-bottom: 15px;
}

.music-refund .refund-section li {
  margin-bottom: 10px;
  color: #4a4a4a;
}

.music-refund .refund-section strong {
  color: #2c2c2c;
  font-weight: 600;
}

.music-refund .highlight-box {
  background-color: #ffffff;
  border-left: 4px solid #1d2938;
  padding: 20px;
  margin: 25px 0;
  border-radius: 4px;
}

.music-refund .highlight-box h4 {
  font-family: Georgia, serif;
  color: #1d2938;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.music-refund .info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background-color: #ffffff;
  border: 1px solid #e5e3df;
}

.music-refund .info-table th,
.music-refund .info-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #e5e3df;
}

.music-refund .info-table th {
  background-color: #ffffff;
  color: #1d2938;
  font-weight: 600;
  font-family: Georgia, serif;
}

.music-refund .info-table tr:last-child td {
  border-bottom: none;
}

.music-refund .steps-list {
  background-color: #ffffff;
  border: 1px solid #e5e3df;
  border-radius: 8px;
  padding: 25px;
  margin: 20px 0;
}

.music-refund .steps-list li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.music-refund .steps-list li:last-child {
  border-bottom: none;
}

.music-refund .contact-section {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  margin-top: 50px;
  text-align: center;
}

.music-refund .contact-section h2 {
  font-family: Georgia, serif;
  font-size: 1.5rem;
  color: #1d2938;
  margin-bottom: 15px;
}

.music-refund .contact-section p {
  color: #4a4a4a;
  margin-bottom: 10px;
}

.music-refund .contact-section a {
  color: #1d2938;
  text-decoration: none;
  font-weight: 600;
}

.music-refund .contact-section a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .music-refund {
    padding: 40px 15px;
  }

  .music-refund .refund-container {
    padding: 30px 20px;
  }

  .music-refund .refund-header h1 {
    font-size: 2rem;
  }

  .music-refund .refund-section h2 {
    font-size: 1.4rem;
  }

  .music-refund .info-table {
    font-size: 0.9rem;
  }

  .music-refund .info-table th,
  .music-refund .info-table td {
    padding: 10px;
  }
}

.music-privacy {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #2c2c2c;
  line-height: 1.6;
  padding: 60px 20px;
}

.music-privacy .privacy-container {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 50px;
  border-radius: 8px;
  border: 1px solid #e5e3df;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.music-privacy .privacy-header {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #1d2938;
}

.music-privacy .privacy-header h1 {
  font-family: Georgia, serif;
  font-size: 2.5rem;
  color: #1d2938;
  margin-bottom: 15px;
  font-weight: 600;
}

.music-privacy .last-updated {
  font-size: 0.95rem;
  color: #666;
  font-style: italic;
}

.music-privacy .privacy-intro {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 40px;
  border-left: 4px solid #1d2938;
}

.music-privacy .privacy-intro p {
  color: #4a4a4a;
  font-size: 1.05rem;
}

.music-privacy .privacy-section {
  margin-bottom: 40px;
}

.music-privacy .privacy-section h2 {
  font-family: Georgia, serif;
  font-size: 1.6rem;
  color: #1d2938;
  margin-bottom: 20px;
  font-weight: 600;
}

.music-privacy .privacy-section h3 {
  font-family: Georgia, serif;
  font-size: 1.2rem;
  color: #5a5a5a;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.music-privacy .privacy-section p {
  margin-bottom: 15px;
  color: #4a4a4a;
  font-size: 1rem;
}

.music-privacy .privacy-section ul,
.music-privacy .privacy-section ol {
  margin-left: 25px;
  margin-bottom: 15px;
}

.music-privacy .privacy-section li {
  margin-bottom: 10px;
  color: #4a4a4a;
}

.music-privacy .privacy-section strong {
  color: #2c2c2c;
  font-weight: 600;
}

.music-privacy .info-box {
  background-color: #ffffff;
  border-left: 4px solid #1d2938;
  padding: 20px;
  margin: 25px 0;
  border-radius: 4px;
}

.music-privacy .info-box h4 {
  font-family: Georgia, serif;
  color: #1d2938;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.music-privacy .data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background-color: #ffffff;
  border: 1px solid #e5e3df;
}

.music-privacy .data-table th,
.music-privacy .data-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #e5e3df;
}

.music-privacy .data-table th {
  background-color: #ffffff;
  color: #1d2938;
  font-weight: 600;
  font-family: Georgia, serif;
}

.music-privacy .data-table tr:last-child td {
  border-bottom: none;
}

.music-privacy .contact-section {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  margin-top: 50px;
  text-align: center;
}

.music-privacy .contact-section h2 {
  font-family: Georgia, serif;
  font-size: 1.5rem;
  color: #1d2938;
  margin-bottom: 15px;
}

.music-privacy .contact-section p {
  color: #4a4a4a;
  margin-bottom: 10px;
}

.music-privacy .contact-section a {
  color: #1d2938;
  text-decoration: none;
  font-weight: 600;
}

.music-privacy .contact-section a:hover {
  text-decoration: underline;
}

.music-privacy .rights-list {
  background-color: #ffffff;
  border: 1px solid #e5e3df;
  border-radius: 8px;
  padding: 25px;
  margin: 20px 0;
}

.music-privacy .rights-list li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.music-privacy .rights-list li:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .music-privacy {
    padding: 40px 15px;
  }

  .music-privacy .privacy-container {
    padding: 30px 20px;
  }

  .music-privacy .privacy-header h1 {
    font-size: 2rem;
  }

  .music-privacy .privacy-section h2 {
    font-size: 1.4rem;
  }

  .music-privacy .data-table {
    font-size: 0.9rem;
  }

  .music-privacy .data-table th,
  .music-privacy .data-table td {
    padding: 10px;
  }
}
.music-terms * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.music-terms {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #faf9f7;
  color: #2c2c2c;
  line-height: 1.6;
  padding: 60px 20px;
}

.music-terms .terms-header {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #1d2938;
}

.music-terms .terms-header h1 {
  font-family: Georgia, serif;
  font-size: 2.5rem;
  color: #1d2938;
  margin-bottom: 15px;
  font-weight: 600;
}

.music-terms .last-updated {
  font-size: 0.95rem;
  color: #666;
  font-style: italic;
}

.music-terms .terms-section {
  margin-bottom: 40px;
}

.music-terms .terms-section h2 {
  font-family: Georgia, serif;
  font-size: 1.6rem;
  color: #1d2938;
  margin-bottom: 20px;
  font-weight: 600;
}

.music-terms .terms-section h3 {
  font-family: Georgia, serif;
  font-size: 1.2rem;
  color: #5a5a5a;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.music-terms .terms-section p {
  margin-bottom: 15px;
  color: #4a4a4a;
  font-size: 1rem;
}

.music-terms .terms-section ul,
.music-terms .terms-section ol {
  margin-left: 25px;
  margin-bottom: 15px;
}

.music-terms .terms-section li {
  margin-bottom: 10px;
  color: #4a4a4a;
}

.music-terms .terms-section strong {
  color: #2c2c2c;
  font-weight: 600;
}

.music-terms .highlight-box {
  background-color: #ffffff;
  border-left: 4px solid #1d2938;
  padding: 20px;
  margin: 25px 0;
  border-radius: 4px;
}

.music-terms .contact-section {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  margin-top: 50px;
  text-align: center;
}

.music-terms .contact-section h2 {
  font-family: Georgia, serif;
  font-size: 1.5rem;
  color: #1d2938;
  margin-bottom: 15px;
}

.music-terms .contact-section p {
  color: #4a4a4a;
  margin-bottom: 10px;
}

.music-terms .contact-section a {
  color: #1d2938;
  text-decoration: none;
  font-weight: 600;
}

.music-terms .contact-section a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .music-terms {
    padding: 40px 15px;
  }

  .music-terms .terms-header h1 {
    font-size: 2rem;
  }

  .music-terms .terms-section h2 {
    font-size: 1.4rem;
  }
}
.content-inner {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .content-inner {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .content-inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.content-inner-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .content-inner-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .content-inner-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.dz-card.style-1 {
  position: relative;
  overflow: hidden;
  background-color: #f4f5f7;
  border-radius: 20px;
}
.dz-card.style-1 .dz-media {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dz-card.style-1 .dz-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.dz-card.style-1 .dz-media .dz-date {
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--gradient);
  z-index: 0;
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}
.dz-card.style-1 .dz-media .dz-date span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.dz-card.style-1 .dz-meta ul li:not(:last-child)::after {
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  right: -13px;
  top: 50%;
  border-radius: 50%;
  background-color: var(--bs-body-color);
  transform: translate(0%, -50%);
}
.dz-card.style-1 .dz-info {
  background-color: #f4f5f7;
  padding: 25px 30px;
}
.dz-card.style-1 .dz-info .dz-subtitle {
  font-family: var(--font-family-base);
  margin-bottom: 10px;
  color: var(--title);
  font-size: 18px;
  font-weight: 500;
  color: #666;
}
.dz-card.style-1 .dz-info .dz-title {
  margin-bottom: 8px;
  color: var(--title);
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
}
.dz-card.style-1 .dz-info .btn-link {
  color: var(--title);
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  .dz-card.style-1 .dz-info {
    padding: 20px;
  }
}
.dz-card.style-1.blog-half .dz-media {
  min-width: 272px;
  width: 272px;
  min-height: 272px;
  height: 272px;
}
.dz-card.style-1.blog-half .dz-info {
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
}
.dz-card.style-1.blog-half .dz-info p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.dz-card.style-1.blog-half .dz-info .read-btn {
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .dz-card.style-1.blog-half .dz-info {
    padding: 20px;
  }
  .dz-card.style-1.blog-half .dz-info .dz-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-card.style-1.blog-half .dz-media {
    min-width: 100%;
    width: 100%;
    height: 250px;
  }
}
.dz-card.blog-half .dz-media a {
  display: block;
  height: 100%;
}

.dz-card.style-1 .dz-info {
  background-color: #f4f5f7;
  padding: 25px 30px;
}
.dz-card.style-1 .dz-info .dz-subtitle {
  font-family: var(--font-family-base);
  margin-bottom: 10px;
  color: var(--title);
  font-size: 18px;
  font-weight: 500;
  color: #666;
}
.dz-card.style-1 .dz-info .dz-title {
  margin-bottom: 8px;
  color: var(--title);
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
}
.dz-card.style-1 .dz-info .btn-link {
  color: var(--title);
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  .dz-card.style-1 .dz-info {
    padding: 20px;
  }
}
.dz-card.style-1.blog-half .dz-media {
  min-width: 272px;
  width: 272px;
  min-height: 272px;
  height: 272px;
}
.dz-card.style-1.blog-half .dz-info {
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
}
.dz-card.style-1.blog-half .dz-info p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.dz-card.style-1.blog-half .dz-info .read-btn {
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .dz-card.style-1.blog-half .dz-info {
    padding: 20px;
  }
  .dz-card.style-1.blog-half .dz-info .dz-title {
    font-size: 18px;
  }
}

.dz-card.style-2 .dz-info {
  padding: 40px 25px;
}
.dz-card.style-2 .dz-info .dz-subtitle {
  font-family: var(--font-family-base);
  margin-bottom: 10px;
  color: var(--title);
  font-size: 18px;
  font-weight: 500;
  color: #666;
}
.dz-card.style-2 .dz-info .dz-subtitle a {
  color: #666;
}
.dz-card.style-2 .dz-info .dz-title {
  margin-bottom: 8px;
  color: var(--title);
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 1280px) {
  .dz-card.style-2 .dz-info .dz-title {
    font-size: 22px;
  }
}
.dz-card.style-2 .dz-info .btn-link {
  color: var(--title);
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  .dz-card.style-2 .dz-info {
    padding: 20px;
  }
}
.dz-card.style-2.blog-half .dz-media {
  min-width: 200px;
  width: 200px;
  min-height: 230px;
  height: 230px;
}
.dz-card.style-2.blog-half .dz-info {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
@media only screen and (max-width: 1280px) {
  .dz-card.style-2.blog-half .dz-info {
    padding: 25px;
  }
}
.dz-card.style-2.blog-half .dz-info p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.dz-card.style-2.blog-half .dz-info .read-btn {
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .dz-card.style-2.blog-half .dz-info {
    padding: 20px;
  }
  .dz-card.style-2.blog-half .dz-info .dz-title {
    font-size: 18px;
  }
}
.dz-card.style-3 .dz-info {
  padding: 10px 0;
}
.dz-card.style-3 .dz-info .dz-title {
  margin-bottom: 7px;
  color: var(--title);
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .dz-card.style-3 .dz-info .dz-title {
    font-size: 20px;
  }
}
    .mdform-modal {
            --bs-modal-width: 650px;
            --bs-modal-padding: 0;
            --bs-modal-bg: transparent;
            --bs-modal-backdrop-bg: rgba(0, 0, 0, 0.7);
        }

        .mdform-modal-content {
            background: linear-gradient(135deg, #1E293B 0%, rgba(30, 41, 59, 0.8) 100%);
            border: 1px solid #475569;
            border-radius: 16px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(139, 92, 246, 0.1);
            overflow: hidden;
            backdrop-filter: blur(10px);
        }

        .mdform-modal-header {
                background: linear-gradient(135deg, rgb(0, 148, 239) 0%, rgba(0, 143, 233, 0.48) 50%, rgb(29, 41, 56) 100%);
            border: none;
            padding: 0;
            position: relative;
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 40px;
        }

        .mdform-modal-header-content h2 {
            font-size: 28px;
            font-weight: 700;
            margin: 0;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }

        .mdform-modal-header-content p {
            font-size: 13px;
            margin: 4px 0 0 0;
            opacity: 0.95;
        }

        .mdform-close-btn {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: white;
            font-size: 24px;
            width: 36px;
            height: 36px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .mdform-close-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: rotate(90deg);
        }

        /* ==================== PROGRESS INDICATOR ==================== */
        .mdform-progress-container {
            padding: 32px 40px;
            border-bottom: 1px solid #475569;
        }

        .mdform-progress-steps {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16px;
        }

        .mdform-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
            position: relative;
        }

        .mdform-step-circle {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background-color: #10B981;
            border: 2px solid #475569;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            color: #CBD5E1;
            font-size: 18px;
            transition: all 0.3s ease;
            margin-bottom: 8px;
            position: relative;
            z-index: 2;
        }

        .mdform-step.active .mdform-step-circle {
            background: linear-gradient(135deg, #8B5CF6 0%, #06B6D4 100%);
            border-color: #8B5CF6;
            color: white;
            box-shadow: 0 0 20px rgba(139, 92, 246, 0.4);
        }

        .mdform-step.completed .mdform-step-circle {
            background: #10B981;
            border-color: #10B981;
            color: white;
        }

        .mdform-step-completed-icon {
            display: none;
        }

        .mdform-step.completed .mdform-step-completed-icon {
            display: inline;
        }

        .mdform-step.completed .mdform-step-number {
            display: none;
        }

        .mdform-step-label {
            font-size: 12px;
            color: #fff;
            font-weight: 600;
            text-align: center;
            transition: all 0.3s ease;
        }

        .mdform-step.active .mdform-step-label {
            color: #8B5CF6;
            font-weight: 700;
        }

        .mdform-step:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 24px;
            left: 50%;
            width: 100%;
            height: 2px;
            background-color: #475569;
            z-index: 1;
        }

        .mdform-step.completed::after {
            background: linear-gradient(90deg, #10B981 0%, #10B981 100%);
        }

        .mdform-progress-bar {
            width: 100%;
            height: 4px;
            background-color: #10B981;
            border-radius: 2px;
            overflow: hidden;
        }

        .mdform-progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #8B5CF6 0%, #06B6D4 100%);
            width: 0%;
            transition: width 0.5s ease;
        }

        /* ==================== FORM CONTENT ==================== */
        .mdform-modal-body {
            padding: 40px;
            max-height: 500px;
            overflow-y: auto;
            scroll-behavior: smooth;
        }

        .mdform-form-step {
            display: none;
            animation: fadeIn 0.4s ease;
        }

        .mdform-form-step.active {
            display: block;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .mdform-step-title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 8px;
            color: #F1F5F9;
        }

        .mdform-step-subtitle {
            font-size: 14px;
            color: #CBD5E1;
            margin-bottom: 28px;
        }

        .mdform-form-group {
            margin-bottom: 22px;
        }

        .mdform-form-group label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 8px;
            color: #F1F5F9;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .mdform-form-group input,
        .mdform-form-group select,
        .mdform-form-group textarea {
            width: 100%;
            padding: 12px 14px;
            border: 1.5px solid #475569;
            border-radius: 8px;
            /* color: #F1F5F9; */
            font-size: 14px;
            font-family: inherit;
            transition: all 0.3s ease;
        }

        .mdform-form-group input::placeholder,
        .mdform-form-group textarea::placeholder {
            color: rgba(203, 213, 225, 0.5);
        }

        .mdform-form-group input:focus,
        .mdform-form-group select:focus,
        .mdform-form-group textarea:focus {
            outline: none;
            border-color: #8B5CF6;
            /* background-color: rgba(51, 65, 85, 0.8); */
            box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
        }

        .mdform-form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }

        .mdform-form-row.full {
            grid-template-columns: 1fr;
        }

        .mdform-radio-group,
        .mdform-checkbox-group {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .mdform-radio-item,
        .mdform-checkbox-item {
            display: flex;
            align-items: center;
            padding: 12px 14px;
            background-color: rgba(51, 65, 85, 0.4);
            border: 1.5px solid #475569;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .mdform-radio-item:hover,
        .mdform-checkbox-item:hover {
            background-color: rgba(139, 92, 246, 0.1);
            border-color: #8B5CF6;
        }

        .mdform-radio-item input[type="radio"],
        .mdform-radio-item input[type="checkbox"],
        .mdform-checkbox-item input[type="checkbox"] {
            margin-right: 10px;
            width: 18px;
            height: 18px;
            cursor: pointer;
            accent-color: #8B5CF6;
        }

        .mdform-radio-item label,
        .mdform-checkbox-item label {
            margin: 0;
            cursor: pointer;
            font-size: 14px;
            flex: 1;
        }

        .mdform-error-message {
            color: #EF4444;
            font-size: 12px;
            margin-top: 6px;
            display: none;
        }

        .mdform-error-message.show {
            display: block;
        }

        /* ==================== MODAL FOOTER ==================== */
        .mdform-modal-footer {
            padding: 24px 40px;
            border-top: 1px solid #475569;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
        }




        .mdform-btn-primary:active {
            transform: translateY(0);
        }

        .mdform-btn-primary:disabled {
            opacity: 0.5;
            cursor: not-allowed;
            transform: none;
        }

        .mdform-btn-secondary {
            background-color: transparent;
            color: #CBD5E1;
            border: 1.5px solid #475569;
        }

        .mdform-btn-secondary:hover {
            border-color: #8B5CF6;
            color: #8B5CF6;
        }
        .modal-dialog{
            max-width: 800px !important;
        }

        /* ==================== SUCCESS SCREEN ==================== */
        .mdform-success-container {
            text-align: center;
            padding: 40px 20px;
            display: none;
        }

        .mdform-success-container.show {
            display: block;
        }

        .mdform-success-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #10B981 0%, #06B6D4 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            font-size: 40px;
        }

        .mdform-success-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 12px;
            color: #F1F5F9;
        }

        .mdform-success-message {
            font-size: 14px;
            color: #CBD5E1;
            line-height: 1.6;
            margin-bottom: 28px;
        }

        /* ==================== SCROLLBAR ==================== */
        .mdform-modal-body::-webkit-scrollbar {
            width: 6px;
        }

        .mdform-modal-body::-webkit-scrollbar-track {
            background: #10B981;
            border-radius: 10px;
        }

        .mdform-modal-body::-webkit-scrollbar-thumb {
            background: #475569;
            border-radius: 10px;
        }

        .mdform-modal-body::-webkit-scrollbar-thumb:hover {
            background: #8B5CF6;
        }

        /* ==================== RESPONSIVE ==================== */
        @media (max-width: 576px) {
            .mdform-modal {
                --bs-modal-width: 95vw;
            }

            .mdform-modal-header {
                padding: 0 24px;
            }

            .mdform-modal-header-content h2 {
                font-size: 22px;
            }

            .mdform-progress-container {
                padding: 24px;
            }

            .mdform-progress-steps {
                gap: 8px;
            }

            .mdform-step-label {
                font-size: 11px;
            }

            .mdform-step-circle {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }

            .mdform-modal-body {
                padding: 24px;
                max-height: 400px;
            }

            .mdform-form-row {
                grid-template-columns: 1fr;
            }

            .mdform-modal-footer {
                padding: 16px 24px;
                flex-direction: column-reverse;
            }

            .mdform-btn-primary,
            .mdform-btn-secondary {
                width: 100%;
            }
        }

        /* ==================== LOADING STATE ==================== */
        .mdform-btn-primary.loading {
            position: relative;
            color: transparent;
        }

        .mdform-btn-primary.loading::after {
            content: '';
            position: absolute;
            width: 14px;
            height: 14px;
            top: 50%;
            left: 50%;
            margin-left: -7px;
            margin-top: -7px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            border-top-color: white;
            animation: spin 0.8s linear infinite;
        }

        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }