/*-----------------------------------------------------------------------------------

    Author: mubarisfaham
    Version: 1.0

-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');

@font-face {
  font-family: 'AmpleSoft Pro';
  src: url('AmpleSoftPro-Regular.woff2') format('woff2'),
    url('AmpleSoftPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  --bg-color: #141414;
  --theme-color: #010101;
}

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  padding: 8px 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999;
  transition: background-color 0.3s ease;
}

.navborder {
  border-bottom: 1px solid #ffffff28;
}

.navbar.nav-scroll {
  padding: 0;
  position: fixed;
  top: -80px;
  padding: 8px 0;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  -o-transition: transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgb(22 22 22 / 60%);

}

.navbar .logo {
  padding: 6px 4px;
  display: flex;
  align-items: center;
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  /* border-radius: 30px; */
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  justify-content: end;
}

.navbar .navbar-nav {
  padding: 2px 4px;
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  border-radius: 30px;
  /* margin-left: 15px; */
}

.navbar .navbar-nav .nav-link {
  padding: 0px 16px;
  border-radius: 30px;
  font-size: 12px;
  /* color: #808080; */
  color: #eeeeee;
}

.navbar .navbar-nav .nav-link.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #f1f1f1;
}

.navbar .navbar-nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.navbar .topnav .butn {
  padding: 7px 20px;
  background: #f1f1f1;
  color: #1d1d1d;
  margin-right: 15px;
}

.topnav .menu-icon {
  padding: 4px 20px;
  border-radius: 30px;
}

.topnav .menu-icon:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* --------------- header --------------- */
.header-sa {
  min-height: 42vh;
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden !important;
  z-index: 3;
}

.header-sa .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgb(16, 16, 16)),
    url(../imgs/header/ficavo-bg.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
  /* border-bottom: 1px solid #101010; */
}


.blinking-cursor {
  color: #386dff;
}

.blinking-cursor::after {
  content: "_";
  animation: blink 2s step-start infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

/* .header-sa .background:before {
  content: '';
  position: absolute;
  top: 0;
  left: -20vw;
  width: 70vw;
  bottom: 0;
  background: #010105;
  pointer-events: none;
  border-radius: 50%;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  opacity: .7;
}

.header-sa .background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/header/Grid.png);
  background-size: contain;
  background-repeat: repeat;
  z-index: -1;
  pointer-events: none;
  opacity: .15;
} */

.header-sa .caption h1 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.2px;
}

.f-intro p {
  font-size: 14px;
  letter-spacing: -0.2px;
}

.f-mail {
  transition: all 0.3s;
}

.f-mail:hover {
  color: #f1f1f1;
}

.granimation {
  font-weight: 500;
  padding-right: 0.4em;
  margin-right: -0.4em;
  background: var(--f, linear-gradient(121deg, #01D1FF 16.95%, #C1D2FE 47.92%, #0041F4 77.71%));
  /* Changed last color to a darker blue */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* text-fill-color: transparent; */
  background-size: auto;
  animation: textShine 5s ease-in-out infinite alternate;

}

@keyframes textShine {
  0% {
    background-position: 30% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.header-sa .caption .text {
  margin-top: 20px;
}

.header-sa .imgs {
  position: relative;
}

.header-sa .imgs .cube img {
  position: relative;
  width: 120%;
  right: -100px;
  bottom: -100px;
}

.header-sa .imgs .circle {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
}

.header-sa .imgs .circle:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  z-index: -1;
}

/* --------------- Services --------------- */
.services-sa .item {
  background: var(--bg-color);
  padding: 16px;
  border-radius: 20px;
}

.services-sa .item .cont {
  padding: 15px;
}

.services-sa .item .cont .icon {
  width: 48px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}

.core-icon {
  margin-bottom: 3rem;
}

.core-icon img {
  width: 48px;
  height: 48px;
  filter: grayscale(1) brightness(1.2) invert(0);
  transition: filter 0.6s ease-in-out;
}

.services-sa .item:hover .core-icon img {
  filter: grayscale(0) brightness(1.1) invert(0);
}


.services-sa .item .cont .icon img {
  width: 25px;
}

.services-sa .item .cont .icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.services-sa .item .cont .text {
  margin-top: 20px;
  margin-bottom: 10px;
}

.services-sa .item .cont .text p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.2px
}

.marq-sa {
  overflow: hidden !important;
}

.marq-sa .item {
  padding: 0 80px !important;
  position: relative;
}

.marq-sa .item:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #f1f1f1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.marq-sa .item h2 {
  white-space: nowrap;
  font-size: 96px;
  line-height: 120px;
  letter-spacing: -4px;
  background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(transparent));
  background: -webkit-linear-gradient(left, #f1f1f1, transparent);
  background: -o-linear-gradient(left, #f1f1f1, transparent);
  background: linear-gradient(to right, #f1f1f1, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --------------- Works --------------- */
.work-card .card-item {
  margin-bottom: 30px;
  border-radius: 20px;
  background: var(--bg-color);
  box-shadow: rgba(0, 0, 0, 0.65) 0px -30px 24px -24px;

}

.work-card .card-item .cont {
  height: 100%;
  padding: 50px 90px 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work-card .card-item .cont .tag {
  font-size: 12px;
  line-height: 1;
  padding: 7px 12px;
  margin-right: 2px;
  border: 1px solid #282828;
  border-radius: 30px;
  background-color: #282828;
}

.work-card .card-item .cont p {
  font-size: 14px;
  line-height: 20px;
}

.work-card .card-item .img {
  padding: 20px;
}

.work-card .card-item .img img {
  border-radius: 15px;
}

/* --------------- Clients --------------- */
.clients-sa .item {
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  border-radius: 20px;
  text-align: center;
  /* background-color: #101010; */
}

.clients-sa {
  padding-bottom: 20px;
}

.clients-sa .item .img {
  width: 100px;
}

.clients-sa .item .cont .icon {
  width: 40px;
  margin: 0 auto 10px;
}

.clients-sa .item .cont span {
  font-size: 14px;
  line-height: 20px;
}

/* --------------- Testimonials --------------- */
.testimonials-sa {
  position: relative;
  overflow: hidden;
}

.testimonials-sa:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/testim/mesh-gradient.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: .5;
  z-index: 2;
}

.testimonials-sa .gl-rate {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  padding: 10px 20px;
}

.testimonials-sa .gl-rate .icon {
  width: 35px;
}

.testimonials-sa .gl-rate .cont {
  padding-left: 30px;
}

.testimonials-sa .gl-rate .cont h6 {
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
}

.testimonials-sa .gl-rate .cont .stars {
  font-size: 13px;
  color: #EF2B10;
  margin-left: 10px;
}

.testimonials-sa .gl-rate .cont p {
  font-size: 12px;
  opacity: .7;
  margin-top: 2px;
}

.testimonials-sa .swiper-slide {
  height: auto;
}

.testimonials-sa .item {
  background: var(--bg-color);
  padding: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.testimonials-sa .item .rate h5 {
  font-size: 16px;
}

.testimonials-sa .item .rate .stars {
  font-size: 13px;
  color: #EF2B10;
  margin-left: 10px;
}

.testimonials-sa .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-sa .item .info .info-text {
  padding-left: 15px;
}

.testimonials-sa .item .info .info-text p {
  font-size: 14px;
  opacity: .7;
}

/* --------------- Awards --------------- */
.awards-sa .item-title {
  padding: 0 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.awards-sa .item-title>div {
  padding: 0;
}

.awards-sa .item-title h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .7;
}

.awards-sa .item-line {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3;
}

.awards-sa .item-line>div {
  padding: 0;
}

.awards-sa .item-line>div:last-of-type {
  text-align: right;
}

.awards-sa .item-line:hover:after {
  height: 100%;
}

.awards-sa .item-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: -1;
}

.awards-sa .item-line .honors h6 {
  font-size: 14px;
}

.awards-sa .item-line .project-date span {
  font-size: 14px;
  opacity: .7;
}

/* --------------- Blogs --------------- */
section.blog-sa {
  background: white;
  color: #010101;
}

.blog-sa .item .img {
  height: 320px;
  border-radius: 15px;
}

.blog-sa .item .cont .info a {
  font-size: 14px;
}

.blog-sa .item .cont .info .date {
  opacity: .5;
  margin-left: 5px;
}

.blog-hed .caption h1 {
  font-size: 55px;
}

.blog-mp .item {
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 16px;
  background: var(--bg-color);
  border: 1px solid #ffffff1a;
}

.blog-mp .item .info .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog-mp .item .info .author-info,
.blog-mp .item .info .date {
  font-size: 12px;
}

.blog-mp .item .info .author-info span,
.blog-mp .item .info .date span {
  display: block;
  line-height: 16px;
}

.blog-mp .item .info .author-info .sub-color {
  text-transform: capitalize !important;
}

.blog-mp .item .img {
  border-radius: 10px;
  height: 180px;
  overflow: hidden;
}

.blog-mp .main-blog .item {
  margin-bottom: 0;
}

.blog-mp .main-blog .item .img {
  height: 350px;
}

/* --------------- Portfolio pg --------------- */
.work-hed .caption h1 {
  font-size: 90px;
  font-weight: 600;
  text-transform: uppercase;
}

.work-hed .caption .path span {
  margin: 0 10px;
}

.work-hed2 .caption {
  position: relative;
}

.work-hed2 .caption h1 span {
  letter-spacing: normal;
}

.work-hed2 .fit-img {
  height: 620px;
}

.works-mp {
  padding-bottom: 100px;
}

.works-mp .item {
  /* border-top: 1px solid rgba(255, 255, 255, 0.15); */
  margin-bottom: 40px;
}

.works-mp .item:hover .cont a {
  background: white;
  border-color: white;
  color: #010101;
}

.works-mp .item .cont h6 {
  margin-bottom: -2px;
}

.works-mp .item .cont span {
  font-size: 14px;
  font-weight: 300;
  color: #808080;
}

.works-mp .item .cont a {
  padding: 5px 25px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.works-mp .item .img {
  border-radius: 10px;
  overflow: hidden;
  /* margin-top: 50px; */
}

.works-mp .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.works-ca .item .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.works-ca .item .img .tags {
  position: absolute;
  left: 15px;
  bottom: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.works-ca .item .img .tags a {
  color: #101010;
  font-size: 14px;
  padding: 7px 15px;
  line-height: 1.5;
  border-radius: 30px;
  background: #fff;
}

.works-ca .item .img .tags a:hover {
  background: var(--main-color);
}

.works-ca .item h6 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}

.works-ca .item:hover .img .tags {
  opacity: 1;
  visibility: visible;
}

/* 
.work-card .card-item {
  margin-bottom: 30px;
}

.work-card .card-item .img {
  position: relative;
  height: 650px;
  border-radius: 15px;
  overflow: hidden;
}

.work-card .card-item .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(transparent));
  background-image: -webkit-linear-gradient(top, var(--theme-color), transparent);
  background-image: -o-linear-gradient(top, var(--theme-color), transparent);
  background-image: linear-gradient(to bottom, var(--theme-color), transparent);
  opacity: .6;
}

.work-card .card-item .img .tags {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
}

.work-card .card-item .img .tags a {
  font-size: 12px;
  line-height: 1;
  padding: 7px 12px;
  margin-right: 2px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}

.work-card .card-item h5 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 80px;
  line-height: 1;
  z-index: 3;
}

.work-card .card-item h5.bottom {
  top: auto;
  bottom: 30px;
}

.work-card .card-item h5.left {
  text-align: left;
  padding-left: 30px;
}

.work-card .card-item h5.right {
  text-align: right;
  padding-right: 30px;
} */

.proj-details .accordion-item {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.proj-details .accordion-item.active {
  border-color: var(--main-color);
}

.proj-details .accordion-item.active button {
  color: var(--main-color) !important;
}

.proj-details .accordion-item .accordion-header {
  background: transparent;
}

.proj-details .accordion-item .accordion-header button {
  background: transparent;
  color: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 15px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.proj-details .accordion-item .accordion-header button span {
  font-size: 14px;
  margin-right: 80px;
}

.proj-details .accordion-item .accordion-header button:after {
  display: none;
}

.proj-details .accordion-item .accordion-body {
  padding: 0 0 15px 90px;
}

.proj-details .accordion-item .accordion-body p {
  font-size: 14px;
}

i.fa-solid.fa-chevron-right {
  font-size: 14px;
}

/* --------------- Contact --------------- */
.contact-sa .box {
  padding: 80px 60px 70px 60px;
  /* background-image: url(../imgs/gr-back.png);
  background-size: cover;
  background-position: center center; */
  background-color: var(--bg-color);
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  overflow: hidden;
}

.contact-sa .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.contact-sa .contact-form label {
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-sa .contact-form label .star {
  color: red;
  padding-left: 5px;
}

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
  color: #f1f1f1;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
}

.contact-sa .contact-form input:focus,
.contact-sa .contact-form textarea:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.contact-sa .contact-form button {
  background: transparent;
  color: #f1f1f1;
}

/* --------------- Pricing --------------- */
.pricing-ds .bg-gray {
  background: rgba(255, 255, 255, 0.1);
}

.pricing-ds .pricing-tabsHead .price-radios {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 7px;
  border-radius: 50px;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check {
  margin: 0;
  padding: 0;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-label {
  background-color: transparent;
  font-size: 14px;
  border-radius: 30px;
  padding: 10px 15px;
  text-transform: capitalize;
  cursor: pointer;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-label small {
  color: #000;
  background: #fff;
  padding: 1px 5px;
  font-size: 10px;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-input {
  display: none;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-input:checked~.form-check-label {
  background-color: var(--main-color);
}

.pricing-ds .content {
  min-width: 800px;
  margin-top: 50px;
}

.pricing-ds .content .price-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.pricing-ds .content .price-head .price-headTitle {
  width: 34%;
}

.pricing-ds .content .price-head .price-headItem {
  position: relative;
  width: 22%;
  text-align: center;
  padding: 30px 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.pricing-ds .content .price-head .price-headItem .label {
  position: absolute;
  top: -60px;
  right: -15px;
  z-index: 5;
  width: 160px;
}

.pricing-ds .content .price-head .price-headItem h6 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pricing-ds .content .price-head .price-headItem h2 {
  font-size: 40px;
  letter-spacing: normal;
  margin-bottom: 15px;
}

.pricing-ds .content .price-head .price-headItem h2 span {
  font-size: 18px;
  color: #999;
  font-weight: 400;
}

.pricing-ds .content .price-head .price-headItem p {
  font-size: 13px;
  color: #bbb;
  line-height: 1.5;
}

.pricing-ds .content .price-body .price-bodyItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.pricing-ds .content .price-body .price-bodyItems:last-of-type {
  border: 0;
}

.pricing-ds .content .price-body .price-bodyItems .price-bodyTitle {
  width: 34%;
  padding: 15px 0;
  font-size: 14px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.pricing-ds .content .price-body .price-bodyItems .price-bodyTitle i {
  font-size: 11px;
  color: #999;
  margin: 0 3px;
}

.pricing-ds .content .price-body .price-bodyItems .price-item {
  width: 22%;
  padding: 15px 0;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.pricing-ds .content .price-body .price-bodyItems .price-item i {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background: #2AA20C;
  font-size: 13px;
}

.pricing-ds .content .price-body .price-bodyItems .price-item span {
  font-size: 14px;
}

.pricing-ds .content .price-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pricing-ds .content .price-foot .price-footTitle {
  width: 34%;
}

.pricing-ds .content .price-foot .price-foot-item {
  width: 22%;
  text-align: center;
  padding: 30px 0 50px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.pricing-ds .monthly_price {
  display: none;
}

.pricing-ds .botm {
  font-size: 14px;
  text-align: center;
}

.pricing-ds .botm a {
  color: var(--main-color);
  text-decoration: underline;
  margin-left: 15px;
}

/* --------------- Works --------------- */
.works-ma {
  position: relative;
  overflow: hidden !important;
}

.works-ma .gallery-img .swiper-container {
  overflow: visible;
}

.works-ma .gallery-img .bg-img {
  height: 520px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background-position: center;
}

.works-ma .gallery-img .bg-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.works-ma .gallery-text {
  text-align: center;
  margin: 60px auto 0;
  z-index: 9;
}

.works-ma .gallery-text .swiper-container,
.works-ma .gallery-text .swiper-slide {
  height: 100px !important;
}

.works-ma .gallery-text .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.works-ma .gallery-text .text {
  width: 100%;
  text-align: center;
}

.works-ma .gallery-text .text h4 {
  font-size: 50px;
  line-height: 1;
}

.works-ma .gallery-text .text h6 {
  font-family: "Maven Pro", sans-serif;
  margin-top: 4px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
}

.works-ma .gallery-text .text h6 span {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.works-ma .gallery-text .swiper-slide-active .text h6 span {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.works-ma .swiper-controls {
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.works-ma .swiper-controls .swiper-button-prev,
.works-ma .swiper-controls .swiper-button-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: auto;
  color: #fff;
  z-index: 9;
}

.works-ma .swiper-controls .swiper-button-prev:after,
.works-ma .swiper-controls .swiper-button-next:after {
  display: none;
}

.works-ma .swiper-controls .swiper-button-prev span,
.works-ma .swiper-controls .swiper-button-next span {
  white-space: nowrap;
}

.works-ma .swiper-controls .swiper-button-prev {
  left: 120px;
}

.works-ma .swiper-controls .swiper-button-prev i {
  margin-right: 25px;
}

.works-ma .swiper-controls .swiper-button-next {
  right: 120px;
}

.works-ma .swiper-controls .swiper-button-next i {
  margin-left: 25px;
}

.works-ma .swiper-pagination {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  display: none;
}

.works-ma .swiper-pagination-bullet {
  background: transparent;
  margin: 0 10px !important;
}

.works-ma .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash linear 10s;
  animation: dash linear 10s;
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset;
}

.works-ma .path {
  display: none;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

/* --------------- Portfolio pg --------------- */
.blog-hed .caption h1 {
  font-size: 55px;
}

.blog-mp .item {
  margin-bottom: 50px;
}

.blog-mp .item .info .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog-mp .item .info .author-info,
.blog-mp .item .info .date {
  font-size: 12px;
}

.blog-mp .item .info .author-info span,
.blog-mp .item .info .date span {
  display: block;
  line-height: 16px;
}

.blog-mp .item .info .author-info .sub-color {
  text-transform: capitalize !important;
}

.blog-mp .item .img {
  border-radius: 15px;
  height: 180px;
  overflow: hidden;
}

.blog-mp .main-blog .item {
  margin-bottom: 0;
}

.blog-mp .main-blog .item .img {
  height: 350px;
}

.post-header .caption .tags a {
  padding: 7px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}

.post-header .caption .tags a:hover {
  background: #fff;
  color: #1d1d1d !important;
}

.post-header .bg-img {
  height: 46vh;
  min-height: 480px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.post-header .bg-img .row {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 4;
}

.main-post .spec-letter {
  font-size: 60px;
  line-height: 50px;
  padding-right: 10px;
  float: left;
}

.main-post .post-qoute {
  position: relative;
  padding: 40px;
  padding-left: 120px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.main-post .post-qoute h6 {
  position: relative;
}

.main-post .post-qoute h6:before {
  content: '“';
  position: absolute;
  top: 80px;
  left: -100px;
  font-size: 180px;
  line-height: 0;
}

.main-post .post-qoute .author {
  font-size: 14px;
  color: var(--main-color);
}

.main-post .iner-img {
  height: 400px;
}

.main-post .iner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main-post .unorder-list li,
.main-post .order-list li {
  margin-top: 10px;
  opacity: .7;
  padding-left: 15px;
  position: relative;
}

.main-post .unorder-list li:before,
.main-post .order-list li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 10px;
}

.main-post .order-list li {
  padding-left: 0;
}

.main-post .order-list li:before {
  display: none;
}

.main-post .order-list li span {
  font-size: 13px;
}

.main-post .info-area .tags span,
.main-post .info-area .share-icon span {
  font-size: 14px;
  margin-right: 5px;
  opacity: .7;
}

.main-post .info-area .tags a,
.main-post .info-area .share-icon a {
  padding: 7px 20px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
  margin-right: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.main-post .info-area .tags a:hover,
.main-post .info-area .share-icon a:hover {
  background: var(--main-color);
  color: #1d1d1d;
}

.main-post .info-area .share-icon a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  text-align: center;
  padding: 0;
}

.main-post .author-area {
  padding: 40px;
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.main-post .author-area .author-img .img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.main-post .next-prv-post .thumb-post {
  width: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.main-post .next-prv-post .thumb-post:after {
  content: '';
  background: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: -1;
  opacity: .7;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.main-post .next-prv-post .thumb-post:first-of-type {
  margin-right: 15px;
}

.main-post .next-prv-post .thumb-post:last-of-type {
  margin-left: 15px;
}

.comments-post .item-box {
  position: relative;
}

.comments-post .item-box p {
  font-size: 14px;
  width: 80%;
}

.comments-post .item-box.replayed {
  margin-left: 30px;
}

.comments-post .item-box .replay-butn {
  position: absolute;
  top: 15px;
  right: 15px;
}

.comments-post .item-box .replay-butn a {
  font-size: 13px;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.comments-post .item-box .replay-butn a:hover {
  background: var(--main-color);
  color: #1d1d1d;
}

.comments-from input,
.comments-from textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding: 15px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.comments-from input:focus,
.comments-from textarea:focus {
  border-color: #fff;
}

.comments-from textarea {
  min-height: 180px;
}

.comments-from button {
  padding: 15px 35px;
  width: 100%;
  background: #fff;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #1d1d1d;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.comments-from button .text {
  position: relative;
  z-index: 4;
}

.comments-from button:hover {
  color: #1d1d1d;
  background: var(--main-color);
}

.sidebar .search-box {
  position: relative;
}

.sidebar .search-box input {
  color: #fff;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  width: 100%;
  background: transparent;
}

.sidebar .search-box input:focus {
  border-color: #fff;
}

.sidebar .search-box .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.sidebar .widget .title-widget {
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar .widget.catogry li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-bottom: 7px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
}

.sidebar .widget.catogry li:last-of-type {
  margin-bottom: 0;
}

.sidebar .widget.last-post-thum .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.sidebar .widget.last-post-thum .item:last-of-type {
  margin-bottom: 0;
}

.sidebar .widget.last-post-thum .item:hover .img a .date {
  opacity: 1;
}

.sidebar .widget.last-post-thum .item .img {
  width: 90px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}

.sidebar .widget.last-post-thum .item .img a {
  width: 100%;
  height: 100%;
  position: relative;
}

.sidebar .widget.last-post-thum .item .img a .date {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.sidebar .widget.last-post-thum .item .img a .date span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  line-height: 1;
}

.sidebar .widget.last-post-thum .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar .widget.last-post-thum .item .cont {
  padding-left: 25px;
}

.sidebar .widget.last-post-thum .item .cont h6 {
  font-size: 17px;
}

.sidebar .widget.last-post-thum .item .cont .tag {
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 10px;
}

.sidebar .widget.tags a {
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.02);
  margin: 2px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.sidebar .widget.tags a:hover {
  background: var(--main-color);
}

/* --------------- footer --------------- */
/* .footer-sa {
  background: var(--bg-color);
} */

.footer-sa .logo {
  height: 32px;
}

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

.footer-sa .contact-info .item {
  margin-bottom: 50px;
}

.footer-sa .contact-info .item span {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}



.footer-sa .contact-info .social-icon a:hover {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: #010101;
}


.footer-sa .sub-footer .copy p a {
  color: #f1f1f1;
}

.footer-sa .sub-footer .links {
  width: 100%;
}

.footer-sa .sub-footer .links .active {
  color: #f1f1f1;
}

.sub-footer {
  padding: 40px 0px;

}

.footer-sa .sub-footer p,
.footer-sa .sub-footer a {
  font-size: 12px;
  line-height: 1.2;
}

body {
  font-family: "Maven Pro", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #f1f1f1;
  background-color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'AmpleSoft Pro';
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 64px;
  line-height: 1.125;
}

h2 {
  font-size: 48px;
  line-height: 1.125;
}

h3 {
  font-size: 40px;
  line-height: 1.125;
}

h4 {
  font-family: "Maven Pro", sans-serif;
  font-size: 18px;
  line-height: 1.2;

}

h5 {
  font-size: 24px;
  line-height: 1.125;
}

h6 {
  font-size: 20px;
  line-height: 1.125;
}

.sub-color {
  color: #afafaf;
}

.sub-head {
  font-size: 24px;
  line-height: 1.125;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #afafaf;
  margin: 0;
  line-height: 1.4;
}

/* .sec-head .sub-head {
  position: relative;
  padding-left: 25px;
}

.sec-head .sub-head:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #f1f1f1;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
} */

.loader-wrap svg {
  fill: #010101;
}

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #f1f1f1;
  color: #101010;
}

.butn.butn-bord:hover {
  background: #e4e4e4;
  color: #101010;
}

/* .icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1);
} */

.butn .icon {
  width: 18px;
}

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .sec-head .sub-head {
    margin-bottom: 30px !important;
  }

  .header-sa {
    padding: 110px 0 90px;
    min-height: auto;
    position: relative;
  }

  .header-sa .caption {
    position: relative;
    z-index: 4;
  }

  .header-sa .caption .text {
    margin-top: 40px;
    width: 80%;
  }

  .header-sa .imgs {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }

  .header-sa .imgs .circle {
    width: 250px;
    top: 60%;
  }

  .marq-sa .item h2 {
    font-size: 70px;
    line-height: 1.4;
    -webkit-text-fill-color: #f1f1f1;
    background: transparent;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 96%;
  }

  .header-sa .caption h1 {
    font-size: 38px;
    line-height: 1.1;
  }

  .header-sa .imgs {
    width: 60%;
    -webkit-transform: translateY(70%);
    -ms-transform: translateY(70%);
    transform: translateY(70%);
  }

  .header-sa .imgs .cube img {
    right: -30px;
  }

  .header-sa .imgs .circle {
    width: 200px;
  }

  .contact-sa .box {
    padding: 50px 40px;
  }

  .info .contact-head {
    margin-bottom: 4em;
  }

  .work-card .card-item .cont {
    height: 100%;
    padding: 40px 40px 40px 30px;
  }

  .works-ma {
    padding-bottom: 200px;
  }

  .works-ma .gallery-text .text h4 {
    font-size: 40px;
  }
}