/*
Theme Name: Grfolio
Author: Themeies
Author URI: https://themeforest.net/user/themeies/portfolio
Description: Grfolio - Creative Agency & Portfolio Html Template
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("css2-PlusJakartaSansitalwght0200..8001200..800_swap.css");
@import url("css2-Manropewght200..800_swap.css");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #E3FF04;
  --theme2: #FFA31A;
  --header: #1A1A1A;
  --text: #BEBEBE;
  --border: #454750;
  --border-2: #D4DCED;
  --bg: #1D1D1D;
  --bg-2: #1A1A1A;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 19.5px 40px;
  min-width: 170px;
  border-radius: 30px;
}
.theme-btn i {
  margin-left: 5px;
}
.theme-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--header);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.theme-btn:hover::before {
  width: 100%;
}
.theme-btn.bg-color-2 {
  background-color: var(--theme2);
}
.theme-btn.bg-color-2::before {
  background-color: var(--white);
}
.theme-btn.bg-color-2:hover {
  color: var(--header);
}
.theme-btn.bg-white {
  background-color: var(--white);
  color: var(--header);
}
.theme-btn.bg-white:hover {
  color: var(--white);
}
.theme-btn.border-white {
  padding: 18.5px 40px;
  border: 1px solid var(--white);
  background-color: transparent;
}
.theme-btn.border-white::before {
  background-color: var(--white);
}
.theme-btn.border-white:hover {
  color: var(--header);
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.theme-btn-2 {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  color: var(--text);
  text-transform: capitalize;
}
.theme-btn-2 i {
  margin-left: 10px;
}
.theme-btn-2:hover {
  color: var(--theme);
}

.link-btns {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 19px 30px;
  line-height: 1;
}
.link-btns i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}
.link-btns:hover {
  background-color: var(--white);
  color: var(--header);
}
.link-btns:hover i {
  transform: rotate(0);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--white);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 120px;
  font-weight: 800;
  line-height: 123%;
}

h2 {
  font-size: 55px;
  line-height: 125%;
  font-weight: 700;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.about-wrapper {
  margin-top: -65px;
}
@media (max-width: 1899px) {
  .about-wrapper {
    margin-top: -45px;
  }
}
@media (max-width: 1399px) {
  .about-wrapper {
    margin-top: -20px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper {
    margin-top: -25px;
  }
}
@media (max-width: 991px) {
  .about-wrapper {
    margin-top: -28px;
  }
}
.about-wrapper .about-image {
  max-width: 610px;
  position: relative;
}
.about-wrapper .about-image img {
  width: 100%;
  border-radius: 200px;
}
.about-wrapper .about-image .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  height: 74px;
  width: 74px;
  background-color: var(--white);
  color: var(--header);
  line-height: 74px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
.about-wrapper .about-image-2 {
  margin-top: 30px;
}
.about-wrapper .about-image-2 img {
  max-width: 100%;
}
.about-wrapper .counter-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.about-wrapper .counter-area .counter-item h2 {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}

.about-wrapper-2 .about-header-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-header-items {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: -17px;
  }
}
.about-wrapper-2 .about-header-items .counter-area {
  display: flex;
  gap: 50px;
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-header-items .counter-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-wrapper-2 .about-header-items .counter-area .counter-item h2 {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}
.about-wrapper-2 .about-image {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}
.about-wrapper-2 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.about-wrapper-2 .about-image .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  height: 100px;
  width: 100px;
  background: radial-gradient(157.24% 123.22% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(21px);
  color: var(--white);
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--white);
  font-size: 18px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-image .video-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}
.about-wrapper-2 .about-content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.about-wrapper-2 .progress-wrap .pro-items {
  width: 100%;
}
.about-wrapper-2 .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.about-wrapper-2 .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.about-wrapper-2 .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
}
.about-wrapper-2 .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
}
.about-wrapper-2 .progress-wrap .pro-items .progress {
  background: #353536;
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 8px;
  width: 100%;
}
.about-wrapper-2 .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 8px;
  width: 0;
}
.about-wrapper-2 .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.about-wrapper-2 .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 76%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 95%;
  }
}

.about-wrapper-3 .about-image {
  position: relative;
  max-width: 410px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image {
    max-width: 750px;
  }
}
.about-wrapper-3 .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-3 .about-image::before {
  position: absolute;
  top: 10%;
  left: 0;
  content: "";
  width: 105%;
  height: 123%;
  border: 1px solid var(--theme);
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image::before {
    display: none;
  }
}
.about-wrapper-3 .about-image .about-image-2 {
  position: absolute;
  right: -44%;
  bottom: -33%;
  border: 5px solid var(--white);
  box-shadow: var(--box-shadow);
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-image .about-image-2 {
    right: -24%;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image .about-image-2 {
    right: 0;
    bottom: 0;
  }
  .about-wrapper-3 .about-image .about-image-2 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image .about-image-2 {
    max-width: 200px;
  }
}
.about-wrapper-3 .about-image .video-items {
  position: absolute;
  bottom: -28%;
  left: 22%;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image .video-items {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: initial;
  }
}
.about-wrapper-3 .about-image .video-items .video-btn {
  width: 58px;
  height: 58px;
  background-color: var(--theme);
  color: var(--header);
  line-height: 58px;
  text-align: center;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.about-wrapper-3 .about-image .video-items .video-btn::before {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--theme);
  content: "";
}
.about-wrapper-3 .about-image .video-items .video-text {
  color: var(--header);
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image .video-items .video-text {
    color: var(--white);
  }
}
.about-wrapper-3 .about-image .video-items .video-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper-3 .about-image .bar-shape {
  position: absolute;
  right: -26%;
  top: 0;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image .bar-shape {
    display: none;
  }
}
.about-wrapper-3 .about-content .icon-items {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-wrapper-3 .about-content .icon-items .icon {
  color: var(--white);
  font-size: 30px;
}
.about-wrapper-3 .about-content .list-items {
  margin-top: 40px;
}
.about-wrapper-3 .about-content .list-items li {
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-content .list-items li {
    font-size: 16px;
  }
}
.about-wrapper-3 .about-content .list-items li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper-3 .about-content .list-items li i {
  margin-right: 15px;
  color: var(--theme);
}
.about-wrapper-3 .about-content .about-author {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-content .about-author {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-content .about-author {
    margin-top: 35px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-content .about-author {
    margin-top: 25px;
  }
}
.about-wrapper-3 .about-content .about-author .theme-btn {
  color: var(--header);
}
.about-wrapper-3 .about-content .about-author .theme-btn::before {
  background-color: var(--white);
}
.about-wrapper-3 .about-content .about-author .theme-btn:hover {
  color: var(--header);
}
.about-wrapper-3 .about-content .about-author .author-image {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-wrapper-3 .about-content .about-author .author-image .content p {
  font-size: 14px;
  color: var(--text);
  font-weight: 500;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
/*@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}*/
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.contact-info-wrapper-22 .contact-info-items-2 {
  background: #161616;
  padding: 40px;
  display: flex;
  border: 1px solid #454750;
  gap: 30px;
}
.contact-info-wrapper-22 .contact-info-items-2 .icon {
  font-size: 48px;
  color: var(--theme);
  margin-bottom: 20px;
}
.contact-info-wrapper-22 .contact-info-items-2 .content h3 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 400;
}
.contact-info-wrapper-22 .contact-info-items-2 .content ul li {
  font-size: 15px;
}
.contact-info-wrapper-22 .contact-info-items-2 .content ul li a {
  color: var(--text);
}
.contact-info-wrapper-22 .contact-info-items-2.style-2 {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .contact-info-wrapper-22 .contact-info-items-2.style-2 {
    margin-top: 0;
  }
}

.map-items .googpemap {
  filter: grayscale(100%) invert(92%) contrast(83%);
}
.map-items .googpemap iframe {
  width: 100%;
  height: 675px;
}

.contact-form-items {
  padding: 60px 40px;
  background: #161616;
}
.contact-form-items h2 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .contact-form-items h2 {
    font-size: 28px;
  }
}
.contact-form-items .form-clt input, .contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #454750;
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
  color: #858585;
  font-size: 16px;
}
.contact-form-items .form-clt input::placeholder, .contact-form-items .form-clt textarea::placeholder {
  color: #858585;
}
.contact-form-items .form-clt textarea {
  padding-bottom: 150px;
}
.contact-form-items .form-clt .nice-select {
  border-bottom: 1px solid #454750;
  padding-bottom: 20px;
  border-radius: 0;
}
.contact-form-items .form-clt .nice-select span {
  color: #858585;
  font-size: 16px;
  font-weight: 400;
}
.contact-form-items .form-clt .nice-select::after {
  height: 8px;
  width: 8px;
  right: 0;
  top: 15px;
  border-color: var(--theme);
  border-bottom: 3px solid var(--theme);
  border-right: 3px solid var(--theme);
}
.contact-form-items .form-clt .nice-select .list {
  right: 0;
  background-color: var(--bg);
  border-radius: 0;
}
.contact-form-items .form-clt .nice-select .list li {
  border: none;
  padding: 8px 10px;
}
.contact-form-items .theme-btn {
  background-color: transparent;
  border: 1px solid #454750;
  border-radius: 100px;
  color: var(--white);
  padding: 19.5px 60px;
}
.contact-form-items .theme-btn::before {
  background-color: var(--theme);
}
.contact-form-items .theme-btn:hover {
  color: var(--header);
}
.contact-form-items.style-2 {
  background: transparent;
  padding: 0;
}
.contact-form-items.style-3 .form-clt input, .contact-form-items.style-3 .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  font-size: 16px;
  padding: 17px 25px;
  line-height: 1;
}
.contact-form-items.style-3 .form-clt input::placeholder, .contact-form-items.style-3 .form-clt textarea::placeholder {
  color: var(--white);
}
.contact-form-items.style-3 .form-clt textarea {
  padding-bottom: 150px;
}
.contact-form-items.style-3 .form-clt .nice-select {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 19px 25px;
  line-height: 1;
  border-radius: 5px;
}
.contact-form-items.style-3 .form-clt .nice-select span {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}
.contact-form-items.style-3 .form-clt .nice-select::after {
  height: 8px;
  width: 8px;
  right: 25px;
  top: 26px;
  border-color: var(--theme);
  border-bottom: 3px solid var(--theme);
  border-right: 3px solid var(--theme);
}
.contact-form-items.style-3 .form-clt .nice-select .list {
  right: 0;
  background-color: var(--bg);
  border-radius: 0;
}
.contact-form-items.style-3 .form-clt .nice-select .list li {
  border: none;
  padding: 8px 10px;
}
.contact-form-items.style-3 .theme-btn {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 19px 30px;
  line-height: 1;
}
.contact-form-items.style-3 .theme-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}
.contact-form-items.style-3 .theme-btn:hover {
  color: var(--header);
}
.contact-form-items.style-3 .theme-btn:hover i {
  transform: rotate(0);
}
@media (max-width: 1399px) {
  .contact-form-items.style-3 .theme-btn {
    display: none;
  }
}

.cta-banner-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .cta-banner-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 60px;
    justify-content: center;
    text-align: center;
  }
}
.cta-banner-wrapper-2 .cta-content h2 {
  font-size: 48px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cta-banner-wrapper-2 .cta-content h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .cta-banner-wrapper-2 .cta-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .cta-banner-wrapper-2 .cta-content h2 {
    font-size: 36px;
  }
}
.cta-banner-wrapper-2 .cta-content .theme-btn {
  color: var(--header);
}
.cta-banner-wrapper-2 .cta-content .theme-btn::before {
  background-color: var(--white);
}

.faq-wrapper .faq-image {
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .faq-wrapper .faq-image {
    height: 520px;
  }
}
@media (max-width: 575px) {
  .faq-wrapper .faq-image {
    height: 420px;
  }
}
.faq-wrapper .faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-wrapper .faq-image.style-2 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .faq-wrapper .faq-image.style-2 {
    margin-top: 0;
  }
}
.faq-wrapper .faq-image .circle-shape {
  position: absolute;
  bottom: -27.8%;
  left: 20px;
  z-index: -1;
  animation: cir36 10s linear infinite;
}
.faq-wrapper .faq-content {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .faq-wrapper .faq-content {
    margin-left: 0;
  }
}
.faq-wrapper .faq-content .accordion-item {
  border: 0;
  background-color: transparent;
}
.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--white);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  text-transform: capitalize;
  font-size: 20px;
  padding: 25px 0;
}
.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button::after {
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  background-image: url(../image/chevron-right.svg);
  color: var(--theme);
}
.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../image/chevron-down.svg);
  font-weight: 500;
  color: var(--theme);
  transform: rotate(0);
}
.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-wrapper .faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 50px;
  padding-left: 0;
  color: var(--text);
  background-color: transparent;
  padding-top: 0;
  margin-top: -10px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .faq-wrapper .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}
.faq-wrapper .faq-content.style-2 {
  margin-left: 0;
}
.faq-wrapper .faq-content.style-2 .accordion-item {
  border: 0;
  background-color: transparent;
  border: 1px solid #454750;
  margin-top: 30px;
  border-radius: 8px;
  padding: 25px 30px;
}
.faq-wrapper .faq-content.style-2 .accordion-item .accordion-header .accordion-button {
  padding: 0;
  color: var(--theme);
  margin-bottom: 30px;
}
.faq-wrapper .faq-content.style-2 .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  color: var(--white);
  border-bottom: none;
  margin-bottom: 0;
}
.faq-wrapper .faq-content.style-2 .accordion-item .accordion-collapse .accordion-body {
  border-bottom: none;
  padding-bottom: 0;
}

.feature-section {
  position: relative;
  z-index: 9;
}
.feature-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0.95;
  background: linear-gradient(90deg, #1D1D1D 0.86%, rgba(30, 28, 28, 0) 264.3%);
}
.feature-section .feature-video-thumb {
  max-width: 856px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1600px) {
  .feature-section .feature-video-thumb {
    max-width: 700px;
  }
}
@media (max-width: 1199px) {
  .feature-section .feature-video-thumb {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .feature-section .feature-video-thumb {
    position: relative;
    margin-bottom: 50px;
    max-width: 950px;
  }
}
.feature-section .feature-video-thumb img {
  width: 100%;
  height: 100%;
}
.feature-section .feature-video-thumb .video-btn {
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 22px;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .feature-section .feature-video-thumb .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
}

.feature-wrapper .feature-content .list {
  margin-bottom: 50px;
}
.feature-wrapper .feature-content .list li {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.feature-wrapper .feature-content .list li i {
  margin-right: 10px;
}
.feature-wrapper .feature-content .list li:not(:last-child) {
  margin-bottom: 20px;
}

.awards-wrapper .awards-content h2 {
  text-transform: capitalize;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .awards-wrapper .awards-content h2 {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .awards-wrapper .awards-content h2 {
    font-size: 52px;
  }
}
.awards-wrapper .awards-content p {
  font-weight: 400;
  color: var(--white);
  margin-bottom: 40px;
  font-size: 22px;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 167%;
}
@media (max-width: 767px) {
  .awards-wrapper .awards-content p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .awards-wrapper .awards-content p {
    font-size: 18px;
  }
}
.awards-wrapper .awards-year .year-text {
  font-size: 100px;
  color: var(--white);
  opacity: 0.1;
  font-weight: 800;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .awards-wrapper .awards-year .year-text {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .awards-wrapper .awards-year .year-text {
    font-size: 70px;
  }
}
.awards-wrapper .awards-year .year-text:not(:last-child) {
  margin-bottom: 10px;
}
.awards-wrapper .awards-year .year-text.color-2 {
  opacity: 1;
}

.counter-items {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 30px;
}
.counter-items h2 {
  font-size: 48px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}

.achivements-wrapper .achivements-content .counter-items-2 {
  position: relative;
  background-color: var(--bg-2);
  padding: 40px 30px;
}
.achivements-wrapper .achivements-content .counter-items-2 .content {
  text-align: center;
}
.achivements-wrapper .achivements-content .counter-items-2 .content h2 {
  font-size: 52px;
  color: var(--theme);
}
.achivements-wrapper .achivements-content .counter-items-2 .content .icon {
  text-align: center;
  margin-bottom: 15px;
}
.achivements-wrapper .achivements-image {
  position: relative;
}
@media (max-width: 991px) {
  .achivements-wrapper .achivements-image {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .achivements-wrapper .achivements-image {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .achivements-wrapper .achivements-image {
    height: 450px;
  }
}
.achivements-wrapper .achivements-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.achivements-wrapper .achivements-image .achivements-image-2 {
  position: absolute;
  left: -30%;
  top: 20%;
}
@media (max-width: 1399px) {
  .achivements-wrapper .achivements-image .achivements-image-2 {
    left: 0;
  }
}
@media (max-width: 470px) {
  .achivements-wrapper .achivements-image .achivements-image-2 {
    height: 250px;
  }
}
.achivements-wrapper .achivements-image::before {
  position: absolute;
  bottom: 30px;
  left: -30px;
  content: "";
  height: 80px;
  width: 5px;
  background-color: var(--theme);
}

.footer-widgets-wrapper {
  padding: 60px 0 100px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .footer-widgets-wrapper {
    padding: 45px 0 75px;
  }
}
.footer-widgets-wrapper::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 43%;
  content: "";
  width: 1px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper::before {
    display: none;
  }
}
.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: bold;
  color: var(--white);
  font-size: 24px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h4 {
  font-weight: bold;
  color: var(--white);
  font-size: 24px;
  display: inline-block;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input {
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  color: rgba(255, 255, 255, 0.69);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input::placeholder {
  color: rgba(255, 255, 255, 0.69);
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn {
  position: absolute;
  top: 10px;
  right: 0;
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn i {
  font-size: 22px;
  transform: rotate(-40deg);
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
  color: #BEBEBE;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 40px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  color: rgba(190, 190, 190, 0.5);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
  color: rgba(190, 190, 190, 0.5);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
  position: absolute;
  top: 5px;
  right: 0;
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn i {
  font-size: 24px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .payment-save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .payment-save input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0;
  color: var(--white);
  outline: none;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .payment-save label {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--text);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .payment-save label span {
  text-decoration: underline;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-logo {
  margin-top: 80px;
  margin-bottom: -50px;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .footer-logo {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-logo h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 120px;
  line-height: 1;
}
@media (max-width: 991px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .footer-logo h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .footer-logo h2 {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .footer-logo h2 {
    font-size: 60px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-logo h2 a {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .address-list li {
  color: var(--text);
  display: grid;
  gap: 15px;
}
.footer-widgets-wrapper .single-footer-widget .address-list li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .address-list li span {
  font-weight: 700;
  color: var(--white);
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.footer-widgets-wrapper .single-footer-widget .address-list li a {
  color: var(--text);
  display: contents;
}
.footer-widgets-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a {
  color: #BEBEBE;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a i {
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover a {
  color: var(--theme);
}
.footer-widgets-wrapper.style-2::before {
  display: none;
}
.footer-widgets-wrapper.style-3::before {
  display: none;
}
.footer-widgets-wrapper.style-3 .single-footer-widget .widget-head {
  margin-bottom: 30px;
  display: inline-block;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper.style-3 .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.footer-widgets-wrapper.style-3 .single-footer-widget .widget-head h3 {
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #E3FF04 4.85%, rgba(227, 255, 4, 0) 96.39%);
  border-bottom: 2px solid transparent;
  border-image-slice: 2;
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .social-icon {
  margin-top: 40px;
  gap: 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
  }
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #454750;
  background-color: transparent;
  color: rgb(255, 255, 255);
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--header);
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .footer-input-2 {
  position: relative;
  margin-top: 40px;
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .footer-input-2 input {
  background: transparent;
  border: none;
  outline: none;
  padding: 18px 20px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #454750;
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .footer-input-2 input::placeholder {
  color: var(--text);
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .footer-input-2 .newsletter-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 55px;
  line-height: 65px;
  border-radius: 4px;
  text-align: center;
  background-color: var(--theme);
  color: var(--header);
  bottom: 5px;
}
.footer-widgets-wrapper.style-3 .single-footer-widget .footer-content .footer-input-2 .newsletter-btn i {
  font-size: 24px;
}

.footer-bottom {
  position: relative;
  z-index: 9;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}
@media (max-width: 767px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center !important;
  }
}
.footer-bottom .footer-wrapper p {
  color: var(--text);
}
.footer-bottom .footer-wrapper p a {
  color: var(--text);
}

.footer-v3-titlewrap {
  border-bottom: 1px solid #454750;
  padding: 90px 0 100px;
}
@media (max-width: 991px) {
  .footer-v3-titlewrap {
    padding: 80px 0 80px;
  }
}
.footer-v3-titlewrap .footer-v3-title {
  font-size: 150px;
  text-transform: uppercase;
  line-height: 85px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: var(--white);
}
@media (max-width: 1399px) {
  .footer-v3-titlewrap .footer-v3-title {
    font-size: 100px;
    line-height: 85px;
  }
}
@media (max-width: 991px) {
  .footer-v3-titlewrap {
    margin-bottom: 10px;
  }
  .footer-v3-titlewrap .footer-v3-title {
    font-size: 70px;
    line-height: 55px;
  }
  .footer-v3-titlewrap img {
    width: 60px;
  }
}
@media (max-width: 575px) {
  .footer-v3-titlewrap .footer-v3-title {
    font-size: 70px;
    line-height: 45px;
  }
  .footer-v3-titlewrap img {
    width: 50px;
  }
}
@media (max-width: 470px) {
  .footer-v3-titlewrap .footer-v3-title {
    font-size: 55px;
    line-height: 40px;
  }
  .footer-v3-titlewrap img {
    width: 40px;
  }
}

.contact-info-area {
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 50px;
}
@media (max-width: 1399px) {
  .contact-info-area {
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 80px;
    justify-content: initial;
  }
}
@media (max-width: 575px) {
  .contact-info-area {
    gap: 30px;
  }
}
.contact-info-area .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .contact-info-area .contact-info-items {
    flex-wrap: wrap;
  }
}
.contact-info-area .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
  border: 2px dotted var(--white);
  border-radius: 50%;
  font-size: 30px;
  color: var(--white);
}
.contact-info-area .contact-info-items .content p {
  color: var(--white);
  margin-bottom: 5px;
}
.contact-info-area .contact-info-items .content h3 {
  font-size: 24px;
  color: var(--white);
  text-transform: initial;
}
.contact-info-area .contact-info-items .content h3 a {
  color: var(--white);
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 40px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: #161616;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #1A1A1A;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--header) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme);
  color: var(--header) !important;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 800px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--header);
  width: initial;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 40px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .header-right .header-button .theme-btn {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.header-main .header-right .header-button .theme-btn::before {
  background-color: var(--white);
}
.header-main .header-right .header-button .theme-btn:hover {
  color: var(--header);
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}
.header-1.style-2 {
  border-bottom: 1px solid rgba(69, 71, 80, 0.8);
  padding-bottom: 20px;
}
.header-1 .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 70px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
.header-1 .header-right {
  gap: 30px;
}
@media (max-width: 1199px) {
  .header-1 .header-right {
    gap: 15px;
  }
}
.header-1 .header-right .search-icon {
  color: var(--white);
}
.header-1 .header-right .theme-btn {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 19px 30px;
  line-height: 1;
}
.header-1 .header-right .theme-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}
.header-1 .header-right .theme-btn:hover {
  color: var(--header);
}
.header-1 .header-right .theme-btn:hover i {
  transform: rotate(0);
}
@media (max-width: 1399px) {
  .header-1 .header-right .theme-btn {
    display: none;
  }
}
.header-1 .header-right .sidebar__toggle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid var(--white);
  text-align: center;
  color: var(--white);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: #161616;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky.header-1.style-2 {
  border-bottom: none;
  padding-bottom: initial;
}

.offcanvas__info {
  background: var(--bg) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
  text-transform: capitalize !important;
  color: var(--header);
  font-weight: 700;
  border-radius: 4px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn i {
  margin-left: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn::before {
  background-color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.breadcrumb-wrapper .arrow-shape {
  position: absolute;
  bottom: 20%;
  left: 20px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .arrow-shape {
    display: none;
  }
}
.breadcrumb-wrapper .dot-shape {
  position: absolute;
  top: 40%;
  right: 30px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .dot-shape {
    display: none;
  }
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 237px 0 150px;
  z-index: 9;
  text-align: center;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding: 220px 0 140px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    padding: 200px 0 120px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    padding: 180px 0 100px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading {
    padding: 180px 0 100px;
  }
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 80px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 44px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: inline-flex;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--theme);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--white);
  transform: rotate(-40deg);
}

.error-items {
  text-align: center;
}
.error-items .error-image {
  max-width: 660px;
  margin: 0 auto;
}
.error-items .error-image img {
  width: 100%;
  height: 100%;
}
.error-items h2 {
  margin-top: 30px;
  font-size: 60px;
}
.error-items h2 span {
  color: var(--theme);
}
.error-items p {
  margin-top: 15px;
}
.error-items .theme-btn {
  border-radius: 0;
  color: var(--header);
  font-weight: 700;
  margin-top: 20px;
}
.error-items .theme-btn::before {
  background-color: var(--white);
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot {
  text-align: center;
}
.swiper-dot .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  transition: 0.6s;
  background-color: var(--white);
  opacity: 1;
  border-radius: 60px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 51px;
}

.mt-10 {
  margin-top: 10px;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.mt-60 {
  margin-top: 55px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.nice-select {
  background-color: transparent;
  border: transparent;
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
  border: none;
}
.nice-select:focus, .nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
  height: 8px;
  width: 8px;
  right: -25px;
  top: 15px;
  border-color: var(--header);
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
}
.nice-select .list {
  width: initial;
  background-color: var(--theme);
  box-shadow: none;
  overflow: initial;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  width: 100%;
  top: 100%;
  padding: 0;
  max-height: 50vh;
  overflow-x: auto;
  right: -50px;
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
  opacity: 1;
  display: block;
}
.nice-select .list::-webkit-scrollbar-button, .nice-select .list::-webkit-scrollbar-thumb {
  background: var(--header);
}
.nice-select .option {
  background-color: transparent;
  font-size: 16px;
  line-height: 150%;
  padding: 4px 5px;
  min-height: initial;
  font-weight: 500;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .current {
  font-weight: 500;
  color: var(--header);
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--border);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: all 0.4s ease-in-out;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 6 free";
  content: "\f062";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--theme);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid var(--border);
  color: var(--text);
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--header);
  border: 1px solid transparent;
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.margin-top-10 {
  margin-top: -10px;
}

.margin-bottom-8 {
  margin-bottom: -10px;
}

.margin-top-5 {
  margin-top: -5px !important;
}

.margin-top-60 {
  margin-top: -65px;
}
@media (max-width: 1399px) {
  .margin-top-60 {
    margin-top: -25px;
  }
}
@media (max-width: 1199px) {
  .margin-top-60 {
    margin-top: -27px;
  }
}
@media (max-width: 991px) {
  .margin-top-60 {
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .margin-top-60 {
    margin-top: -65px;
  }
}

.bor-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
}

.gap-100 {
  gap: 80px !important;
}

.border-none {
  border: none !important;
}

.footer-bg {
  background: #161616;
}

.whitehover {
  color: var(--white) !important;
}

.rot60 {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.bt-border {
  border-top: 1px solid #454750 !important;
}

.d-opacity {
  opacity: 0;
  visibility: hidden;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.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:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.hero-1 {
  position: relative;
  padding: 190px 0 100px;
}
@media (max-width: 1199px) {
  .hero-1 {
    padding: 150px 0 100px;
  }
}
@media (max-width: 767px) {
  .hero-1 {
    padding: 130px 0 80px;
  }
}
.hero-1 .cross-shape {
  position: absolute;
  left: 4%;
  top: 10%;
}
.hero-1 .cross-shape-2 {
  position: absolute;
  right: 3%;
  bottom: 30%;
}
.hero-1 .waves-shape {
  position: absolute;
  left: 0;
  bottom: 15%;
}
.hero-1 .icon-shape {
  position: absolute;
  left: 40%;
  top: 10%;
  animation: rounded 5s linear infinite;
}
.hero-1 .frame-shape {
  position: absolute;
  top: 8%;
  right: 3%;
}
.hero-1 .video-btn {
  width: 155px;
  height: 155px;
  line-height: 155px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 15%;
  top: 20%;
}
@media (max-width: 1600px) {
  .hero-1 .video-btn {
    display: none;
  }
}
.hero-1 .video-btn .video-text {
  position: absolute;
  top: 13px;
  left: 13px;
  animation: cir36 10s linear infinite;
}
.hero-1 .video-btn .video-box {
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--white);
  font-size: 22px;
}
.hero-1 .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1899px) {
  .hero-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .container-fluid {
    padding: 0 30px;
  }
}
.hero-1 .hero-content {
  margin-bottom: 67px;
  position: relative;
  z-index: 9;
}
.hero-1 .hero-content h1 {
  color: var(--white);
}
@media (max-width: 1399px) {
  .hero-1 .hero-content h1 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 88px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 58px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 40px;
  }
}
.hero-1 .hero-content .hero-sub-title {
  display: flex;
  align-items: center;
  gap: 120px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content .hero-sub-title {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content .hero-sub-title {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.hero-1 .hero-content .hero-sub-title h2 {
  font-size: 120px;
  font-weight: 800;
  color: var(--white);
}
@media (max-width: 1399px) {
  .hero-1 .hero-content .hero-sub-title h2 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content .hero-sub-title h2 {
    font-size: 88px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content .hero-sub-title h2 {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content .hero-sub-title h2 {
    font-size: 58px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content .hero-sub-title h2 {
    font-size: 40px;
  }
}
.hero-1 .hero-content .hero-sub-title .hero-text {
  max-width: 495px;
  margin-bottom: -50px;
}
.hero-1 .hero-content .hero-sub-title .hero-text .link-btn {
  display: inline-block;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--white);
  padding-bottom: 10px;
  margin-top: 20px;
}
.hero-1 .hero-content .hero-sub-title .hero-text .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
}
.hero-1 .hero-content .hero-sub-title .hero-text .link-btn:hover {
  color: var(--theme);
  border-bottom: 1px solid var(--theme);
}
.hero-1 .hero-content .hero-sub-title .hero-text .link-btn:hover i {
  transform: rotate(0);
}
.hero-1 .hero-content-2 {
  position: relative;
  z-index: 9;
}
.hero-1 .hero-content-2 h1 {
  font-size: 200px;
  text-transform: capitalize;
  font-weight: 800;
  color: var(--white);
}
@media (max-width: 1399px) {
  .hero-1 .hero-content-2 h1 {
    font-size: 180px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content-2 h1 {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content-2 h1 {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content-2 h1 {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content-2 h1 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
.hero-1 .hero-content-2 .content {
  max-width: 500px;
}
.hero-1 .hero-content-2 .content .link-btn {
  display: inline-block;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--white);
  padding-bottom: 10px;
  margin-top: 20px;
}
.hero-1 .hero-content-2 .content .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
}
.hero-1 .hero-content-2 .content .link-btn:hover {
  color: var(--theme);
  border-bottom: 1px solid var(--theme);
}
.hero-1 .hero-content-2 .content .link-btn:hover i {
  transform: rotate(0);
}
.hero-1 .hero-content-2 .content .hero-items {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 50px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .hero-1 .hero-content-2 .content .hero-items {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.hero-1 .hero-content-2 .content .hero-items .box-items {
  padding: 25px;
  border-radius: 10px;
  background: radial-gradient(276.33% 200.83% at 47.19% -80%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(21px);
}
.hero-1 .hero-content-2 .content .hero-items .box-items h3 {
  font-size: 22px;
  color: var(--white);
  margin-bottom: 20px;
}
.hero-1 .hero-content-2 .content .hero-items .video-btn-2 {
  width: 155px;
  height: 155px;
  line-height: 155px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
}
.hero-1 .hero-content-2 .content .hero-items .video-btn-2 .video-text {
  position: absolute;
  top: 13px;
  left: 13px;
  animation: cir36 10s linear infinite;
}
.hero-1 .hero-content-2 .content .hero-items .video-btn-2 .video-box {
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--white);
  font-size: 22px;
}
.hero-1 .nav {
  display: grid;
  gap: 16px;
  padding: 0;
}
.hero-1 .nav .nav-item .nav-link {
  background-color: transparent;
  border: 1px solid var(--border);
  font-size: 30px;
  font-weight: 800;
  color: var(--white);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 37px 50px;
  border-radius: 30px;
  line-height: 1;
}
@media (max-width: 1600px) {
  .hero-1 .nav .nav-item .nav-link {
    font-size: 20px;
    padding: 25px 35px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .nav .nav-item .nav-link {
    font-size: 18px;
    padding: 18px 30px;
  }
}
@media (max-width: 767px) {
  .hero-1 .nav .nav-item .nav-link {
    padding: 18px 35px;
  }
}
.hero-1 .nav .nav-item .nav-link.active {
  background-color: var(--theme);
  color: var(--header);
}
.hero-1 .hero-image {
  margin-bottom: 80px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .hero-1 .hero-image {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-image {
    margin-bottom: 30px;
  }
}
.hero-1 .hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.hero-1 .hero-thumb-2 {
  position: absolute;
  bottom: 135px;
  right: 50px;
  z-index: 9;
}
@media (max-width: 1600px) {
  .hero-1 .hero-thumb-2 {
    max-width: 750px;
  }
  .hero-1 .hero-thumb-2 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1399px) {
  .hero-1 .hero-thumb-2 {
    max-width: 650px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-thumb-2 {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-thumb-2 {
    display: none;
  }
}
.hero-1.hero-2 {
  padding: 190px 0 134px;
}
@media (max-width: 1399px) {
  .hero-1.hero-2 {
    padding: 170px 0 120px;
  }
}
@media (max-width: 1199px) {
  .hero-1.hero-2 {
    padding: 150px 0 100px;
  }
}
@media (max-width: 767px) {
  .hero-1.hero-2 {
    padding: 120px 0 80px;
  }
}

.hero-2 {
  position: relative;
  z-index: 9;
  padding: 155px 0 440px;
  position: relative;
}
@media (max-width: 1399px) {
  .hero-2 {
    padding: 200px 0 150px;
  }
}
@media (max-width: 767px) {
  .hero-2 {
    padding: 140px 0 120px;
  }
}
@media (max-width: 575px) {
  .hero-2 {
    padding: 120px 0 100px;
  }
}
.hero-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(18, 19, 21, 0.85);
}
.hero-2 .hero-image {
  position: absolute;
  top: 168px;
  left: 89px;
}
@media (max-width: 1899px) {
  .hero-2 .hero-image {
    left: 0;
  }
  .hero-2 .hero-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1600px) {
  .hero-2 .hero-image {
    max-width: 500px;
    left: 0;
  }
  .hero-2 .hero-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-image {
    display: none;
  }
}
.hero-2 .hero-image-2 {
  position: absolute;
  top: 168px;
  right: 89px;
}
@media (max-width: 1600px) {
  .hero-2 .hero-image-2 {
    max-width: 500px;
    right: 0;
  }
  .hero-2 .hero-image-2 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-image-2 {
    display: none;
  }
}
.hero-2 .hero-image-2 .video-box {
  width: 218px;
  height: 218px;
  text-align: center;
  background-color: var(--theme);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99;
}
.hero-2 .hero-image-2 .video-box .video-btn {
  width: 62px;
  height: 62px;
  background-color: var(--header);
  color: var(--white);
  line-height: 62px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.hero-2 .hero-image-2 .video-box .video-btn::before {
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--header);
  content: "";
}
.hero-2 .hero-image-2 .video-box .video-text {
  color: var(--header);
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
}
.hero-2 .hero-image-2 .video-box .video-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-2 .hero-content {
  position: relative;
  z-index: 9;
  margin-left: 50px;
  margin-top: -35px;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
  }
}
.hero-2 .hero-content h1 {
  font-size: 90px;
  color: var(--white);
  letter-spacing: -2.7px;
  text-transform: uppercase;
  line-height: 118%;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 42px;
  }
}
.hero-2 .hero-content h1 b {
  text-align: center;
  display: block;
}
.hero-2 .hero-text {
  max-width: 500px;
  position: absolute;
  bottom: 85px;
  right: 28%;
}
@media (max-width: 1399px) {
  .hero-2 .hero-text {
    position: static;
    text-align: center;
    margin: 30px auto 0;
  }
}
.hero-2 .hero-text p {
  font-weight: 500;
  color: var(--text);
  margin-bottom: 25px;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--white);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 35px 0;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 40s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 120px;
  font-weight: 800;
  line-height: 100px;
  text-transform: uppercase;
}
.scrolling-wrap .comm .cmn-textslide.style-2 {
  font-size: 40px;
  color: var(--white);
}
.scrolling-wrap .comm .text-custom-storke {
  -webkit-text-stroke: 1.5px rgb(255, 255, 255);
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 120px;
}
.scrolling-wrap .comm.style-3 .cmn-textslide {
  font-size: 70px;
  font-style: italic;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
}
.scrolling-wrap .comm.style-3 .text-custom-storke {
  font-size: 70px;
  font-style: italic;
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 60px;
    line-height: 65px;
  }
  .scrolling-wrap .comm img {
    width: 70px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 40px;
    line-height: 55px;
  }
  .scrolling-wrap .comm img {
    width: 50px;
    object-fit: contain;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 24px;
    line-height: 35px;
  }
  .scrolling-wrap .comm img {
    width: 50px;
    object-fit: contain;
  }
}
.scrolling-wrap.style-2 {
  padding: 0;
  border: none;
  margin-top: -48px;
}
.scrolling-wrap.style-2 .comm .cmn-textslide {
  font-size: 100px;
  font-weight: 700;
  line-height: 85px;
  text-transform: uppercase;
  color: var(--white);
}
.scrolling-wrap.style-2 .comm .text-custom-storke {
  font-size: 100px;
  font-weight: 700;
  line-height: 85px;
  text-transform: uppercase;
}
.scrolling-wrap.style-2 .comm.style-3 .cmn-textslide {
  font-size: 70px;
  font-style: italic;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
}
.scrolling-wrap.style-2 .comm.style-3 .text-custom-storke {
  font-size: 70px;
  font-style: italic;
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
}

.marquee-section {
  margin-top: 85px;
}
@media (max-width: 1600px) {
  .marquee-section {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .marquee-section {
    margin-top: -20px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@media (max-width: 1399px) {
  .marquee-section-22 {
    margin-top: 30px !important;
  }
}

.digital-marketing {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
}
.digital-marketing .comm {
  display: flex;
  align-items: center;
  animation: scroll 40s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.digital-marketing .comm .cmn-textslide {
  font-size: 80px;
  font-weight: 600;
  line-height: 110px;
  opacity: 25%;
  transition: all 0.5s;
  text-transform: capitalize;
}
.digital-marketing .comm .cmn-textslide .serial-badge {
  padding: 7px 15px;
  width: 80px;
  line-height: initial;
  font-size: 16px;
  border: 1px solid #454750;
  border-radius: 100px;
  gap: 10px !important;
  text-align: center;
}
.digital-marketing .comm .cmn-textslide .serial-badge i {
  transform: rotate(-40deg);
  color: var(--theme);
}
.digital-marketing .comm .cmn-textslide .digital-thumb {
  max-width: 330px;
  max-height: 235px;
  margin: -150px auto 0;
  transform: scale(0);
  visibility: hidden;
  transition: all 0.6s;
}
.digital-marketing .comm .cmn-textslide .digital-thumb img {
  width: 100%;
  height: 100%;
}
.digital-marketing .comm .cmn-textslide:hover {
  opacity: 1;
}
.digital-marketing .comm .cmn-textslide:hover .digital-thumb {
  transform: scale(1);
  visibility: visible;
}
@media (max-width: 1199px) {
  .digital-marketing .comm {
    display: flex;
    align-items: center;
    animation: scroll 40s linear infinite;
    gap: 30px;
    cursor: pointer;
  }
  .digital-marketing .comm .cmn-textslide {
    font-size: 48px;
    line-height: 110px;
  }
  .digital-marketing .comm .cmn-textslide .digital-thumb {
    max-width: 230px;
    max-height: 235px;
    margin: -150px auto 0;
  }
}
@media (max-width: 991px) {
  .digital-marketing .comm {
    gap: 16px;
    cursor: pointer;
  }
  .digital-marketing .comm .cmn-textslide {
    font-size: 36px;
  }
  .digital-marketing .comm .cmn-textslide .digital-thumb {
    max-width: 170px;
    max-height: 105px;
    margin: -100px auto 0;
  }
}

.text-slie-reverse .comm {
  display: flex;
  align-items: center;
  animation: scroll 80s linear infinite;
}

.digital-software .comm .cmn-textslide {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
}
.digital-software .comm img {
  width: 65px;
}
@media (max-width: 575px) {
  .digital-software .comm .cmn-textslide {
    font-size: 30px;
    font-weight: 700;
    line-height: 58px;
  }
  .digital-software .comm img {
    width: 55px;
  }
}

.brand-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 60px 0;
}

.blog-box-item {
  margin-top: 30px;
}
.blog-box-item .blog-content {
  margin-bottom: 25px;
}
.blog-box-item .blog-content .post-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.blog-box-item .blog-content .post-list li {
  font-size: 16px;
  font-weight: 500;
  color: #ABABAB;
}
.blog-box-item .blog-content .post-list li span {
  color: var(--white);
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 20px;
}
.blog-box-item .blog-content h3 a {
  color: var(--white);
}
.blog-box-item .blog-content h3 a:hover {
  color: var(--theme);
}
.blog-box-item .blog-content.style-2 {
  margin-bottom: 0;
  margin-top: 25px;
}
.blog-box-item .blog-image {
  position: relative;
  overflow: hidden;
}
.blog-box-item .blog-image img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog-box-item .blog-image::before {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 500ms linear;
  z-index: 22;
}
.blog-box-item:hover .blog-image img {
  transform: scale(1.1);
}
.blog-box-item:hover .blog-image::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 500ms linear;
}

.news-box-items {
  margin-top: 30px;
  background-color: var(--bg);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.news-box-items .news-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.news-box-items .news-image img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-box-items .news-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-box-items .news-content {
  padding: 20px 30px;
}
.news-box-items .news-content .post-list {
  display: flex;
  align-items: center;
  gap: 95px;
  margin-bottom: 15px;
}
.news-box-items .news-content .post-list li {
  transition: all 0.4s ease-in-out;
}
.news-box-items .news-content h4 {
  margin-bottom: 30px;
}
.news-box-items .news-content h4 a {
  color: var(--white);
}
.news-box-items .news-content h4 a:hover {
  color: var(--theme);
}
.news-box-items .news-content .author-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding-top: 30px;
  transition: all 0.4s ease-in-out;
}
.news-box-items .news-content .author-items .author-info {
  display: flex;
  align-items: center;
  gap: 14px;
}
.news-box-items .news-content .author-items .author-info .content h6 {
  font-size: 14px;
}
.news-box-items .news-content .author-items .author-info .content p {
  font-size: 14px;
}
.news-box-items .news-content .author-items .link-btn {
  color: var(--theme);
}
.news-box-items .news-content .link-btn {
  display: inline-block;
  color: var(--text);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.news-box-items .news-content .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
}
.news-box-items .news-content .link-btn:hover {
  color: var(--theme);
}
.news-box-items .news-content .link-btn:hover i {
  margin-left: 10px;
  transform: rotate(0);
}
.news-box-items:hover .news-image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-box-items:hover .news-image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-standard-wrapper .news-standard-items {
  border: 1px solid #454750;
  padding: 30px;
}
.news-standard-wrapper .news-standard-items:not(:last-child) {
  margin-bottom: 20px;
}
.news-standard-wrapper .news-standard-items .news-thumb {
  position: relative;
}
.news-standard-wrapper .news-standard-items .news-thumb img {
  width: 100%;
  height: 100%;
}
.news-standard-wrapper .news-standard-items .news-content {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
.news-standard-wrapper .news-standard-items .news-content .date-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .news-standard-wrapper .news-standard-items .news-content .date-list {
    gap: 20px;
  }
}
.news-standard-wrapper .news-standard-items .news-content .date-list li {
  font-size: 16px;
  font-weight: 400;
}
.news-standard-wrapper .news-standard-items .news-content .date-list li b {
  font-weight: 500;
  color: var(--theme);
}
.news-standard-wrapper .news-standard-items .news-content .date-list li.color-2 {
  color: var(--text);
  position: relative;
  padding-left: 20px;
}
.news-standard-wrapper .news-standard-items .news-content .date-list li.color-2::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: var(--theme);
}
.news-standard-wrapper .news-standard-items .news-content h3 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 24px;
}
.news-standard-wrapper .news-standard-items .news-content h3 a {
  color: var(--white);
}
.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
  color: var(--theme);
}
.news-standard-wrapper .news-standard-items .news-content .news-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-standard-wrapper .news-standard-items .news-content .news-button .link-btn {
  background-color: var(--bg);
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
  color: var(--theme);
  display: inline-block;
}
.news-standard-wrapper .news-standard-items .news-content .news-button .link-btn:hover {
  background-color: var(--white);
  color: var(--black);
}
.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile {
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
}
.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile ul {
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile ul li a {
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: block;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
}
.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile ul li a:hover {
  color: var(--theme);
}
.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  background: transparent;
  color: var(--text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px 24px;
  border: 1px solid var(--border);
  line-height: 1;
}
.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile .plus-btn i {
  color: var(--theme);
}
.news-standard-wrapper .news-standard-items .news-content .news-button .social-profile:hover ul {
  opacity: 1;
  visibility: visible;
}

.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: var(--bg);
  margin-bottom: 30px;
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
}
.main-sidebar .single-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  font-size: 16px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 4px;
  background-color: transparent;
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 0 4px 4px 0;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px;
  background-color: transparent;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--border);
  border-radius: 0;
  font-size: 18px;
  line-height: 1;
  border-radius: 4px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  font-weight: 600;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 11px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 0;
  color: #646464;
  border: 1px solid var(--border);
  transition: all 0.4s ease-in-out;
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .case-content-box .case-infobox li {
  color: var(--white);
  font-weight: 600;
  padding: 20px 0;
}
.main-sidebar .single-sidebar-widget .case-content-box .case-infobox li:not(:last-child) {
  border-bottom: 1px solid #454750;
}
.main-sidebar .single-sidebar-widget .case-content-box .theme-btn {
  width: 100%;
  color: var(--white);
  margin-top: 18px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
}
.main-sidebar .single-sidebar-widget .case-content-box .theme-btn i {
  margin-left: 0;
  margin-right: 10px;
}
.main-sidebar .single-sidebar-widget .case-content-box .theme-btn::before {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .case-content-box .theme-btn:hover {
  color: var(--header);
}

.news-details-area .post-featured-thumb {
  height: 596px;
}
@media (max-width: 767px) {
  .news-details-area .post-featured-thumb {
    height: 520px;
  }
}
@media (max-width: 575px) {
  .news-details-area .post-featured-thumb {
    height: 420px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li {
  font-size: 16px;
  font-weight: 500;
  color: #ABABAB;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li span {
  color: var(--white);
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 20px;
}
.news-details-area .blog-post-details .single-blog-post .post-content h3 {
  margin-bottom: 20px;
  font-size: 48px;
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h3 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h3 {
    font-size: 28px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content h3 a:hover {
  color: var(--theme);
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
  border-left: 4px solid var(--theme);
  padding: 40px;
  background-color: var(--bg);
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p {
  font-weight: 600;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
  color: var(--white);
  line-height: 162%;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text svg {
  float: right;
  margin-top: -30px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
  width: 100%;
  height: 100%;
}
.news-details-area .blog-post-details .tag-share-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud span {
  display: inline-block;
  font-weight: 600;
  color: var(--white);
  margin-right: 15px;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: var(--bg);
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  color: var(--text);
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--header);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share span {
  font-size: 16px;
  color: var(--header);
  font-weight: 600;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a {
  font-size: 16px;
  color: var(--text);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
  color: var(--theme);
}
.news-details-area .blog-post-details .comments-area {
  margin-top: 40px;
}
.news-details-area .blog-post-details .comments-area .comments-heading {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .comments-heading h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 22px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid var(--border);
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .star i {
  color: var(--theme);
  font-size: 14px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: 400;
  background-color: #161616;
  color: var(--theme);
}
.news-details-area .blog-post-details .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt span {
  color: var(--header);
  display: inline-block;
  margin-bottom: 10px;
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #414141;
  background: #161616;
  padding: 16px 20px;
  font-weight: 500;
  border-radius: 8px;
  color: #969696;
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 162px;
}
.news-details-area .blog-post-details .comment-form-wrap .theme-btn {
  color: var(--header);
  border-radius: 6px;
  font-weight: 700;
}
.news-details-area .blog-post-details .comment-form-wrap .theme-btn i {
  transform: rotate(-40deg);
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}
.news-details-area .blog-post-details .comment-form-wrap .theme-btn::before {
  background-color: var(--white);
}
.news-details-area .blog-post-details .comment-form-wrap .theme-btn:hover {
  color: var(--header);
}
.news-details-area .blog-post-details .comment-form-wrap .theme-btn:hover i {
  transform: rotate(0deg);
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Plus Jakarta Sans", sans-serif, "Manrope", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--white);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #161616;
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--theme);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.back-to-top {
  border-radius: 50%;
  background-color: transparent;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.back-to-top:hover {
  background-color: var(--theme);
  color: var(--header);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.pricing-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .pricing-items {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
.pricing-items .pricing-header p {
  font-weight: 500;
  color: var(--white);
  opacity: 0.8;
  margin-bottom: 5px;
}
.pricing-items .pricing-header h3 {
  font-size: 30px;
  color: var(--white);
}
.pricing-items h4 {
  font-size: 24px;
  color: var(--white);
  text-align: center;
}
.pricing-items .link-btn {
  display: inline-block;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing-items .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
}
.pricing-items .link-btn:hover {
  color: var(--theme);
}
.pricing-items .link-btn:hover i {
  transform: rotate(0);
}
.pricing-items.active {
  background-color: var(--bg);
  margin-top: 0;
  padding: 40px 30px;
}

.pricing-content {
  margin-right: 40px;
}
@media (max-width: 1399px) {
  .pricing-content {
    margin-right: 0;
  }
}
.pricing-content .check-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  margin-bottom: 50px;
}
.pricing-content .check-list li {
  color: #BEBEBE;
}
.pricing-content .check-list li i {
  color: var(--white);
  margin-right: 15px;
}
.pricing-content .link-btn {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 11px 25px;
}
.pricing-content .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}
.pricing-content .link-btn:hover {
  background-color: var(--theme);
  color: var(--header);
}
.pricing-content .link-btn:hover i {
  transform: rotate(0);
}

.single-pricing-items {
  display: flex;
  align-items: center;
  gap: 80px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 50px 40px;
}
@media (max-width: 991px) {
  .single-pricing-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.single-pricing-items:not(:last-child) {
  margin-bottom: 30px;
}
.single-pricing-items .pricing-header {
  max-width: 350px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 50px;
}
@media (max-width: 991px) {
  .single-pricing-items .pricing-header {
    border: none;
    padding-right: 0;
  }
}
.single-pricing-items .pricing-header h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.single-pricing-items .price-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 575px) {
  .single-pricing-items .price-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.single-pricing-items .price-items .price-list li {
  color: #BEBEBE;
}
.single-pricing-items .price-items .price-list li:not(:last-child) {
  margin-bottom: 10px;
}
.single-pricing-items .price-items .price-list li i {
  color: var(--white);
  margin-right: 10px;
}
.single-pricing-items .price-items .price-cont h2 {
  font-size: 32px;
}
.single-pricing-items .price-items .price-cont h2 sub {
  font-size: 18px;
}
.single-pricing-items .price-items .price-cont .link-btn {
  margin-top: 20px;
  display: inline-block;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.single-pricing-items .price-items .price-cont .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
}
.single-pricing-items .price-items .price-cont .link-btn:hover {
  color: var(--theme);
}
.single-pricing-items .price-items .price-cont .link-btn:hover i {
  transform: rotate(0);
}

.pricing-card-items {
  margin-top: 30px;
  background-color: var(--bg);
  padding: 40px;
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.pricing-card-items .pricing-header {
  max-width: 170px;
  padding-bottom: 30px;
}
.pricing-card-items .pricing-header h3 {
  border-bottom: 2px solid var(--theme);
  padding-bottom: 15px;
}
.pricing-card-items .pricing-header h2 {
  font-size: 38px;
  color: var(--white);
  padding-top: 15px;
}
.pricing-card-items .pricing-header h2 span {
  font-size: 16px;
}
.pricing-card-items .pricing-list {
  border-top: 1px solid #D9D9D9;
  padding-top: 30px;
}
.pricing-card-items .pricing-list li {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}
.pricing-card-items .pricing-list li:not(:last-child) {
  margin-bottom: 15px;
}
.pricing-card-items .pricing-list li i {
  color: var(--theme);
  margin-right: 10px;
}
.pricing-card-items .pricing-list li.style-2 {
  color: var(--text);
}
.pricing-card-items .pricing-list li.style-2 i {
  color: var(--text);
}
.pricing-card-items .header-button {
  margin-top: 40px;
}
.pricing-card-items .header-button .theme-btn.style-2 {
  background-color: var(--header);
}
.pricing-card-items .header-button .theme-btn.style-2::before {
  background-color: var(--theme);
}
.pricing-card-items .header-button .theme-btn.style-2 span {
  position: relative;
}
.pricing-card-items .header-button .theme-btn.style-2 span::before {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  width: 4px;
  height: 25px;
  background-color: var(--theme);
  z-index: 99;
  content: "";
}
@media (max-width: 767px) {
  .pricing-card-items .header-button .theme-btn.style-2 span::before {
    left: -32px;
  }
}
.pricing-card-items .header-button .theme-btn.style-2:hover {
  color: var(--header);
}
.pricing-card-items .pricing-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.pricing-card-items.active .pricing-header h3 {
  color: var(--theme);
}
.pricing-card-items.active .pricing-header h2 {
  color: var(--white);
}
.pricing-card-items.active .header-button .theme-btn {
  color: var(--header);
}
.pricing-card-items:hover {
  transform: translateY(-10px);
}

.pricing-section-3 {
  z-index: 1;
}
.pricing-section-3 .nav {
  border: unset;
  border-radius: 10px;
  overflow: hidden;
}
.pricing-section-3 .nav .nav-item .nav-link {
  border: unset;
  padding: 15px 26px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  background: #161616;
}
.pricing-section-3 .nav .nav-item .nav-link.active {
  background: var(--theme);
  color: var(--header);
}
.pricing-section-3 .prcing-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .pricing-section-3 .prcing-shape {
    display: none;
  }
}

.other-pricing-item {
  background: url(../image/pricing-itembg.png) no-repeat center center;
  background-size: cover;
  height: 243px;
  border: 1px solid rgba(227, 227, 227, 0.2);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
  margin-top: 30px;
}
.other-pricing-item .pricinge-head {
  min-width: 400px;
  border-right: 1px solid rgba(227, 227, 227, 0.2);
  height: 243px;
  transition: all 0.5s;
}
.other-pricing-item .pricinge-head h4 {
  font-size: 32px;
}
.other-pricing-item .pricinge-head p {
  max-width: 314px;
}
.other-pricing-item .pricing-list-right {
  width: 100%;
  padding: 0 55px;
}
@media (max-width: 991px) {
  .other-pricing-item .pricing-list-right {
    padding: 0 47px 24px;
  }
}
@media (max-width: 991px) {
  .other-pricing-item .pricing-list-right .price-choose {
    margin-top: 20px;
  }
}
.other-pricing-item .pricing-list-right .price-choose .month {
  font-size: 18px;
  font-weight: 700;
}
.other-pricing-item .pricing-list-right .price-choose h4 {
  font-size: 32px;
}
.other-pricing-item .price-under {
  border-bottom: 1px solid var(--white);
  display: inline-block;
  color: var(--white);
}
.other-pricing-item .price-under i {
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
}
.other-pricing-item .price-under:hover {
  border-color: var(--theme);
  color: var(--theme);
}
.other-pricing-item .price-under:hover i {
  color: var(--theme);
  transform: rotate(0deg);
}
.other-pricing-item .pricing-list li i {
  color: var(--theme);
}
.other-pricing-item:hover {
  border-color: var(--theme);
}
.other-pricing-item:hover .pricinge-head {
  border-right: 1px solid var(--theme);
}
@media (max-width: 1199px) {
  .other-pricing-item .pricinge-head {
    min-width: 300px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .other-pricing-item {
    display: grid !important;
    height: initial;
  }
  .other-pricing-item .pricinge-head {
    height: initial;
    margin-bottom: 24px;
    margin-top: 24px;
    border-right: unset;
  }
}

.case-study-items {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: end;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .case-study-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.case-study-items span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 16px;
  border-radius: 100px;
  line-height: 1;
  color: var(--white);
  font-weight: 500;
}
@media (max-width: 991px) {
  .case-study-items span {
    left: initial;
    right: 0;
    top: -20px;
  }
}
.case-study-items .case-study-content p {
  font-weight: 500;
  color: #ABABAB;
  margin-bottom: 5px;
}
.case-study-items .case-study-content h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .case-study-items .case-study-content h3 {
    font-size: 26px;
  }
  .case-study-items .case-study-content h3 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .case-study-items .case-study-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .case-study-items .case-study-content h3 {
    font-size: 22px;
  }
}
.case-study-items .case-study-content h3 a {
  color: var(--white);
}
.case-study-items .case-study-content h3 a:hover {
  color: var(--theme);
}
.case-study-items .case-study-content .link-btn {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 19px 30px;
  line-height: 1;
}
.case-study-items .case-study-content .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}
.case-study-items .case-study-content .link-btn:hover {
  background-color: var(--white);
  color: var(--header);
}
.case-study-items .case-study-content .link-btn:hover i {
  transform: rotate(0);
}
.case-study-items .case-study-thumb img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .case-study-wrapper .case-study-image {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .case-study-wrapper .case-study-image {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .case-study-wrapper .case-study-image {
    height: 430px;
  }
}
.case-study-wrapper .case-study-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-study-wrapper .case-study-content {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .case-study-wrapper .case-study-content {
    margin-left: 0;
  }
}
.case-study-wrapper .case-study-content .case-study-items-2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .case-study-wrapper .case-study-content .case-study-items-2 {
    flex-wrap: wrap;
    gap: 0;
  }
}
.case-study-wrapper .case-study-content .case-study-items-2:not(:last-child) {
  margin-bottom: 25px;
}
.case-study-wrapper .case-study-content .case-study-items-2 .content span {
  display: inline-block;
  font-weight: 500;
  color: var(--white);
  opacity: 0.8;
  margin-bottom: 8px;
}
.case-study-wrapper .case-study-content .case-study-items-2 .content h3 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .case-study-wrapper .case-study-content .case-study-items-2 .content h3 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .case-study-wrapper .case-study-content .case-study-items-2 .content h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .case-study-wrapper .case-study-content .case-study-items-2 .content h3 {
    font-size: 22px;
  }
}
.case-study-wrapper .case-study-content .case-study-items-2 .content h3 a {
  color: var(--white);
}
.case-study-wrapper .case-study-content .case-study-items-2 .content h3 a:hover {
  color: var(--theme);
}
.case-study-wrapper .case-study-content .case-study-items-2 .link-btn {
  margin-top: 20px;
  display: inline-block;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.case-study-wrapper .case-study-content .case-study-items-2 .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
}
.case-study-wrapper .case-study-content .case-study-items-2 .link-btn:hover {
  color: var(--theme);
}
.case-study-wrapper .case-study-content .case-study-items-2 .link-btn:hover i {
  transform: rotate(0);
}
.case-study-wrapper .case-study-content .case-study-items-2 .case-study-hover {
  width: 255px;
  height: 265px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  border-radius: 30px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  visibility: hidden;
}
.case-study-wrapper .case-study-content .case-study-items-2:hover .case-study-hover {
  opacity: 1;
  visibility: visible;
}

.project-single-items .project-thumb {
  position: relative;
  height: 489px;
}
@media (max-width: 575px) {
  .project-single-items .project-thumb {
    height: 400px;
  }
}
.project-single-items .project-thumb img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .project-single-items .project-thumb img {
    object-fit: cover;
  }
}
.project-single-items .project-thumb::before {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 500ms linear;
  z-index: 22;
}
.project-single-items .project-thumb .icon {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 15px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .project-single-items .project-thumb .icon {
    right: initial;
    bottom: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--theme);
    color: var(--header);
  }
}
.project-single-items .project-thumb .icon i {
  transform: rotate(-40deg);
  font-size: 22px;
  transition: all 0.4s ease-in-out;
}
.project-single-items .project-thumb .icon:hover {
  background-color: var(--theme);
  color: var(--header);
}
.project-single-items .project-thumb .icon:hover i {
  transform: rotate(0deg);
}
.project-single-items .project-content {
  margin-top: 25px;
}
.project-single-items .project-content span {
  display: inline-flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border: 1px solid #454750;
  border-radius: 100px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--theme);
  margin-bottom: 20px;
}
.project-single-items .project-content .title-item {
  border-bottom: 1px solid #454750;
  padding-bottom: 20px;
}
.project-single-items .project-content h3 a {
  color: var(--white);
}
.project-single-items .project-content h3 a:hover {
  color: var(--theme);
}
.project-single-items:hover .project-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 500ms linear;
}

.project-details-wrapper .project-details-items {
  padding: 30px;
  background-color: #1D1D1D;
}
.project-details-wrapper .project-details-items .details-image img {
  width: 100%;
  height: 100%;
}
.project-details-wrapper .project-details-items .details-image .content {
  margin-top: 25px;
}
.project-details-wrapper .project-details-items .details-image .content h2 {
  font-size: 42px;
}
.project-details-wrapper .project-details-items .case-content-box {
  background-color: #161616;
  padding: 20px 40px 50px;
}
.project-details-wrapper .project-details-items .case-content-box .case-infobox li {
  color: var(--white);
  font-weight: 600;
  padding: 20px 0;
}
.project-details-wrapper .project-details-items .case-content-box .case-infobox li:not(:last-child) {
  border-bottom: 1px solid #454750;
}
.project-details-wrapper .project-details-items .case-content-box .theme-btn {
  width: 100%;
  border-radius: 0;
  color: var(--header);
  margin-top: 18px;
}
.project-details-wrapper .project-details-items .case-content-box .theme-btn i {
  margin-left: 0;
  margin-right: 10px;
}
.project-details-wrapper .project-details-items .case-content-box .theme-btn::before {
  background-color: var(--white);
}
.project-details-wrapper .project-details-content {
  margin-top: 30px;
}
.project-details-wrapper .project-details-content h2 {
  font-size: 50px;
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .project-details-wrapper .project-details-content h2 {
    font-size: 34px;
  }
}
.project-details-wrapper .project-details-content h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-content h3 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .project-details-wrapper .project-details-content h3 {
    font-size: 28px;
  }
}
.project-details-wrapper .project-details-content .details-image img {
  width: 100%;
  height: 100%;
}
.project-details-wrapper .project-details-content .list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-content .list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-details-wrapper .project-details-content .list-items li {
  color: #BEBEBE;
  text-transform: capitalize;
  position: relative;
}
.project-details-wrapper .project-details-content .list-items li span {
  padding-left: 25px;
  display: inline-block;
}
.project-details-wrapper .project-details-content .list-items li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--theme);
}
.project-details-wrapper .project-details-content .list-items li:not(:last-child) {
  margin-bottom: 15px;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items {
  width: 100%;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .progress {
  background: #353536;
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 8px;
  width: 100%;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 8px;
  width: 0;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 76%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}

.project-wrapper-2 {
  margin-left: -320px;
  margin-right: -320px;
}
@media (max-width: 1199px) {
  .project-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }
}
.project-wrapper-2 .project-thumb {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.project-wrapper-2 .project-thumb img {
  width: 100%;
  height: 100%;
}
.project-wrapper-2 .project-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(18, 19, 21, 0.65) 0%, rgba(18, 19, 21, 0.65) 100%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.project-wrapper-2 .project-thumb .project-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -100px;
  z-index: 9;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-wrapper-2 .project-thumb .project-content h3 {
  font-size: 38px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .project-wrapper-2 .project-thumb .project-content h3 {
    font-size: 32px;
  }
}
.project-wrapper-2 .project-thumb .project-content h3 a {
  color: var(--white);
}
.project-wrapper-2 .project-thumb .project-content h3 a:hover {
  color: var(--theme);
}
.project-wrapper-2 .project-thumb .project-content span {
  color: var(--theme);
}
.project-wrapper-2 .project-thumb .project-content span i {
  margin-right: 5px;
}
.project-wrapper-2 .project-thumb .project-content .number {
  -webkit-text-stroke: 1px var(--white);
  -webkit-text-fill-color: transparent;
}
.project-wrapper-2 .project-thumb:hover::before {
  opacity: 1;
  visibility: visible;
}
.project-wrapper-2 .project-thumb:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.project-section .swiper-slide.swiper-slide-active .project-thumb::before {
  opacity: 1;
  visibility: visible;
}
.project-section .swiper-slide.swiper-slide-active .project-thumb .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.project-section .project-dot {
  text-align: center;
  margin-top: 50px;
}
.project-section .project-dot .swiper-pagination-bullet {
  width: 250px;
  height: 3px;
  border-radius: 0;
  background: var(--white);
  opacity: 1;
  transition: 0.6s;
  margin: 0 !important;
}
.project-section .project-dot .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--theme);
}
@media (max-width: 767px) {
  .project-section .project-dot {
    display: none;
  }
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title span {
  color: var(--white);
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  border-radius: 100px;
  border: 1px solid var(--border);
  padding: 6px 20px;
}
.section-title span i {
  margin-left: 10px;
  transform: rotate(-40deg);
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section-title-area .link-btn {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 11px 25px;
}
.section-title-area .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}
.section-title-area .link-btn:hover {
  background-color: var(--theme);
  color: var(--header);
}
.section-title-area .link-btn:hover i {
  transform: rotate(0);
}
.section-title-area .section-title {
  margin-bottom: 0 !important;
}
.section-title-area .review-cont .texts {
  font-size: 13px;
}
.section-title-area .review-cont i {
  color: var(--theme);
}
.section-title-area .customer-man li:not(:last-child) {
  margin-right: -12px;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.body-color {
  background-color: var(--bg-2);
}

.section-padding {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.service-box-items {
  margin-top: 30px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  position: relative;
}
.service-box-items .number {
  font-size: 50px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--white);
  opacity: 0.08;
  position: absolute;
  top: 40px;
  right: 35px;
}
.service-box-items .icon {
  font-size: 55px;
  color: var(--white);
}
.service-box-items .content {
  margin-top: 30px;
}
.service-box-items .content h3 {
  margin-bottom: 15px;
  font-size: 23px;
}
.service-box-items .content h3 a {
  color: var(--white);
}
.service-box-items .content h3 a:hover {
  color: var(--theme);
}
.service-box-items .content ul {
  margin-top: 20px;
  margin-bottom: 25px;
}
.service-box-items .content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.service-box-items .content ul li i {
  color: var(--white);
  margin-right: 10px;
}
.service-box-items .content .link-btn {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 11px 30px;
}
.service-box-items .content .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}
.service-box-items .content .link-btn:hover {
  background-color: var(--theme);
  color: var(--header);
}
.service-box-items .content .link-btn:hover i {
  transform: rotate(0);
}

.service-card-items {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  position: relative;
}
.service-card-items .icon {
  width: 50px;
  height: 50px;
  color: var(--white);
}
.service-card-items .content h3 {
  margin-bottom: 10px;
}
.service-card-items .content h3 a {
  color: var(--white);
}
.service-card-items .content h3 a:hover {
  color: var(--theme);
}
.service-card-items .content .link-btn {
  margin-top: 20px;
  display: inline-block;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.service-card-items .content .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
}
.service-card-items .content .link-btn:hover {
  color: var(--theme);
}
.service-card-items .content .link-btn:hover i {
  transform: rotate(0);
}
.service-card-items .service-box {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.service-card-items .service-box span {
  font-size: 24px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.service-card-items:hover .service-box span {
  color: var(--white);
}

.service-tabing-wrap .images-remove-area {
  transition: all 0.6s;
  margin-bottom: -400px;
  opacity: 0;
  transform: rotate(60);
}
.service-tabing-wrap .modern-list li {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
}
.service-tabing-wrap .modern-list li i {
  color: var(--theme);
  font-size: 14px;
}
.service-tabing-wrap .accordion-single {
  border: unset;
  overflow: hidden;
  transition: all 0.8s;
  border-radius: 0;
}
.service-tabing-wrap .accordion-single .accordion-btn::after {
  content: "+";
  font-family: "FontAwesome";
  font-size: 20px;
  transform: rotate(0deg);
  transition: all 0.5s;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  width: 44px;
  min-width: 44px;
  height: 44px;
  background: #1d1d1d;
  border-radius: 50%;
}
.service-tabing-wrap .accordion-single .accordion-btn::after:hover {
  cursor: pointer;
}
.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara {
  width: 450px;
}
.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara .serial-badge {
  padding: 10px 20px;
  transition: all 0.4s;
  border: 1px solid rgba(65, 65, 65, 0.3);
  border-radius: 100px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}
.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara .serial-badge .rot60 {
  margin-left: 10px;
  color: var(--theme);
}
.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara .mtitle {
  font-size: 30px;
  font-weight: 500;
}
.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara .pras {
  font-size: 16px;
  font-weight: 400;
  display: none !important;
  transform: scale(0);
  margin-top: 35px;
}
.service-tabing-wrap .accordion-single.active .images-remove-area {
  margin-bottom: 0px;
  opacity: 1;
}
.service-tabing-wrap .accordion-single.active .accordion-btn {
  height: initial;
  justify-content: space-between;
}
.service-tabing-wrap .accordion-single.active .accordion-btn::after {
  content: "\f068";
  font-family: "FontAwesome";
  color: var(--theme);
}
.service-tabing-wrap .accordion-single.active .accordion-btn::after:hover {
  cursor: pointer;
}
.service-tabing-wrap .accordion-single.active .mtitle-ara .serial-badge {
  opacity: 1;
}
.service-tabing-wrap .accordion-single.active .mtitle-ara .pras {
  display: block !important;
  transform: scale(1);
}
.service-tabing-wrap .accordion-single.active .content-area {
  display: none !important;
}
@media (max-width: 1399px) {
  .service-tabing-wrap .mtitle {
    font-size: 20px !important;
  }
  .service-tabing-wrap .tab-remove-thumb {
    max-width: 200px;
  }
  .service-tabing-wrap .tab-remove-thumb img {
    width: 100%;
  }
}

.service-card-items-2 {
  margin-top: 30px;
  background-color: transparent;
  text-align: center;
  padding: 40px;
  position: relative;
  z-index: 9;
  border: 1px solid var(--border);
}
.service-card-items-2 .icon {
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: 80px;
  text-align: center;
  border: 1px solid rgba(30, 32, 35, 0.15);
  margin: 0 auto;
  font-size: 36px;
  transition: all 0.4s ease-in-out;
}
.service-card-items-2 .content {
  margin-top: 20px;
}
.service-card-items-2 .content h3 {
  margin-bottom: 10px;
}
.service-card-items-2 .content h3 a {
  color: var(--white);
}
.service-card-items-2 .content p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 20px;
  font-weight: 500;
}
.service-card-items-2 .content .link-btn {
  color: var(--white);
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}
.service-card-items-2 .service-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.service-card-items-2 .service-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
  background: linear-gradient(180deg, #E3FF04 0%, #E3FF04 100%);
}
.service-card-items-2 .service-image img {
  width: 100%;
  height: 100%;
}
.service-card-items-2 .bar-shape {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.service-card-items-2:hover .icon {
  background-color: var(--header);
}
.service-card-items-2:hover .content {
  margin-top: 20px;
}
.service-card-items-2:hover .content h3 a {
  color: var(--header);
}
.service-card-items-2:hover .content p {
  border-bottom: 1px solid var(--header);
  color: var(--header);
}
.service-card-items-2:hover .content .link-btn {
  color: var(--header);
}
.service-card-items-2:hover .bar-shape {
  opacity: 1;
  visibility: visible;
}
.service-card-items-2:hover .service-image {
  opacity: 1;
  visibility: visible;
}

.service-deatails-wrapper .service-details-image img {
  height: 100%;
  width: 100%;
}
.service-deatails-wrapper .details-content h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .service-deatails-wrapper .details-content h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .service-deatails-wrapper .details-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .service-deatails-wrapper .details-content h2 {
    font-size: 32px;
  }
}
.service-deatails-wrapper .details-content .post-card {
  margin-top: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #454750;
  padding-bottom: 35px;
}
.service-deatails-wrapper .details-content .post-card li {
  color: var(--theme);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 100px;
  border: 1px solid var(--Broder_Color, #454750);
  margin-right: 20px;
}
.service-deatails-wrapper .details-content h3 {
  font-size: 36px;
  margin-bottom: 20px;
  color: var(--white);
}
@media (max-width: 767px) {
  .service-deatails-wrapper .details-content h3 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .service-deatails-wrapper .details-content h3 {
    font-size: 28px;
  }
}
.service-deatails-wrapper .details-content .list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .service-deatails-wrapper .details-content .list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.service-deatails-wrapper .details-content .list-items li {
  color: #BEBEBE;
  text-transform: capitalize;
  position: relative;
}
.service-deatails-wrapper .details-content .list-items li span {
  padding-left: 25px;
  display: inline-block;
}
.service-deatails-wrapper .details-content .list-items li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--theme);
}
.service-deatails-wrapper .details-content .list-items li:not(:last-child) {
  margin-bottom: 15px;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items {
  width: 100%;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items .progress {
  background: #353536;
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 8px;
  width: 100%;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 8px;
  width: 0;
}
.service-deatails-wrapper .details-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 76%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}

.slider-button .cmn-next,
.slider-button .cmn-prev {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
  border: 1px solid rgb(69, 71, 80);
}
.slider-button .cmn-next i,
.slider-button .cmn-prev i {
  color: #454750;
  font-size: 24px;
  transition: all 0.4s;
}
.slider-button .cmn-next:hover,
.slider-button .cmn-prev:hover {
  background: var(--theme);
  border-color: var(--theme);
}
.slider-button .cmn-next:hover i,
.slider-button .cmn-prev:hover i {
  color: var(--black);
}
@media (max-width: 1399px) {
  .slider-button .cmn-next,
  .slider-button .cmn-prev {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .slider-button .cmn-next i,
  .slider-button .cmn-prev i {
    font-size: 17px;
  }
}
@media (max-width: 1399px) {
  .slider-button .cmn-next,
  .slider-button .cmn-prev {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .slider-button .cmn-next i,
  .slider-button .cmn-prev i {
    font-size: 16px;
  }
}
.slider-button .previus-text {
  font-size: 22px;
  color: var(--white);
}
.slider-button .project-storke {
  font-size: 44px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #454750;
  color: transparent;
  display: block;
}
@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 18px;
  }
  .slider-button .project-storke {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 16px;
  }
  .slider-button .project-storke {
    font-size: 24px;
  }
}
@media (max-width: 470px) {
  .slider-button .previus-text {
    font-size: 14px;
  }
  .slider-button .project-storke {
    display: none;
  }
}

.service-section {
  position: relative;
}
.service-section .service-pagi-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .service-section .service-pagi-items {
    justify-content: center;
    margin-top: 20px;
  }
}
.service-section .service-pagi-items .service-dot .swiper-pagination-bullet {
  width: 150px;
  height: 5px;
  border-radius: 0;
  background: var(--white);
  opacity: 1;
  transition: 0.6s;
  margin: 0 !important;
}
.service-section .service-pagi-items .service-dot .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--theme);
}
@media (max-width: 767px) {
  .service-section .service-pagi-items .service-dot {
    display: none;
  }
}
.service-section .service-pagi-items .array-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-section .service-pagi-items .array-buttons .array-prev {
  color: var(--white);
}
.service-section .service-pagi-items .array-buttons .array-next {
  color: var(--theme);
}

.team-card-item {
  margin-top: 30px;
}
.team-card-item .team-image {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.team-card-item .team-image img {
  width: 100%;
  height: 100%;
}
.team-card-item .team-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, #1A1A1A 0%, rgba(128, 128, 128, 0) 50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-card-item .team-image .social-icon {
  position: absolute;
  bottom: -100px;
  left: 50%;
  gap: 12px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-card-item .team-image .social-icon a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.team-card-item .team-image .social-icon a:hover {
  background-color: var(--white);
  color: var(--header);
}
.team-card-item .team-content {
  margin-top: 25px;
}
.team-card-item .team-content h3 {
  font-size: 22px;
  margin-top: 10px;
}
.team-card-item .team-content h3 a {
  color: var(--white);
}
.team-card-item .team-content h3 a:hover {
  color: var(--theme);
}
.team-card-item:hover .team-image::before {
  visibility: visible;
  opacity: 1;
}
.team-card-item:hover .team-image .social-icon {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
}

.team-section-2 {
  position: relative;
  z-index: 9;
}
.team-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
  background: linear-gradient(1deg, #1B1B1B 3.54%, #1A1A1A 115.86%, #181818 180.01%);
  z-index: -1;
}

.team-wrappers {
  margin-top: 40px;
}

.team-box-items-2 {
  margin-top: 30px;
  text-align: center;
  border-radius: 12px;
  background: #1B1B1B;
  padding: 35px 45px;
}
.team-box-items-2 .team-thumb img {
  width: 100%;
  height: 100%;
}
.team-box-items-2 .team-content {
  margin-top: 25px;
}
.team-box-items-2 .team-content h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.team-box-items-2 .team-content h3 a {
  color: var(--white);
}
.team-box-items-2 .team-content h3 a:hover {
  color: var(--theme);
}
.team-box-items-2 .team-content p {
  padding-bottom: 15px;
}
.team-box-items-2 .team-content .social-icon {
  justify-content: center;
  gap: 25px;
  border-top: 1px solid #454750;
  padding-top: 15px;
}
.team-box-items-2 .team-content .social-icon a {
  color: #454750;
  font-size: 18px;
}

.team-card-items-2 .team-image {
  position: relative;
}
.team-card-items-2 .team-image img {
  width: 100%;
  height: 100%;
}
.team-card-items-2 .team-image .team-content {
  padding: 24px;
  border-radius: 10px;
  background: radial-gradient(276.33% 200.83% at 47.19% -80%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(21px);
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  text-align: center;
}
.team-card-items-2 .team-image .team-content span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--white);
  display: inline-block;
  margin-bottom: 5px;
}
.team-card-items-2 .team-image .team-content h4 {
  font-size: 20px;
}
.team-card-items-2 .team-image .team-content h4 a {
  color: var(--white);
}
.team-card-items-2 .team-image .team-content h4 a:hover {
  color: var(--theme);
}
.team-card-items-2 .team-image .social-icon {
  gap: 12px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.team-card-items-2 .team-image .social-icon a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid var(--white);
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.team-card-items-2 .team-image .social-icon a:hover {
  background-color: var(--theme);
  color: var(--header);
  border: 1px solid var(--theme);
}
.team-card-items-2:hover .team-image .social-icon a {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.team-card-items-2.style-2 {
  margin-top: 30px;
}

.team-box-items-3 {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.team-box-items-3 .social-icon {
  position: absolute;
  right: -100px;
  top: 39%;
  transform: translateY(-50%);
  background-color: var(--header);
  padding: 30px 12px;
  gap: 10px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: 0;
  z-index: 9;
}
.team-box-items-3 .social-icon a {
  color: var(--white);
}
.team-box-items-3 .social-icon a:hover {
  color: var(--theme);
}
.team-box-items-3 .team-image {
  position: relative;
  max-width: 280px;
}
@media (max-width: 991px) {
  .team-box-items-3 .team-image {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .team-box-items-3 .team-image {
    max-width: 700px;
    height: 400px;
  }
  .team-box-items-3 .team-image img {
    object-fit: cover;
  }
}
.team-box-items-3 .team-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(18, 19, 21, 0.35) 0%, rgba(18, 19, 21, 0.35) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-box-items-3 .team-image img {
  width: 100%;
  height: 100%;
}
.team-box-items-3 .team-content {
  background-color: var(--header);
  padding: 12px 30px;
  line-height: 1;
  position: relative;
  margin-top: -30px;
  transition: all 0.4s ease-in-out;
}
.team-box-items-3 .team-content::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background-color: var(--theme);
  width: 4px;
  height: 33px;
  transform: translateY(-50%);
}
.team-box-items-3 .team-content .icon {
  position: absolute;
  top: 25px;
  right: 30px;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.team-box-items-3 .team-content h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 7px;
}
.team-box-items-3 .team-content h5 a {
  color: var(--white);
}
.team-box-items-3 .team-content p {
  text-transform: capitalize;
  color: var(--white);
  font-size: 15px;
}
.team-box-items-3:hover .social-icon, .team-box-items-3.active .social-icon {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.team-box-items-3:hover .team-image::before, .team-box-items-3.active .team-image::before {
  opacity: 1;
  visibility: visible;
}
.team-box-items-3:hover .team-content, .team-box-items-3.active .team-content {
  background-color: var(--theme);
}
.team-box-items-3:hover .team-content h5 a, .team-box-items-3.active .team-content h5 a {
  color: var(--header);
}
.team-box-items-3:hover .team-content p, .team-box-items-3.active .team-content p {
  color: var(--header);
}
.team-box-items-3:hover .team-content .icon, .team-box-items-3.active .team-content .icon {
  color: var(--header);
}

.team-details-wrapper {
  margin-bottom: -10px;
}
.team-details-wrapper .team-author-items {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 30px;
  border: 1px solid var(--border);
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-author-items {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
}
.team-details-wrapper .team-author-items .thumb {
  max-width: 435px;
}
.team-details-wrapper .team-author-items .thumb img {
  width: 100%;
  height: 100%;
}
.team-details-wrapper .team-author-items .content h2 {
  font-size: 30px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .team-details-wrapper .team-author-items .content h2 {
    font-size: 26px;
  }
}
.team-details-wrapper .team-author-items .content span {
  margin-bottom: 20px;
  display: inline-block;
  color: var(--theme);
}
@media (max-width: 575px) {
  .team-details-wrapper .team-author-items .content span {
    margin-bottom: 10px;
  }
}
.team-details-wrapper .team-author-items .content .cont {
  max-width: 630px;
  margin-bottom: 30px;
}
.team-details-wrapper .team-author-items .content .icon-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 10px;
}
@media (max-width: 767px) {
  .team-details-wrapper .team-author-items .content .icon-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.team-details-wrapper .team-author-items .content .icon-area .icon-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.team-details-wrapper .team-author-items .content .icon-area .icon-items .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--theme);
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-author-items .content .icon-area .icon-items .content {
    text-align: left;
  }
}
.team-details-wrapper .team-author-items .content .icon-area .icon-items .content h5 {
  margin-top: 5px;
}
.team-details-wrapper .team-author-items .content .icon-area .icon-items .content h5 a {
  color: var(--white);
}
.team-details-wrapper .team-author-items .content .icon-area.style-2 {
  border-top: none;
}

.team-informarion-items {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .team-informarion-items {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .team-informarion-items {
    padding: 40px 0;
  }
}
.team-informarion-items .info-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.team-informarion-items .personal-skills-box {
  margin-top: 60px;
  border: 1px solid rgba(69, 71, 80, 0.2);
  padding: 40px;
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items {
  width: 100%;
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  color: var(--white);
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--white);
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items .progress {
  background: #353536;
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 15px;
  width: 100%;
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 15px;
  width: 0;
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.team-informarion-items .personal-skills-box .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}

.team-details-section .section-title-area .arry-button {
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 9;
}
@media (max-width: 991px) {
  .team-details-section .section-title-area .arry-button {
    display: none;
  }
}
.team-details-section .section-title-area .arry-button .array-prev, .team-details-section .section-title-area .arry-button .array-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.team-details-section .section-title-area .arry-button .array-prev {
  background-color: transparent;
  color: rgb(69, 71, 80);
  border: 1px solid rgb(69, 71, 80);
}
.team-details-section .section-title-area .arry-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--header);
}
.team-details-section .section-title-area .arry-button .array-next {
  background-color: var(--theme);
  color: var(--header);
}
.team-details-section .section-title-area .arry-button .array-next:hover {
  background-color: var(--white);
  color: var(--header);
}
@media (max-width: 1199px) {
  .team-details-section {
    margin-top: -10px;
  }
}
@media (max-width: 991px) {
  .team-details-section {
    margin-top: -50px;
  }
}

.testimonial-box-items {
  margin-top: 30px;
  padding: 40px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
.testimonial-box-items .star {
  color: var(--theme);
  margin-bottom: 20px;
}
.testimonial-box-items p {
  font-size: 17px;
  color: var(--white);
  opacity: 0.9;
}
.testimonial-box-items .client-info {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-box-items .client-info .client-img {
  width: 55px;
  height: 55px;
}

.testimonial-wrapper {
  margin-right: -30%;
}
@media (max-width: 1199px) {
  .testimonial-wrapper {
    margin-right: 0;
  }
}

.testimonial-wrapper-2 .testimonial-content {
  margin-top: 30px;
}
.testimonial-wrapper-2 .testimonial-content .star {
  color: var(--theme);
  margin-bottom: 20px;
}
.testimonial-wrapper-2 .testimonial-content p {
  font-size: 24px;
  color: var(--white);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 167%;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-content p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrapper-2 .testimonial-content p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper-2 .testimonial-content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-content p {
    font-size: 16px;
  }
}
.testimonial-wrapper-2 .testimonial-content .client-info {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-wrapper-2 .testimonial-content .client-info .client-img {
  width: 55px;
  height: 55px;
}
.testimonial-wrapper-2 .testimonial-image img {
  max-width: 100%;
}

.testimonial-arrow {
  margin-top: 30px;
}

.testimonial-box-items-2 {
  margin-top: 30px;
  border-radius: 16px;
  background: #161616;
  padding: 60px;
}
@media (max-width: 991px) {
  .testimonial-box-items-2 {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial-box-items-2 {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-box-items-2 {
    padding: 30px;
  }
}
.testimonial-box-items-2 .icon {
  margin-bottom: 30px;
}
.testimonial-box-items-2 p {
  font-size: 25px;
  font-weight: 500;
  line-height: 170%;
}
@media (max-width: 767px) {
  .testimonial-box-items-2 p {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .testimonial-box-items-2 p {
    font-size: 20px;
  }
}
.testimonial-box-items-2 .client-info {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.testimonial-box-items-2 .client-info .client-img {
  width: 78px;
  height: 78px;
}

.testimonial-section {
  position: relative;
}
.testimonial-section .array-button {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 9;
  position: absolute;
  right: 60px;
  bottom: 60px;
}
@media (max-width: 1199px) {
  .testimonial-section .array-button {
    display: none;
  }
}
.testimonial-section .array-button .array-prev, .testimonial-section .array-button .array-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.testimonial-section .array-button .array-prev {
  background-color: transparent;
  background-color: var(--theme);
  color: var(--header);
}
.testimonial-section .array-button .array-prev:hover {
  background-color: var(--white);
  color: var(--header);
}
.testimonial-section .array-button .array-next {
  color: rgb(69, 71, 80);
  border: 1px solid rgb(69, 71, 80);
}
.testimonial-section .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--header);
}

.testimonial-card-items {
  margin-top: 30px;
  padding: 40px;
  border-top: 3px solid var(--theme);
  background: var(--bg);
  position: relative;
}
@media (max-width: 575px) {
  .testimonial-card-items {
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.testimonial-card-items .client-info-items {
  margin-top: 30px;
}
.testimonial-card-items .client-info-items .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-card-items .client-info-items .client-info .content h4 {
  margin-bottom: 5px;
}
.testimonial-card-items .client-info-items .client-info .content .star {
  color: var(--theme);
}
.testimonial-card-items .shape-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.testimonial-card-items.style-2 {
  border-top: none;
}/*# sourceMappingURL=main.css.map */