:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #23234b;
  --secondary: #673bb7;
  --success: #10d876;
  --info: #2754e6;
  --warning: #fe9431;
  --danger: #e50202;
  --light: #f7f7f7;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #515184;
  text-align: left;
  background-color: #1a2236 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #23234b;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0250cd;
  text-decoration: underline;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #111;
}

h2,
.h2 {
  font-size: 1.25rem;
}

h4,
.h4 {
  font-size: 1rem;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

(min-width: 576px) .col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-sm-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-sm-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-sm-0 {
  margin-left: 0;
}

(min-width: 768px) .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.offset-md-2 {
  margin-left: 16.6666666667%;
}

(min-width: 992px) .col-lg-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-lg-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #515184;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #293145 !important;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.justify-content-between {
  justify-content: space-between !important;
}

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

.float-right {
  float: right !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

* {
  outline: none;
  padding: 0;
}

*::after {
  margin: 0;
  padding: 0;
}

*::before {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
  color: #23234b;
}

.main-wrapper {
  opacity: 1;
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.card {
  border: 0px solid #e1e1f0;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0px 36px 48px rgba(31, 66, 135, 0.04);
  background: #fff;
}

:root {
  --f7-theme-color: #23234b;
}

(min-width: 900px) .full-wrap .container-fluid,
.full-wrap .container-sm,
.full-wrap .container-md,
.full-wrap .container-lg,
.full-wrap .container-xl {
  padding-left: 200px;
  padding-right: 200px;
}

.full-wrap .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.full-wrap .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0.4;
}

.full-wrap .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.header-wrapper {
  display: flex;
  justify-content: space-around;
}

.theme-dark .header-wrapper .search-div {
  border: 1px #555 solid;
}

.theme-dark .header-wrapper .nav-menu li a {
  color: #ddd !important;
}

.theme-dark .header-wrapper .logo {
  color: lightsteelblue;
}

.theme-dark .header-wrapper .logo .light {
  display: none;
}

.theme-dark .header-wrapper .logo .dark {
  display: inline-block;
}

.header-wrapper {
  padding: 20px 0;
  background-color: transparent;
}

@media only screen and (max-width: 992px) {
  .header-wrapper {
    padding: 15px;
  }
}

.header-wrapper .logo {
  float: left;
  font-size: 26px;
  font-weight: 700;
  color: var(--f7-theme-color);
  line-height: 20px;
  position: relative;
  top: -5px;
}

.header-wrapper .logo .dark {
  display: none;
}

.header-wrapper .logo img {
  max-height: 25px;
}

.header-wrapper .logo i {
  margin-right: 0px;
  font-size: 30px;
  position: relative;
  top: 5px;
  left: 0px;
}

.header-wrapper .bttn {
  background-color: #ffe4db;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #f27b51;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
}

.header-wrapper .nav-menu {
  display: inline-block;
  float: left;
  margin-left: 40px;
  margin-top: 3px;
}

@media only screen and (max-width: 992px) {
  .header-wrapper .nav-menu {
    margin-left: 0;
    width: 100%;
    display: block;
  }
}

.header-wrapper .nav-menu li {
  padding: 0 20px;
  display: inline-block;
  float: left;
}

@media only screen and (max-width: 992px) {
  .header-wrapper .nav-menu li {
    padding: 15px 0;
    text-align: left;
    width: 95%;
  }
}

.header-wrapper .nav-menu li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #888;
}

@media only screen and (max-width: 992px) {
  .header-wrapper .nav-menu li a {
    padding: 0;
  }
}

.header-wrapper .nav-menu.style2 li a {
  color: #111;
  font-size: 15px;
}

.header-wrapper .nav-menu.style2 li {
  float: none;
}

.header-wrapper .nav-menu.style2 {
  width: 100%;
}

.header-wrapper .search-div {
  float: right;
  margin-right: 15px;
  width: 250px;
  height: 40px;
  border-radius: 5px;
  border: 1px #ddd solid;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .header-wrapper .search-div {
    width: 200px;
  }
}

.header-wrapper .search-div:after {
  font-family: "themify";
  /*content: "";*/
  position: absolute;
  right: 15px;
  top: 4px;
  color: #aaa;
}

.header-wrapper .search-div input {
  border: 0;
  background-color: transparent;
  outline: none;
  line-height: 39px;
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: #999;
}

.header-wrapper .user-avater {
  position: relative;
  float: right;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 35px;
}

.header-wrapper .user-avater img {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 11;
  border-radius: 25px;
}

.header-wrapper .user-avater:hover .user-menu {
  display: block;
}

.header-wrapper .user-menu {
  display: none;
  min-width: 160px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  right: 0;
  top: 100%;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: 10;
  margin-top: 10px;
}

.header-wrapper .user-menu ul {
  padding: 5px 0;
}

.header-wrapper .user-menu:before {
  top: -10px;
  background-color: #23234b;
  border-color: transparent transparent rgba(0, 0, 0, 0.16) transparent;
  border-width: 10px;
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  margin-top: -10px;
  width: 0;
  height: 0;
  z-index: 30;
  border-style: solid;
}

.header-wrapper .user-menu:after {
  top: -9px;
  border-color: transparent transparent #fff transparent;
  border-width: 10px;
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  margin-top: -10px;
  width: 0;
  height: 0;
  z-index: 30;
  border-style: solid;
}

.header-wrapper .user-menu a {
  display: block;
  font-weight: 400;
  color: #23234b;
  padding: 10px 15px;
  font-size: 14px;
}

.header-wrapper .user-menu a i {
  margin-right: 10px;
  display: inline-block;
  font-size: 16px;
}

@media (max-width: 991px) {
  .md-mb25 {
    margin-bottom: 25px;
  }

  .footer-wrapper p {
    width: 100%;
  }

  .navbar-nav>li {
    border-bottom: 1px solid #e1e1f0;
    margin: 0 15px;
    padding: 7px 15px;
    display: block;
    width: 100%;
    padding: 20px;
  }

  .header-wrapper .user-avater,
  .header-wrapper .search-div,
  .header-wrapper .bttn {
    display: none;
  }

  .header-wrapper.posfixed {
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
  }
}

@media (max-width: 700px) {
  .titlerec {
    display: none;
  }
}


@media (min-width: 800px) {
  .main-wrapper {
    margin-left: 100px;
    margin-right: 40px;

  }
}




.banner-wrapper .owl-stage-outer {
  overflow: visible;
}

.banner-wrapper .owl-stage-outer .owl-item {
  opacity: 0.4;
}

.banner-wrapper .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.banner-wrapper .owl-dots {
  position: absolute;
  margin-top: 0;
  bottom: 10px;
  width: 100%;
}

.banner-wrapper .owl-dots .owl-dot span {
  margin: 4px;
}

.banner-wrapper .owl-dots .owl-dot.active span {
  background-color: var(--f7-theme-color);
}

.banner-wrapper .banner-wrap {
  border-radius: 7px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
  background-color: #211813;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.banner-wrapper .left-wrap {
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
  padding: 0 0 0 50px;
}

.banner-wrapper .left-wrap h2 {
  font-size: 68px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
}

.banner-wrapper .left-wrap .rnd {
  border: 1px #ddd solid;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
}

.banner-wrapper .left-wrap .btn-lg,
.banner-wrapper .left-wrap .btn-group-lg>.btn {
  color: #fff;
  background-color: var(--f7-theme-color);
  min-width: 200px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.banner-wrapper .left-wrap .btn-lg img,
.banner-wrapper .left-wrap .btn-group-lg>.btn img {
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: -2px;
  display: inline-block;
}

.banner-wrapper .right-wrap {
  flex: 0 0 55%;
  max-width: 55%;
  position: relative;
  height: 100%;
  background-size: cover;
}

.banner-wrapper .right-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, #211813, transparent);
}

.slide-wrapper h2 {
  color: #222;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  margin: 10px 0;
}

.slide-wrapper .slide-one {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background-color: #211813;
  display: block;
  width: 100%;
}

.slide-wrapper .slide-one:hover .slide-image:after {
  height: 20%;
}

.slide-wrapper .slide-one:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 24, 19, 0.2);
}

.slide-wrapper .slide-one .slide-image {
  position: relative;
}

.slide-wrapper .slide-one .slide-image img {
  width: 100%;
}

.slide-wrapper .slide-one .slide-image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, #211813, transparent);
  transition: all 0.4s ease;
}

.slide-wrapper .slide-one .slide-content {
  padding: 1px 18px 15px 18px;
  position: relative;
  z-index: 2;
}

.slide-wrapper .slide-one .slide-content h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.slide-wrapper .slide-one .slide-content .tag {
  font-size: 12px;
  color: #ddd;
  margin-right: 15px;
}

::-webkit-input-placeholder {
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #aaa !important;
}

.owl-nav {
  position: absolute;
  top: -75px;
  right: 0;
}

.owl-nav button {
  margin: 0 !important;
}

body {
  font-family: "Montserrat", sans-serif;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.slide-one:hover .animated-image {
  display: block !important;
}

.slide-one:hover .static-image {
  display: none !important;
}

.kodex_dislike_button {
  display: none;
}

.kodex_like_button {
  display: none;
}

only screen and (min-width: 576px) #featuremobile {
  display: none;
}

body {
  --background-color: #18181B;
  --text-color: #A1A1AA;

  --card-background-color: rgba(255, 255, 255, .015);
  --card-border-color: rgba(255, 255, 255, 0.1);
  --card-box-shadow-1: rgba(0, 0, 0, 0.05);
  --card-box-shadow-1-y: 3px;
  --card-box-shadow-1-blur: 6px;
  --card-box-shadow-2: rgba(0, 0, 0, 0.1);
  --card-box-shadow-2-y: 8px;
  --card-box-shadow-2-blur: 15px;
  --card-label-color: #FFFFFF;
  --card-icon-color: #D4D4D8;
  --card-icon-background-color: rgba(255, 255, 255, 0.08);
  --card-icon-border-color: rgba(255, 255, 255, 0.12);
  --card-shine-opacity: .1;
  --card-shine-gradient: conic-gradient(from 205deg at 50% 50%, rgba(103, 6, 110, 0) 0deg, rgb(98, 0, 97) 25deg, rgba(52, 211, 153, 0.18) 295deg, rgba(16, 185, 129, 0) 360deg);
  --card-line-color: #2A2B2C;
  --card-tile-color: rgba(16, 185, 129, 0.05);

  --card-hover-border-color: rgba(255, 255, 255, 0.2);
  --card-hover-box-shadow-1: rgba(0, 0, 0, 0.04);
  --card-hover-box-shadow-1-y: 5px;
  --card-hover-box-shadow-1-blur: 10px;
  --card-hover-box-shadow-2: rgba(0, 0, 0, 0.3);
  --card-hover-box-shadow-2-y: 15px;
  --card-hover-box-shadow-2-blur: 25px;
  --card-hover-icon-color: #23234b;
  --card-hover-icon-background-color: rgba(52, 211, 153, 0.1);
  --card-hover-icon-border-color: rgba(52, 211, 153, 0.2);

  --blur-opacity: .01;

  &.light {
    --background-color: #FAFAFA;
    --text-color: #52525B;

    --card-background-color: transparent;
    --card-border-color: rgba(24, 24, 27, 0.08);
    --card-box-shadow-1: rgba(24, 24, 27, 0.02);
    --card-box-shadow-1-y: 3px;
    --card-box-shadow-1-blur: 6px;
    --card-box-shadow-2: rgba(24, 24, 27, 0.04);
    --card-box-shadow-2-y: 2px;
    --card-box-shadow-2-blur: 7px;
    --card-label-color: #18181B;
    --card-icon-color: #18181B;
    --card-icon-background-color: rgba(24, 24, 27, 0.04);
    --card-icon-border-color: rgba(24, 24, 27, 0.1);
    --card-shine-opacity: .3;
    --card-shine-gradient: conic-gradient(from 225deg at 50% 50%, rgba(153, 5, 133, 0) 0deg, rgb(137, 16, 185) 25deg, #EDFAF6 285deg, #FFFFFF 345deg, rgba(16, 185, 129, 0) 360deg);
    --card-line-color: #E9E9E7;
    --card-tile-color: rgba(16, 185, 129, 0.08);

    --card-hover-border-color: rgba(24, 24, 27, 0.15);
    --card-hover-box-shadow-1: rgba(24, 24, 27, 0.05);
    --card-hover-box-shadow-1-y: 3px;
    --card-hover-box-shadow-1-blur: 6px;
    --card-hover-box-shadow-2: rgba(24, 24, 27, 0.1);
    --card-hover-box-shadow-2-y: 8px;
    --card-hover-box-shadow-2-blur: 15px;
    --card-hover-icon-color: #18181B;
    --card-hover-icon-background-color: rgba(24, 24, 27, 0.04);
    --card-hover-icon-border-color: rgba(24, 24, 27, 0.34);

    --blur-opacity: .1;
  }

  &.toggle .grid * {
    transition-duration: 0s !important;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));

  grid-gap: 12px;

  position: relative;
  z-index: 1;
  width: 100%;

  margin: 0 auto;

}

.card {
  background-color: var(--background-color);
  box-shadow: 0px var(--card-box-shadow-1-y) var(--card-box-shadow-1-blur) var(--card-box-shadow-1), 0px var(--card-box-shadow-2-y) var(--card-box-shadow-2-blur) var(--card-box-shadow-2), 0 0 0 1px var(--card-border-color);
  padding: 20px 16px 16px 16px;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  transition: box-shadow .25s;
  align-items: center;
  margin-bottom: 1px;

  &::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background-color: var(--card-background-color);
  }

  h4 {
    z-index: 2;
    position: relative;
    margin: 4px 0 4px 0;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
    color: var(--card-label-color);
  }

  p {
    z-index: 2;
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-color);
  }

  .shine {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    transition: opacity .5s;

    &:before {
      content: '';
      width: 150%;
      padding-bottom: 150%;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      bottom: 55%;
      filter: blur(35px);
      opacity: var(--card-shine-opacity);
      transform: translateX(-50%);
      background-image: var(--card-shine-gradient);
    }
  }

  .background {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
    mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);

    .tiles {
      opacity: 0;
      transition: opacity .25s;

      .tile {
        position: absolute;
        background-color: var(--card-tile-color);
        animation-duration: 8s;
        animation-iteration-count: infinite;
        opacity: 0;

        &.tile-4,
        &.tile-6,
        &.tile-10 {
          animation-delay: -2s;
        }

        &.tile-3,
        &.tile-5,
        &.tile-8 {
          animation-delay: -4s;
        }

        &.tile-2,
        &.tile-9 {
          animation-delay: -6s;
        }

        &.tile-1 {
          top: 0;
          left: 0;
          height: 10%;
          width: 22.5%;
        }

        &.tile-2 {
          top: 0;
          left: 22.5%;
          height: 10%;
          width: 27.5%;
        }

        &.tile-3 {
          top: 0;
          left: 50%;
          height: 10%;
          width: 27.5%;
        }

        &.tile-4 {
          top: 0;
          left: 77.5%;
          height: 10%;
          width: 22.5%;
        }

        &.tile-5 {
          top: 10%;
          left: 0;
          height: 22.5%;
          width: 22.5%;
        }

        &.tile-6 {
          top: 10%;
          left: 22.5%;
          height: 22.5%;
          width: 27.5%;
        }

        &.tile-7 {
          top: 10%;
          left: 50%;
          height: 22.5%;
          width: 27.5%;
        }

        &.tile-8 {
          top: 10%;
          left: 77.5%;
          height: 22.5%;
          width: 22.5%;
        }

        &.tile-9 {
          top: 32.5%;
          left: 50%;
          height: 22.5%;
          width: 27.5%;
        }

        &.tile-10 {
          top: 32.5%;
          left: 77.5%;
          height: 22.5%;
          width: 22.5%;
        }
      }
    }

    @keyframes tile {

      0%,
      12.5%,
      100% {
        opacity: 1;
      }

      25%,
      82.5% {
        opacity: 0;
      }
    }

    .line {
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: opacity .35s;

      &:before,
      &:after {
        content: '';
        position: absolute;
        background-color: var(--card-line-color);
        transition: transform .35s;
      }

      &:before {
        left: 0;
        right: 0;
        height: 1px;
        transform-origin: 0 50%;
        transform: scaleX(0);
      }

      &:after {
        top: 0;
        bottom: 0;
        width: 1px;
        transform-origin: 50% 0;
        transform: scaleY(0);
      }

      &.line-1 {
        &:before {
          top: 10%;
        }

        &:after {
          left: 22.5%;
        }

        &:before,
        &:after {
          transition-delay: .3s;
        }
      }

      &.line-2 {
        &:before {
          top: 32.5%;
        }

        &:after {
          left: 50%;
        }

        &:before,
        &:after {
          transition-delay: .15s;
        }
      }

      &.line-3 {
        &:before {
          top: 55%;
        }

        &:after {
          right: 22.5%;
        }
      }
    }
  }

  &:hover {
    box-shadow: 0px 3px 6px var(--card-hover-box-shadow-1), 0px var(--card-hover-box-shadow-2-y) var(--card-hover-box-shadow-2-blur) var(--card-hover-box-shadow-2), 0 0 0 1px var(--card-hover-border-color);

    /*  .icon {
            &::after {
                background-color: var(--card-hover-icon-background-color);
                border-color: var(--card-hover-icon-border-color);
            }

            svg {
                color: var(--card-hover-icon-color);
            }
        }*/

    .shine {
      opacity: 1;
      transition-duration: .5s;
      transition-delay: 0s;
    }

    .background {

      .tiles {
        opacity: 1;
        transition-delay: .25s;

        .tile {
          animation-name: tile;
        }
      }

      .line {
        opacity: 1;
        transition-duration: .15s;

        &:before {
          transform: scaleX(1);
        }

        &:after {
          transform: scaleY(1);
        }

        &.line-1 {

          &:before,
          &:after {
            transition-delay: .0s;
          }
        }

        &.line-2 {

          &:before,
          &:after {
            transition-delay: .15s;
          }
        }

        &.line-3 {

          &:before,
          &:after {
            transition-delay: .3s;
          }
        }
      }
    }
  }
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: inherit;

  &:before,
  &:after {
    box-sizing: inherit;
  }
}

.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
  grid-auto-rows: minmax(180px, auto);
  grid-auto-flow: dense;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.grid-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.gallery-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  display: block;
}

.gallery-animated {
  opacity: 0;
  z-index: 2;
}

.gallery-wrapper:hover .gallery-animated {
  opacity: 1;
}

.gallery-wrapper:hover .gallery-static {
  opacity: 0;
}

.span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.banner-wrapper .right-wrap {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

#jd-footer {
  margin-top: 5px;
  display: block;
  overflow: hidden;
}

#jd-footer {
  position: relative;
  display: block;
  margin-top: 80px;
  overflow: hidden;
  color: #fff;
}

.jd-container {
  position: relative;
  display: block;
  max-width: 1188px;
  padding: 0;
  margin: 0 auto;
}

#jd-footer-widgets {
  padding-top: 56px;
}

#jd-copyright {
  font-size: 0.75rem;
  padding: 15px 0;
  border-top: 1px solid rgba(128, 128, 128, 0.1);
}

#jd-copyright .footer-menu {
  float: right;
  display: block;
}

#jd-copyright .copyright {
  font-size: 10px;
}

#jd-copyright .copyright {
  display: block;
  float: left;
}

.wp-block-image {
  text-align: center;
}

#menu-footer-menu a {
  color: #fff;
}

#menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu-footer-menu li {
  display: inline-block;

}

#menu-footer-menu li a {
  text-decoration: none;
  color: inherit;

}