/* ----------------------------------------------------------
[Master Stylesheet]

Template Name: Anatila - Landing & Creative Agency 
Template Author: Theme-zome
Version: V1.0
            
----------------------------------------------------------
[font-family]

--------------------------------------------------- */
/* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');


/* :: Reboot CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  color: #212529;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
}

a {
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 600;
  letter-spacing: 1px;
  color: #212529;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

li {
  list-style: none;
}

p {
  line-height: 1.7;
  color: rgb(36, 36, 36);
  font-size: 15px;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.mr-15-cu {
  margin-right: 15px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* preloader */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999999999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #111;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#preloader:after {
  left: auto;
  right: 0;
}

#preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

.loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}

@-webkit-keyframes lineheight {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes lineheight {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
  }
}

@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
  }
}

.analytic-area {
  position: relative;
}

.tem-grid-line {
  position: relative;
}

.tem-grid-line .line {
  height: 100vh;
  display: inline-block;
  background-color: #171819;
  width: 1px;
  position: absolute;
  z-index: 3;
  top: 0;
}

.full-line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

.tem-grid-line.two .line {
  height: 100vh;
  display: inline-block;
  background-color: #343739;
  width: 1px;
  position: absolute;
  z-index: 9;
  top: 0;
}

.tem-grid-line.three .line {
  height: 100vh;
  display: inline-block;
  background-color: #C9D3DE;
  width: 1px;
  position: absolute;
  z-index: 9;
  top: 0;
}

.people-area {
  overflow: hidden;
}

.analytic-area-software {
  overflow: hidden;
  position: relative;
  background-color: #171819;
}

.analytic-area-marketing {
  position: relative;
}

.analytic-area-marketing {
  background: #F1F2F5;
  overflow: hidden;
}


.site-header-details {
  background-color: #fff;
}

/* Welcome Area css */
.welcome-area {
  height: 980px;
  position: relative;
  z-index: 9;


}

.welcome-text {
  position: relative;
}

.welcome-text h6 {
  font-size: 32px;
  line-height: 52px;
  font-weight: 600;
  margin-bottom: 80px;
}

.welcome-text h2 {
  font-size: 120px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}

.welcome-text h4 {
  font-size: 100px;
  color: #000;
  font-weight: 400;
  margin-bottom: 60px;

}

.welcome-text p {
  text-align: center;
  font-size: 32px;
  line-height: 52px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

.welcome-area .row {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.welcome-heading {
  position: relative;
}

.welcome-icon {
  height: 124px;
  width: 124px;
  text-align: center;
  line-height: 124px;
  border-radius: 50%;
  display: inline-block;
  background: -o-linear-gradient(225deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(225deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 0, 0, 0.10);
  position: absolute;
  top: 0;
  left: 0;
}

.what-we-do {
  background-color: #fff;
  height: 180px;
  width: 180px;
  display: inline-block;
  text-align: center;
  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%;
  position: relative;
  top: -90px;
  z-index: 99;
}

.what-we-do p {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
          transform: rotate(-12deg);
  margin-bottom: 0;
}

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.analytic-area- {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.side-image {
  position: relative;
  width: 100%;
}

.bg-shape {
  position: absolute;
  z-index: 99;
  right: 0;
  text-align: right;
}

.bg-shape-2 {
  position: absolute;

  right: 0;
  z-index: 1;
}

.analytic-text h2 span {
  font-weight: 400;
}

.analytic-text {
  position: relative;
  z-index: 10;
}

.heading-title h3 {
  position: absolute;
  top: 70px;
  left: 75px;
  z-index: 2;
  font-size: 130px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-25.76%, rgba(49, 51, 53, 0.8)), color-stop(75.40%, rgba(49, 51, 53, 0)));
  background: -o-linear-gradient(top, rgba(49, 51, 53, 0.8) -25.76%, rgba(49, 51, 53, 0) 75.40%);
  background: linear-gradient(180deg, rgba(49, 51, 53, 0.8) -25.76%, rgba(49, 51, 53, 0) 75.40%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: #000000;
}

.heading-title-two h3 {
  position: absolute;
  top: 58px;
  left: 75px;
  z-index: 2;
  font-size: 130px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-27.81%, #343739), color-stop(100.85%, rgba(52, 55, 57, 0)));
  background: -o-linear-gradient(top, #343739 -27.81%, rgba(52, 55, 57, 0) 100.85%);
  background: linear-gradient(180deg, #343739 -27.81%, rgba(52, 55, 57, 0) 100.85%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: #171819;
}

.heading-title-three h3 {
  position: absolute;
  top: 30px;
  left: 75px;
  z-index: 2;
  font-size: 130px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-26.35%, #C9D3DE), color-stop(76.51%, rgba(201, 211, 222, 0)));
  background: -o-linear-gradient(top, #C9D3DE -26.35%, rgba(201, 211, 222, 0) 76.51%);
  background: linear-gradient(180deg, #C9D3DE -26.35%, rgba(201, 211, 222, 0) 76.51%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: #F1F2F5;
}

.heading-title-home-2 h3 {
  position: absolute;
  top: 30px;
  left: 75px;
  z-index: 2;
  font-size: 130px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-25.76%, rgba(49, 51, 53, 0.8)), color-stop(71.39%, rgba(49, 51, 53, 0)));
  background: -o-linear-gradient(top, rgba(49, 51, 53, 0.8) -25.76%, rgba(49, 51, 53, 0) 71.39%);
  background: linear-gradient(180deg, rgba(49, 51, 53, 0.8) -25.76%, rgba(49, 51, 53, 0) 71.39%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: #F1F2F5;
}

.analytic-area.marketing {
  padding-top: 160px;
  position: relative;
}

.marketing-text {
  position: relative;
  z-index: 99;
}

.bg-shape-3 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}

.marketing-text h2 span {
  font-weight: 400;
}

.side-image {
  position: relative;
  z-index: 99
}

.analytic-area {
  padding-top: 100px;
  padding-bottom: 100px;
}


.analytic-text h2 {
  background: -webkit-linear-gradient(#fff, #6c6c6c, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 108px;
  line-height: 136.08px;
  margin-bottom: 80px;
  position: relative;

}


.analytics-btn ul li {
  display: inline-block;
  margin-right: 10px;
}


.ana-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 60px;
  color: #FFFFFF;
  background: #171819;
  border-radius: 8px;
  padding: 0 10px;
  height: 60px;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 999;
}

.ana-btn.first {
  position: relative;
  z-index: 99;
}

.ana-btn.first span {
  position: relative;
  z-index: 99;
}

.ana-btn.first::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  background: #27292B;
  width: 38%;
  border-radius: 8px 0 0 8px;
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms;
}

a.ana-btn.first:hover::after {
  width: 100%;
  border-radius: 8px;
}

.ana-btn:hover {
  color: rgba(255, 255, 255, 0.70);
}

.ana-desc {
  font-size: 24px;
  line-height: 44px;
  color: #fff;
  font-weight: 400;
  margin-top: 80px;
  margin-bottom: 24px;
  display: block;
}

.ana-button-area a {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 44px;
  text-decoration: underline;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}

.ana-button-area a:hover {
  color: rgba(255, 255, 255, 0.70);
}

.ana-button-area a:hover svg {
  fill: rgba(255, 255, 255, 0.70) !important;
}

.ana-button-area a svg {
  margin-left: 8px;
}

.analytic-area.software {
  background: #171819;
  padding-top: 140px;
}

.ana-btn-soft {
  padding: 0 10px;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background: #27292A;
  border-radius: 8px;
  color: #fff;

}

.ana-btn-soft.first {
  position: relative;
  z-index: 99;
}

.ana-btn-soft.first span {
  position: relative;
  z-index: 99;
}

.ana-btn-soft.first::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  background: #3C3F41;
  width: 38%;
  border-radius: 8px 0 0 8px;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;

}

.ana-btn-soft.first:hover::after {
  width: 100%;
  border-radius: 8px;
}

.ana-btn-soft:hover {
  color: rgba(255, 255, 255, 0.70);
}

.analytic-area.marketing {
  background-color: #F1F2F5;
}

.marketing-text h2 {
  background: -webkit-linear-gradient(#000, #949496, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 108px;
  line-height: 136.08px;
  margin-bottom: 80px;
}

.mar-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 44px;
  color: #000000;
  margin-top: 80px;
  margin-bottom: 30px;
  max-width: 55%;
}

.mar-button-area a {
  font-weight: 600;
  font-size: 24px;
  line-height: 44px;
  color: #000000;
  text-decoration: underline;
}

.mar-button-area a svg {
  margin-left: 3px;
}

.peo-heading {
  position: relative;
}

.peo-heading h2 {
  font-size: 64px;
  line-height: 80px;
  font-weight: 700;
  position: relative;
}

.peo-heading h2 span {
  font-weight: 400;
}

.heading-shape img {
  position: absolute;
  left: 0;
  bottom: -40px
}

.peo-heading {
  margin-bottom: 200px;
}

.work-icon {
  background-color: #fff;
  height: 72px;
  width: 72px;
  text-align: center;
  line-height: 72px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 24px rgba(17, 28, 67, 0.08);
          box-shadow: 0px 4px 24px rgba(17, 28, 67, 0.08);
  display: inline-block;
  margin-bottom: 60px;
}

.single-work-card h2 {
  font-size: 28px;
  line-height: 35.28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-work-card {
  margin-bottom: 70px;
}

.single-work-card p {
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.footer-area {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 80px;
}

.footer-social li {
  display: inline-block;
  margin-right: 10px;
}

.footer-details-area p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
}

.footer-copy-area {
  margin-top: 100px;
}

.footer-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.footer-text p a {
  color: #fff;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}

.footer-text p a:hover {
  color: rgba(255, 255, 255, 0.70);
}

.footer-text.two p {
  text-align: right;
}

ul.footer-social li a .sv-icon {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}

ul.footer-social li a .sv-icon:hover {
  -webkit-transform: translatey(-8px);
      -ms-transform: translatey(-8px);
          transform: translatey(-8px);
}

.footer-details-area p {
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
}

.footer-text h2 {
  font-size: 108px;
  line-height: 136px;
  background: -webkit-linear-gradient(#fff, #6c6c6c, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 90px;
}

.footer-text h6 {
  color: #fff;
  font-size: 36px;
  line-height: 45x;
  font-weight: 400;
  margin-bottom: 20px;
}

.mar-desc {
  position: relative;
  z-index: 101010;
}

/* Service Css Area */

.welcome-area.home-2 {
  background-color: #000;
}

.analytic-area-.home-2 {
  padding-top: 120px;
}

.analytic-area-.home-2 .heading-title h3 {
  position: absolute;
  top: 120px;
}

.feature-area {
  background-color: #000;
  padding-top: 60px;
}

.feature-number h2 {
  font-weight: 400;
  font-style: italic;
  font-size: 64px;
  line-height: 80px;
  margin-right: 120px;
}

.feature-card {
  margin-bottom: 140px;
  position: relative;
  z-index: 99;
}

.feature-text h2 {
  margin-bottom: 50px;
  font-size: 64px;
  line-height: 80px;
}

.feature-text p {
  font-size: 24px;
  line-height: 44px;
  font-weight: 400;
}

.footer-area.home-2 {
  padding-top: 100px;
}

.container {
  max-width: 1520px;
}

.footer-details-area p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.analytics-btn {
  position: relative;
  z-index: 10;
}

.ana-desc {
  position: relative;
  z-index: 10;
}

.analytic-area.home-2 {
  background-color: #000;
  position: relative;
}

.analytic-area--2 {
  position: relative;
  background-color: #000;
}

/* Team members Css Area */
.team-area- {
  background-color: #171819;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.single-team-members-area {
  margin-bottom: 50px;
}

.team-area {
  position: relative;
}

.team-members-img {
  margin-bottom: 20px;
}

.team-content-text h5 {
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.team-content-text span {
  color: #fff;
  letter-spacing: 2px;
  opacity: 0.80;
  font-size: 17px;
}

/* Blog area Css */

.blog-title {
  color: #fff;
  font-size: 28px;
  text-transform: capitalize;
  margin-top: 30px;
  display: block;
  margin-bottom: 15px;
}

.blog-image img {
  border-radius: 15px;
}

.single-blog-card p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 18px;
  margin-bottom: 30px;
}
.single-blog-card{
  margin-bottom: 50px;
}

/* Blog Details Area Css */

.blog-details-content p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
}

.blog-details-content h5 {
  color: #fff;
  font-size: 52px;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.blog-details-content h5 span{
  font-weight: 300;
}

.blog-details-content h6 {
  color: #fff;
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.blog-tags-area li {
  display: inline-block;
}

.blog-tags-area li a {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 5px 15px;
  display: inline-block;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.60);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}

.blog-tags-area li a:hover {
  color: #fff;
}


/* All Responsive Area Css */

@media (min-width: 1200px) and (max-width: 1365px) {

  .container {
    max-width: 1100px;
  }

  .welcome-text h2 {
    font-size: 108px;
  }

  .welcome-icon {
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-radius: 50%;
    top: -42px;
    left: -10px;
  }

  .welcome-text h4 {
    font-size: 88px;
  }

  .heading-title h3 {
    left: 11px;
  }

  .ana-btn {
    font-size: 15px;
  }

  .heading-title-two h3 {
    top: 67px;
    left: 14px;
    font-size: 93px;
    z-index: 999;
  }

  .ana-desc {
    width: 70%;
  }

  .heading-title-three h3 {
    position: absolute;
    top: 62px;
    left: 16px;
    z-index: 2;
    font-size: 86px;
  }

  .marketing-text h2 {
    font-size: 97px;
    line-height: 136.08px;
    margin-bottom: 80px;
    position: relative;
    z-index: 1000000 !important;
  }

  .footer-details-area p {
    font-size: 29px;

  }

  .full-line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
            flex: 0 0 56%;
  }

  .footer-text h2 {
    font-size: 93px;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {

  .welcome-text h2 {
    font-size: 88px;
  }

  .welcome-icon {
    height: 90px;
    width: 90px;
    top: -55px;
    left: -9px;
  }

  .welcome-text h4 {
    font-size: 74px;

  }

  .welcome-area {
    height: 850px;
  }

  .container {
    max-width: 950px;
  }

  .heading-title h3 {
    left: 14px;
  }

  .analytics-btn ul li {
    display: inline-block;
    margin-right: -2px;
  }

  .ana-btn {
    font-weight: 600;
    font-size: 14px;
    padding: 0 9px;
  }

  .ana-desc {
    font-size: 20px;
    line-height: 40px;
  }

  .heading-title-two h3 {
    position: absolute;
    top: 84px;
    left: 22px;
    z-index: 2;
    font-size: 75px;
  }

  .analytic-text h2 {
    font-size: 85px;
    line-height: 110.08px;
  }

  .ana-btn-soft {
    font-size: 15px;
  }

  .heading-title-three h3 {
    position: absolute;
    top: 89px;
    left: 25px;
    font-size: 71px;
    ;
  }

  .marketing-text h2 {
    font-size: 83px;
    line-height: 110.08px;
    margin-bottom: 80px;
  }

  .mar-desc {
    font-size: 24px;
    line-height: 40px;
    max-width: 70%;
    z-index: 1000;
    position: relative;
  }

  .footer-text h2 {
    font-size: 79px;
    line-height: 110px;
    margin-bottom: 90px;
  }

  .footer-details-area p {
    font-size: 26px;
    line-height: 48px;
    font-weight: 400;
  }

  .full-line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }

  .single-work-card h2 {
    font-size: 21px;
    line-height: 28.28px;
  }

  .feature-text h2 {
    margin-bottom: 40px;
    font-size: 52px;
    line-height: 70px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .welcome-text h2 {
    font-size: 67px;
  }

  .welcome-text h4 {
    font-size: 52px;
  }

  .welcome-text p {
    text-align: center;
    font-size: 21px;
    line-height: 40px;
  }

  .welcome-area {
    height: 800px;
  }

  .welcome-icon {
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    top: -67px;
    left: -17px;
  }

  .analytic-text h2 {
    font-size: 85px;
    line-height: 115.08px;
    margin-bottom: 80px;
    position: relative;
  }

  .heading-title h3 {
    position: absolute;
    top: 70px;
    left: 6px;
    z-index: 2;
    font-size: 106px;
  }

  .ana-btn {
    font-size: 16px;
    line-height: 60px;
    margin-bottom: 15px;
  }

  .ana-desc {
    font-size: 20px;
    line-height: 36px;
  }

  .heading-title-two h3 {
    position: absolute;
    top: 58px;
    left: 12px;
    z-index: 2;
    font-size: 58px;
  }

  .container {
    max-width: 720px;
  }

  .analytic-text h2 {
    font-size: 68px;
    line-height: 84.08px;

  }

  .ana-desc {
    font-size: 18px;
    line-height: 40px;
  }

  .analytic-text h2 {
    font-size: 62px;
    line-height: 78.08px;

  }

  .ana-btn-soft {
    padding: 0 10px;
    height: 60px;
    font-size: 17px;
  }

  .heading-title-three h3 {
    position: absolute;
    top: 66px;
    left: 24px;
    z-index: 2;
    font-size: 53px;
  }

  .marketing-text h2 {
    font-size: 60px;
    line-height: 90.08px;
    margin-bottom: 80px;
  }

  .mar-desc {
    max-width: 90%;
  }

  .mar-desc {
    font-size: 20px;
    line-height: 40px;
    max-width: 55%;
  }

  .peo-heading h2 {
    font-size: 54px;
    line-height: 74px;
  }

  .footer-text h2 {
    font-size: 60px;
    line-height: 120px;
  }

  .footer-details-area p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .footer-details-area p {
    font-size: 26px;
    line-height: 42px;
    font-weight: 400;
  }

  .full-line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .footer-text p {
    font-size: 15px;
  }

  .feature-text h2 {
    margin-bottom: 30px;
    font-size: 48px;
    line-height: 70px;
  }

  .feature-number h2 {
    font-size: 64px;
    line-height: 80px;
    margin-right: 60px;
  }

  .feature-text p {
    font-size: 20px;
    line-height: 42px;
    font-weight: 400;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .welcome-area {
    height: 900px;
  }

  .welcome-text h2 {
    font-size: 50px;
  }

  .welcome-text h4 {
    font-size: 40px;
  }

  .welcome-text p {
    text-align: center;
    font-size: 19px;
    line-height: 35px;
  }

  .welcome-icon {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    top: -92px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .analytics-btn ul li {
    display: block;
    margin-right: 0;
  }

  .welcome-text h6 {
    margin-bottom: 130px;
  }

  .what-we-do {
    height: 150px;
    width: 150px;
    top: -90px;
    z-index: 99;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .heading-title h3 {
    display: none;
  }

  .analytic-text h2 {
    font-size: 36px;
    line-height: 59.08px;
    margin-bottom: 40px;
    position: relative;
  }

  .ana-btn {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .ana-desc {
    font-size: 15px;
    line-height: 37px;
    margin-top: 30px;
    margin-bottom: 24px;
  }

  .ana-button-area a {
    font-size: 20px;
  }

  .side-image {
    position: absolute;
    z-index: 2;
    top: 20px;
  }

  .analytic-text {
    margin-top: 220px;
  }

  .bg-shape-3 {
    position: absolute;
    right: 0;
    top: 55px;
    -webkit-transform: translateY(55px);
        -ms-transform: translateY(55px);
            transform: translateY(55px);
    z-index: 7;
  }

  .bg-shape-2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .bg-shape-2 img {
    width: 200px !important;
  }

  .marketing-text h2 {
    font-size: 39px;
    line-height: 56.08px;
    margin-bottom: 40px;
  }

  .ana-btn-soft {
    padding: 0 10px;
    height: 60px;
    font-size: 13px;
    padding: 0 15px;

  }

  .mar-desc {
    font-size: 18px;
    line-height: 38px;
    margin-top: 40px;
    margin-bottom: 30px;
    max-width: 100%;
  }

  .mar-button-area a {
    font-weight: 600;
    font-size: 22px;
    line-height: 42px;
    position: relative;
    z-index: 101010;
  }

  .peo-heading h2 {
    font-size: 23px;
    line-height: 16px;
  }

  .peo-heading {
    margin-bottom: 120px;
  }

  .footer-text h2 {
    font-size: 24px;
    line-height: 44px;

  }
  .heading-title-two h3 {
    font-size: 80px;
  }

  .footer-text h6 {
    color: #fff;
    font-size: 24px;
  }

  .footer-details-area p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }

  .footer-details-area p {
    font-size: 20px;
    line-height: 36px;
  }

  .footer-social {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }

  .footer-social li {
    display: inline-block;
    margin-right: 6px;
  }

  .footer-details-area {
    position: relative;
  }

  .ana-btn-soft.first {
    position: relative;
    z-index: 99;
    margin-bottom: 15px;
  }

  .full-line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: absolute;
    bottom: -60px;
  }

  .footer-text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
  }

  .footer-text.two p {
    text-align: left;
    font-size: 15px;
    margin-top: 40px;
  }

  .feature-number h2 {
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    line-height: 60px;
    margin-right: 15px;
  }

  .feature-text h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 60px;
  }

  .feature-text p {
    font-size: 15px;
    line-height: 37px;
    font-weight: 400;
    margin-bottom: 0;
  }

  .feature-card {
    margin-bottom: 70px;
    position: relative;
    z-index: 99;
  }

  .footer-social li a svg {
    width: 30px;
  }
}