@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Outfit:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
html, body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  background: #f1f5fa;
  min-height: 100%;
  color: #515456;
}

body h1, body h2, body h3, body h4, body h5, body h6, body i,
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
  color: #2c3943;
}

body a:not([class^='button'], [class^='link-hover']) {
  color: #2c3943;
}

body a:not([class^='button'], [class^='link-hover']):hover, body a:not([class^='button'], [class^='link-hover']):focus {
  color: rgba(44, 57, 67, 0.8);
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.theme-dark {
  background: #14181a;
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6, .theme-dark i,
.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6 {
  color: white;
}

.theme-dark a:not([class^='button'], [class^='link-hover']) {
  color: white;
}

.theme-dark a:not([class^='button'], [class^='link-hover']) i {
  color: white;
}

.theme-dark a:not([class^='button'], [class^='link-hover']):hover, .theme-dark a:not([class^='button'], [class^='link-hover']):focus {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark a:not([class^='button'], [class^='link-hover']):hover i, .theme-dark a:not([class^='button'], [class^='link-hover']):focus i {
  color: rgba(255, 255, 255, 0.8);
}

[class*='bg-theme'],
[class*='bg-charcoal'] {
  color: rgba(255, 255, 255, 0.8);
}

[class*='bg-theme'] h1, [class*='bg-theme'] h2, [class*='bg-theme'] h3, [class*='bg-theme'] h4, [class*='bg-theme'] h5, [class*='bg-theme'] h6, [class*='bg-theme'] i,
[class*='bg-theme'] .h1, [class*='bg-theme'] .h2, [class*='bg-theme'] .h3, [class*='bg-theme'] .h4, [class*='bg-theme'] .h5, [class*='bg-theme'] .h6,
[class*='bg-charcoal'] h1,
[class*='bg-charcoal'] h2,
[class*='bg-charcoal'] h3,
[class*='bg-charcoal'] h4,
[class*='bg-charcoal'] h5,
[class*='bg-charcoal'] h6,
[class*='bg-charcoal'] i,
[class*='bg-charcoal'] .h1,
[class*='bg-charcoal'] .h2,
[class*='bg-charcoal'] .h3,
[class*='bg-charcoal'] .h4,
[class*='bg-charcoal'] .h5,
[class*='bg-charcoal'] .h6 {
  color: white;
}

[class*='bg-theme'] a:not([class^='button'], [class^='link-hover']),
[class*='bg-charcoal'] a:not([class^='button'], [class^='link-hover']) {
  color: white;
}

[class*='bg-theme'] a:not([class^='button'], [class^='link-hover']) i,
[class*='bg-charcoal'] a:not([class^='button'], [class^='link-hover']) i {
  color: white;
}

[class*='bg-theme'] a:not([class^='button'], [class^='link-hover']):hover, [class*='bg-theme'] a:not([class^='button'], [class^='link-hover']):focus,
[class*='bg-charcoal'] a:not([class^='button'], [class^='link-hover']):hover,
[class*='bg-charcoal'] a:not([class^='button'], [class^='link-hover']):focus {
  color: rgba(255, 255, 255, 0.8);
}

[class*='bg-theme'] a:not([class^='button'], [class^='link-hover']):hover i, [class*='bg-theme'] a:not([class^='button'], [class^='link-hover']):focus i,
[class*='bg-charcoal'] a:not([class^='button'], [class^='link-hover']):hover i,
[class*='bg-charcoal'] a:not([class^='button'], [class^='link-hover']):focus i {
  color: rgba(255, 255, 255, 0.8);
}

.container {
  padding: 0 30px;
}

.container-fluid {
  padding: 0 60px;
}

@media (min-width: 1920px) {
  .container-fluid {
    max-width: 1780px;
  }
}

@media (max-width: 1199.99px) {
  .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 991.99px) {
  .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 767.99px) {
  .container-fluid {
    padding: 0 30px;
  }
}

.section-spacing {
  overflow: hidden;
  padding: 70px 0;
}

@media (max-width: 1199.99px) {
  .section-spacing {
    padding: 60px 0;
  }
}

.hero-avatar {
  position: relative;
  display: inline-block;
}

.hero-avatar img {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.hero-avatar video {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;

  width: auto;
  max-width: 100%;
  height: auto;
}

.hero-avatar:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: -15px;
  bottom: -15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: calc(100% + 30px);
  border: 1px dashed rgba(44, 57, 67, 0.2);
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.hero-avatar .avatar-icon {
  position: absolute;
  bottom: 20px;
  left: 10px;
}

.hero-avatar .avatar-icon li a {
  display: inline-block;
  backdrop-filter: blur(5px);
  background: rgba(44, 57, 67, 0.4);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  color: white;
}

.hero-avatar .avatar-icon li a i {
  color: white;
}

.hero-avatar .avatar-icon li a:hover {
  background: rgba(44, 57, 67, 0.3);
}

.theme-dark .hero-avatar:before {
  background: rgba(44, 57, 67, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}

.hire-status {
  display: inline-flex;
/*   background: rgba(255, 255, 255, 0.3); */
  border: 1px dashed rgba(44, 57, 67, 0.2);
  border-radius: 50px;
  padding: 11px 23px;
  align-items: center;
  font-weight: 600;
  background: linear-gradient(265.27deg, #0000 20.55%, #f1f5fa 94.17%);  
  background-color: #ced6d8;
  transition: all 400ms ease-in;
}

.hire-status:hover {
 /*  background: #b4b4b4;
  color: white; */
  background-color: #3dc20080;
  transform: scale(1.01);

}

.hire-status span {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 12px;
}

.hire-status span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: dot-animate 1500ms infinite linear;
  animation: dot-animate 1500ms infinite linear;
}

.hire-status span.dot-available {
  background: #77dd77;
}

.hire-status span.dot-available:before {
  background: #77dd77;
}

.hire-status span.dot-unavailable {
  background: red;
}

.hire-status span.dot-unavailable:before {
  background: red;
}

.theme-dark .hire-status {
  background: rgba(44, 57, 67, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 991.99px) {
  .hire-status {
    padding: 9px 20px;
  }
}

@keyframes dot-animate {
  100% {
    transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-webkit-keyframes dot-animate {
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

.cursor-gradient {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  opacity: 0.4;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: blur(250px);
  background-image: linear-gradient(#1100ff 10%, #ff00f2);
  width: 360px;
  height: 360px;
  border-radius: 100%;
  pointer-events: none;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

.theme-dark .cursor-gradient {
  opacity: 0.5;
}

/*------------------------------------------------
  2. Forms
-------------------------------------------------*/
input:not(.form-check-input),
textarea {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  margin-bottom: 1rem;
  padding: 13px 24px;
  border: 1px dashed rgba(44, 57, 67, 0.3);
  border-radius: 25px;
  box-shadow: none;
  font: 400 16px "Open Sans", sans-serif;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

input:not(.form-check-input):focus, input:not(.form-check-input):active,
textarea:focus,
textarea:active {
  outline: 0;
  box-shadow: none;
}

textarea {
  height: 180px;
}

input:not(.form-check-input), textarea, .form-control {
  color: #515456;
}

input:not(.form-check-input)::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #808385;
}

input:not(.form-check-input)::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder {
  color: #808385;
}

input:not(.form-check-input):-ms-placeholder, textarea:-ms-placeholder, .form-control:-ms-placeholder {
  color: #808385;
}

input:not(.form-check-input)::-ms-placeholder, textarea::-ms-placeholder, .form-control::-ms-placeholder {
  color: #808385;
}

input:not(.form-check-input)::placeholder, textarea::placeholder, .form-control::placeholder {
  color: #808385;
}

input:not(.form-check-input):focus, textarea:focus, .form-control:focus {
  border-color: #2c3943;
}

label {
  font-size: 15px;
}

.theme-dark input:not(.form-check-input),
.theme-dark textarea {
  background: rgba(44, 57, 67, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}

.theme-dark input:not(.form-check-input), .theme-dark textarea, .theme-dark .form-control {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark input:not(.form-check-input)::-webkit-input-placeholder, .theme-dark textarea::-webkit-input-placeholder, .theme-dark .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.theme-dark input:not(.form-check-input)::-moz-placeholder, .theme-dark textarea::-moz-placeholder, .theme-dark .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.theme-dark input:not(.form-check-input):-ms-placeholder, .theme-dark textarea:-ms-placeholder, .theme-dark .form-control:-ms-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.theme-dark input:not(.form-check-input)::-ms-placeholder, .theme-dark textarea::-ms-placeholder, .theme-dark .form-control::-ms-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.theme-dark input:not(.form-check-input)::placeholder, .theme-dark textarea::placeholder, .theme-dark .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.theme-dark input:not(.form-check-input):focus, .theme-dark textarea:focus, .theme-dark .form-control:focus {
  border-color: white;
}

.submit-result span {
  display: none;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.submit-result span.show-result {
  margin-top: 24px;
  display: block;
}

.submit-result span#success {
  color: green;
}

.submit-result span#error {
  color: red;
}

.submit-result span .error-color {
  background: rgba(255, 0, 0, 0.1);
}

/*------------------------------------------------
  3. Lists
-------------------------------------------------*/
ul {
  margin: 0;
}

ul[class*=' list-'], ul[class^='list-'] {
  padding: 0;
}

ul.list-unstyled li {
  list-style-type: none;
  margin-bottom: 6px;
}

ul.list-unstyled li:last-child {
  margin-bottom: 0;
}

ul[class*=' list-inline'] li, ul[class^='list-inline'] li {
  display: inline-block;
}

ul.list-inline-sm li {
  padding-right: 4px;
}

ul.list-inline-sm li:last-child {
  padding-right: 0;
}

ul.list-inline li {
  padding-right: 8px;
}

ul.list-inline li:last-child {
  padding-right: 0;
}

ul.list-inline-lg li {
  padding-right: 12px;
}

ul.list-inline-lg li:last-child {
  padding-right: 0;
}

ul.list-inline-dash li {
  padding-right: 2px;
}

ul.list-inline-dash li:last-child {
  padding-right: 0;
}

ul.list-inline-dash li:before {
  content: '-';
  padding-right: 6px;
}

ul.list-inline-dash li:first-child:before {
  display: none;
}

/*------------------------------------------------
  4. Typography
-------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

@media (max-width: 991.99px) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 6px;
  }
}

p {
  margin: 0;
  line-height: 1.74;
}

@media (max-width: 991.99px) {
  p {
    line-height: 1.6;
  }
}

.uppercase {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.font-small {
  font-size: 0.9em;
  line-height: 1.7;
}

.font-large {
  font-size: 1.063em;
  line-height: 1.6;
}

i {
  display: inline-block;
}

.icon-4xl i {
  font-size: 2.5em;
}

.icon-3xl i {
  font-size: 2.2em;
}

.icon-2xl i {
  font-size: 1.9em;
}

.icon-xl i {
  font-size: 1.6em;
}

.icon-lg i {
  font-size: 1.33em;
}

.icon-sm i {
  font-size: 0.9em;
}

/*------------------------------------------------
  5. Buttons
-------------------------------------------------*/
button {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

a, button {
  text-decoration: none;
  -webkit-transition: linear 0.08s;
  transition: linear 0.08s;
}

a:focus, a:active, button:focus, button:active {
  box-shadow: none;
  outline: 0;
}

.button {
  position: relative;
  display: inline-block;
  background: #2c3943;
  color: white;
  padding: 13px 30px;
  font-family: "Outfit", sans-serif;
}

.button:hover {
  background: rgba(44, 57, 67, 0.9);
}

.theme-dark .button {
  background: rgba(255, 255, 255, 0.1);
}

.theme-dark .button:hover {
  background: rgba(255, 255, 255, 0.15);
}

.button-xs {
  padding: 7px 15px;
}

.button-sm {
  padding: 11px 23px;
}

.button-lg {
  padding: 15px 34px;
}

.button-fullwidth {
  width: 100%;
  text-align: center;
}

.button-gradient {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: transparent;
  backdrop-filter: blur(5px);
  padding: 13px 30px;
  border-radius: 40px;
  color: #2c3943;
}

.button-gradient:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-image: linear-gradient(30deg, #2c3943 0%, transparent 100%);
  width: 100%;
  height: 100%;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.button-gradient:hover {
  background: transparent;
}

.button-gradient:hover:after {
  opacity: 0.3;
}

.theme-dark .button-gradient,
[class*='bg-theme'] .button-gradient,
[class*='bg-charcoal'] .button-gradient {
  color: white;
}

.theme-dark .button-gradient:after,
[class*='bg-theme'] .button-gradient:after,
[class*='bg-charcoal'] .button-gradient:after {
  background-image: linear-gradient(30deg, #fff 0%, transparent 100%);
}

.button-circle {
  position: relative;
  background: #2c3943;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  line-height: 50px;
  text-align: center;
}

.button-circle i {
  color: white;
}

.button-circle:hover {
  background: rgba(44, 57, 67, 0.9);
}

.theme-dark .button-circle {
  background: rgba(255, 255, 255, 0.1);
}

.theme-dark .button-circle:hover {
  background: rgba(255, 255, 255, 0.15);
}

.button-circle-sm {
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.button-circle-lg {
  width: 56px;
  height: 56px;
  line-height: 56px;
}

.button-circle-gradient {
  position: relative;
  display: inline-block;
  overflow: hidden;
  backdrop-filter: blur(5px);
  color: #2c3943;
}

.button-circle-gradient:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  background-image: linear-gradient(30deg, #2c3943 0%, transparent 100%);
  width: 100%;
  height: 100%;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.button-circle-gradient:hover:after, .button-circle-gradient.mixitup-control-active:after {
  opacity: 0.3;
}

.theme-dark .button-circle-gradient,
[class*='bg-theme'] .button-circle-gradient,
[class*='bg-charcoal'] .button-circle-gradient {
  color: white;
}

.theme-dark .button-circle-gradient:after,
[class*='bg-theme'] .button-circle-gradient:after,
[class*='bg-charcoal'] .button-circle-gradient:after {
  background-image: linear-gradient(30deg, #fff 0%, transparent 100%);
}

.button-radius {
  border-radius: 0.5em;
}

.button-rounded {
  border-radius: 30px;
}

.button-corner {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

/*------------------------------------------------
  6. Clients
-------------------------------------------------*/
.client-box a img {
  opacity: 0.5;
  width: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.client-box a:hover img {
  opacity: 1;
}

/*------------------------------------------------
  7. Lightbox
-------------------------------------------------*/
.lightbox-video {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.lightbox-video img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lightbox-video .lightbox-play-btn {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  color: white;
  backdrop-filter: blur(5px);
  font-size: 1.33em;
}

.lightbox-video .lightbox-play-btn:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
  background-image: linear-gradient(30deg, #fff 0%, transparent 100%);
  width: 100%;
  height: 100%;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.lightbox-video .lightbox-play-btn i {
  color: white;
}

.lightbox-video .lightbox-play-btn:hover {
  color: white;
}

.lightbox-video .lightbox-play-btn:hover:after {
  opacity: 0.3;
}

.lightbox-video:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

/*------------------------------------------------
  8. Maps
-------------------------------------------------*/
.gmap {
  width: 100%;
}

.gmap-sm {
  height: 300px;
}

.gmap-md {
  height: 350px;
}

.gmap-lg {
  height: 400px;
}

@media (max-width: 991.99px) {
  .gmap-sm {
    height: 250px;
  }
  .gmap-md {
    height: 300px;
  }
  .gmap-lg {
    height: 350px;
  }
}

/*------------------------------------------------
  9. Progress bar
-------------------------------------------------*/
.progress-box .animated-progress {
  position: relative;
  background: rgba(44, 57, 67, 0.1);
  height: 4px;
  margin-top: 4px;
  border-radius: 3px;
}

.progress-box .animated-progress div {
  position: absolute;
  display: block;
  background: #2c3943;
  width: 10%;
  height: 100%;
  border-radius: 4px;
  color: #2c3943;
  -webkit-transition: width 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.progress-box .animated-progress div:after {
  content: attr(data-progress) "%";
  position: absolute;
  top: -30px;
  right: 0;
  opacity: 0;
  font-family: "Outfit", sans-serif;
  font-size: 500;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.progress-box .animated-progress div.progress-show:after {
  opacity: 1;
}

.theme-dark .progress-box .animated-progress,
[class*='bg-charcoal'] .progress-box .animated-progress,
[class*='bg-theme'] .progress-box .animated-progress {
  background: rgba(255, 255, 255, 0.1);
}

.theme-dark .progress-box .animated-progress div,
[class*='bg-charcoal'] .progress-box .animated-progress div,
[class*='bg-theme'] .progress-box .animated-progress div {
  background: white;
  color: white;
}

/*------------------------------------------------
  10. Sliding Text
-------------------------------------------------*/
.sliding-text .swiper-slide,
.sliding-text-reverse .swiper-slide {
  width: auto;
}

.sliding-boxes .swiper-wrapper,
.sliding-text .swiper-wrapper,
.sliding-text-reverse .swiper-wrapper {
  transition-timing-function: linear;
}

/*------------------------------------------------
  11. Testimonial
-------------------------------------------------*/
.testimonial-pagination-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background: #2c3943;
  padding: 14px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.testimonial-pagination-wrapper .testimonial-pagination {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-pagination-wrapper .testimonial-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  width: 5px;
  height: 5px;
  margin: 0 3px;
  border-radius: 3px;
  opacity: 1;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.testimonial-pagination-wrapper .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
  width: 13px;
}

.theme-dark .testimonial-pagination-wrapper {
  background: rgba(255, 255, 255, 0.1);
}

/*------------------------------------------------
  12. Blog
-------------------------------------------------*/
.blog-post-box {
  position: relative;
  overflow: hidden;
}

.blog-post-box a {
  display: block;
}

.blog-post-box .blog-img {
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  border-radius: 8px;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-post-box .blog-img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, black 0%, transparent 100%);
  opacity: 0.1;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.blog-post-box .blog-img img {
  width: 100%;
  aspect-ratio: 1/0.5;
  object-fit: cover;
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-post-box .blog-category {
  position: absolute;
  top: 20px;
  right: 20px;
  backdrop-filter: blur(5px);
  background: rgba(44, 57, 67, 0.3);
  padding: 7px 15px;
  border-radius: 30px;
  color: white;
  font-size: 0.9em;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.blog-post-box:hover .blog-img {
  -webkit-transform: scale(0.98) translate3d(0, 0, 0);
  transform: scale(0.98) translate3d(0, 0, 0);
}

.blog-post-box:hover .blog-img:after {
  opacity: 0.2;
}

.blog-post-box:hover .blog-img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

/*------------------------------------------------
  13. Header
-------------------------------------------------*/
.header-wrapper {
  position: relative;
}

.header-wrapper .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 72px;
}

.header-wrapper .header-nav {
  z-index: 996;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  height: 72px;
  width: auto;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 8px 34px 0 rgba(22, 24, 26, 0.08);
  box-shadow: 0 8px 34px 0 rgba(22, 24, 26, 0.08);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.header-wrapper .header-nav .nav-list {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.header-wrapper .header-nav .nav-list .nav-list-item {
  list-style-type: none;
}

.header-wrapper .header-nav .nav-list .nav-list-item a {
  color: #2c3943;
}

.header-wrapper .header-logo {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 70px;
}

.header-wrapper .header-logo * {
  margin: 0;
}

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

@media (min-width: 992px) {
  .header-wrapper {
    height: 72px;
  }
  .header-wrapper .header-nav {
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .header-wrapper .header-nav .nav-list .nav-list-item {
    display: inline-block;
    padding-left: 18px;
  }
  .header-wrapper .header-nav .nav-list .nav-list-item:first-child {
    padding-left: 0;
  }
  .header-wrapper .header-nav .nav-list .nav-list-item a {
    z-index: 1;
    position: relative;
  }
  .header-wrapper .header-nav .nav-list .nav-list-item a:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    background: black;
    height: 1px;
    -webkit-animation: line-out 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: line-out 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  }
  .header-wrapper .header-nav .nav-list .nav-list-item a:hover {
    color: black;
  }
  .header-wrapper .header-nav .nav-list .nav-list-item a:hover:before {
    width: 100%;
    -webkit-animation: line-in 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: line-in 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  }
  .header-wrapper .nav-toggle {
    display: none;
  }
  .header-wrapper .toggle-menu {
    position: absolute;
    top: 80px;
    left: 0;
    -webkit-transform: translateY(-8px) scale(0.98);
    transform: translateY(-8px) scale(0.98);
    visibility: hidden;
    opacity: 0;
    background: white;
    width: 300px;
    padding: 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 8px 34px 0 rgba(22, 24, 26, 0.08);
    box-shadow: 0 8px 34px 0 rgba(22, 24, 26, 0.08);
    -webkit-transition: linear 0.1s;
    transition: linear 0.1s;
  }
  .header-wrapper .toggle-menu.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

.toggle-menu-btn {
  display: inline-flex;
  margin-right: 24px;
}

.toggle-menu-btn span {
  position: relative;
  display: block;
  width: 20px;
  height: 14px;
}

.toggle-menu-btn span:before, .toggle-menu-btn span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 4px;
  border-radius: 3px;
  border: 1px solid #2c3943;
  -webkit-transition: linear 0.06s;
  transition: linear 0.06s;
}

.toggle-menu-btn span:before {
  top: 0;
}

.toggle-menu-btn span:after {
  bottom: 0;
}

.toggle-menu-btn:hover span:before, .toggle-menu-btn:hover span:after, .toggle-menu-btn.active span:before, .toggle-menu-btn.active span:after {
  background: #2c3943;
}

@media (max-width: 991.99px) {
  .toggle-menu,
  .toggle-menu-btn {
    display: none;
  }
  .header-wrapper .container {
    height: 56px;
  }
  .header-wrapper .header-nav {
    height: 56px;
  }
  .header-wrapper .header-nav .nav-toggle {
    display: inline-block;
    width: 58px;
    height: 56px;
    text-align: center;
  }
  .header-wrapper .header-nav .nav-toggle span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 14px;
  }
  .header-wrapper .header-nav .nav-toggle span:before, .header-wrapper .header-nav .nav-toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 4px;
    border: 1px solid #2c3943;
    -webkit-transition: linear 0.06s;
    transition: linear 0.06s;
  }
  .header-wrapper .header-nav .nav-toggle span:before {
    top: 0;
  }
  .header-wrapper .header-nav .nav-toggle span:after {
    bottom: 0;
  }
  .header-wrapper .header-nav .nav-toggle:hover span:before, .header-wrapper .header-nav .nav-toggle:hover span:after, .header-wrapper .header-nav .nav-toggle.active span:before, .header-wrapper .header-nav .nav-toggle.active span:after {
    background: #2c3943;
  }
  .header-wrapper .header-nav .nav-list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 64px;
    background: white;
    min-width: 200px;
    padding: 24px;
    border-radius: 20px;
    -webkit-transition: linear 0.1s;
    transition: linear 0.1s;
  }
  .header-wrapper .header-nav .nav-list.show {
    visibility: visible;
    opacity: 1;
  }
  .header-wrapper .header-nav .nav-list li {
    margin-bottom: 8px;
  }
  .header-wrapper .header-nav .nav-list li:last-child {
    margin-bottom: 0;
  }
  .header-wrapper .header-logo {
    max-height: 56px;
  }
  .header-wrapper .header-logo img {
    max-height: 42px;
  }
}

.theme-dark .header-wrapper .header-nav {
  background: #2c3943;
}

.theme-dark .header-wrapper .header-nav .nav-list .nav-list-item a {
  color: white;
}

.theme-dark .header-wrapper .toggle-menu {
  background: #2c3943;
}

.theme-dark .toggle-menu-btn span:before, .theme-dark .toggle-menu-btn span:after {
  border-color: white;
}

.theme-dark .toggle-menu-btn:hover span:before, .theme-dark .toggle-menu-btn:hover span:after, .theme-dark .toggle-menu-btn.active span:before, .theme-dark .toggle-menu-btn.active span:after {
  background: white;
}

@media (min-width: 992px) {
  .theme-dark .header-wrapper .header-nav .nav-list .nav-list-item a {
    color: white;
  }
  .theme-dark .header-wrapper .header-nav .nav-list .nav-list-item a:before {
    background: white;
  }
  .theme-dark .header-wrapper .header-nav .nav-list .nav-list-item a:hover {
    color: white;
  }
}

@media (max-width: 991.99px) {
  .theme-dark .header-wrapper .header-nav .nav-toggle span:before, .theme-dark .header-wrapper .header-nav .nav-toggle span:after {
    border-color: white;
  }
  .theme-dark .header-wrapper .header-nav .nav-toggle:hover span:before, .theme-dark .header-wrapper .header-nav .nav-toggle:hover span:after, .theme-dark .header-wrapper .header-nav .nav-toggle.active span:before, .theme-dark .header-wrapper .header-nav .nav-toggle.active span:after {
    background: white;
  }
  .theme-dark .header-wrapper .header-nav .nav-list {
    background: #2c3943;
  }
}

/*------------------------------------------------
  14. Portfolio
-------------------------------------------------*/
.portfolio-box {
  position: relative;
  overflow: hidden;
}

.portfolio-box a {
  display: block;
}

.portfolio-box .portfolio-img {
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  border-radius: 8px;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolio-box .portfolio-img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, black 0%, transparent 100%);
  opacity: 0.1;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.portfolio-box .portfolio-img img {
  width: 100%;
  aspect-ratio: 1/0.6;
  object-fit: cover;
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolio-box .portfolio-category {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(5px);
  background: rgba(44, 57, 67, 0.3);
  padding: 7px 15px;
  border-radius: 30px;
  color: white;
  font-size: 0.9em;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.portfolio-box .portfolio-caption {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 20px;
  opacity: 0.5;
  color: white;
  -webkit-transition: linear 0.06s;
  transition: linear 0.06s;
}

.portfolio-box .portfolio-caption * {
  margin: 0;
  color: white;
}

.portfolio-box:hover .portfolio-img {
  -webkit-transform: scale(0.98) translate3d(0, 0, 0);
  transform: scale(0.98) translate3d(0, 0, 0);
}

.portfolio-box:hover .portfolio-img:after {
  opacity: 0.3;
}

.portfolio-box:hover .portfolio-img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.portfolio-box:hover .portfolio-category {
  visibility: visible;
  opacity: 1;
}

.portfolio-box:hover .portfolio-caption {
  opacity: 1;
}

.portfolio-slider.swiper, .portfolio-slider.swiper-container {
  overflow: visible;
}

.portfolio-slider .swiper-slide {
  display: flex;
}

.filter ul {
  margin: 0;
  padding: 0;
}

.filter ul li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: rgba(44, 57, 67, 0.9);
  padding: 11px 23px;
  border-radius: 30px;
  margin: 0 4px 0 0;
  color: white;
  cursor: pointer;
  -webkit-transition: linear 0.08s;
  transition: linear 0.08s;
}

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

.filter ul li:hover, .filter ul li.mixitup-control-active {
  background: #2c3943;
}

.theme-dark .filter ul li {
  background: rgba(255, 255, 255, 0.1);
}

.theme-dark .filter ul li:hover, .theme-dark .filter ul li.mixitup-control-active {
  background: rgba(255, 255, 255, 0.15);
}

/*------------------------------------------------
  15. Preloader
-------------------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  background: #f1f5fa;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  aspect-ratio: 1;
  --g: no-repeat radial-gradient(circle closest-side, #9C7ECE 90%, #f1f5fa);
  background: var(--g) 0 0, var(--g) 0 100%, var(--g) 100% 100%;
  background-size: 40% 40%;
  -webkit-animation: loader-dots 0.8s infinite ease-out;
  animation: loader-dots 0.8s infinite ease-out;
}

.loaded .preloader {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

@keyframes loader-dots {
  25% {
    background-position: 100% 0   ,0 100%,100% 100%;
  }
  50% {
    background-position: 100% 0   ,0 0   ,100% 100%;
  }
  75% {
    background-position: 100% 0   ,0 0   ,0    100%;
  }
  100% {
    background-position: 100% 100%,0 0   ,0    100%;
  }
}

@-webkit-keyframes loader-dots {
  25% {
    background-position: 100% 0   ,0 100%,100% 100%;
  }
  50% {
    background-position: 100% 0   ,0 0   ,100% 100%;
  }
  75% {
    background-position: 100% 0   ,0 0   ,0    100%;
  }
  100% {
    background-position: 100% 100%,0 0   ,0    100%;
  }
}

/*------------------------------------------------
  16. Utilities
-------------------------------------------------*/
.border-radius {
  border-radius: 25px;
}

.border-radius-top {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.corner-radius {
  border-bottom-right-radius: 25px;
}

.border-dashed {
  border: 1px dashed rgba(44, 57, 67, 0.2);
}

.theme-dark .border-dashed {
  border-color: rgba(255, 255, 255, 0.3);
}

.box-shadow {
  -webkit-box-shadow: 0 8px 34px 0 rgba(22, 24, 26, 0.08);
  box-shadow: 0 8px 34px 0 rgba(22, 24, 26, 0.08);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.box-shadow:hover {
  -webkit-box-shadow: 0 8px 38px 0 rgba(22, 24, 26, 0.1);
  box-shadow: 0 8px 38px 0 rgba(22, 24, 26, 0.1);
}

.img-link-box {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.img-link-box a {
  display: block;
}

.img-link-box img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.img-link-box:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.dashed-box {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  border: 1px dashed rgba(44, 57, 67, 0.2);
  padding: 11px 23px;
}

.theme-dark .dashed-box {
  background: rgba(44, 57, 67, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 991.99px) {
  .dashed-box {
    padding: 9px 20px;
  }
}

.bg-charcoal {
  background: #2c3943;
}

.bg-theme {
  background: #9C7ECE;
}

.bg-theme-secondary {
  background: #7E88CE;
}

.theme-dark .bg-theme {
  background: #7C64A4;
}

.theme-dark .bg-theme-secondary {
  background: #646CA4;
}

.bg-white-90 {
  background: rgba(255, 255, 255, 0.9);
}

.bg-white-80 {
  background: rgba(255, 255, 255, 0.8);
}

.bg-white-70 {
  background: rgba(255, 255, 255, 0.7);
}

.bg-white-60 {
  background: rgba(255, 255, 255, 0.6);
}

.bg-white-50 {
  background: rgba(255, 255, 255, 0.5);
}

.bg-white-40 {
  background: rgba(255, 255, 255, 0.4);
}

.bg-white-30 {
  background: rgba(255, 255, 255, 0.3);
}

.bg-white-20 {
  background: rgba(255, 255, 255, 0.2);
}

.bg-white-10 {
  background: rgba(255, 255, 255, 0.1);
}

.bg-lighter {
  background: white;
}

.bg-lighter-90 {
  background: rgba(255, 255, 255, 0.9);
}

.bg-lighter-80 {
  background: rgba(255, 255, 255, 0.8);
}

.bg-lighter-70 {
  background: rgba(255, 255, 255, 0.7);
}

.bg-lighter-60 {
  background: rgba(255, 255, 255, 0.6);
}

.bg-lighter-50 {
  background: rgba(255, 255, 255, 0.5);
}

.bg-lighter-40 {
  background: rgba(255, 255, 255, 0.4);
}

.bg-lighter-30 {
  background: rgba(255, 255, 255, 0.3);
}

.bg-lighter-20 {
  background: rgba(255, 255, 255, 0.2);
}

.bg-lighter-10 {
  background: rgba(255, 255, 255, 0.1);
}

.theme-dark .bg-lighter {
  background: #2c3943;
}

.theme-dark .bg-lighter-90 {
  background: rgba(44, 57, 67, 0.9);
}

.theme-dark .bg-lighter-80 {
  background: rgba(44, 57, 67, 0.8);
}

.theme-dark .bg-lighter-70 {
  background: rgba(44, 57, 67, 0.7);
}

.theme-dark .bg-lighter-60 {
  background: rgba(44, 57, 67, 0.6);
}

.theme-dark .bg-lighter-50 {
  background: rgba(44, 57, 67, 0.5);
}

.theme-dark .bg-lighter-40 {
  background: rgba(44, 57, 67, 0.4);
}

.theme-dark .bg-lighter-30 {
  background: rgba(44, 57, 67, 0.3);
}

.theme-dark .bg-lighter-20 {
  background: rgba(44, 57, 67, 0.2);
}

.theme-dark .bg-lighter-10 {
  background: rgba(44, 57, 67, 0.1);
}

.font-family-primary {
  font-family: "Open Sans", sans-serif;
}

.font-family-secondary {
  font-family: "Outfit", sans-serif;
}

.font-family-tertiary {
  font-family: "Poppins", sans-serif;
}

.fw-medium {
  font-weight: 500;
}

.fw-semi-bold {
  font-weight: 600;
}

.letter-spacing-05 {
  letter-spacing: 0.5px;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.line-height-100 {
  line-height: 1;
}

.line-height-110 {
  line-height: 1.1;
}

.line-height-120 {
  line-height: 1.2;
}

.line-height-130 {
  line-height: 1.3;
}

.line-height-140 {
  line-height: 1.4;
}

.text-theme {
  color: #9C7ECE;
}

.text-theme-secondary {
  color: #7E88CE;
}

.text-lighter-90 {
  color: rgba(44, 57, 67, 0.9);
}

.text-lighter-80 {
  color: rgba(44, 57, 67, 0.8);
}

.text-lighter-70 {
  color: rgba(44, 57, 67, 0.7);
}

.text-lighter-60 {
  color: rgba(44, 57, 67, 0.6);
}

.text-lighter-50 {
  color: rgba(44, 57, 67, 0.5);
}

.text-lighter-40 {
  color: rgba(44, 57, 67, 0.4);
}

.text-lighter-30 {
  color: rgba(44, 57, 67, 0.3);
}

.text-lighter-20 {
  color: rgba(44, 57, 67, 0.2);
}

.text-lighter-10 {
  color: rgba(44, 57, 67, 0.1);
}

.theme-dark .text-lighter-90 {
  color: rgba(255, 255, 255, 0.9);
}

.theme-dark .text-lighter-80 {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark .text-lighter-70 {
  color: rgba(255, 255, 255, 0.7);
}

.theme-dark .text-lighter-60 {
  color: rgba(255, 255, 255, 0.6);
}

.theme-dark .text-lighter-50 {
  color: rgba(255, 255, 255, 0.5);
}

.theme-dark .text-lighter-40 {
  color: rgba(255, 255, 255, 0.4);
}

.theme-dark .text-lighter-30 {
  color: rgba(255, 255, 255, 0.3);
}

.theme-dark .text-lighter-20 {
  color: rgba(255, 255, 255, 0.2);
}

.theme-dark .text-lighter-10 {
  color: rgba(255, 255, 255, 0.1);
}

.text-charcoal {
  color: #2c3943;
}

.text-charcoal-90 {
  color: rgba(44, 57, 67, 0.9);
}

.text-charcoal-80 {
  color: rgba(44, 57, 67, 0.8);
}

.text-charcoal-70 {
  color: rgba(44, 57, 67, 0.7);
}

.text-charcoal-60 {
  color: rgba(44, 57, 67, 0.6);
}

.text-charcoal-50 {
  color: rgba(44, 57, 67, 0.5);
}

.text-charcoal-40 {
  color: rgba(44, 57, 67, 0.4);
}

.text-charcoal-30 {
  color: rgba(44, 57, 67, 0.3);
}

.text-charcoal-20 {
  color: rgba(44, 57, 67, 0.2);
}

.text-charcoal-10 {
  color: rgba(44, 57, 67, 0.1);
}

.text-white-90 {
  color: rgba(255, 255, 255, 0.9);
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.text-white-60 {
  color: rgba(255, 255, 255, 0.6);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.text-white-40 {
  color: rgba(255, 255, 255, 0.4);
}

.text-white-30 {
  color: rgba(255, 255, 255, 0.3);
}

.text-white-20 {
  color: rgba(255, 255, 255, 0.2);
}

.text-white-10 {
  color: rgba(255, 255, 255, 0.1);
}

.text-golden-yellow {
  color: #FFB657;
}

.stroke-text {
  color: #2c3943;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.4px;
  -webkit-text-stroke-color: #2c3943;
}

@media (max-width: 1199.99px) {
  .stroke-text {
    -webkit-text-stroke-width: 1.2px;
  }
}

.theme-dark .stroke-text,
[class*='bg-theme'] .stroke-text,
[class*='bg-charcoal'] .stroke-text {
  color: white;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: white;
}

.text-fade {
  position: relative;
}

.text-fade:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -5px;
  left: 0;
  background-image: linear-gradient(0deg, #f1f5fa 0%, transparent 100%);
}

.bg-charcoal .text-fade:after {
  background-image: linear-gradient(0deg, #2c3943 0%, transparent 100%);
}

.bg-theme .text-fade:after {
  background-image: linear-gradient(0deg, #9C7ECE 0%, transparent 100%);
}

.bg-theme-secondary .text-fade:after {
  background-image: linear-gradient(0deg, #7E88CE 0%, transparent 100%);
}

.theme-dark .bg-theme .text-fade:after {
  background-image: linear-gradient(0deg, #7C64A4 0%, transparent 100%);
}

.theme-dark .bg-theme-secondary .text-fade:after {
  background-image: linear-gradient(0deg, #646CA4 0%, transparent 100%);
}

.link-hover-underline:hover {
  text-decoration: underline;
}

.link-hover-line {
  z-index: 1;
  position: relative;
  color: black;
}

.link-hover-line:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  background: black;
  height: 1px;
  -webkit-animation: line-out 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: line-out 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.link-hover-line:hover {
  color: black;
}

.link-hover-line:hover:before {
  width: 100%;
  -webkit-animation: line-in 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: line-in 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.theme-dark .link-hover-line,
[class*='bg-theme'] .link-hover-line,
[class*='bg-charcoal'] .link-hover-line {
  color: white;
}

.theme-dark .link-hover-line:before,
[class*='bg-theme'] .link-hover-line:before,
[class*='bg-charcoal'] .link-hover-line:before {
  background: white;
}

.theme-dark .link-hover-line:hover,
[class*='bg-theme'] .link-hover-line:hover,
[class*='bg-charcoal'] .link-hover-line:hover {
  color: white;
}

@-webkit-keyframes line-out {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@keyframes line-out {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-webkit-keyframes line-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@keyframes line-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

/* Moje kodicky */

.hero-text{
  text-align: justify;
  margin-bottom: 7px;
  font-weight: 400;
}

#services h5{
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700 !important;
}

/* ----- boxik1 ----- */

.boxik-1 {
  background: #51493dcc;
  color: white!important;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.boxik-1::before {
  content: "";
  background-image: url('../images/treninky.png'); /* Nahraďte cestu k obrázku */
  background-size: cover;
  background-position: center;
  opacity: 0.05; /* Nastaví nízkou průhlednost */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.boxik-1:hover {
  background: #51493D;
  color: white!important;
}

.boxik-img {
  transition: transform 0.3s ease;
}

.boxik-1:hover .boxik-img {
  transform: scale(1.5); /* Zvětší obrázek při hoveru */
}

.boxik-1 h5 {
  color: white!important;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: transform 0.3s ease, font-size 0.3s ease;
  transform-origin: left bottom; /* Nastaví bod pro zmenšení textu do levého dolního rohu */
}

.boxik-1:hover h5 {
  transform: scale(0.7); /* Zmenší text při hoveru směrem k levému dolnímu rohu */
}

/* ----- boxik2 ----- */

.boxik-2 {
  background: #7cba73ab;
  color: white!important;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.boxik-2::before {
  content: "";
  background-image: url('../images/jidlo.png'); /* Nahraďte cestu k obrázku */
  background-size: cover;
  background-position: center;
  opacity: 0.05; /* Nastaví nízkou průhlednost */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.boxik-2:hover {
  background: #538d22;
  color: white!important;
}

.boxik-img {
  transition: transform 0.3s ease;
}

.boxik-2:hover .boxik-img {
  transform: scale(1.5); /* Zvětší obrázek při hoveru */
}

.boxik-2 h5 {
  color: white!important;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: transform 0.3s ease, font-size 0.3s ease;
  transform-origin: left bottom; /* Nastaví bod pro zmenšení textu do levého dolního rohu */
}

.boxik-2:hover h5 {
  transform: scale(0.7); /* Zmenší text při hoveru směrem k levému dolnímu rohu */
}

/* ----- boxik3 ----- */

.boxik-3 {
  background: #7b554dd1;
  color: white!important;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.boxik-3::before {
  content: "";
  background-image: url('../images/nutrice.jpg'); /* Nahraďte cestu k obrázku */
  background-size: cover;
  background-position: center;
  opacity: 0.05; /* Nastaví nízkou průhlednost */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.boxik-3:hover {
  background: #7B554D;
  color: white!important;
}

.boxik-img {
  transition: transform 0.3s ease;
}

.boxik-3:hover .boxik-img {
  transform: scale(1.5); /* Zvětší obrázek při hoveru */
}

.boxik-3 h5 {
  color: white!important;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: transform 0.3s ease, font-size 0.3s ease;
  transform-origin: left bottom; /* Nastaví bod pro zmenšení textu do levého dolního rohu */
}

.boxik-3:hover h5 {
  transform: scale(0.7); /* Zmenší text při hoveru směrem k levému dolnímu rohu */
}

.boxik-img{
  max-height: 100px;
}

/* ----- osobni_treninky ----- */

/* Nastavení pozadí s obrázkem */
#osobni_treninky {
  position: relative;
  background: #51493D;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#osobni_treninky .background-overlay {
  content: "";
  background-image: url('../images/nutrice.png'); /* Nahraďte cestu k obrázku */
  background-size: cover;
  background-position: center;
  opacity: 0.1; /* Transparentní obrázek */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: blur(5px); /* Rozostření pozadí */
}

/* Efekt skla pro kontaktní div */
.glass-effect {
  background: rgba(255, 255, 255, 0.2); /* Transparentní bílá barva */
  backdrop-filter: blur(10px); /* Rozmazání pozadí */
  -webkit-backdrop-filter: blur(10px); /* Pro podporu v Safari */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Jemný bílý okraj */
  padding: 30px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 2; /* Aby byl div nad pozadím */
}

/* Umožňuje správné vrstvení textu a obsahu */
#osobni_treninky .container {
  position: relative;
  z-index: 2;
}

#osobni_treninky h2,
#osobni_treninky h4,
#osobni_treninky p {
  position: relative;
  z-index: 3;
}

#osobni_treninky .text-fade:after{
  background-image: transparent !important;
}

@keyframes bounce-right {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(5px);
  }
}

#osobni_treninky .bi-arrow-right {
  display: inline-block;
  animation: bounce-right 1s ease-in-out infinite;
}

/* Skrytí šipky na mobilních zařízeních */
@media (max-width: 576px) {
  #osobni_treninky .bi-arrow-right {
    display: none;
  }
}


.text-ovzi{
  margin-bottom: 20px; 
  text-align: justify; 
}

/* Skrytí šipky na mobilních zařízeních */
@media (max-width: 576px) {
  .text-ovzi{
    margin-bottom: 20px; 
    text-align: center; 
  }
}

.text-highlight{
  /* border: 1px solid white; */
  padding: 5px 0px;
  border-radius: 5px;
  letter-spacing: 1px;
  font-size: 18px;
}

/* ----- konec osobni_treninky ----- */

/* ----- nutricni_poradenstvi ----- */

/* Nastavení pozadí s obrázkem */
#nutricni_poradenstvi {
  position: relative;
  background: #538d22;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#nutricni_poradenstvi .background-overlay {
  content: "";
  background-image: url('../images/treninky.png'); /* Nahraďte cestu k obrázku */
  background-size: cover;
  background-position: center;
  opacity: 0.1; /* Transparentní obrázek */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: blur(5px); /* Rozostření pozadí */
}

/* Umožňuje správné vrstvení textu a obsahu */
#nutricni_poradenstvi .container {
  position: relative;
  z-index: 2;
}

#nutricni_poradenstvi h2,
#nutricni_poradenstvi h4,
#nutricni_poradenstvi p {
  position: relative;
  z-index: 3;
}

#nutricni_poradenstvi .text-fade:after{
  background-image: transparent !important;
}

@keyframes bounce-left {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-5px);
  }
}

#nutricni_poradenstvi .bi-arrow-left {
  display: inline-block;
  animation: bounce-left 1s ease-in-out infinite;
}

/* Skrytí šipky na mobilních zařízeních */
@media (max-width: 576px) {
  #nutricni_poradenstvi .bi-arrow-left {
    display: none;
  }
}


/* ----- konec nutricni_poradenstvi ----- */

/* ----- access_bars ----- */

/* Nastavení pozadí s obrázkem */
#access_bars {
  position: relative;
  background: #7B554D;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#access_bars .background-overlay {
  content: "";
  background-image: url('../images/nutrice.jpg'); /* Nahraďte cestu k obrázku */
  background-size: cover;
  background-position: center;
  opacity: 0.1; /* Transparentní obrázek */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: blur(5px); /* Rozostření pozadí */
}

/* Umožňuje správné vrstvení textu a obsahu */
#access_bars .container {
  position: relative;
  z-index: 2;
}

#access_bars h2,
#access_bars h4,
#access_bars p {
  position: relative;
  z-index: 3;
}

#access_bars .text-fade:after{
  background-image: transparent !important;
}

@keyframes bounce-right {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(5px);
  }
}

#access_bars .bi-arrow-right {
  display: inline-block;
  animation: bounce-right 1s ease-in-out infinite;
}

/* Skrytí šipky na mobilních zařízeních */
@media (max-width: 576px) {
  #access_bars .bi-arrow-right {
    display: none;
  }
}


/* ----- konec access_bars ----- */

.p-l-40 {
  padding-left: 40px;
}

@media (max-width: 768px) {
  .p-l-40 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.p-r-40 {
  padding-right: 40px;
}

@media (max-width: 768px) {
  .p-r-40 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.contact-in-div{
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btm-div{
  position: absolute;
  bottom: 0;
}

@media (max-width: 960px) {
  .btm-div{
    position: relative;
  }
}

#podpisvelkyckl, #zavritbox, #gdpr-cookie-odkaz, #podpismalyckl{
  display: none;
}

#malybox{
  height: 25px !important;
}

/* Nastavení pozadí s obrázkem */
#price_fitko {
  position: relative;
  background: #51493D;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#price_fitko .background-overlay {
  content: "";
  background-image: url('../images/01.jpg'); /* Nahraďte cestu k obrázku */
  background-size: cover;
  background-position: center;
  opacity: 0.2; /* Transparentní obrázek */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
 /*  filter: blur(5px);  *//* Rozostření pozadí */
}

/* Umožňuje správné vrstvení textu a obsahu */
#price_fitko .container {
  position: relative;
  z-index: 2;
}

#price_fitko h2,
#price_fitko h4,
#price_fitko p,
#price_fitko button {
  position: relative;
  z-index: 3;
}

/* Nastavení pozadí s obrázkem */
#price_vyziva {
  position: relative;
  background: #538d22;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#price_vyziva .background-overlay {
  content: "";
  background-image: url('../images/03.jpg'); /* Nahraďte cestu k obrázku */
  background-size: cover;
  background-position: center;
  opacity: 0.2; /* Transparentní obrázek */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
 /*  filter: blur(5px);  *//* Rozostření pozadí */
}

/* Umožňuje správné vrstvení textu a obsahu */
#price_vyziva .container {
  position: relative;
  z-index: 2;
}

#price_vyziva h2,
#price_vyziva h4,
#price_vyziva p,
#price_vyziva button {
  position: relative;
  z-index: 3;
}

/* Nastavení pozadí s obrázkem */
#price_access {
  position: relative;
  background: #7B554D;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#price_access .background-overlay {
  content: "";
  background-image: url('../images/05.jpg'); /* Nahraďte cestu k obrázku */
  background-size: cover;
  background-position: center;
  opacity: 0.2; /* Transparentní obrázek */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
 /*  filter: blur(5px);  *//* Rozostření pozadí */
}

/* Umožňuje správné vrstvení textu a obsahu */
#price_access .container {
  position: relative;
  z-index: 2;
}

#price_access h2,
#price_access h4,
#price_access p,
#price_access button {
  position: relative;
  z-index: 3;
}

#resume p{
  text-align: justify;
}

/* ------------------------------- MODAL ceniky */

.modal-content {
  background-color: transparent !important; /* Zruší Bootstrap background */
}

.custom-modal .modal-content {
  background-color: transparent !important;
}

/* Výchozí nastavení modalu */
.modal-content {
  position: relative;
  color: white;
  border: none;
  overflow: hidden; /* Zajistí, že overlay pokryje celý modal */
}

/* Přidání obrázku na pozadí pro každý modal */
#modal_fitko .modal-content::before,
#modal_vyziva .modal-content::before,
#modal_access .modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -2; /* Pozadí pod obsahem */
  filter: blur(-8px); /* Rozmazání pro lepší čitelnost textu */
}

/* Obrázky pro jednotlivé modaly */
#modal_fitko .modal-content::before { background-image: url('../images/01.jpg'); }
#modal_vyziva .modal-content::before { background-image: url('../images/03.jpg'); }
#modal_access .modal-content::before { background-image: url('../images/05.jpg'); }

/* Překrytí obrázku barevným overlayem */
#modal_fitko .modal-content::after,
#modal_vyziva .modal-content::after,
#modal_access .modal-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9; /* Průhlednost overlaye */
  z-index: -1; /* Nad obrázkem, ale pod textem */
}

/* Barvy pro překrytí jednotlivých modalů */
#modal_fitko .modal-content::after { background: #51493D;  opacity: 0.9;} /* Šedá */
#modal_vyziva .modal-content::after { background: #538d22; opacity: 0.9;} /* Zelená */
#modal_access .modal-content::after { background: #7B554D; opacity: 0.9; } /* Hnědá */

/* Černý header pro všechny modaly */
.modal-header {
  background: black;
  color: white;
  border-bottom: none;
}

/* Bílé zavírací tlačítko */
.btn-close {
  filter: invert(1);
}

/* Styl pro modal title (barva a pozadí) */
#modal_fitkoLabel,
#modal_vyzivaLabel,
#modal_accessLabel {
  display: block;
  padding: 15px;
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

/* Barva a obrázek pro každý modal title */
#modal_fitkoLabel {
  /* background: #3b3a38 !important; */
  background-image: url('../images/fitko-title.jpg');
  background-size: cover;
  background-blend-mode: overlay;
}

#modal_vyzivaLabel {
  /* background: #629535 !important; */
  background-image: url('../images/vyziva-title.jpg');
  background-size: cover;
  background-blend-mode: overlay;
}

#modal_accessLabel {
  /* background: #8c6b65 !important; */
  background-image: url('../images/access-title.jpg');
  background-size: cover;
  background-blend-mode: overlay;
}

/* Tělo modalu */
.modal-body {
  padding: 30px;
}

/* Obecné styly pro ceníky */
.pricing-wrapper, .nutrition-wrapper, .access-wrapper {
  width: 100%;
  padding: 20px;
}

.pricing-header, .nutrition-header, .access-header {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding: 15px;
  border: 2px solid white;
  margin-bottom: 20px;
}

.pricing-category, .nutrition-category, .access-category {
  background: black;
  padding: 12px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.pricing-table, .nutrition-table, .access-table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-table td, .nutrition-table td, .access-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* Cena zarovnaná doprava a vždy na stejném řádku */
.pricing-amount, .nutrition-amount, .access-amount {
  text-align: right;
  font-weight: bold;
  white-space: nowrap; /* Zabraňuje zalomení ceny na nový řádek */
}

/* Vysvětlivka */
.pricing-explanation, .nutrition-explanation, .access-explanation {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 5px;
}

/* Responzivní úpravy pro menší obrazovky */
@media (max-width: 576px) {
  .pricing-table, .nutrition-table, .access-table {
      display: flex;
      flex-direction: column;
  }

  .pricing-table tr, .nutrition-table tr, .access-table tr {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      flex-wrap: wrap;
      padding: 10px;
  }

  .pricing-table td, .nutrition-table td, .access-table td {
      display: inline-block;
      width: 100%;
      text-align: left;
      padding: 8px 0;
  }

  /* Oprava pro sekci Vysvětlivka */
  .pricing-table td strong, .nutrition-table td strong, .access-table td strong {
      display: block;
      font-size: 18px;
      margin-bottom: 5px;
  }

  .pricing-table td br, .nutrition-table td br, .access-table td br {
      display: none; /* Skryje <br>, aby nezabíralo místo na mobilu */
  }

  .pricing-amount, .nutrition-amount, .access-amount {
      text-align: right;
      font-weight: bold;
      min-width: 100px;
      width: auto;
      margin-left: auto; /* Cena se přesune doprava */
  }
}


/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
  border-radius: 30px;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
  border-radius: 30px;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}