/*
Theme Name: Artistics
Theme URI: https://themeforest.net/user/awaiken
Description: Digital Marketing Agency WordPress Theme
Author: Awaiken
Author URI: https://awaikenthemes.com/
Version: 1.0.10
Requires at least: 6.3
Tested up to: 6.5
Requires PHP: 7.4
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: artistics
Tags: one-column, two-columns, three-columns, four-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, threaded-comments, style-variations, blog
*/

html,
body {
  width: 100%;
  overflow-x: clip;
}

body {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-black);
}

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

p {
  line-height: 1.7em;
  margin-bottom: 1.6em;
}

.elementor-widget-text-editor p:last-child {
  margin-bottom: 0 !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  line-height: 1.2em;
  color: var(--e-global-color-primary);
}

figure {
  margin: 0;
}

iframe {
  max-width: 100%;
}

.elementor-widget-button {
  line-height: 0;
}

/* Theme Button CSS  */

.btn-default {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  text-transform: capitalize;
  background: transparent;
  color: var(--e-global-color-primary);
  border-radius: 100px;
  padding: 14px 25px;
  margin-right: 50px;
  border: none;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}

.btn-default::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--e-global-color-primary);
  border-radius: 100px;
  opacity: 20%;
  width: 100%;
  height: 100%;
}

.btn-default::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--e-global-color-accent);
  background-image: url("assets/images/arrow-dark.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
  transform: translate(50px, 0px);
  transition: all 0.4s ease-in-out;
}

.btn-default:hover::before {
  background-color: var(--e-global-color-primary);
  transform: translate(50px, 0px) rotate(45deg);
}

.btn-highlighted {
  position: relative;
  display: inline-block;
  line-height: 1.3em;
  font-size: 16px;
  font-weight: 700;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-black);
  text-transform: capitalize;
  border-radius: 10px;
  padding: 15px 30px;
  border: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.btn-highlighted:hover {
  background-color: var(--e-global-color-primary);
}

/* Elementor Button CSS  */

.elementor-widget-button
  .elementor-button-wrapper:has(:not(.elementor-button-icon)) {
  padding-right: 0;
}

.elementor-widget-button .elementor-button-wrapper:has(.elementor-button-icon) {
  padding-right: 50px;
}

.elementor-widget-button .elementor-button {
  position: relative;
  background-color: transparent;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.elementor-widget-button .elementor-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--e-global-color-white);
  border-radius: 100px;
  opacity: 20%;
  width: 100%;
  height: 100%;
}

.elementor-widget-button .elementor-button .elementor-button-icon {
  position: absolute;
  top: 0;
  left: auto;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--e-global-color-accent);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transform: translate(50px, 0px);
  transition: all 0.4s ease-in-out;
}

.elementor-widget-button .elementor-button .elementor-button-icon svg {
  font-size: 24px;
}

.elementor-widget-button .elementor-button:hover .elementor-button-icon {
  background: var(--e-global-color-primary);
  transform: translate(50px, 0px) rotate(45deg);
}

/* Image Animation CSS */

.at-image-animation img {
  clip-path: inset(0 100% 0 0);
}

.elementor-widget-image.at-animation-image-none img {
  clip-path: none;
}

.image-anime .elementor-widget-container,
figure.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime .elementor-widget-container:after,
figure.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime .elementor-widget-container:hover:after,
figure.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.container {
  max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

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

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

#magic-cursor {
  position: absolute;
  width: 10px !important;
  height: 10px !important;
  pointer-events: none;
  z-index: 1000000;
}

#ball {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  background: var(--e-global-color-accent);
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  pointer-events: none;
  border: none;
  opacity: 1 !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000 !important;
  background-color: var(--e-global-color-black);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--e-global-color-accent) transparent
    var(--e-global-color-accent);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
  transform: translate(-50%, -50%);
}

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

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

/* Ekit Icon Box Size */

.elementor-widget-text-editor p strong {
  color: var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
}

.elementor-widget-text-editor p strong:hover {
  color: var(--e-global-color-white);
}

.elementor-widget-button .elementor-button .elementor-button-icon svg path {
  fill: var(--e-global-color-black);
}

.elementskit-pricing-header svg path {
  fill: none !important;
}

.elementskit-funfact .funfact-icon svg path {
  fill: none !important;
}

.ekit-wid-con svg {
  width: inherit !important;
  height: inherit;
}

.elementor-icon-box-wrapper .elementor-icon-box-icon {
  line-height: 0;
}

.elementor-widget-text-editor p {
  line-height: inherit;
}

/* Theme Header CSS */

header.main-header {
  position: relative;
  border-bottom: 1px solid var(--e-global-color-divider);
  z-index: 100;
}

header.main-header .header-sticky {
  padding: 25px 0;
  position: relative;
  top: 0;
  z-index: 100;
}

header.main-header .header-sticky.hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  padding: 20px 0;
  border-radius: 0;
  border-bottom: 1px solid #16330010;
}

header.main-header .header-sticky.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  border-bottom: 1px solid #16330010;
  transform: translateY(0);
  background: var(--e-global-color-white);
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand h1,
.navbar-brand h2 {
  font-size: 40px !important;
  color: var(--e-global-color-white) !important;
  font-weight: 700 !important;
}

.navbar-brand span {
  display: block;
  font-size: 14px;
  color: var(--e-global-color-text);
  line-height: 1.2em;
}

.navbar-brand:hover {
  color: var(--e-global-color-accent);
}

.main-menu {
  font-family: var(--e-global-typography-primary-font-family);
  justify-content: flex-end;
}

.main-menu ul {
  align-items: center;
  flex-wrap: wrap;
}

.main-menu ul li {
  margin: 0 6px;
  position: relative;
}

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

.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 14px;
  margin-left: 8px;
}

.main-menu ul ul li.menu-item-has-children > a {
  position: relative;
}

.main-menu ul ul li.menu-item-has-children > a:after {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 6px;
  transform: rotate(-90deg);
}

.main-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
  padding: 15px !important;
  color: var(--e-global-color-primary);
}

.main-menu ul li.highlighted-menu a {
  display: block;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-primary);
  font-size: 16px;
  font-weight: 500;
  border: 2px solid var(--e-global-color-accent);
  padding: 10px 30px !important;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: 0.2s transform ease-in-out;
}

.main-menu ul li.highlighted-menu a:after {
  background-color: var(--e-global-color-primary);
  border-radius: 30px;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.main-menu ul li.highlighted-menu a:hover::after {
  transform: translate(0, 0);
}

.main-menu ul li.highlighted-menu a:hover {
  color: var(--e-global-color-accent);
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
  color: var(--e-global-color-accent);
}

.main-menu ul ul {
  visibility: hidden;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  width: 230px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--e-global-color-accent);
  opacity: 0;
  transform: scaleY(0.8);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
}

.main-menu ul ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul ul ul ul ul {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

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

.main-menu ul ul li a,
.main-menu ul ul li a:focus {
  color: var(--e-global-color-black);
  padding: 6px 20px !important;
  transition: all 0.3s ease-in-out;
}

.main-menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.main-menu ul ul li a:hover {
  color: var(--e-global-color-primary);
}

.responsive-menu,
.navbar-toggle {
  display: none;
}

#menu-all-pages-flat > li a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.slicknav_btn,
.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_menu,
.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_btn {
  position: relative;
  display: block;
  float: right;
  padding: 0.438em 0.625em;
  line-height: 1.125em;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: 0 0;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:after,
.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

.slicknav_nav li,
.slicknav_nav ul {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_menu {
  font-size: 16px;
  background: #4c4c4c;
  padding: 5px;
}

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: 0.875em;
}

.slicknav_nav ul {
  margin: 0 0 0 10px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 5px 10px;
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}

.slicknav_nav a {
  text-decoration: none;
  color: #fff;
}

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.responsive-menu {
  top: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.slicknav_btn {
  background: var(--e-global-color-accent);
  padding: 6px 0 0;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 8px;
}

.slicknav_icon .slicknav_icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  width: 22px;
  background-color: var(--e-global-color-black);
  margin: 4px auto !important;
  border-radius: 6px;
}

.slicknav_menu {
  padding: 0;
  background: var(--e-global-color-accent);
  max-height: 80vh;
  overflow: auto;
}

.slicknav_nav {
  padding-top: 5px;
  padding-bottom: 5px;
}

.slicknav_nav > ul {
  margin-left: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  color: var(--e-global-color-black);
  line-height: normal;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
  background-color: transparent;
  color: var(--e-global-color-primary);
}

.slicknav_arrow {
  font-size: 0 !important;
}

.slicknav_arrow:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  margin-left: 8px;
  margin-top: 2px;
  float: right;
  color: var(--e-global-color-black);
  transition: all 0.3s ease-in-out;
}

.slicknav_nav li.slicknav_open > a .slicknav_arrow:after {
  transform: rotate(-90deg);
  color: var(--e-global-color-primary);
}

/* Page Header Style */

.page-header {
  background: var(--e-global-color-black);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 250px 0 150px;
  margin-top: -105px;
}

.page-header-box {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-header-box h1 {
  font-size: 80px !important;
  margin-bottom: 10px;
  word-wrap: break-word;
}

.page-header-box h1 span {
  color: var(--e-global-color-accent);
  font-weight: 800;
}

.page-header-box .taxonomy-description {
  color: var(--e-global-color-text);
  margin-bottom: 20px;
}

.page-header-box ol {
  margin-bottom: 0;
}

.page-header-box ol li.breadcrumb-item {
  color: var(--e-global-color-white);
}

.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
  color: var(--e-global-color-white);
}

.page-header-box ol li.breadcrumb-item a {
  color: inherit;
}

.page-header-box .breadcrumb-trail {
  line-height: 1.6em;
}

.page-header-box .trail-items,
.page-header-box .post-meta ul {
  display: inline-block;
  list-style: none;
  font-size: 18px;
  padding: 0;
}

.page-header-box .trail-items .breadcrumb_separate {
  margin: 0 8px;
}

.page-header-box .trail-items li,
.page-header-box .post-meta ul li {
  color: var(--e-global-color-accent);
  display: inline-block;
  font-weight: 600;
  align-items: center;
}

.page-header-box .trail-items li:before,
.page-header-box .post-meta ul li:before {
  content: "\2a";
  position: relative;
  font-size: 28px;
  top: 9px;
  margin: auto 8px;
  color: var(--e-global-color-white);
}

.page-header-box .trail-items li:first-child:before,
.page-header-box .post-meta ul li:first-child:before {
  display: none;
}

.page-header-box .trail-items li a,
.page-header-box .post-meta ul li a {
  color: var(--e-global-color-white);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

/* Theme Footer css */

footer.footer {
  background-color: transparent;
  border-top: 1px solid var(--e-global-color-divider);
}

.footer-main {
  padding: 60px 0;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo h4 {
  font-size: 36px;
  font-weight: 700;
}

.footer-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-social ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer-social ul li a {
  border: 1px solid var(--e-global-color-accent);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.footer-social ul li:hover a {
  border-color: var(--e-global-color-primary);
}

.footer-social ul li a i {
  color: var(--e-global-color-accent);
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.footer-social ul li:hover a i {
  color: var(--e-global-color-primary);
}

.footer-menu {
  text-align: right;
  margin-bottom: 20px;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  display: inline-block;
  margin-left: 30px;
}

.footer-menu ul li a {
  color: var(--e-global-color-text);
  transition: all 0.3s ease-in-out;
}

.footer-menu ul li a:hover {
  color: var(--e-global-color-accent);
}

.copyright {
  text-align: right;
}

.copyright p {
  color: var(--e-global-color-text);
  margin: 0;
}

/* 404 Page CSS */

.error-page {
  padding: 160px 0 80px;
}

.error-page-image {
  text-align: center;
  margin-bottom: 30px;
}

.error-page-image img {
  width: 100%;
  max-width: 50%;
}

.error-page .error-page-content {
  text-align: center;
}

.error-page-content-heading {
  margin-bottom: 40px;
}

.error-page-content-heading h2 {
  font-size: 50px !important;
}

.error-page-content-body p {
  margin-bottom: 30px;
}

/* Archive and Single CSS */

.page-blog-archive {
  padding: 160px 0px 80px;
  position: relative;
}

.post-item {
  height: calc(100% - 40px);
  margin-bottom: 40px;
}

.post-featured-image:has(:not(a)) {
  margin-bottom: 0;
}

.post-featured-image:has(a) {
  margin-bottom: 30px;
  border-radius: 30px;
  overflow: hidden;
}

.post-featured-image figure a {
  display: block;
}

.post-featured-image img {
  aspect-ratio: 1 / 0.75;
  object-fit: cover;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
}

.post-item:hover .post-featured-image img {
  transform: scale(1.1);
}

.post-item-content {
  margin-bottom: 20px;
}

.post-item-content h3 {
  font-size: 22px;
}

.post-item-content h3 a {
  color: inherit;
}

.post-item-btn a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  color: var(--e-global-color-accent);
  border: none;
  transition: all 0.3s ease-in-out;
}

.post-item-btn a:hover {
  color: var(--e-global-color-primary);
}

.post-item-btn a svg {
  margin-left: 3px;
  transition: all 0.3s ease-in-out;
}

.post-item-btn a:hover svg {
  transform: rotate(45deg);
}

.post-item-btn a svg path {
  transition: all 0.3s ease-in-out;
}

.pagination .nav-links {
  margin-top: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.pagination .nav-links a,
.pagination .nav-links span {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  font-weight: 700;
  line-height: 1em;
  transition: all 0.3s ease-in-out;
}

.pagination .nav-links span.current,
.pagination .nav-links a:hover {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-black);
}

.page-single-post {
  padding: 80px 0 80px;
}

.page-single-post.single-page .post-entry {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.post-single-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.post-single-meta ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 600;
}

.post-single-meta ul li:last-child {
  margin-right: 0;
}

.post-single-meta ul li i {
  font-size: 18px;
  color: var(--e-global-color-accent);
  margin-right: 10px;
}

.post-single-meta ul li a {
  color: inherit;
}

.post-single-image {
  margin-bottom: 30px;
  overflow: hidden;
}

.post-single-image figure,
.post-single-image img {
  width: 100%;
  aspect-ratio: 1 / 0.5;
  object-fit: cover;
  border-radius: 40px;
}

.post-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.post-entry {
  border-bottom: 1px solid var(--e-global-color-divider);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.post-entry:after {
  content: "";
  display: block;
  clear: both;
}

.post-entry p {
  margin-bottom: 20px;
}

.post-entry p:last-child {
  margin-bottom: 0;
}

.post-entry a {
  color: var(--e-global-color-accent);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
  margin: 1em 0 0.7em;
  color: var(--e-global-color-primary);
}

.post-entry h1 {
  font-size: 40px !important;
}

.post-entry h2 {
  font-size: 36px !important;
}

.post-entry h3 {
  font-size: 26px;
}

.post-entry h4 {
  font-size: 22px;
}

.post-entry h5 {
  font-size: 18px;
}

.post-entry h6 {
  font-size: 16px;
}

.post-entry ul {
  padding-left: 20px;
  margin: 20px 0;
}

.post-entry ul li {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: var(--e-global-color-primary);
}

.post-entry ol {
  margin: 20px 0;
}

.post-entry ol li {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: var(--e-global-color-primary);
}

.post-entry ul li a {
  color: var(--e-global-color-primary);
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
  margin-top: 10px;
  margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
  margin-bottom: 0;
}

.post-entry blockquote {
  position: relative;
  background: url("assets/images/icon-blockquote.svg") no-repeat;
  border: 1px solid var(--e-global-color-divider);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  background-position: 35px 30px;
  background-size: 58px;
  border-radius: 20px;
  padding: 30px 30px 30px 100px !important;
  margin-bottom: 30px !important;
  overflow: hidden;
}

.post-entry blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--e-global-color-secondary);
  opacity: 40%;
  z-index: -1;
}

.post-entry blockquote p {
  font-size: 20px !important;
  color: var(--e-global-color-primary);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.post-entry blockquote p:last-child {
  margin-bottom: 0;
}

.post-entry blockquote cite {
  font-size: 18px;
  color: var(--e-global-color-accent);
}

.post-entry table {
  border-top: 1px solid var(--e-global-color-white);
  border-left: 1px solid var(--e-global-color-white);
  color: var(--e-global-color-white);
}

.post-entry table tr td,
.post-entry table tr th {
  border-right: 1px solid var(--e-global-color-white);
  border-bottom: 1px solid var(--e-global-color-white);
  padding: 4px 10px;
}

.post-entry .wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: inherit;
  padding-left: 20px;
}

.post-entry .has-fixed-layout tr td {
  border-color: inherit;
}

.tag-links {
  font-size: 24px;
  font-weight: 600;
  color: var(--e-global-color-primary);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.post-tags .tag-links a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
  text-transform: capitalize;
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-black);
  border-radius: 100px;
  padding: 8px 20px;
  transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
  background-color: var(--e-global-color-primary);
}

.post-social-sharing {
  text-align: right;
}

.post-social-sharing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-social-sharing ul li {
  display: inline-block;
  margin-right: 12px;
}

.post-social-sharing ul li:last-child {
  margin-right: 0;
}

.post-social-sharing ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--e-global-color-accent);
  background-size: 200% auto;
  color: var(--e-global-color-black);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a {
  background: var(--e-global-color-primary);
}

.post-social-sharing ul li a i {
  font-size: 18px;
  color: inherit;
}

.post-entry hr,
.comment-content hr {
  border-top: 1px solid var(--e-global-color-divider);
  opacity: 1;
}

.post-entry table caption {
  text-align: center;
  color: var(--e-global-color-white);
}

.post-entry .wp-block-rss {
  list-style: inherit;
}

.post-entry .wp-block-social-links {
  padding: 0;
}

@media only screen and (max-width: 1300px) {
  .main-menu ul li a {
    padding: 12px 4px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .navbar-brand span {
    display: none;
  }

  .main-menu ul li a {
    padding: 12px 2px !important;
  }
}

@media only screen and (max-width: 991px) {
  #magic-cursor {
    display: none !important;
  }

  .navbar-brand h1,
  .navbar-brand h2 {
    font-size: 30px !important;
  }

  .responsive-menu,
  .navbar-toggle {
    display: block;
  }

  .main-menu ul li {
    margin: 0 10px;
  }

  header.main-header .header-sticky {
    padding: 20px 0;
  }

  header.main-header .header-sticky.active .slicknav_menu {
    border-radius: 0;
  }

  .page-header {
    padding: 182px 0 80px;
    margin-top: -92px;
  }

  .page-header-box h1 {
    font-size: 70px !important;
  }

  .page-header-box .trail-items,
  .page-header-box .post-meta ul {
    font-size: 16px;
  }

  .post-single-meta ul li {
    font-size: 16px;
  }

  .post-single-meta ul li i {
    font-size: 16px;
  }

  .page-header-box .taxonomy-description {
    color: var(--e-global-color-text);
    margin-bottom: 10px;
  }

  .page-blog-archive {
    padding: 80px 0 40px;
  }

  .post-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
  }

  .post-featured-image:has(a) {
    margin-bottom: 20px;
  }

  .post-item-content {
    margin-bottom: 15px;
  }

  .post-item-content h3 {
    font-size: 20px;
  }

  .pagination .nav-links {
    margin-top: 10px;
  }

  .page-single-post {
    padding: 80px 0 40px;
  }

  .post-single-image {
    margin-bottom: 20px;
  }

  .post-entry blockquote {
    background-position: 25px 25px;
    background-size: 50px;
    padding: 25px 25px 25px 90px !important;
    margin-bottom: 20px !important;
  }

  .post-entry blockquote p {
    font-size: 18px !important;
  }

  .post-entry ul li,
  .post-entry ol li {
    font-size: 16px;
  }

  .post-tags {
    margin-bottom: 20px;
  }

  .tag-links {
    font-size: 22px;
  }

  .post-tags .tag-links a {
    padding: 6px 15px;
  }

  .post-social-sharing {
    text-align: left;
  }

  .footer-main {
    padding: 40px 0;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-social {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-social ul li {
    margin: 0 8px;
  }

  .footer-menu {
    text-align: center;
  }

  .footer-menu ul li {
    margin: 0 10px;
  }

  .copyright {
    text-align: center;
  }

  .error-page {
    padding: 80px 0 40px;
  }

  .error-page-image {
    margin-bottom: 20px;
  }

  .error-page-image img {
    max-width: 80%;
  }

  .error-page-content-heading {
    margin-bottom: 30px;
  }

  .error-page-content-heading h2 {
    font-size: 40px !important;
  }

  .error-page-content-body p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-meta ul li {
    margin-right: 14px;
  }

  .page-header-box h1 {
    font-size: 34px !important;
  }

  .post-item-content h3 {
    font-size: 18px;
  }

  .post-single-image figure,
  .post-single-image img {
    aspect-ratio: 1 / 0.7;
  }

  .post-entry h1 {
    font-size: 28px !important;
  }

  .post-entry h2 {
    font-size: 24px !important;
  }

  .post-entry h3 {
    font-size: 20px;
  }

  .post-entry h4 {
    font-size: 18px;
  }

  .post-entry h5 {
    font-size: 16px;
  }

  .post-entry h6 {
    font-size: 14px;
  }

  .post-entry blockquote {
    background-position: 20px 20px;
    padding: 70px 20px 20px 20px !important;
  }

  .post-entry blockquote p {
    font-size: 18px !important;
  }

  .tag-links {
    font-size: 20px;
  }

  .error-page-content-heading h2 {
    font-size: 30px !important;
  }
}

/* Default Post and Page CSS */

.alignnone {
  margin: 5px 0 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0 !important;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: var(--e-global-color-divider);
  clip: auto !important;
  clip-path: none;
  color: var(--e-global-color-primary);
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.gallery-caption,
.bypostauthor {
  position: inherit;
}

.has-medium-font-size,
.has-large-font-size,
.has-x-large-font-size {
  line-height: 1.4em;
}

.wp-block-navigation__responsive-container-content ul ul li {
  padding-left: 0;
  margin-bottom: 0;
}

.wp-block-navigation__responsive-container-content ul ul li:before {
  display: none;
}

ul.wp-block-post-template {
  list-style: none !important;
  padding: 0;
}

ul.wp-block-post-template li {
  padding-left: 0;
}

.wp-block-post-template li:before {
  display: none;
}

.wp-block-post-template .wp-block-post-excerpt__excerpt {
  color: var(--e-global-color-text);
  font-weight: 400;
}

.wp-block-post-featured-image,
.wp-block-post-author,
.wp-block-avatar,
.wp-block-post-date,
.wp-block-post-navigation-link,
.wp-block-search,
.wp-block-buttons,
.wp-block-image,
.wp-block-audio,
.wp-block-cover,
.wp-block-media-text,
.wp-block-table,
.wp-block-button,
.wp-block-embed {
  margin-bottom: 20px;
}

.wp-block-gallery {
  margin-bottom: 20px !important;
}

.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  border: none;
  background: var(--e-global-color-secondary);
  border-radius: 10px;
}

.wp-block-search .wp-block-search__input {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-white);
  border: 1px solid var(--e-global-color-divider);
  outline: 0;
  box-shadow: none;
  border-radius: 10px;
  padding: 10px 20px;
}

.wp-block-search .wp-block-search__button {
  border-radius: 10px;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-black) !important;
  border: none;
  outline: 0;
  box-shadow: none;
  transition: all 0.4s ease-in-out;
  padding: 12px 25px;
}

.wp-block-search .wp-block-search__button:hover {
  background: var(--e-global-color-primary) !important;
}

.wp-block-social-links li {
  padding-left: 0 !important;
}

.wp-block-social-links li:before {
  display: none;
}

.wp-block-tag-cloud a {
  font-size: 16px !important;
  font-weight: 600 !important;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-black) !important;
  text-transform: capitalize;
  padding: 8px 20px;
  margin-bottom: 10px;
  line-height: 1.6em;
  border-radius: 100px;
  transition: all 0.4s ease-in-out;
}

.wp-block-tag-cloud a:hover {
  background: var(--e-global-color-white);
}

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments a {
  color: var(--e-global-color-primary);
}

.wp-block-button .wp-element-button,
.wp-block-button.is-style-outline .wp-element-button,
.wp-element-button,
.wp-block-button .wp-block-button__link,
.wp-block-file .wp-block-file__button {
  font-size: 16px;
  font-weight: 700;
  background: var(--e-global-color-accent);
  border: none;
  color: var(--e-global-color-black) !important;
  line-height: 1.4em;
  padding: 14px 30px;
}

.wp-block-button:where(.is-style-outline)
  > .wp-block-button__link:not(.has-background) {
  color: var(--e-global-color-black) !important;
}

.wp-block-button.is-style-outline .wp-element-button {
  background: var(--e-global-color-white);
}

.wp-block-button .wp-element-button:hover,
.wp-block-button.is-style-outline .wp-element-button:hover,
.wp-element-button:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover {
  background: var(--e-global-color-white) !important;
}

.wp-block-file a {
  font-size: 16px;
}

.wp-block-column p:last-child {
  margin-bottom: 0;
}

.wp-block-cover {
  color: var(--e-global-color-white);
}

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

.wp-block-gallery ul li {
  padding-left: 0;
}

.wp-block-gallery ul li:before {
  display: none !important;
}

.wp-block-quote.is-style-large {
  padding-top: 30px;
  padding-bottom: 30px;
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 20px;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  border-radius: 10px;
  background: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-divider);
  padding: 12px 30px;
  color: var(--e-global-color-white);
}

.wp-caption .wp-caption-text {
  margin-top: 6px;
}

.gallery.gallery-columns-2,
.gallery.gallery-columns-3,
.gallery.gallery-columns-4,
.gallery.gallery-columns-5,
.gallery.gallery-columns-6,
.gallery.gallery-columns-7,
.gallery.gallery-columns-8,
.gallery.gallery-columns-9 {
  display: flex;
  flex-wrap: wrap;
}

div:not(.elementor-image-gallery) .gallery .gallery-item {
  margin-right: 30px;
  margin-bottom: 30px;
}

div:not(.elementor-image-gallery) .gallery .gallery-item img {
  width: 100%;
  height: auto;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item {
  width: calc(50% - 15px);
}

.elementor-image-gallery .gallery.gallery-columns-2 figure.gallery-item {
  width: 50%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-2
  .gallery-item:nth-of-type(2n + 2) {
  margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item {
  width: calc(33.33% - 20px);
}

.elementor-image-gallery .gallery.gallery-columns-3 figure.gallery-item {
  width: 33.33%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-3
  .gallery-item:nth-of-type(3n + 3) {
  margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item {
  width: calc(25% - 22.5px);
}

.elementor-image-gallery .gallery.gallery-columns-4 figure.gallery-item {
  width: 25%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-4
  .gallery-item:nth-of-type(4n + 4) {
  margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item {
  width: calc(20% - 24px);
}

.elementor-image-gallery .gallery.gallery-columns-5 figure.gallery-item {
  width: 20%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-5
  .gallery-item:nth-of-type(5n + 5) {
  margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item {
  width: calc(16.66% - 25px);
}

.elementor-image-gallery .gallery.gallery-columns-6 figure.gallery-item {
  width: 16.66%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-6
  .gallery-item:nth-of-type(6n + 6) {
  margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item {
  width: calc(14.28% - 25.7px);
}

.elementor-image-gallery .gallery.gallery-columns-7 figure.gallery-item {
  width: 14.28%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-7
  .gallery-item:nth-of-type(7n + 7) {
  margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item {
  width: calc(12.5% - 26.25px);
}

.elementor-image-gallery .gallery.gallery-columns-8 figure.gallery-item {
  width: 12.5%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-8
  .gallery-item:nth-of-type(8n + 8) {
  margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
  width: calc(11.11% - 26.66px);
}

.elementor-image-gallery .gallery.gallery-columns-9 figure.gallery-item {
  width: 11.11%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-9
  .gallery-item:nth-of-type(9n + 9) {
  margin-right: 0;
}

.elementor-image-gallery .gallery.gallery-columns-10 figure.gallery-item {
  width: 10%;
}

.post-password-form input[type="password"] {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-white);
  border: 1px solid var(--e-global-color-divider);
  outline: 0;
  box-shadow: none;
  border-radius: 10px;
  padding: 8px 20px;
}

.post-password-form input[type="submit"] {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-black);
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  padding: 8px 20px;
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}

.post-password-form input[type="submit"]:hover {
  background: var(--e-global-color-white);
}

aside.widget {
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid var(--e-global-color-divider);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

aside.widget::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--e-global-color-secondary);
  border-radius: 30px;
  opacity: 40%;
  z-index: -1;
}

aside.widget a {
  color: var(--e-global-color-accent);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

aside.widget .wp-block-latest-comments a,
aside.widget.widget_tag_cloud a {
  color: var(--e-global-color-primary);
}

aside.widget .tagcloud a {
  display: inline-block;
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-black);
  font-size: 16px !important;
  font-weight: 600;
  border: none !important;
  border: 30px;
  padding: 8px 20px;
  border-radius: 100px;
  line-height: 1.6em;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}

aside.widget .tagcloud a:hover {
  background: var(--e-global-color-white);
}

aside.widget .wp-block-heading,
aside.widget .widget-title {
  font-size: 22px;
  color: var(--e-global-color-primary);
  margin-bottom: 20px;
}

aside.widget ul {
  padding-left: 20px !important;
  margin: 0;
  list-style: inherit !important;
}

aside.widget ul li {
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--e-global-color-primary);
}

aside.widget ul li a {
  color: var(--e-global-color-primary);
  transition: all 0.3s ease-in-out;
}

aside.widget ul li a:hover {
  color: var(--e-global-color-accent);
}

aside.widget ul ul {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: -10px;
}

aside.widget ul li:last-child {
  margin-bottom: 0;
}

aside.widget ul.wp-block-social-links {
  padding-left: 0 !important;
}

aside.widget .wp-block-search .wp-block-search__input {
  background-color: var(--e-global-color-black);
}

aside.widget .wp-block-search {
  margin-bottom: 0;
}

aside.widget .wp-block-search .wp-block-search__button {
  padding-left: 15px;
  padding-right: 15px;
}

aside.widget .wp-block-categories-dropdown,
aside.widget .wp-block-archives-dropdown {
  margin-bottom: 0;
}

aside.widget select,
aside.widget .wp-block-categories-dropdown select,
aside.widget .wp-block-archives-dropdown select {
  background: var(--e-global-color-black);
  border: 1px solid var(--e-global-color-divider);
  color: var(--e-global-color-white);
  padding: 12px 20px;
  border-radius: 10px;
  width: 100%;
  outline: 0;
  box-shadow: none;
}

aside.widget.widget_recent_entries ul li {
  padding-left: 0;
}

aside.widget.widget_recent_entries ul li:before {
  display: none;
}

aside.widget.widget_recent_entries .wp-block-latest-posts__post-excerpt,
aside.widget .wp-block-rss__item-excerpt,
aside.widget .rssSummary {
  font-weight: 400;
  color: var(--e-global-color-text);
}

aside.widget .wp-block-social-links li {
  margin-bottom: 0;
}

aside.widget .wp-block-social-links {
  padding: 0 !important;
}

aside.widget table {
  width: 100%;
  border-top: 1px solid var(--e-global-color-white);
  border-left: 1px solid var(--e-global-color-white);
  color: var(--e-global-color-white);
}

aside.widget table tr td,
aside.widget table tr th {
  border-right: 1px solid var(--e-global-color-white);
  border-bottom: 1px solid var(--e-global-color-white);
  padding: 4px;
  text-align: center;
}

aside.widget table caption {
  text-align: center;
  color: var(--e-global-color-white);
}

aside.widget_search .search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

aside.widget_search .search-form label {
  width: calc(100% - 100px);
}

aside.widget_search .search-form input {
  background: var(--e-global-color-black);
  border: 1px solid var(--e-global-color-divider);
  color: var(--e-global-color-white);
  width: 100%;
  padding: 10px;
  outline: 0;
  box-shadow: none;
  border-radius: 10px;
}

aside.widget .search-submit {
  max-width: 86px;
  background: var(--e-global-color-accent) !important;
  color: var(--e-global-color-black) !important;
  border: none;
  outline: 0;
  box-shadow: none;
  border: 2px solid var(--e-global-color-accent);
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

aside.widget .search-submit:hover {
  background: var(--e-global-color-white) !important;
}

aside.widget .has-login-form label {
  margin-bottom: 5px;
}

aside.widget .has-login-form input[type="text"],
aside.widget .has-login-form input[type="password"] {
  background: var(--e-global-color-black);
  border: 1px solid var(--e-global-color-divider);
  color: var(--e-global-color-white);
  outline: 0;
  box-shadow: none;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
}

aside.widget .has-login-form input[type="checkbox"] {
  width: auto;
}

aside.widget .has-login-form input[type="submit"] {
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-black) !important;
  line-height: 1em;
  border: none;
  outline: 0;
  box-shadow: none;
  transition: all 0.4s ease-in-out;
  padding: 15px 25px;
}

aside.widget .has-login-form input[type="submit"]:hover {
  background-color: var(--e-global-color-primary);
}

aside.widget .calendar_wrap {
  text-align: center;
}

aside.widget .wp-block-social-links {
  padding: 0 !important;
}

@media only screen and (max-width: 991px) {
  div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
    width: calc(50% - 15px);
  }

  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-3
    .gallery-item:nth-of-type(3n + 3),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-4
    .gallery-item:nth-of-type(4n + 4),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-5
    .gallery-item:nth-of-type(5n + 5),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-6
    .gallery-item:nth-of-type(6n + 6),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-7
    .gallery-item:nth-of-type(7n + 7),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-8
    .gallery-item:nth-of-type(8n + 8),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-9
    .gallery-item:nth-of-type(9n + 9) {
    margin-right: 30px;
  }

  div.elementor-image-gallery
    .gallery.gallery-columns-2
    .gallery-item:nth-of-type(2n + 2),
  div.elementor-image-gallery
    .gallery.gallery-columns-3
    .gallery-item:nth-of-type(3n + 3),
  div.elementor-image-gallery
    .gallery.gallery-columns-4
    .gallery-item:nth-of-type(4n + 4),
  div.elementor-image-gallery
    .gallery.gallery-columns-5
    .gallery-item:nth-of-type(5n + 5),
  div.elementor-image-gallery
    .gallery.gallery-columns-6
    .gallery-item:nth-of-type(6n + 6),
  div.elementor-image-gallery
    .gallery.gallery-columns-7
    .gallery-item:nth-of-type(7n + 7),
  div.elementor-image-gallery
    .gallery.gallery-columns-8
    .gallery-item:nth-of-type(8n + 8),
  div.elementor-image-gallery
    .gallery.gallery-columns-9
    .gallery-item:nth-of-type(9n + 9),
  div.elementor-image-gallery
    .gallery.gallery-columns-10
    .gallery-item:nth-of-type(10n + 10),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-3
    .gallery-item:nth-of-type(2n + 2),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-4
    .gallery-item:nth-of-type(2n + 2),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-5
    .gallery-item:nth-of-type(2n + 2),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-6
    .gallery-item:nth-of-type(2n + 2),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-7
    .gallery-item:nth-of-type(2n + 2),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-8
    .gallery-item:nth-of-type(2n + 2),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-9
    .gallery-item:nth-of-type(2n + 2) {
    margin-right: 0;
  }

  .sidebar-widget {
    margin-top: 30px;
  }

  .wp-block-tag-cloud a {
    padding: 6px 15px;
  }

  aside.widget .tagcloud a {
    padding: 6px 15px;
  }
}

@media only screen and (max-width: 767px) {
  div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
    width: 100%;
  }

  div:not(.elementor-image-gallery) .gallery .gallery-item,
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-2
    .gallery-item:nth-of-type(2n + 2),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-3
    .gallery-item:nth-of-type(3n + 3),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-4
    .gallery-item:nth-of-type(4n + 4),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-5
    .gallery-item:nth-of-type(5n + 5),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-6
    .gallery-item:nth-of-type(6n + 6),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-7
    .gallery-item:nth-of-type(7n + 7),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-8
    .gallery-item:nth-of-type(8n + 8),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-9
    .gallery-item:nth-of-type(9n + 9) {
    margin-right: 0;
  }

  .elementor-image-gallery .gallery.gallery-columns-1 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-2 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-3 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-4 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-5 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-6 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-7 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-8 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-9 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-10 figure.gallery-item {
    width: 100%;
  }

  .has-medium-font-size {
    font-size: 20px !important;
  }

  .has-large-font-size {
    font-size: 26px !important;
  }

  .has-x-large-font-size {
    font-size: 30px !important;
  }

  aside.widget {
    padding: 20px;
  }

  .wp-block-navigation__responsive-container {
    padding: 20px !important;
  }

  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
  }

  .post-password-form {
    text-align: center;
  }

  .post-password-form input[type="password"] {
    width: 100%;
    margin: 10px 0;
  }

  .wp-block-search .wp-block-search__button {
    padding: 12px 20px;
  }
}

/* Post Comment Box CSS */

.page-single-post .comment-box {
  max-width: 1100px;
  margin: 80px auto 0;
}

.page-single-post .comment-box a,
.wp-block-post-comments-form a {
  color: var(--e-global-color-accent);
}

.comment-box .comment-respond:not(:first-child) {
  margin-top: 60px;
}

.page-single-post .comment-box .comment-reply-title,
.page-single-post .comment-box .title-comments,
.wp-block-post-comments-form .comment-reply-title,
.wp-block-post-comments-form .title-comments {
  color: var(--e-global-color-primary);
  font-size: 28px;
  margin-bottom: 10px;
}

.page-single-post .comment-box .comment-reply-title,
.wp-block-post-comments-form .comment-reply-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link,
.wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link {
  font-size: 14px;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: 400;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-black);
  border-radius: 6px;
  text-transform: capitalize;
  padding: 4px 10px;
  transition: all 0.4s ease-in-out;
}

.page-single-post
  .comment-box
  .comment-reply-title
  #cancel-comment-reply-link:hover,
.wp-block-post-comments-form
  .comment-reply-title
  #cancel-comment-reply-link:hover {
  background: var(--e-global-color-primary);
}

.page-single-post .comment-box .title-comments {
  margin-bottom: 30px;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
}

.comment-form p:last-child {
  margin-bottom: 0;
}

.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit {
  width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: calc(33.33% - 20px);
  margin-right: 30px;
}

.comment-form .comment-form-url {
  width: calc(33.33% - 20px);
}

.comment-form label {
  display: block;
  margin-bottom: 4px;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  padding: 12px 20px;
  border: none;
  box-shadow: none;
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-white);
  border: 1px solid var(--e-global-color-divider);
  border-radius: 10px;
  outline: 0;
  box-shadow: none;
}

.comment-form .comment-form-cookies-consent {
  position: relative;
  padding-left: 20px;
}

.comment-form .comment-form-cookies-consent label {
  display: inline-block;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
  margin-top: 0 !important;
  margin-right: 4px;
  top: 6px;
  left: 0;
  position: absolute;
}

.comment-form .form-submit .submit {
  display: inline-block;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-black);
  font-size: 16px;
  font-weight: 700;
  border: none;
  padding: 14px 30px;
  border-radius: 30px;
  position: relative;
  line-height: 1.4em;
  overflow: hidden;
  z-index: 0;
  transition: 0.2s ease-in-out;
}

.comment-form .form-submit .submit:hover {
  background: var(--e-global-color-white);
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-list li {
  list-style: none;
}

.comment-list .comment .comment-body {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--e-global-color-divider);
}

.comment-list .comment:last-child {
  margin-bottom: 0;
}

.comment-list .comment .comment-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.comment-list .comment .comment-meta .comment-author img {
  max-width: 42px;
  aspect-ratio: 1/1;
  background: var(--e-global-color-secondary);
  border-radius: 50%;
  margin-right: 10px;
}

.comment-list .comment .comment-meta .comment-author b {
  font-weight: 400;
}

.comment-list .comment .comment-meta .comment-author a {
  color: var(--e-global-color-primary);
}

.comment-list .comment .comment-meta .comment-metadata a {
  color: var(--e-global-color-text);
  transition: all 0.4s ease-in-out;
}

.comment-list .comment .comment-meta .comment-metadata a:hover {
  color: var(--e-global-color-accent);
}

.comment-list .comment .comment-meta .comment-metadata .comment-edit-link {
  color: var(--e-global-color-accent);
  margin-left: 10px;
}

.comment-list .comment .comment-content p:last-child {
  margin-bottom: 0;
}

.comment-list .comment .reply a {
  margin-top: 10px;
  display: inline-block;
  background: var(--e-global-color-accent);
  padding: 2px 10px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--e-global-color-black) !important;
  transition: all 0.4s ease-in-out;
}

.comment-list .comment .reply a:hover {
  background: var(--e-global-color-primary);
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  color: var(--e-global-color-primary);
  margin: 0.8em 0;
}

.comment-content table {
  width: 100%;
  border-top: 1px solid var(--e-global-color-secondary);
  border-left: 1px solid var(--e-global-color-secondary);
}

.comment-content table tr td,
.comment-content table tr th {
  border-right: 1px solid var(--e-global-color-secondary);
  border-bottom: 1px solid var(--e-global-color-secondary);
  padding: 4px 10px;
}

.comment-content table tr th {
  color: var(--e-global-color-primary);
  font-size: 18px;
}

.comment-content ul {
  padding-left: 20px;
  margin: 0 0 1.7em;
}

.comment-body li {
  list-style: initial;
}

.comment-content ul li {
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--e-global-color-primary);
}

.comment-content ul ul {
  margin-top: 10px;
  margin-bottom: 0;
}

.comment-content ol ol {
  margin-top: 10px;
}

.comment-content ol li {
  list-style: decimal;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .page-single-post .comment-box {
    margin-top: 40px;
  }

  .comment-box .comment-respond:not(:first-child) {
    margin-top: 40px;
  }

  .page-single-post .comment-box .comment-reply-title,
  .page-single-post .comment-box .title-comments {
    font-size: 24px;
  }

  .page-single-post .comment-box .comment-reply-title small {
    width: 100%;
    margin-top: 6px;
  }

  .comment-list .children {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 100%;
    margin-right: 0;
  }

  .comment-list .comment .comment-meta .comment-author,
  .comment-list .comment .comment-meta .comment-metadata {
    width: 100%;
  }

  .comment-list .comment .comment-meta .comment-metadata {
    margin-top: 10px;
  }
}

/* Portfolio CSS */

.awaiken-portfolio-grid__filters {
  --listIndent: 0;
  --contentSpacing: 0;
  --listStyleType: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.awaiken-portfolio-grid__filters li {
  position: relative;
  font-size: 16px !important;
  font-weight: 400;
  color: var(--e-global-color-white);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  line-height: 1.2em;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 {
  gap: 10px 20px;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li {
  display: flex;
  align-items: center;
  height: auto;
  background: transparent;
  text-transform: capitalize;
  border-radius: 10px;
  border: 1px solid var(--e-global-color-divider);
  padding: 10px 20px;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li:last-child {
  margin-right: 0;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li:hover,
.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li.active {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-black);
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 {
  list-style-type: none;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 {
  gap: 20px 35px;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li {
  margin-bottom: 6px;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:before {
  content: "";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  height: 2px;
  width: 0;
  bottom: -6px;
  background-color: var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:hover,
.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li.active {
  color: var(--e-global-color-accent);
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:hover:before,
.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li.active:before {
  width: 100%;
}

.awaiken-portfolio-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  --portfolio-gap: 30px;
  column-gap: var(--portfolio-gap);
  width: 100%;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item {
  width: 100%;
}

@media (min-width: 767px) {
  .awaiken-portfolio-grid .awaiken-portfolio-grid-item {
    width: calc(50% - (var(--portfolio-gap) / 2));
  }
}

@media (min-width: 1240px) {
  .elementor-grid-2 .awaiken-portfolio-grid .awaiken-portfolio-grid-item {
    width: calc(50% - (var(--portfolio-gap) / 2));
  }

  .elementor-grid-3 .awaiken-portfolio-grid .awaiken-portfolio-grid-item {
    width: calc(33.33% - ((var(--portfolio-gap) * 2) / 3));
  }

  .elementor-grid-4 .awaiken-portfolio-grid .awaiken-portfolio-grid-item {
    width: calc(25% - ((var(--portfolio-gap) * 3) / 4));
  }

  .elementor-grid-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item {
    width: calc(20% - ((var(--portfolio-gap) * 4) / 5));
  }
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.artistic-archive-project .awaiken-portfolio-grid-item__wrapper {
  height: calc(100% - 40px);
  margin-bottom: 40px;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__wrapper
  .awaiken-portfolio-grid-item__image {
  position: relative;
  border-radius: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__wrapper
  .awaiken-portfolio-grid-item__img:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__wrapper:hover
  .awaiken-portfolio-grid-item__img:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__wrapper
  .awaiken-portfolio-grid-item__img {
  aspect-ratio: 1 / 0.8 !important;
  overflow: hidden;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__wrapper
  .awaiken-portfolio-grid-item__img
  img {
  width: 100%;
  aspect-ratio: 1 / 0.8;
  object-fit: cover;
  transition: all 0.5s ease-out;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__wrapper:hover
  .awaiken-portfolio-grid-item__img
  img {
  transform: scale(1.1);
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__image
  .awaiken-portfolio-grid-item__categories {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__image
  .awaiken-portfolio-grid-item__categories
  ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__image
  .awaiken-portfolio-grid-item__categories
  ul
  li
  a,
.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__image
  .awaiken-portfolio-grid-item__categories
  a {
  display: block;
  background-color: var(--e-global-color-divider);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: var(--e-global-color-text);
  border-radius: 6px;
  font-size: 14px;
  text-transform: capitalize;
  padding: 6px 15px;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__image
  .awaiken-portfolio-grid-item__categories
  a {
  display: none;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__image
  .awaiken-portfolio-grid-item__categories
  a:first-child {
  display: block;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__image
  .awaiken-portfolio-grid-item__readmore {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -30%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__wrapper:hover
  .awaiken-portfolio-grid-item__image
  .awaiken-portfolio-grid-item__readmore {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__image
  .awaiken-portfolio-grid-item__readmore
  a {
  border: 1px solid var(--e-global-color-primary);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__image
  .awaiken-portfolio-grid-item__readmore
  a:hover {
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__image
  .awaiken-portfolio-grid-item__readmore
  a
  svg {
  width: 42px;
  height: 42px;
  transition: all 0.3s ease-in-out;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__image
  .awaiken-portfolio-grid-item__readmore
  a
  svg
  path {
  transition: all 0.3s ease-in-out;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__image
  .awaiken-portfolio-grid-item__readmore
  a:hover
  svg
  path {
  fill: var(--e-global-color-secondary);
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__image
  .awaiken-portfolio-grid-item__readmore
  a:hover
  svg {
  transform: rotate(45deg);
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__wrapper
  .awaiken-portfolio-grid-item__title {
  font-size: 22px;
  line-height: 1.3em;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__wrapper
  .awaiken-portfolio-grid-item__excerpt {
  display: none;
}

.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__wrapper
  .awaiken-portfolio-grid-item__excerpt
  p {
  margin: 15px 0 0 0;
}

.awaiken-portfolio-item-design-1.awaiken-portfolio-grid
  .awaiken-portfolio-grid-item__wrapper
  .awaiken-portfolio-grid-item__excerpt {
  display: block;
}

.elementor-element.awaiken-portfolio-gutter-0
  .awaiken-portfolio-grid-item__wrapper {
  border-radius: 0;
}

.elementor-element.awaiken-portfolio-gutter-0
  .awaiken-portfolio-grid-item__wrapper
  .awaiken-portfolio-grid-item__img {
  border-radius: 0;
}

.elementor-element.awaiken-portfolio-gutter-0
  .awaiken-portfolio-item-design-2
  .awaiken-portfolio-grid-item__content {
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .awaiken-portfolio-grid__filters {
    margin-bottom: 50px;
  }

  .awaiken-portfolio-grid__filters li {
    font-size: 14px !important;
  }

  .awaiken-portfolio-grid__filters.portfolio_filter-design-1 li {
    padding: 10px 15px;
  }

  .awaiken-portfolio-grid__filters.portfolio_filter-design-2 {
    gap: 15px 30px;
  }

  .artistic-archive-project .awaiken-portfolio-grid-item__wrapper {
    height: calc(100% - 30px);
    margin-bottom: 30px;
  }

  .awaiken-portfolio-grid
    .awaiken-portfolio-grid-item__image
    .awaiken-portfolio-grid-item__readmore
    a {
    width: 80px;
    height: 80px;
  }

  .awaiken-portfolio-grid
    .awaiken-portfolio-grid-item__image
    .awaiken-portfolio-grid-item__readmore
    a
    svg {
    width: 32px;
    height: 32px;
  }

  .awaiken-portfolio-grid
    .awaiken-portfolio-grid-item__wrapper
    .awaiken-portfolio-grid-item__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .awaiken-portfolio-grid__filters.portfolio_filter-design-1 {
    gap: 10px 15px;
  }

  .awaiken-portfolio-grid__filters.portfolio_filter-design-2 {
    gap: 10px 25px;
  }

  .awaiken-portfolio-grid
    .awaiken-portfolio-grid-item__image
    .awaiken-portfolio-grid-item__readmore
    a {
    width: 60px;
    height: 60px;
  }

  .awaiken-portfolio-grid
    .awaiken-portfolio-grid-item__image
    .awaiken-portfolio-grid-item__readmore
    a
    svg {
    width: 26px;
    height: 26px;
  }

  .awaiken-portfolio-grid
    .awaiken-portfolio-grid-item__wrapper
    .awaiken-portfolio-grid-item__title {
    font-size: 18px;
  }

  .awaiken-portfolio-item-design-1.awaiken-portfolio-grid
    .awaiken-portfolio-grid-item__wrapper
    .awaiken-portfolio-grid-item__title {
    font-size: 20px;
  }

  .awaiken-portfolio-grid
    .awaiken-portfolio-grid-item__wrapper
    .awaiken-portfolio-grid-item__excerpt
    p {
    margin: 10px 0 0 0;
  }
}

/* Elementor Header CSS */

.main-header.ekit-sticky--effects:before {
  transform: scale(1);
}

.elementskit-navbar-nav
  > li.current-menu-item
  > a.active
  .elementskit-submenu-indicator {
  color: var(--e-global-color-accent) !important;
}

.main-header .e-con-inner {
  transition: all 0.4s ease-in-out !important;
}

.main-header.ekit-sticky--effects .e-con-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.main-header.ekit-sticky--effects .main-header-inner {
  padding-left: 0;
  padding-right: 0;
}

.main-header .ekit-menu-nav-link > i {
  padding-right: 0;
}

body.admin-bar .main-header.ekit-sticky--effects {
  top: 32px !important;
}

.elementskit-dropdown i.elementskit-submenu-indicator {
  transform: rotate(-90deg);
  margin-top: 6px;
}

.mobile-menu {
  display: none;
}

.header-version-1 .mobile-menu,
.header-version-2 .mobile-menu,
.header-version-3 .mobile-menu,
.header-version-4 .mobile-menu {
  display: block;
}

.header-menu .ekit_menu_responsive_tablet .elementskit-menu-hamburger {
  line-height: 0;
}

.header-menu
  .ekit_menu_responsive_tablet
  .elementskit-menu-hamburger
  .icon::before {
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  body.admin-bar .main-header.ekit-sticky--effects {
    top: 46px !important;
  }

  .elementskit-navbar-nav
    > li.current-menu-item
    > a.active
    .elementskit-submenu-indicator {
    color: var(--e-global-color-primary) !important;
  }

  .elementskit-dropdown i.elementskit-submenu-indicator {
    transform: rotate(0deg);
    margin-top: 6px;
  }

  .elementskit-navbar-nav-default .elementskit-navbar-nav {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
    transition: left 0.3s ease-in-out !important;
  }

  .elementskit-menu-overlay {
    display: none !important;
  }

  .elementskit-menu-close .elementskit-menu-hamburger-icon,
  .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    height: 2px;
    margin-bottom: 5px;
  }

  .elementskit-navbar-nav-default .elementskit-nav-identity-panel {
    border-bottom: 1px solid var(--e-global-color-white);
  }

  .ekit_menu_responsive_tablet .elementskit-submenu-indicator {
    border: none !important;
  }

  .elementskit-navbar-nav .elementskit-submenu-panel {
    background: none !important;
    margin-left: 20px;
  }

  .mobile-menu {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  body.admin-bar .main-header.ekit-sticky--effects {
    top: 0px !important;
  }
}

/* Elementor Footer CSS */

.work-together-btn .elementor-button-wrapper {
  padding-right: 0 !important ;
}

.footer-work-together::before {
  content: "";
  display: block;
  position: absolute;
  left: -120px;
  top: 30%;
  background: url(assets/images/work-together-bg-shape.png) no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 40%;
  width: 305px;
  height: 315px;
  animation: circlmoveerotate 12s infinite linear;
  animation-direction: alternate;
  z-index: -1;
}

.work-together-btn {
  transform: translate(-50%, -50%);
  padding-right: 0 !important;
}

.work-together-btn a.elementor-button {
  height: var(--container-widget-width);
}

.footer-work-together .work-together-btn a {
  background-color: var(--e-global-color-accent);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.work-together-btn a .elementor-button-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column !important;
  align-items: center;
}

.footer-work-together .work-together-btn a:hover {
  background-color: var(--e-global-color-secondary);
}

.work-together-btn .elementor-button .elementor-button-icon {
  position: relative;
  top: initial;
  left: initial;
  right: inherit;
  background: transparent !important;
  width: 24px;
  height: 24px;
  transform: translate(0px, 0px);
  transition: all 0.4s ease-in-out;
}

.work-together-btn .elementor-button:hover .elementor-button-icon {
  transform: translate(0px, 0px) rotate(45deg);
}

.work-together-btn .elementor-button::after {
  display: none;
}

.footer-work-together .work-together-btn a:hover svg path {
  fill: var(--e-global-color-primary);
}

.footer-contact-item .elementskit-box-header {
  line-height: 0;
}

.footer-links .ekit-wid-con li:last-child a {
  padding-bottom: 0 !important;
}

.footer-newsletter-form .form-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
}

.footer-newsletter-form .form-group .email-field {
  width: calc(64% - 5px);
}

.footer-newsletter-form .form-group > p {
  width: calc(36% - 5px);
}

.footer-newsletter-form button {
  width: 100%;
  border-radius: 10px !important;
  color: var(--e-global-color-black) !important;
  border: none;
  padding: 14px 30px !important;
}

.footer-newsletter-form button:hover {
  background-color: var(--e-global-color-primary) !important;
}

@media only screen and (max-width: 991px) {
  .footer-work-together::before {
    top: 0;
    width: 245px;
    height: 355px;
  }

  .footer-newsletter-form .form-group .email-field {
    width: calc(80% - 5px);
  }

  .footer-newsletter-form .form-group > p {
    width: calc(20% - 5px);
  }
}

@media only screen and (max-width: 767px) {
  .footer-newsletter-form .form-group .email-field {
    width: calc(57% - 5px);
  }

  .footer-newsletter-form .form-group > p {
    width: calc(43% - 5px);
  }
}

/* Footer Layout 2 */

.footer-company-menu ul li:last-child a {
  padding: 0 !important;
}

.footer-privacy-policy .ekit-vertical-navbar-nav {
  display: flex;
  flex-wrap: wrap;
}

.footer-privacy-policy .ekit-vertical-navbar-nav li {
  padding: 0 25px 0 20px;
  position: relative;
}

.footer-privacy-policy .ekit-vertical-navbar-nav li:first-child {
  padding-left: 0;
}

.footer-privacy-policy .ekit-vertical-navbar-nav li:last-child {
  padding-right: 0;
}

.footer-privacy-policy .ekit-vertical-navbar-nav li::before {
  content: "/";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  color: var(--e-global-color-white);
}

.footer-privacy-policy .ekit-vertical-navbar-nav li:last-child:before {
  display: none;
}

/* Global CSS */

.column-2 .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.column-2 .elementor-icon-list-items .elementor-icon-list-item {
  width: calc(50% - 15px);
}

.column-2 ul li .elementor-icon-list-icon + .elementor-icon-list-text {
  align-self: start;
}

.sticky-column {
  position: sticky;
  top: 30px;
}

@media only screen and (max-width: 991px) {
  .column-2 .elementor-icon-list-items {
    row-gap: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .column-2 .elementor-icon-list-items {
    gap: 0;
  }

  .column-2 .elementor-icon-list-items .elementor-icon-list-item {
    width: 100%;
  }
}

/****************************/
/*   Elementor Pages CSS    */
/****************************/

/*  Heading Small Icon & Hide Small Icon  */

.section-title .elementor-heading-title {
  padding-left: 24px;
}

.section-title .elementor-heading-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
  background-color: var(--e-global-color-accent);
  mask-image: url("assets/images/icon-sub-heading.svg");
  mask-size: cover;
  width: 16px;
  height: 16px;
}

.artistic-hide-small-icon .section-title .elementor-heading-title::before {
  display: none;
}

.artistic-hide-small-icon .section-title .elementor-heading-title {
  padding-left: 0;
}

@media only screen and (max-width: 991px) {
  .section-title .elementor-heading-title::before {
    width: 14px;
    height: 14px;
  }
}

/* Global Css */

h1.elementor-heading-title span,
h2.elementor-heading-title span {
  font-weight: 700;
  color: var(--e-global-color-accent);
}

h1.elementor-heading-title span {
  font-weight: 800;
}

.backdrop-filter {
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

/* Header Css */

.header-social-links ul li:last-child {
  margin: 0 !important;
}

/* Home - Image,Slider Page CSS  */

.home-hero-section::before,
.home-hero-section .swiper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) -73.04%,
    rgba(22, 22, 22, 0.3) 1.71%,
    var(--e-global-color-secondary) 100%
  );
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Home Page CSS  */

.custome-fancy-text .ekit-fancy-text-lists .ekit-fancy-text {
  color: var(--e-global-color-accent) !important;
  font-weight: 800 !important;
  padding-bottom: 10px;
}

.custome-fancy-text .ekit-fancy-text-lists:after {
  width: 0 !important;
}

.hero-content-video .video-content a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.learn-more-circle {
  animation: infiniterotate 30s infinite linear;
}

@keyframes infiniterotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.about-agency {
  position: relative;
}

.about-agency::before {
  content: "";
  display: block;
  position: absolute;
  left: -120px;
  top: 50%;
  background: url("assets/images/about-agency-bg.png") no-repeat left center;
  background-size: contain;
  opacity: 50%;
  width: 386px;
  height: 400px;
  animation: circlerotate 20s infinite linear;
}

@keyframes circlerotate {
  0% {
    transform: rotate(0deg);
  }

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

.agency-item-content .elementor-icon-box-title {
  position: relative;
}

.agency-item-content .elementor-icon-box-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  background-color: var(--e-global-color-accent);
  mask-image: url("assets/images/dot-green-icon.svg");
  width: 21px;
  height: 21px;
}

.service-footer p a {
  font-weight: 700;
  color: var(--e-global-color-accent);
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.service-footer p a:hover {
  color: var(--e-global-color-white);
}

.digital-success-box {
  position: relative;
}

.digital-success-box::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, #000000 75%, rgba(0, 0, 0, 0) 99.04%);
  width: calc(100% - 40px);
  height: calc(100% - 20px);
}

.success-counter-item .elementor-counter-number-wrapper {
  position: relative;
}

.success-counter-item
  .elementor-counter-number-wrapper
  .elementor-counter-number-prefix {
  position: absolute;
  top: -6px;
  bottom: 0;
  left: 0;
  right: auto;
}

.success-counter-item
  .elementor-counter-number-wrapper
  .elementor-counter-number {
  padding-left: 30px;
}

.digital-success-list ul li .elementor-icon-list-text strong {
  font-size: 22px;
}

.why-choose-us {
  position: relative;
}

.why-choose-us::before {
  content: "";
  position: absolute;
  right: -90px;
  top: 50%;
  left: auto;
  background: url("assets/images/why-choose-bg-shape.png") no-repeat left center;
  background-size: contain;
  opacity: 50%;
  width: 310px;
  height: 325px;
  animation: circlezoomrotate 10s infinite linear;
  animation-direction: alternate;
  z-index: -1;
}

@keyframes circlezoomrotate {
  from {
    transform: rotate(0deg) scale(0.5);
  }
  to {
    transform: rotate(360deg) scale(1);
  }
}

.why-choose-item {
  overflow: hidden !important;
  border: 1px solid var(--e-global-color-divider);
}

.why-choose-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 0;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.why-choose-item.active:before,
.why-choose-item:hover:before {
  width: 100%;
}

.why-choose-image img {
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
}

.agency-social-item .elementskit-infobox {
  overflow: visible;
  margin: 30px 0 0 30px;
}

.agency-social-item .elementskit-box-header .elementskit-info-box-icon {
  position: absolute;
  overflow: hidden;
  top: -60px;
  left: -100px;
}

.agency-social-item .elementskit-box-header .elementskit-info-box-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--e-global-color-secondary);
  border-radius: 50%;
  transform: translate(100%, 100%);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.agency-social-item
  .elementskit-infobox:hover
  .elementskit-box-header
  .elementskit-info-box-icon::before {
  transform: translate(0);
}

.agency-social-item
  .elementskit-infobox
  .elementskit-box-header
  .elementskit-info-box-icon {
  transition: all 0.4s ease-in-out;
}

.agency-social-item
  .elementskit-infobox:hover
  .elementskit-box-header
  .elementskit-info-box-icon {
  background-color: transparent;
}

.agency-social-item .elementskit-box-header .elementskit-info-box-icon i {
  z-index: 1;
}

.agency-social-item .box-body h3,
.agency-social-item .box-body p {
  max-width: 220px;
}

.agency-social-item .box-body .box-footer {
  position: absolute;
  right: -4px;
  top: auto;
  bottom: 0;
  transform: translateY(-25%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.agency-social-item .box-body .box-footer .btn-wraper a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agency-social-item .box-body .box-footer .btn-wraper a:hover {
  border-color: var(--e-global-color-accent);
}

.agency-social-item .elementskit-infobox .btn-wraper a svg {
  transition: all 0.3s ease-in-out;
}

.agency-social-item .elementskit-infobox:hover .btn-wraper a svg {
  transform: rotate(45deg);
}

.how-it-work {
  position: relative;
}

.how-it-work::before {
  content: "";
  display: block;
  position: absolute;
  left: -90px;
  top: 40%;
  background: url("assets/images/how-work-bg-shape.png") no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 50%;
  width: 297px;
  height: 340px;
  animation: roundrotate 8s infinite linear;
  animation-direction: alternate;
  z-index: -1;
}

@keyframes roundrotate {
  from {
    transform: translateY(0) rotate(0);
  }
  to {
    transform: translateY(100px) rotate(360deg);
  }
}

.work-process-item {
  transition: all 0.4s ease-in-out !important;
  overflow: hidden !important;
}

.work-process-item:hover {
  transform: translateY(-5px);
}

.work-process-item .box-body .elementskit-info-box-title {
  max-width: 275px;
}

.work-process-item .box-body .box-footer {
  position: absolute;
  top: -3px;
  right: 0;
  bottom: auto;
  left: auto;
}

.work-process-item .box-body .box-footer .btn-wraper a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.work-process-item .box-body .box-footer .btn-wraper a:hover {
  border: 1px solid var(--e-global-color-accent);
}

.work-process-item .box-body .box-footer .btn-wraper a svg {
  transition: all 0.3s ease-in-out;
}

.work-process-item:hover .box-body .box-footer .btn-wraper a svg {
  transform: rotate(45deg);
}

.work-process-item .work-process-icon-box .elementor-icon-wrapper {
  line-height: 0;
}

.work-process-item .work-process-icon-box {
  position: relative;
  overflow: hidden;
}

.work-process-item .work-process-icon-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--e-global-color-primary);
  border-radius: 30px 0 30px 0;
  transform: translate(100%, 100%);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.work-process-item:hover .work-process-icon-box::before {
  transform: translate(0);
}

.work-process-item .work-process-content .elementskit-infobox {
  overflow: visible;
}

.our-features {
  position: relative;
}

.our-features::before {
  content: "";
  display: block;
  position: absolute;
  right: -90px;
  left: auto;
  top: 50%;
  background: url("assets/images/features-bg-shape.png") no-repeat left center;
  background-size: contain;
  opacity: 50%;
  width: 300px;
  height: 285px;
  animation: squrerotate 5s infinite linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  z-index: -1;
}

@keyframes squrerotate {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(-150px, 200px) rotate(180deg);
  }
}

.digital-features-item .digital-features-image img {
  transition: all 0.4s ease-in-out !important;
}

.digital-features-item:hover .digital-features-image img {
  transform: scale(1.1);
}

.digital-features-image.features-item-1 .elementor-image-box-img img {
  aspect-ratio: 1 / 0.455;
  object-fit: cover;
}

.digital-features-image.features-item-2 .elementor-image-box-img img {
  aspect-ratio: 1 / 0.713;
  object-fit: cover;
}

.digital-features-image .elementor-image-box-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.digital-features-image .elementor-image-box-img::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.digital-features-image .elementor-image-box-img:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.agency-free-consultation {
  animation: infiniterotate 30s infinite linear;
}

@keyframes infiniterotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.agency-supports-slider .swiper-slide-inner {
  border: 1px solid var(--e-global-color-secondary);
  border-radius: 10px;
  background: var(--e-global-color-secondary);
  padding: 25px 30px;
}

.agency-supports-slider .elementor-image-carousel-wrapper {
  position: relative;
}

.agency-supports-slider .elementor-image-carousel-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(280deg, #030709 0%, rgba(3, 7, 9, 0) 60.97%);
  width: 215px;
  height: 100%;
  z-index: 2;
}

.agency-supports-slider .elementor-image-carousel-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #030709 0%, rgba(3, 7, 9, 0) 60.97%);
  width: 215px;
  height: 100%;
  z-index: 2;
}

.agency-supports-slider .swiper-slide-inner img {
  width: 100%;
  height: auto;
}

.our-testimonial::before {
  content: "";
  display: block;
  position: absolute;
  left: -70px;
  top: 50%;
  background: url("assets/images/testimonial-bg-shape.png") no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 70%;
  width: 306px;
  height: 304px;
  animation: circlerotate 20s infinite linear;
  z-index: -1;
}

@keyframes circlerotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.testimonial-review-counter .elementor-counter-number-wrapper {
  justify-content: center;
}

.testimonial-review-counter .elementor-counter-number-prefix,
.testimonial-review-counter .elementor-counter-number-suffix {
  display: none;
}

.satisfy-client-image.image-anime:after {
  z-index: 0;
}

.testimonial-slider .elementskit-commentor-image {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.testimonial-slider .elementskit-commentor-image::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.testimonial-slider .elementskit-commentor-image:hover:before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.testimonial-slider .elementskit-commentor-header {
  display: flex !important;
  flex-direction: column-reverse;
}

.testimonial-slider .elementskit-icon-content svg {
  width: 120px !important;
}

.testimonial-slider .elementskit-stars,
.testimonial-slider .elementskit-icon-content {
  width: 100%;
}

.testimonial-slider
  .elementskit-testimonial-slider
  .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("assets/images/arrow-white.svg") no-repeat center center;
  background-size: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.testimonial-slider
  .elementskit-testimonial-slider
  .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("assets/images/arrow-white.svg") no-repeat center center;
  background-size: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(222deg);
  transition: all 0.4s ease-in-out;
}

.testimonial-slider .elementskit-testimonial-slider .swiper-button-prev,
.testimonial-slider .elementskit-testimonial-slider .swiper-button-next {
  transition: all 0.4s ease-in-out;
}

.testimonial-slider
  .elementskit-testimonial-slider
  .swiper-button-prev:hover:before,
.testimonial-slider
  .elementskit-testimonial-slider
  .swiper-button-next:hover:before {
  filter: brightness(1) invert(1);
}

.testimonial-slider .elementskit-testimonial-slider .swiper-navigation-button {
  top: auto;
  bottom: 0;
}

.testimonial-slider .elementskit-testimonial-slider .swiper-button-prev {
  left: auto !important;
  right: 90px;
}

.testimonial-slider .elementskit-stars {
  line-height: normal;
}

.testimonial-slider .elementskit-stars a svg {
  width: 1em !important;
}

.testimonial-slider
  .elementskit-testimonial-slider
  .swiper-navigation-button::before {
  display: block;
}

.arrow-using-ekit.testimonial-slider
  .elementskit-testimonial-slider
  .swiper-navigation-button::before {
  display: none;
}

.testimonial-benefits-item {
  position: relative;
}

.testimonial-benefits-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  left: auto;
  transform: translateY(-50%);
  border-right: 1px solid var(--e-global-color-divider);
  height: 80%;
  z-index: 1;
}

.testimonial-benefits-item .elementskit-pricing-btn-wraper,
.testimonial-benefits-item:last-child:before {
  display: none;
}

.agency-benefits::before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: -90px;
  top: 10%;
  background: url("assets/images/agency-benefits-bg-shape.png") no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 50%;
  width: 279px;
  height: 287px;
  animation: circlerotate 12s infinite linear;
  z-index: 0;
}

@keyframes circlerotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.our-blog .elementskit-post-image-card .elementskit-entry-header a img {
  width: 100%;
  aspect-ratio: 1 / 0.75;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease-in-out !important;
}

.our-blog .elementskit-post-image-card .elementskit-entry-header a {
  position: relative;
  overflow: hidden;
}

.our-blog .elementskit-post-image-card .elementskit-entry-header a:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.our-blog .elementskit-post-image-card .elementskit-entry-header a:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.our-blog .elementskit-post-image-card:hover .elementskit-entry-header a img {
  transform: scale(1.1);
  opacity: 1;
}

.our-blog .elementskit-post-body .btn-wraper a,
.our-blog .elementskit-post-body .btn-wraper a svg,
.our-blog .elementskit-post-body .btn-wraper a svg path {
  transition: all 0.3s ease-in-out;
  stroke: none !important;
}

.our-blog .elementskit-post-body .btn-wraper a svg {
  margin-left: 3px;
}

.our-blog .elementskit-post-body .btn-wraper a:hover svg {
  transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
  .about-agency::before {
    width: 300px;
    height: 330px;
  }

  .agency-item-content .elementor-icon-box-title::after {
    left: -40px;
  }

  .digital-success-list ul li .elementor-icon-list-text strong {
    font-size: 20px;
  }

  .why-choose-us::before {
    top: 20%;
    width: 250px;
    height: 280px;
  }

  .why-choose-image img {
    aspect-ratio: 1 / 0.74;
  }

  .agency-social-item .elementskit-box-header .elementskit-info-box-icon {
    top: -40px;
    left: -75px;
  }

  .agency-social-item .elementskit-infobox {
    margin: 20px 0 0 20px;
  }

  .how-it-work::before {
    top: 0;
    width: 240px;
    height: 280px;
  }

  .work-process-item .box-body .elementskit-info-box-title {
    max-width: 240px;
  }

  .our-features::before {
    top: 15%;
    width: 250px;
    height: 225px;
  }

  .digital-features-image.features-item-1 .elementor-image-box-img img {
    aspect-ratio: 1 / 0.63;
  }

  .digital-features-image.features-item-2 .elementor-image-box-img img {
    aspect-ratio: 1 / 0.73;
  }

  .agency-supports-slider .swiper-slide-inner {
    padding: 20px 25px;
  }

  .agency-supports-slider .swiper-slide-inner img {
    height: 25px;
  }

  .our-testimonial::before {
    width: 250px;
    height: 245px;
  }

  .testimonial-slider .elementskit-testimonial-slider .swiper-button-prev {
    right: 80px;
  }

  .testimonial-slider
    .elementskit-testimonial-slider
    .swiper-button-next::before,
  .testimonial-slider
    .elementskit-testimonial-slider
    .swiper-button-prev::before {
    background-size: 24px auto;
  }

  .testimonial-benefits-item::before {
    right: -10px;
  }

  .agency-benefits::before {
    width: 210px;
    height: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .about-agency::before {
    width: 250px;
    height: 280px;
  }

  .agency-item-content .elementor-icon-box-title::after {
    left: -30px;
  }

  .digital-success-box::before {
    left: 10px;
    top: 10px;
    border-radius: 20px;
    width: calc(100% - 20px);
    height: calc(100% - 10px);
  }

  .digital-success-list ul li .elementor-icon-list-text strong {
    font-size: 18px;
  }

  .why-choose-us::before {
    top: 30%;
    width: 200px;
    height: 230px;
  }

  .agency-social-item .elementskit-box-header .elementskit-info-box-icon {
    top: -35px;
    left: -64px;
  }

  .agency-social-item .elementskit-infobox {
    margin: 15px 0 0 15px;
  }

  .how-it-work::before {
    width: 180px;
    height: 220px;
  }

  .work-process-item .box-body .elementskit-info-box-title {
    max-width: 225px;
  }

  .our-features::before {
    right: -70px;
    top: 13%;
    width: 150px;
    height: 135px;
  }

  .digital-features-image.features-item-1 .elementor-image-box-img img,
  .digital-features-image.features-item-2 .elementor-image-box-img img {
    aspect-ratio: 1 / 0.745;
  }

  .agency-supports-slider .elementor-image-carousel-wrapper::after {
    width: 150px;
  }

  .testimonial-slider .ekit-wid-con .swiper .swiper-navigation-button {
    top: 100%;
  }

  .testimonial-slider .elementskit-testimonial-slider .swiper-button-next,
  .testimonial-slider .elementskit-testimonial-slider .swiper-button-prev {
    display: block !important;
  }

  .testimonial-slider
    .ekit-wid-con
    .swiper
    .swiper-navigation-button.swiper-button-prev {
    left: calc(50% - 60px) !important;
    right: auto;
  }

  .testimonial-slider .elementskit-testimonial-slider .swiper-button-next {
    right: calc(50% - 60px) !important;
  }

  .testimonial-slider.arrow-using-ekit .swiper-navigation-button {
    display: flex !important;
    align-items: center;
  }

  .arrow-using-ekit .swiper-navigation-button svg {
    width: 20px !important;
    height: 20px;
  }

  .testimonial-benefits-item::before {
    top: auto;
    bottom: -15px;
    right: 0;
    left: auto;
    border-right: none;
    border-bottom: 1px solid var(--e-global-color-divider);
    width: 100%;
    height: 1px;
    z-index: 1;
  }
}

/* About Us Page Css */

.mission-vision-item .elementor-icon-wrapper {
  line-height: 0;
}

.mission-vision-item:hover .mission-vision-img img {
  transform: scale(1.1);
}

.mission-vision-item .elementor-icon g,
.mission-vision-item .elementor-icon path {
  fill: none;
}

.mission-vision-img img {
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
  filter: brightness(80%);
  transition: all 0.4s ease-in-out;
}

.who-we-are::after {
  content: "";
  display: block;
  position: absolute;
  right: -90px;
  top: -25%;
  background: url("assets/images/agency-benefits-bg-shape.png") no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 50%;
  width: 279px;
  height: 287px;
  animation: circlerotate 8s infinite linear;
  z-index: -1;
}

.experts-rating-video-image {
  overflow: hidden !important;
  border-radius: 20px;
}

.experts-rating-video-image .video-image img {
  filter: brightness(80%);
  aspect-ratio: 1 / 0.71;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.experts-rating-video-image:hover .video-image img {
  transform: scale(1.1);
}

.experts-rating-video-image .video-play-button {
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.contact-now-btn .elementor-button-wrapper .elementor-button::after {
  display: none;
}

.contact-now-btn.elementor-widget-button
  .elementor-button
  .elementor-button-icon {
  background: transparent;
  height: auto;
}

.contact-now-btn .elementor-button .elementor-button-icon svg path {
  fill: var(--e-global-color-accent);
}

.contact-now-btn:hover .elementor-button .elementor-button-icon svg path {
  fill: var(--e-global-color-primary);
}

.contact-now-btn .elementor-button-icon svg {
  height: 24px;
  width: 24px;
}

.experts-counter-item .elementskit-funfact {
  display: block !important;
}

.experts-counter-item .funfact-icon {
  text-align: right;
}

.experts-counter-item:hover .funfact-icon svg path {
  stroke: var(--e-global-color-primary) !important;
}

.our-team::before {
  content: "";
  display: block;
  position: absolute;
  left: -90px;
  top: -25%;
  background: url("assets/images/why-choose-bg-shape.png") no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 50%;
  width: 310px;
  height: 325px;
  animation: circlezoomrotate 10s infinite linear;
  animation-direction: alternate;
  z-index: -1;
}

@keyframes circlezoomrotate {
  from {
    transform: rotate(0deg) scale(0.5);
  }
  to {
    transform: rotate(360deg) scale(1);
  }
}

.faq-img-1 img {
  aspect-ratio: 1 / 1.02;
  object-fit: cover;
}

.faq-img-2 img {
  aspect-ratio: 1 / 1.06;
  object-fit: cover;
}

.faq-cta-box {
  transform: translate(-40px, -100%);
  animation: FaqCtaBoxMove 4s infinite linear;
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  border-radius: 10px;
}

@keyframes FaqCtaBoxMove {
  50% {
    right: 0;
  }
}

.faq-cta-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--e-global-color-primary);
  opacity: 16%;
  z-index: -1;
  border-radius: 10px;
}

.faq-cta-box ul li a .elementor-icon-list-text {
  padding-inline-start: 0px !important;
}

@media only screen and (max-width: 991px) {
  .who-we-are::after {
    top: -13%;
    width: 210px;
    height: 220px;
  }

  .our-team::before {
    top: -5%;
    width: 250px;
    height: 280px;
  }

  .faq-img-2 img {
    aspect-ratio: 1 / 0.9;
  }

  .faq-cta-box {
    transform: translate(-10px, -100%);
  }
}

/* Service Page Css */

.service-item {
  transition: all 0.4s ease-in-out !important;
}

.service-item .service-item-icon .elementor-icon-wrapper,
.service-item .service-item-btn .elementor-icon-wrapper {
  line-height: 0;
}

.service-item .service-item-btn .elementor-icon {
  transition: all 0.3s ease-in-out;
}

.service-item:hover .service-item-btn .elementor-icon {
  transform: rotate(45deg);
}

.service-item:hover .service-item-btn .elementor-icon svg path {
  fill: var(--e-global-color-primary);
}

.service-item:hover {
  transform: translateY(-5px);
}

.ekit-wid-con
  .elementskit-single-pricing
  .elementskit-pricing-lists
  > li:not(:last-child) {
  margin-bottom: 0;
}

/* Services Detail Page Css */

.page-service-single {
  position: relative;
}

.page-service-single::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 15%;
  background: url("assets/images/about-agency-bg.png") no-repeat;
  background-position: right center !important;
  background-size: contain;
  opacity: 40%;
  width: 386px;
  height: 400px;
  animation: circlerotate 20s infinite linear;
  z-index: -1;
}

.page-service-single::before {
  content: "";
  display: block;
  position: absolute;
  left: -90px;
  top: 50%;
  background: url("assets/images/why-choose-bg-shape.png") no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 50%;
  width: 310px;
  height: 325px;
  animation: circlezoomrotate 10s infinite linear;
  animation-direction: alternate;
  z-index: -1;
}

.service-feature-image img {
  aspect-ratio: 1 / 0.67;
  object-fit: cover;
}

.service-entry-image img {
  aspect-ratio: 1 / 0.89;
  object-fit: cover;
}

.process-step-image img {
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
}

.process-step-header-icon .elementor-icon-wrapper {
  line-height: 0;
}

.services-category-list .elementor-icon-list-items li a,
.services-category-list .elementor-icon-list-items li {
  flex-direction: row-reverse;
  justify-content: space-between !important;
}

.services-category-list
  .elementor-icon-list-items
  li
  a
  .elementor-icon-list-text,
.services-category-list
  .elementor-icon-list-items
  li
  .elementor-icon-list-text {
  transition: 0.3s ease-in-out !important;
  padding-inline-start: 0;
  padding-inline-end: 5px;
}

.services-category-list
  .elementor-icon-list-items
  li
  a:hover
  .elementor-icon-list-text,
.services-category-list
  .elementor-icon-list-items
  li:hover
  .elementor-icon-list-text {
  color: var(--e-global-color-accent);
}

.services-category-list
  .elementor-icon-list-items
  li
  a
  .elementor-icon-list-icon
  svg,
.services-category-list
  .elementor-icon-list-items
  li
  .elementor-icon-list-icon
  svg {
  transition: all 0.4s ease-in-out !important;
  margin: var(
    --e-icon-list-icon-margin,
    0 0 0 calc(var(--e-icon-list-icon-size, 1em) * 0.25)
  );
}

.services-category-list
  .elementor-icon-list-items
  li
  a:hover
  .elementor-icon-list-icon
  svg,
.services-category-list
  .elementor-icon-list-items
  li:hover
  .elementor-icon-list-icon
  svg {
  transform: rotate(45deg);
}

.contacts-content .btn-wraper a {
  transition: all 0.4s ease-in-out;
}

.contacts-content .btn-wraper a:hover {
  background-color: var(--e-global-color-darkdivider) !important;
  color: var(--e-global-color-white) !important;
}

.contacts-content .btn-wraper a svg {
  margin-right: 12px;
}

.contacts-content .btn-wraper a svg path {
  stroke: inherit !important;
  transition: all 0.4s ease-in-out;
}

.contacts-content .btn-wraper a:hover svg path {
  fill: var(--e-global-color-white) !important;
}

@media only screen and (max-width: 991px) {
  .page-service-single::after {
    width: 300px;
    height: 330px;
  }

  .page-service-single::before {
    width: 250px;
    height: 280px;
  }

  .service-feature-image img {
    aspect-ratio: 1 / 0.6;
  }

  .process-step-image img {
    aspect-ratio: 1 / 0.82;
  }
}

@media only screen and (max-width: 767px) {
  .page-service-single::after {
    width: 250px;
    height: 280px;
  }

  .service-feature-image img {
    aspect-ratio: 1 / 0.8;
  }

  .service-entry-image img {
    aspect-ratio: 1 / 0.7;
    object-position: top center;
  }

  .process-step-image img {
    aspect-ratio: 1 / 0.74;
  }

  .contacts-content .btn-wraper a svg {
    margin-right: 10px;
  }
}

/* Contact Us Page CSS */

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #e65757 !important;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 400;
}

.wpcf7-response-output {
  margin: 20px 0 0 0 !important;
  padding: 5px 10px !important;
  border-radius: 30px !important;
  border: 1px solid #e65757 !important;
  line-height: 1.1em;
  color: #e65757 !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  color: #46b450 !important;
  border-color: #46b450 !important;
}

.contact-info-box .contact-info-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(15px, -50%);
  height: 80%;
  width: 1px;
  background-color: var(--e-global-color-divider);
}

.contact-info-box .contact-info-item:last-child:before {
  display: none;
}

.contact-info-box .contact-info-item:nth-child(2n + 2):before {
  display: none;
}

.google-map-iframe iframe {
  filter: grayscale(1);
  transition: all 0.4s ease-in-out;
}

.google-map-iframe iframe:hover {
  filter: grayscale(0);
}

@media only screen and (max-width: 767px) {
  .contact-info-box .contact-info-item::before {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 20px);
    height: 1px;
    width: 100%;
  }
}

/* Project Details */

.page-project-single {
  position: relative;
}

.page-project-single::before {
  content: "";
  display: block;
  position: absolute;
  left: -90px;
  top: 10%;
  background: url("assets/images/agency-benefits-bg-shape.png") no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 50%;
  width: 279px;
  height: 287px;
  animation: circlerotate 8s infinite linear;
  z-index: -1;
}

.page-project-single::after {
  content: "";
  display: block;
  position: absolute;
  right: -90px;
  top: 60%;
  background: url("assets/images/why-choose-bg-shape.png") no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 50%;
  width: 310px;
  height: 325px;
  animation: circlezoomrotate 10s infinite linear;
  animation-direction: alternate;
  z-index: -1;
}

.project-single-image img {
  aspect-ratio: 1 / 0.67;
  object-fit: cover;
}

.project-entry p {
  margin-bottom: 20px;
}

.project-rating-counter {
  display: flex;
  align-items: center;
}

.category-social-link ul li a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

@media only screen and (max-width: 991px) {
  .page-project-single::before {
    top: 20%;
    width: 210px;
    height: 220px;
  }

  .page-project-single::after {
    width: 250px;
    height: 280px;
  }

  .project-single-image img {
    aspect-ratio: 1 / 0.577;
  }
}

@media only screen and (max-width: 767px) {
  .page-project-single::after {
    top: 53%;
    width: 200px;
    height: 230px;
  }

  .project-single-image img {
    aspect-ratio: 1 / 0.69;
  }
}

/* Team Page Css */

.page-team {
  position: relative;
}

.page-team::after {
  content: "";
  display: block;
  position: absolute;
  right: -120px;
  top: 50%;
  background: url("assets/images/work-together-bg-shape.png") no-repeat;
  background-position: right center;
  background-size: contain;
  opacity: 40%;
  width: 305px;
  height: 315px;
  animation: circlmoveerotate 10s infinite linear;
  animation-direction: alternate;
  z-index: -1;
}

@keyframes circlmoveerotate {
  from {
    transform: translateY(0) rotate(0deg);
  }
  to {
    transform: translateY(160px) rotate(360deg);
  }
}

.team-item {
  position: relative;
  overflow: hidden;
}

.team-item:hover .team-image img {
  transform: scale(1.1);
}

.team-image .elementskit-box-header img {
  width: 100%;
  aspect-ratio: 1 / 1.38;
  object-fit: cover;
  transition: all 0.4s ease-in-out !important;
}

.team-image a .elementskit-box-header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    181.78deg,
    rgba(0, 0, 0, 0) 47.87%,
    rgba(0, 0, 0, 0.8) 81.02%
  );
  z-index: 1;
}

.team-body {
  position: absolute;
  bottom: 30px;
  transform: translateY(40px);
  transition: all 0.4s ease-in-out !important;
  z-index: 2;
}

.team-item:hover .team-body {
  transform: translateY(0px);
}

.team-social-list {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.team-item:hover .team-social-list {
  opacity: 1;
  visibility: visible;
}

.team-social-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-social-list ul li a {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.team-social-list ul li:last-child {
  margin-right: 0 !important;
}

@media only screen and (max-width: 991px) {
  .page-team::after {
    width: 245px;
    height: 355px;
  }

  .team-image .elementskit-box-header img {
    aspect-ratio: 1 / 1.32;
  }
}

@media only screen and (max-width: 767px) {
  .page-team::after {
    width: 180px;
    height: 190px;
  }
}

/*************************
*  Team Details Page  *
**************************/

.page-team-single {
  position: relative;
}

.page-team-single::after {
  content: "";
  display: block;
  position: absolute;
  right: -90px;
  top: 60%;
  background: url("assets/images/why-choose-bg-shape.png") no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 50%;
  width: 310px;
  height: 325px;
  animation: circlezoomrotate 10s infinite linear;
  animation-direction: alternate;
  z-index: -1;
}

.team-contact-box-icon .elementor-icon {
  position: relative;
  border: 1px solid var(--e-global-color-darkdivider);
  overflow: hidden;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.team-contact-box-icon .elementor-icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--e-global-color-secondary);
  opacity: 30%;
  z-index: -1;
}

.marketing-director-image img {
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
}

.team-details-contact-me-from .btn-default {
  width: 100%;
  margin: 0 ip !important;
}

@media only screen and (max-width: 991px) {
  .page-team-single::after {
    top: 40%;
    width: 250px;
    height: 280px;
  }

  .marketing-director-image img {
    aspect-ratio: 1 / 0.81;
    object-position: top center;
  }
}

@media only screen and (max-width: 767px) {
  .page-team-single::after {
    width: 200px;
    height: 230px;
  }

  .marketing-director-image img {
    aspect-ratio: 1 / 1.11;
    object-position: top center;
  }
}

/*  Pricing-Plan Css */

.pricing-box .elementskit-single-pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  text-align: left !important;
}

.pricing-box .elementskit-single-pricing .elementskit-pricing-header {
  width: calc(60% - 15px);
}

.pricing-box .elementskit-single-pricing .elementskit-pricing-price-wraper {
  width: calc(40% - 15px);
}

.pricing-box .elementskit-single-pricing .elementskit-pricing-price {
  text-align: end;
}

.pricing-box .elementskit-single-pricing span sup {
  top: 5px !important;
}

.pricing-box .elementskit-single-pricing span .period {
  left: -10px;
}

.pricing-box .elementskit-single-pricing .elementskit-pricing-price span {
  color: var(--e-global-color-accent);
}

.pricing-box .ekit-wid-con .elementskit-pricing-header p {
  margin: 0;
}

.pricing-box .ekit-wid-con .elementskit-pricing-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.pricing-box .ekit-wid-con .elementskit-pricing-content ul li {
  width: calc(50% - 15px);
}

.pricing-box .ekit-wid-con .elementskit-pricing-btn-wraper {
  width: 100%;
  text-align: center !important;
}

.pricing-box .ekit-wid-con .elementskit-pricing-btn-wraper a {
  padding: 15px 30px;
}

@media only screen and (max-width: 991px) {
  .pricing-box .elementskit-single-pricing .elementskit-pricing-header {
    width: calc(52% - 7.5px);
  }

  .pricing-box .elementskit-single-pricing .elementskit-pricing-price-wraper {
    width: calc(48% - 7.5px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .pricing-box .elementskit-single-pricing {
    gap: 30px 15px;
  }

  .pricing-box .elementskit-single-pricing .elementskit-pricing-price {
    display: flex;
    font-size: 40px;
    text-align: start;
  }

  .pricing-box .elementskit-single-pricing span .period {
    top: 20px;
    left: 0;
  }

  .pricing-box .elementskit-single-pricing span sup {
    top: 10px !important;
    left: 0 !important;
  }

  .pricing-box .ekit-wid-con .elementskit-pricing-content ul {
    gap: 15px;
  }

  .pricing-box .ekit-wid-con .elementskit-pricing-content ul li {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-box .elementskit-single-pricing {
    gap: 20px 15px;
  }

  .pricing-box .elementskit-single-pricing .elementskit-pricing-price {
    font-size: 30px;
  }

  .pricing-box .elementskit-single-pricing span .period {
    top: 10px;
    left: 0;
  }

  .pricing-box .elementskit-single-pricing .elementskit-pricing-price-wraper {
    justify-content: end;
  }

  .pricing-box .elementskit-single-pricing span sup {
    top: 5px !important;
  }
}

/* Testimonial Page Css */

.client-author-image img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.client-author-content .elementor-icon svg {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .client-author-content .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 15px;
  }
}

/* Image gallery Css */

.page-gallery-box .gallery-item img {
  aspect-ratio: 1 / 0.8;
  object-fit: cover;
}

.page-gallery-box .gallery-icon {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.page-gallery-box .gallery-icon a:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.page-gallery-box .gallery-icon a:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/* Video-Gallery Page Css */

.video-gallery .ekit-video-item a::before {
  position: absolute !important;
  background-color: var(--e-global-color-secondary) !important;
  border-radius: 20px;
  z-index: 1;
  transform: scale(0);
  transition: all 0.4s ease-in-out !important;
}

.video-gallery .ekit-video-item:hover a::before {
  opacity: 50% !important;
  transform: scale(1);
}

.video-gallery .ekit-video-item a i {
  color: var(--e-global-color-secondary) !important;
  width: 60px;
  height: 60px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.5s ease-in-out !important;
}

.video-gallery img {
  aspect-ratio: 1 / 0.8;
}
#fluentform_3
  button.ff-btn.ff-btn-submit.ff-btn-md.submit-button.ff_btn_style.wpf_has_custom_css {
  background: #bff747 !important;
  color: #000 !important;
}
