/* == GENERAL == */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;700;900&display=swap');

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.w-em{
    width:2em;
}
.show-desk {
    display: block !important;
}

.show-mob {
  display: none !important;
}

:focus-visible {
outline: none !important;
box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
.text-muted,
button,
a,
div {
  font-family: 'Source Sans Pro', sans-serif !important;
}

p {
  color: #7a7a7a;
  font-size: 16px;
}

a:hover {
  text-decoration: none !important;
}

ul li {
  text-decoration: none;
  list-style: none;
}
.w-img{
    width:75% !important;
}

/* === SECTION01 CSS ===  */

#section01{
  background-image: url(../../images/landing/banner-bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 4rem 0 9rem;
}

.banner_meta h2 {
  font-size: 54px;
  line-height: 62px;
  font-weight: 800;
  color: #fff;
  text-transform: capitalize;
}

.banner_meta h4 {
  font-size: 34px;
  line-height: 44px;
  margin: 3rem 0;
  font-weight: 500;
  color: #fff;
}

.banner_meta h4 span{
  border-bottom: 1px solid #fff;
}

.banner_meta h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
}

.banner_meta h5 img{
  margin-right: 10px;
}

.enter_email form {
  background: #fff;
  padding: 11px 10px;
  position: relative;
  border-radius: 11px;
  overflow: hidden;
}

.enter_email form input[type="email"] {
  border: 0;
  caret-color: #ff9111;
  padding: 8px;
  width: calc(100% - 140px);
}

.enter_email form input[type="submit"] {
  position: absolute;
  width: 222px;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 24px;
  padding: 0 30px;
  background: #ff9111;
  color: #fff;
  transition: 0.3s;
  border-radius: 0;
  font-family: 'Source Sans Pro', sans-serif;
  cursor:pointer;
}

/* === SECTION02 CSS ===  */

#section02{
  padding: 2rem 0;
}

#section02 h2{
  font-size: 52px;
  line-height: 60px;
  font-weight: 800;
  color: #3f3f3f;
}

.features_meta02 h4{
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #ff9111;
  text-transform: uppercase;
}

.features_meta02 h3{
  font-size: 44px;
  line-height: 54px;
  font-weight: 800;
  color: #3f3f3f;
}

.features_meta02 h5 {
  font-size: 24px;
  line-height: 31px;
  margin: 2rem 0;
  font-weight: 600;
  color: #718093;
}

.features_point{
  margin: 1rem 0;
  display: flex;
  justify-content: start;
  align-items: flex-start;
}

.features_point_content {
  padding-left: 14px;
}

.features_point_content h4{
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #3f3f3f;
}

.features_point_content p {
  font-size: 22px;
  line-height: 34px;
  margin: .6rem 0;
  font-weight: 500;
  color: #57728d;
}

.start_tracking{
  font-size: 26px;
  line-height: 36px;
  padding: 14px 42px;
  font-weight: 500;
  border-radius: 8px;
  color: #fff;
  background-color: #ff9111;
  display: inline-block;
}

/* === SECTION03 CSS ===  */

#section03{
  background-image: url(../../images/landing/bg2.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 2.5rem 0;
}

#section03 h2 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.free_trial{
  font-size: 28px;
  line-height: 36px;
  margin: .5rem 0;
  padding: 17px 55px;
  border-radius: 8px;
  font-weight: 500;
  color: #fff;
  background-color: #ff8901;
  display: inline-block;
}

.free_trial:hover{
  color: #fff;
}

#section03 h4{
  font-size: 33px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  display: table;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
}

#section03 h5{
  font-size: 26px;
  line-height: 32px;
  padding-left: 8px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

/* === SECTION04 CSS ===  */

#section04{
  padding: 3rem 0;
}

#section04 h2 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 800;
  color: #3f3f3f;
}

.team_activity h4 {
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
  margin: 0.7rem 0;
  color: #57728d;
}

/* .testimonials_meta {
  padding: 2rem 2.5rem;
  position: absolute;
  top: 0;
  left:0;
} */
.testimonials_meta{
height: 352px;
    min-height: auto;
    margin-bottom: 30px;
    padding: 20px 33px;
    border: 1px solid #bcd1e4;
    border-radius: 12px;
    background-color: #fff;
    position: relative;
}

.arrow_s {
  position: absolute;
    inset: auto auto -4% 47%;
    width: 30px;
    height: 29px;
    border-right: 1px solid rgb(188, 209, 228);
    border-bottom: 1px solid rgb(188, 209, 228);
    border-left: 1px rgb(188, 209, 228);
    background-color: rgb(255, 255, 255);
    transform: rotateX(0deg) rotateY(51deg) rotateZ(45deg);
    transform-style: preserve-3d;
}

.testimonials_meta h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  color: #3f3f3f;
}

.rating {
  margin: 2rem 0 1.3rem;
}

.rating i {
  font-size: 23px;
  color: #fea21b;
}

.testimonials_meta h5 {
  font-size: 22px;
  line-height: 33px;
  padding-bottom: 1.4rem;
  font-weight: 400;
  color: #57728d;
}

/* === SECTION05 CSS ===  */

#section05{
  background-image: url(../../images/landing/bg3.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 3rem 0 8rem;
}

.section05_meta h3 {
  font-size: 62px;
    line-height: 65px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.section05_meta h5 {
  font-size: 21px;
  line-height: 32px;
  padding-left: 8px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.section05_meta h4 {
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  color: #fff;
  margin: 3rem 0;
  border-bottom: 1px solid #fff;
  display: table;
}

/* === SECTION01 CSS ===  */

/*#footer{
  padding: 4rem 0 0;
}

#footer .footer-links h4 {
  font-size: 27px;
  line-height: 33px;
  font-weight: 600;
  padding-bottom: 12px;
  color: #393f52;
  text-transform: capitalize;
}

#footer .footer-links ul li {
  padding: 12px 0;
  display: flex;
  align-items: center;
}

#footer .footer-links ul a {
  font-size: 22px;
  font-weight: 500;
  color: #393f52;
  display: inline-block;
  line-height: 1;
}

#footer .footer-links ul a img{
  margin-right: 9px;
}

.footer-bottom{
  padding: 1rem 0;
  background-color: #393f52;
}

.footer-bottom img{
  width: 244px;
}

.footer-bottom h4{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}*/

/* === SECTION01 CSS ===  */

/* === RESPONSIVE CSS ===  */

@media only screen and (max-width: 1400px) {

  .testimonials_meta {
    padding: 1rem 2rem;
  }

  .testimonials_meta h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .testimonials_meta h5 {
    font-size: 19px;
    line-height: 29px;
  }

}

@media only screen and (max-width: 1200px) {

  a.nav-link {
    font-size: 18px;
    font-weight: 500;
    padding: 0.5rem 1.5rem 0.5rem 0 !important;
  }

  .nav-item i {
    font-size: 18px;
    margin-right: 4px;
}

.banner_meta h2 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
}

}


@media only screen and (max-width: 900px) {

  .show-desk {
    display: none !important;
  }
  
  .show-mob {
    display: block !important;
  }

  .testimonials_meta h4 {
    font-size: 20px;
    line-height: 26px;
}

.rating {
  margin: 1rem 0;
}

.rating i {
  font-size: 18px;
}

.testimonials_meta h5 {
  font-size: 17px;
  line-height: 26px;
}

.features_meta {
  margin-top: 2rem;
}

}


@media only screen and (max-width: 600px) {

  h1, h2, h3{
    font-size: 26px !important;
    line-height: 32px !important;
  }

  h4, h5{
    font-size: 20px !important;
    line-height: 26px !important;
  }

  p, h6{
    font-size: 17px !important;
    line-height: 24px !important;
  }

  .enter_email form input[type="submit"]{
    font-size: 16px;
    padding: 0 18px;
    width: auto;
  }

  .enter_email form {
    padding: 5px 10px;
  }

  .banner_meta h4, .section05_meta h4{
    margin: 1.5rem 0;
  }

  .features_meta {
    margin-top: 2rem;
}

.features_point img {
  width: 30px;
  margin-right: 8px;
}

.start_tracking, .free_trial {
  font-size: 18px;
  line-height: 26px;
  padding: 13px 37px;
  font-weight: 500;
  border-radius: 5px;
}
  #section01 {
    padding: 4rem 1rem;
  }

}
#error {
    color: red;
    display: block;
    font-size: 22px;
}
/* === VIDEOBOX CSS === */

.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    border: #8e8e8e solid 2px;
    border-radius: 22px;
}

.videobox {
    position: relative;
    margin: 0 0 30px;
}