/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
/* import files */
@import url("../css/header_footer.css");

:root{
  --black: #000;
  --black-7: rgba(0, 0, 0, 0.7);
  --black-6: rgba(0, 0, 0, 0.6);
  --black-5: rgba(0, 0, 0, 0.5);
  --white: #FFF;
  --white-5: rgba(255, 255, 255, 0.5);
}
html {
  scroll-behavior: smooth;
}
body{
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
  overflow-x: hidden;
}
a:hover{
  color: var(--black);
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
main{
  padding: 100px 0 0;
}
section{scroll-margin-top: 80px;}
.home-blog{
  background: url(../images/home-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  display: flex;
  flex-flow: column;
}
.home-dtls-txt h5{
  font-weight: 700;
  font-size: 28px;
  color: var(--white);
  margin-bottom: 10px;
}
.home-dtls-txt h1{
  font-weight: 800;
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: capitalize;
 color: var(--white);
  margin-bottom: 8px;
}
.home-dtls-txt p{
  font-weight: 500;
  font-size: 20px;
  color: var(--white);
  margin-bottom: 20px;
}
.app-store-grp{
  display: flex;
  gap: 10px;
}
/* ---------- feature --------------- */
.feature-blog{
  padding: 80px 0;
  position: relative;
}
.feature-blog::before{
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  background: url(../images/left-icon.png) no-repeat;
  background-size: contain;
  background-position: top left;
  width: 306px;
  height: 508px;
}
.feature-blog::after{
  content: '';
  position: absolute;
  top: 50px;
  right: 0;
  background: url(../images/right-icon.png) no-repeat;
  background-size: contain;
  background-position: top right;
  width: 306px;
  height: 508px;
}
.feature-blog .wd-title-area{
  margin-bottom: 78px;
}
.feature-blog .row{
  position: relative;
  z-index: 2;
}
.sec-title{
  font-weight: 800;
  font-size: 42px;
  margin-bottom: 12px;
  color: var(--black);
}
.sec-txt{
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--black-6);
  margin-bottom: 50px;
}
.wd-mb-70{
  margin-bottom: 70px;
}
.wd-mt-30{
  margin-top: 30px;
}
.wd-feature-box{
  background: #FFFFFF;
  box-shadow: 0px 4px 14px 0px #00000026;
  border: 1px solid #FFF;
  padding: 1px 20px 20px;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
  height: 100%;
  position: relative;
}
.wd-feature-box:hover{
  box-shadow: 0px 4px 18px 0px #00000026;
  border: 1px solid #000;
}
.wd-feature-icon{
  max-width: 95px;
  height: 95px;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border: 8px solid #FFFFFF;
  border-radius: 50%;
 margin: -45px auto 20px;
}
.wd-feature-txt{
  text-align: center;
}
.wd-feature-txt h3{
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--black);
  margin-bottom: 5px;
}
.wd-feature-txt p{
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--black-5);
  margin-bottom: 0;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis; */
}
/*  ----------- work ------------------- */
.work-blog{
  position: relative;
  background: url(../images/work-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.work-process{
  position: relative;
  text-align: center;
}
.work-img{
  margin-bottom: 20px;
}
.work-process-txt h3{
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.04em;;
  color: var(--black);
  margin-bottom: 4px;
}
.work-process-txt p{
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;;
  color: var(--black-7);
  margin-bottom: 0;
}
/* app store blog */
.app-store-blog{
  padding: 100px 0;
  position: relative;
}
.store-dtls-txt h3{
  font-weight: 800;
  font-size: 38px;
  letter-spacing: 0.04em;
  color: var(--black);
  margin-bottom: 20px;
}
.store-dtls-txt p{
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--black-6);
  margin-bottom: 20px;
}
.with-qr-code{
  object-fit: cover;
}
.app-with-qr{
  display: flex;
  align-items: center;
}
.app-store-col{
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.custom-container{
  padding: 0 0 0 40px;
}
