:root {
  --bg-color: #fff;
  --main-color: #4340D5;
  --theme-color: #D4DEE7; }

/* --------------- 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;
    -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: rgba(0, 0, 0, 0.8); }
  .navbar .logo {
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px; }
  .navbar .navbar-nav {
    padding: 2px 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    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; }

/* --------------- header --------------- */
.header-mst {
  padding: 200px 0; }
  .header-mst .caption h1 {
    font-size: 120px; }
    .header-mst .caption h1 span {
      background-image: url(../imgs/header/brush.png);
      background-size: contain;
      width: auto;
      background-position: center center;
      background-repeat: no-repeat;
  }
  .header-mst .butons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-mst .butons .bg,
    .header-mst .butons .bord {
      width: 140px;
      height: 140px;
      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;
      border-radius: 50%; }
    .header-mst .butons .bg {
      background: var(--main-color);
      position: relative;
      z-index: 3; }
    .header-mst .butons .bord {
      border: 1px solid #fff;
      padding: 20px;
      margin-left: -30px; }
  .header-mst .cont .arrow {
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #fff; }
    .header-mst .cont .arrow svg {
      width: 15px; }
  .header-mst .cont span {
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 8px 25px;
    border-radius: 30px;
    font-size: 16px;
    margin-left: 10px; }

/* --------------- Awards --------------- */
.hero-mst {
  background: var(--theme-color);
  border-radius: 50px 50px 0 0;
  margin-top: -60px;
  position: relative;
  z-index: 5; }
  .hero-mst .img {
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    max-width: 550px;
    margin: auto; }
  .hero-mst .exp {
    position: absolute;
    top: 30%;
    left: 15px; }
    .hero-mst .exp span {
      font-size: 13px;
      text-transform: uppercase;
      line-height: 1.3; }
    .hero-mst .exp h2 {
      font-size: 100px; }
  .hero-mst .curve {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    z-index: -1; }
  .hero-mst .cont a:hover, .about-smt a:hover {
    background-color: #4340D5 !important;
    color: #fff; }

.about-smt {
  background: var(--theme-color);
  border-radius: 50px 50px;
  position: relative;
  margin-top: -60px;
  z-index: 7; }
  .about-smt .boxs {
    position: relative;
    bottom: -100px; }
    .about-smt .boxs .item {
      padding: 60px 20px;
      width: 100%; }
      .about-smt .boxs .item h2 {
        font-size: 100px; }
      .about-smt .boxs .item h6 {
        font-size: 18px; }
    .about-smt .boxs .bg-color {
      background: var(--main-color); }
  .about-smt .main-img {
    height: 70vh;
    min-height: 500px; }

/* --------------- Services --------------- */
.services-accord2 {
  color: #fff;
  background: var(--main-color);
  border-radius: 50px 50px 0 0;
  padding-bottom: 200px;
  position: relative;
  z-index: 5; }
  .services-accord2 .accordion .accordion-item {
    background: transparent;
    border-radius: 0;
    border: 0; }
  .services-accord2 .accordion .accordion-title {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    overflow: hidden; }
    .services-accord2 .accordion .accordion-title h2 {
      font-size: 50px;
      font-weight: 500; }
    .services-accord2 .accordion .accordion-title .icon svg {
      width: 40px;
      height: 40px; }
    .services-accord2 .accordion .accordion-title:not(.collapsed) .title h2 {
      margin-bottom: 0; }
    .services-accord2 .accordion .accordion-title:not(.collapsed) .icon svg path {
      stroke: #0047FF; }
  .services-accord2 .accordion .accordion-body {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .services-accord2 .accordion .accordion-body .img {
      height: 200px;
      border-radius: 15px; }

/* --------------- Works --------------- */
.work-matrial {
  background: #fff;
  border-radius: 50px 50px 0 0;
  margin-top: -60px;
  padding-bottom: 200px;
  position: relative;
  z-index: 5; }
  .work-matrial .butn.butn-bord {
    border-color: rgba(0, 0, 0, 0.2); }
  .work-matrial .swiper-cont {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 10;
    flex-shrink: 10;
    min-height: 0;
    padding: 0 15px; }
  .work-matrial .swiper {
    width: 100%;
    height: 100%; }
  .work-matrial .swiper-material {
    height: 80vh;
    width: calc(100% - 30px);
    max-width: 100%; }
  .work-matrial .demo-material-image {
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: var(--swiper-material-slide-border-radius); }
  .work-matrial .demo-material-label {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #fff;
    border-radius: 15px; }
    .work-matrial .demo-material-label span {
      font-size: 13px;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .work-matrial .demo-material-label h6 {
      font-weight: 500; }

/* --------------- 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 --------------- */
.testim-sm {
  position: relative;
  overflow: hidden; }
  .testim-sm .swiper-slide {
    height: auto; }
  .testim-sm .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%; }
    .testim-sm .item .rate h5 {
      font-size: 16px; }
    .testim-sm .item .rate .stars {
      font-size: 13px;
      color: #EF2B10;
      margin-left: 10px; }
    .testim-sm .item .info .img-author {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden; }
    .testim-sm .item .info .info-text {
      padding-left: 15px; }
      .testim-sm .item .info .info-text p {
        font-size: 14px;
        opacity: .7; }
  .testim-sm .swiper-slide-active .item {
    background: #0D0D0D;
    color: #fff; }
  .testim-sm .brands h6 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px; }
  .testim-sm .brands .row {
    padding: 30px 15px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0; }
    .testim-sm .brands .row .img {
      width: 90px;
      margin: auto; }

/* --------------- Blogs --------------- */
.blog-mp {
  background-color: var(--bg-color); }
  .blog-mp .bord {
    position: relative; }
    .blog-mp .bord:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .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: 13px;
    text-transform: uppercase; }
    .blog-mp .item .info .author-info span,
    .blog-mp .item .info .date span {
      display: block;
      line-height: 22px; }
  .blog-mp .item .info .author-info .sub-color {
    text-transform: capitalize !important; }
  .blog-mp .item .img {
    border-radius: 15px;
    height: 255px;
    overflow: hidden; }

/* --------------- Contact --------------- */
.contact-sa .box {
  padding: 120px 60px;
  background-image: url(../imgs/gr-back.png);
  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 {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px; }

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

/* --------------- footer --------------- */
.footer-mp .info-item h6 {
  font-size: 18px;
  line-height: 1.5; }

.footer-mp .footer-logo {
  position: relative;
  margin-top: 100px; }
  .footer-mp .footer-logo h1 {
    font-size: 290px;
    line-height: 1.2; }
    .footer-mp .footer-logo h1 span {
      font-family: "Playfair Display", serif;
      font-style: italic; }
  .footer-mp .footer-logo .union {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    background: var(--theme-color);
    padding: 10px;
    border-radius: 50%; }
    .footer-mp .footer-logo .union .icon {
      width: 64px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }

.footer-mp .social-icon {
  padding-top: 30px; }
  .footer-mp .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-size: 14px;
    margin: 0 5px; }
    .footer-mp .social-icon a:hover {
      background: var(--main-color);
      border-color: var(--main-color);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }

.footer-mp .sub-footer .copy p {
  font-size: 14px; }

.footer-mp .sub-footer .links {
  width: 100%; }
  .footer-mp .sub-footer .links a {
    font-size: 14px; }
  .footer-mp .sub-footer .links .active {
    color: var(--main-color); }

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  margin: 0; }

h1 {
  font-size: 64px; }

h2 {
  font-size: 54px; }

h3 {
  font-size: 44px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 32px; }

h6 {
  font-size: 24px;
  font-weight: 400; }

p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0; }

.main-color {
  color: #1567F5 !important; }

.sub-head {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px; }

.sub-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.italic {
  font-style: italic;
  display: inline; }

.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); }



  .menu-icon span {
    filter: invert(1);
    font-size: 24px;
  }
  .footer-ds .sub-footer .copy p a {
    color: #000; }
  
  
    .main-marq .box .item h2 {
      font-size: 150px;
      text-transform: uppercase;
      white-space: nowrap;
      font-weight: 700;
    }

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 1399px) {
  .main-marq .box .item h2 {
    font-size: 110px;
}
  .header-mst .caption h1 {
      font-size: 105px;
  }}
@media screen and (max-width: 1199px) {
  .header-mst .caption h1 {
      font-size: 85px;
  }
  .main-marq .box .item h2 {
    font-size: 90px;
}
}
@media screen and (max-width: 992px) {
  .header-mst .caption h1 {
      font-size: 85px;
  }
  .main-marq .box .item h2 {
    font-size: 70px;
}
  .services-accord2 .accordion .accordion-title h2 {
    font-size: 45px; }
  .footer-mp .footer-logo h1 {
    font-size: 190px; }
  .footer-mp .ml-none {
    margin-left: 0 !important; } }

@media screen and (max-width: 768px) {
  .header-mst {
    background-position: left center; }
  .header-mst .caption h1 {
    font-size: 60px; }
    .main-marq .box .item h2 {
      font-size: 50px;
  }
  .hero-mst .exp {
    display: none; }
  .sec-head {
    display: block !important; }
    .sec-head .ml-auto {
      margin: 15px 0 0 0 !important; }
  .services-accord2 .accordion .accordion-title h2 {
    font-size: 36px; }
  .work-matrial .swiper-cont {
    padding: 0; }
  .about-smt .boxs .item h2 {
    font-size: 70px;
    margin-bottom: 5px; }
  .footer-mp .footer-logo h1 {
    font-size: 90px; }
  .footer-mp .footer-logo .union {
    display: none; } }



@media screen and (max-width: 575px) {
  .header-mst .caption h1 {
    font-size: 50px; }
    .header-mst .cont span {
      font-size: 13px;
  }
  .count-box {
    flex-direction: column;
  }
}

