:root {
  --bg-color: #212121;
  --theme-color: #151515;
}

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  background: black;
  z-index: 9;
  padding: 15px 0;
}
.navbar.inner-page {
  /* position: relative; */
}
.navbar.nav-scroll {
  padding: 0;
  position: fixed;
  top: -80px;
  padding: 15px 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.navbar .logo {
  /* padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px; */
}
.navbar .logo img {
  /* height: 30px; */
  object-fit: contain;
  width: 110px;
}
.navbar .navbar-nav {
  padding: 0;
  border: none;
  border-radius: 30px;
  margin-left: 45px;
}
.navbar .navbar-nav .nav-link {
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
}
.navbar .navbar-nav .nav-link.active {
  background: rgba(255, 255, 255, 0.15);
}
.navbar .topnav .butn {
  padding: 10px 20px;
  background: #fff;
  color: #1d1d1d;
  margin-right: 15px;
}

/* --------------- header --------------- */
.header-sa {
  min-height: 100vh;
  padding: 40px 0 40px;
  position: relative;
  z-index: 3;
}
.header-sa .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background-image: url(../imgs/header/g-back.webp);
  background-size: cover;
  z-index: -1;
}
.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: 0.7;
}
.header-sa .background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/header/Grid.webp);
  background-size: contain;
  background-repeat: repeat;
  z-index: -1;
  pointer-events: none;
  opacity: 0.15;
}
.header-sa .caption h1 {
  font-size: 96px;
  line-height: 96px;
  letter-spacing: -4px;
}
.header-sa .caption .text {
  margin-top: 120px;
}
.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: 15px;
  border-radius: 20px;
}
.services-sa .item .cont {
  padding: 15px;
}
.services-sa .item .cont h3 {
  font-size: 32px;
  min-height: 72px;
  line-height: 36px;
  letter-spacing: -1.2px;
  font-weight: 400;
}
.services-sa .item .cont .icon {
  width: 52px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.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: 40px;
  margin-bottom: 20px;
}
.services-sa .item .cont .text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.marq-sa {
  overflow: hidden !important;
}
.marq-sa .item {
  padding: 0 40px !important;
  position: relative;
}
.marq-sa .item:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  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: 50px;
  line-height: 60px;
  letter-spacing: -4px;
  /* background: linear-gradient(to right, #fff, #ababab); */
  background: linear-gradient(to right, #26c6ff, #1fffa3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.marq-sa.small .item h2 {
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 60px;
}
/* --------------- Works --------------- */
.work-card .card-item {
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background: var(--bg-color);
}
.work-card .card-item .cont h5 {
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
}
.work-card .card-item .cont {
  height: 100%;
  padding: 40px 0 40px 40px;
  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 rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}
.work-card .card-item .cont p {
  font-size: 20px;
  line-height: 30px;
}
.work-card .card-item .img {
  padding: 20px;
}
.work-card .card-item .img img,
.work-card .card-item .img video {
  border-radius: 15px;
  min-height: 490px;
  background: #000;
  object-fit: contain;
}

/* --------------- Clients --------------- */
.clients-sa .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
}
.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.webp);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.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: 0.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: 0.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: 0.7;
}

.awards-sa .item-line {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.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 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.awards-sa .item-line .honors h6 {
  font-size: 14px;
}
.awards-sa .item-line .project-date span {
  font-size: 14px;
  opacity: 0.7;
}

/* --------------- Blogs --------------- */
.blog-sa .item .img {
  height: 470px;
  border-radius: 15px;
}

.blog-sa .item .cont .info a {
  font-size: 14px;
}

.blog-sa .item .cont .info .date {
  opacity: 0.5;
  margin-left: 5px;
}

/* --------------- Contact --------------- */
.contact-sa .box {
  padding: 80px 60px;
  background-image: url(../imgs/gr-back.webp);
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  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,
.contact-sa .contact-form select {
  color: #000000;
  background: #ffffff;
  width: 100%;
  padding: 8px 12px;

  border: 0;
  border: 1px solid rgb(255 255 255 / 20%);
  font-size: 14px;
  border-radius: 6px;
}

/* --------------- footer --------------- */

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--theme-color);
}

h1 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -3px;
}

h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -3px;
}

h3 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -2px;
}

h4 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -2px;
}

h5 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
}

h6 {
  font-size: 24px;
  line-height: 32px;
}

.sub-color {
  color: var(--main-color);
}

.bg-theme-dark {
  background-color: var(--theme-color);
}
.sub-head {
  font-size: 20px;
  line-height: 28px;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.sec-head .sub-head {
  position: relative;
  padding-left: 25px;
}
.sec-head .sub-head:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.loader-wrap svg {
  fill: #1d1d1d;
}

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.butn.butn-bord:hover {
  background: #fff;
  color: #212121;
}

.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);
}
.git-box {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  border-radius: 20px;
}
.git-box.dark {
  background: var(--theme-color);
  color: #fff;
  border: 1px solid var(--theme-color);
}

.git-box.customize h2 span {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 22px;
}

.git-box.customize h2 {
  display: flex;
  flex-direction: column;
}

.git-box.customize h2 span a {
  text-decoration: underline;
}
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .sec-head .sub-head {
    margin-bottom: 30px !important;
  }
  .header-sa {
    padding: 180px 0 320px;
    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: #fff;*/
    /* background: transparent; */
  }
}

@media screen and (max-width: 768px) {
  .header-sa .caption h1 {
    font-size: 50px;
    line-height: 1.4;
  }
  .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;
  }
}
