@font-face {
   font-family: Poppins;
   src: url('fonts/Poppins-Light.ttf');
}

body,
a {
  font-family: Poppins!important;
}
.header-hld {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 18px 64px;
  background: #106EBE;  
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12);
  color: #fff;
}
.intowords {
  font-size: 20px;
  font-weight: bold;
}
.intowords img {
  margin-right: 7px;
}
.login-hld {
  margin-left: auto;
}
.login-btn {
  border: 1px solid #fff;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  display: flex;
  cursor: pointer;
}
.login-btn:hover {
  color: #fff;
  text-decoration: none;
}
.login-btn img {
  margin-left: 12px;
}
.section {
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2B313B;
}
.section .container {
  display: flex;
}
.section-1 {
  background-image: url('images/back_blue.svg');
}
.section-2 {
  background-image: url('images/back_white.svg');
}
.section-3 {
  background-image: url('images/back_black.svg');
  color: #fff;
}
.section-4 {
  background-image: url('images/background_stripped.svg');
  position: relative;
  height: 728px;
}
.section-5 {
  background-image: url('images/footer.svg');
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #2B313B;
}
.img-hld {
  flex-basis: 50%;
}
.img-hld .img {
  height: 504px;
  width: 602px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.img-hld .img.img1 {
  background-image: url('images/device_1.png');
}
.img-hld .img.img2 {
  background-image: url('images/device_2.png');
}
.img-hld .img.img3 {
  background-image: url('images/device_3.png');
}
.img-hld .img.img4 {
  background-image: url('images/platforms_no_background.svg');
}
.title {
  font-weight: 600;
  font-size: 40px;
}
.sub-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
}
.text-hld {
  font-size: 16px;
  flex-basis: 50%;
}
.first-paragraph {
  padding: 20px 0;
}
.try-btn-hld {
  display: flex;
  justify-content: start;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  padding-top: 40px;
}
.try-btn {
  height: 50px;
  background: #106EBE;
  box-shadow: 8px 8px 20px rgba(20, 88, 184, 0.2);
  border-radius: 4px;
  text-transform: uppercase;
  color:#fff;
  display: flex;
  align-items: center;
  padding: 0 15px;
  text-decoration: none;
  cursor: pointer;
}
.try-btn:hover {
  text-decoration: none;
  color: #fff;
}
.try-btn img {
  margin-left: 10px;
}
.logo {
  display: flex;
  padding-top: 20px;
}
.logos-hld {
  background: #242A32;
  box-shadow: inset 1px 1px 0px rgb(0 0 0 / 40%);
  border-radius: 16px;
  display: flex;
  padding: 16px 12px;
}
.logo-img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 4px;
}
.apple {
  background-image: url('images/apple.svg');
}
.google {
  background-image: url('images/Google.svg');
}
.ms {
  background-image: url('images/MS.svg');
}
.android {
  background-image: url('images/android.svg');
}
.list-hld {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bullet {
  width: 6px;
  height: 6px;
  background: #2B313B;
  border-radius: 6px;
  margin: 0 5px;
}
.mrg-l-auto {
  margin-left: auto;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
  flex-wrap: wrap;
}
.footer-header {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 48px 0;
  border-bottom: 1px solid #D4E0F2;
}
.footer-header img {
  margin-right: 7px;
}
.category-title {
  font-weight: bold;
  padding: 10px 0;
}
.category-content .content{
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.category-content img {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.mrg-r-50 {
  margin-right: 50px;
}
.category-content a,
.category-content a:hover {
  text-decoration: none;
  color: #2B313B;

}
.center-align {
  justify-content: center;
}
.padd-t-b-44 {
  padding: 44px 0;
}
.section-4 .img-hld {
  position: absolute;
  top: 0px;
  left: 0;
}
.section-4 .img-hld .img {
  height: 728px;
  width: 753px;
}
@media(min-width: 1280px) and (max-width: 1460px) {
  .section-4 .img-hld .img {
    height: 728px;
    width: 650px;
  }
}
@media(min-width: 1100px) and (max-width: 1279px) {
  .section-4 .img-hld .img {
    height: 728px;
    width: 547px;
  }
}
@media(min-width: 992px) and (max-width: 1099px) {
  .section-4 .img-hld .img {
    height: 716px;
    width: 504px;
  }
}
@media(min-width: 992px) and (max-width: 1148px) {
  .img-hld .img {
    width: 524px;
  }
}
@media (max-width: 992px) {
  .text-hld,
  .img-hld {
    flex-basis: 100%;
  }
  .mrg-r-50 {
    margin-right: 0;
  }
  .section {
    height: 100%;
    padding: 48px 0;
  }
  .section .container {
    display: flex;
    flex-wrap: wrap;
  }
  .try-btn-hld {
    padding-bottom: 40px;
  }
}

@media (max-width: 620px) {
  .header-hld {
    padding: 18px;
  }
  .img-hld .img {
    width: 324px;
    height: 210px;
  }
  .logos-hld {
    padding: 2px;
  }
  .logo-img {
    margin: 0 2px;
  }
  .title ,
  .sub-title {
    font-size: 30px;
  }
}
@media(min-width: 768px) and (max-width: 991px) {
  .section-4 .img-hld {
    position: relative;
  }
  .section-4 .img-hld .img {
    height: 600px;
    width: 600px;
  }
}
@media(max-width: 767px) {
  .section-4 .img-hld {
    position: relative;
  }
  .section-4 .img-hld .img {
    height: 300px;
    width: 300px;
  }
}
@media(min-width: 520px) and (max-width: 767px) {
  .section-4 .img-hld .img {
    height: 500px;
    width: 500px;
  }
}