:root {
  --bg-color: #212121;
  --theme-color: #181818;
  --main-color: #5b72fe;
  --alt-color: #c4cdff; }

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999; }
  .navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    transition: transform 0.8s;
    transform: translateY(80px);
    backdrop-filter: blur(10px);
    width: 100vw; }
  .navbar .logo {
    padding: 7px 15px;
    width: 250px;
    margin-right: 75px; }
    @media (max-width: 768px) {
      .navbar .logo {
        padding: 7px 15px;
        width: 250px;
        margin-right: 75px; } }
    @media (max-width: 480px) {
      .navbar .logo {
        padding: 0;
        width: 150px;
        margin-right: 0; } }
    @media (max-width: 320px) {
      .navbar .logo {
        padding: 0;
        width: 100px;
        margin-right: 0; } }
  .navbar .navbar-nav {
    padding: 2px 5px;
    border-radius: 30px;
    margin-left: 15px; }
    .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.1); }
  .navbar .topnav .butn {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px; }
    .navbar .topnav .butn:hover {
      background: #1d1d1d;
      color: #fff; }

@media screen and (max-width: 480px) {
  .navbar .topnav .butn {
    padding: 5px 10px;
    font-size: 12px; } }
/* --------------- header --------------- */
.header-ma .caption {
  padding: 120px 0;
  position: relative; }
  .header-ma .caption h1 {
    width: 100%;
    font-size: 120px;
    line-height: 1.2; }
  .header-ma .caption .text {
    padding: 40px 40px 0 0;
    text-wrap: pretty; }
  .header-ma .caption .img {
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 220px; }
    .header-ma .caption .img .fa-spin {
      animation: fa-spin 30s infinite linear; }
    .header-ma .caption .img .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 80px; }
.header-ma .mimg {
  height: 600px;
  position: relative;
  overflow: hidden; }
  .header-ma .mimg .lg-text {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    clip-path: url(#svgTextPath);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    transform: translateX(30%) translateY(60%); }
    .header-ma .mimg .lg-text span {
      font-family: "Playfair Display", serif;
      font-style: italic; }

/* --------------- Services --------------- */
.services-ds .item {
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: all 0.4s; }
  .services-ds .item:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .services-ds .item .title h2 {
    font-size: 128px;
    line-height: 128px;
    letter-spacing: -4px; }
  .services-ds .item .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-left: 150px; }
    .services-ds .item .icon img {
      width: 30px; }
  .services-ds .item .title {
    position: relative;
    margin-bottom: -70px;
    transition: all 0.4s; }
  .services-ds .item:hover {
    background: #212121; }
    .services-ds .item:hover .title {
      margin-bottom: 0;
      color: var(--main-color); }

.marq-mp .main-marq {
  overflow: hidden;
  padding: 25px 0; }
.marq-mp .color-bg {
  background: var(--main-color);
  transform: rotate(2deg);
  position: relative;
  z-index: 4; }
.marq-mp .gray-bg {
  background: var(--bg-color);
  transform: rotate(-4deg);
  margin-top: -30px; }
.marq-mp .item {
  padding: 0 60px !important;
  position: relative; }
  .marq-mp .item:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .marq-mp .item h5 {
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap; }

@media screen and (max-width: 768px) {
  .marq-mp .main-marq {
    padding: 15px 0; }
    .marq-mp .main-marq .item {
      padding: 0 30px !important; }
      .marq-mp .main-marq .item h5 {
        font-size: 24px; } }
/* --------------- Works --------------- */
.works-dm .sec-head {
  padding-left: 100px; }
.works-dm .item {
  margin-top: 80px; }
  .works-dm .item:hover .img .tags {
    opacity: 1; }
  .works-dm .item .img {
    overflow: hidden;
    border-radius: 15px;
    position: relative; }
    .works-dm .item .img .tags {
      position: absolute;
      bottom: 15px;
      left: 20px;
      opacity: 0;
      transition: all .4s; }
      .works-dm .item .img .tags a {
        padding: 7px 15px;
        background: #fff;
        border-radius: 30px;
        color: var(--theme-color);
        font-size: 14px; }
        .works-dm .item .img .tags a:hover {
          background: var(--main-color); }
      .works-dm .item .img .tags.colorful a {
        background: var(--main-color); }
  .works-dm .item .info {
    font-size: 14px; }
    .works-dm .item .info .dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #fff;
      margin: 0 10px; }

/* --------------- Clients --------------- */
.clients-ds {
  background: var(--bg-color);
  padding-bottom: 280px;
  border-radius: 30px 30px 0 0;
  position: relative; }
  .clients-ds:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 200px;
    height: 300px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 3; }
  .clients-ds:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 200px;
    height: 300px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px); }
  .clients-ds .item {
    margin: 0 60px; }
    .clients-ds .item img {
      width: 140px; }

@media screen and (max-width: 768px) {
  .clients-ds:before, .clients-ds:after {
    width: 100px; }
  .clients-ds .item {
    margin: 0 !important;
    padding: 20px !important; } }
/* --------------- Testimonials --------------- */
.testimonials-ds .container {
  padding: 100px 60px;
  background: var(--main-color);
  border-radius: 30px;
  position: relative;
  top: -140px; }
.testimonials-ds .qoute-icon {
  position: relative;
  width: max-content; }
  .testimonials-ds .qoute-icon .text {
    width: 240px; }
  .testimonials-ds .qoute-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100px; }
.testimonials-ds .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden; }
.testimonials-ds .item .info .info-text {
  padding-left: 20px; }
  .testimonials-ds .item .info .info-text p {
    font-size: 14px;
    color: #BBBBBB;
    margin-top: 5px; }
.testimonials-ds .swiper {
  position: relative; }
  .testimonials-ds .swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto !important;
    width: max-content !important;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
      margin: 0 7px;
      background: #BBBBBB; }
      .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--main-color); }

/* --------------- Awards --------------- */
.intro-vid .bg-img {
  height: 580px;
  border-radius: 30px;
  margin-top: -140px;
  position: relative; }
  .intro-vid .bg-img .states {
    position: absolute;
    top: -120px;
    left: 30px;
    background: var(--theme-color);
    padding: 60px 40px;
    border-radius: 15%;
    max-width: 300px;
    z-index: 3; }
    .intro-vid .bg-img .states .imgs {
      display: flex; }
      .intro-vid .bg-img .states .imgs .img {
        width: 47px;
        height: 47px;
        border-radius: 50%;
        border: 2px solid var(--bg-color); }
      .intro-vid .bg-img .states .imgs .icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: var(--main-color);
        text-align: center;
        line-height: 40px;
        margin-left: -10px;
        z-index: -1;
        transition: all 0.5s; }
        .intro-vid .bg-img .states .imgs .icon img {
          width: 15px;
          transition: all 0.5s; }
  .intro-vid .bg-img .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    .intro-vid .bg-img .play-button a {
      width: 120px;
      height: 120px;
      line-height: 120px;
      font-size: 40px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.7);
      background: rgba(255, 255, 255, 0.1); }

@media screen and (max-width: 768px) {
  .intro-vid .bg-img .states h4 {
    font-size: 28px; } }
/* --------------- Awards --------------- */
.awards-sa .item-title {
  padding: 0 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
  .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.1);
  position: relative;
  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);
    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; }

/* --------------- About --------------- */
.about-ma {
  display: flex; }
  .about-ma .bg-img {
    height: 100vh;
    width: 50vw; }
  .about-ma .content {
    padding: 60px 60px 0;
    width: 50vw; }
    .about-ma .content .item {
      margin-top: 200px; }
      .about-ma .content .item .botm h2 {
        font-size: 100px;
        font-weight: 600;
        line-height: 1;
        opacity: .1; }
        .about-ma .content .item .botm h2 span {
          font-size: 80px; }
      .about-ma .content .item .botm h6 {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding-bottom: 15px; }

/* --------------- Blogs --------------- */
.blog-ds .item .info {
  font-size: 14px; }
  .blog-ds .item .info .date {
    color: #808080; }
  .blog-ds .item .info .dash {
    color: #808080;
    margin: 0 15px; }
.blog-ds .item .img {
  position: relative;
  height: 300px; }
  .blog-ds .item .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .blog-ds .item .img .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: var(--main-color);
    opacity: 0;
    visibility: hidden;
    transition: all .4s; }
    .blog-ds .item .img .icon img {
      width: 22px; }
.blog-ds .item:hover .img .icon {
  opacity: 1;
  visibility: visible; }

.footer-sa .logo {
  width: 160px; }
.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;
  transition: all 0.4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }
.footer-sa .sub-footer .copy p {
  font-size: 14px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }
.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 14px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

.call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  @media screen and (max-width: 480px) {
    .call-action h2 {
      font-size: 50px; } }
  .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: linear-gradient(40deg, #5b72fe, #c4cdff);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #fff; }
    @media screen and (max-width: 480px) {
      .call-action h2 .buton {
        top: -200px;
        right: 50%;
        transform: translateX(50%); } }
    .call-action h2 .buton img {
      width: 30px; }

html {
  overflow-x: hidden; }

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  background-color: var(--theme-color); }

main {
  background-image: url(../imgs/bg-main.jpg);
  background-size: cover; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0; }

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: #999898; }

.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 {
  filter: invert(1); }

.butn .icon {
  width: 18px; }
.butn:hover .icon {
  filter: brightness(0) invert(1); }
.butn:hover .icon.invert img {
  filter: invert(0); }

.show-sm {
  display: none; }

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .show-sm {
    display: block; }

  .sub-head {
    margin-left: 15px; }

  .header-ma .caption h1 {
    font-size: 60px !important; }

  .header-ma .caption .img {
    width: 155px; }

  .header-ma .mimg .lg-text text {
    font-size: 140px !important; }

  .services-ds .item .title h2 {
    font-size: 80px;
    line-height: 1.2; }

  .awards-sa {
    padding-bottom: 0; }

  .about-ma {
    display: block !important; }

  .about-ma .content {
    width: 100%;
    padding: 0 15px !important; }
    .about-ma .content .item {
      margin-top: 140px; } }
@media screen and (max-width: 768px) {
  .header-ma .caption {
    display: block !important;
    padding: 140px 0 80px; }

  .header-ma .mimg {
    height: 400px; }

  .sec-head h3 {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: -1px; }

  .services-ds .item {
    display: block !important;
    margin-bottom: -60px;
    overflow: hidden;
    background: #212121;
    z-index: 1;
    position: relative;
    transition: 1s; }
    .services-ds .item:hover {
      margin-bottom: 0;
      transition: 1s; }

  .services-ds .item .title {
    margin-bottom: 0; }

  .services-ds .item .title h2 {
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 0; }

  .services-ds .item p {
    font-size: 12px; }

  .services-ds .item .icon {
    position: relative;
    bottom: 50px; }

  .works-ma {
    padding-bottom: 200px; }

  .works-ma .gallery-text .text h4 {
    font-size: 40px; }

  .testimonials-ds .container {
    padding: 100px 15px; }

  .testimonials-ds .qoute-icon .text {
    width: 180px; }
  .testimonials-ds .qoute-icon .icon {
    width: 80px; }

  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal; }

  .awards-sa .item-line .honors {
    margin-bottom: 15px; }

  .awards-sa .item-line .project-date {
    margin-top: 15px; } }
@media screen and (max-width: 480px) {
  .about-ma .content h4 {
    font-size: 24px;
    letter-spacing: 0px; }

  .show-sm .sec-head {
    padding-left: 20px; }

  .services-ds .item .icon {
    margin-left: 15px; }

  .butn .icon {
    width: 15px; }

  .header-ma .caption h1 {
    font-size: 45px !important; }

  .sec-head h3 {
    font-size: 24px; } }
.whiteicon {
  filter: brightness(0) invert(1); }

.butn:hover .whiteicon {
  filter: brightness(0) invert(1); }

/*# sourceMappingURL=home5-style.css.map */
