/************************ Default CSS ***************************/
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}
*, ::after, ::before {
    box-sizing: border-box;
}
a:focus, a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
} 
body {
 margin: 0;
 padding: 0;
 width: auto;
 height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    
}
/************************ Preview Page Css ***************************/
.mobile-app-area {
    background-image: url(../image/bg-img4.jpg);
    background-size: cover;
    background-position: left center;
    padding: 80px 0;
    position: relative;
    /*height: 100vh;*/
    z-index: 1;
    overflow: hidden;
}
.main-title {
  font-size: 38px;
  font-family: 'Poppins';
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 50px; 
}
.point-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.point-list li {
    width: 50%;
    list-style: none;
    padding: 2px 0 2px 40px;
    font-size: 18px;
    color: #fff;
    position: relative;
    margin-top: 12px;
    font-family: 'Inter';
}
.phoneWrapper {
    width: 390px;
    height: 730px;
    border-radius: 20px;
    background: #000000;
    border: 3px solid #999;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.phoneWrapper .in {
    width: 370px;
    height: 710px;
    background: #000000;
    border-radius: 15px;
    overflow: hidden;
}
.phoneWrapper .in .getFrame {
    width: 370px;
    height: 710px;
    border: 0 !important;
    padding: 0;
    margin: 0;
}
.phoneContent {
    width: 390px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.row {
    display: flex;
    /*flex-wrap: wrap;*/
    column-gap: 30px;
}
.align-items-center{
    align-items: center !important;
}
.mobile-app-area:before {
    content: "";
    height: 100%;
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
}
.mobile-app-area:after {
    content: "";
    position: absolute;
    width: 65%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}
.point-list li:after {
    content: "";
    width: 20px;
    position: absolute;
    left: 0;
    height: 20px;
    top: 5px;
    background-image: url(../image/check.svg);
    background-size: cover;
}
.preview-page-btn {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.pre-btn {
    width: 150px;
    height: 50px;
    background: #0EA5E9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.pre-btn a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
img {
    vertical-align: middle;
    border-style: none;
}
.btn-success img {
    width: 22px;
    padding-right: 5px;
}
.mt-50{
    margin-top: 50px;
}
.scan-area {
    font-size: 12px;
    width: 250px;
    height: auto;
    background: #fff;
    text-align: center;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 40px 0 rgba(32, 0, 61, 0.05);
    margin-top: 50px;
}
.scan-area .scan img{
    width: 100%;
}
.scan-area .scan {
    padding: 0;
    width: 150px;
    display: inline-block;
    margin: 0 auto 5px;
}
.scan-area p {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Inter';
}
.featured-top-sec h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #1E293B
}
.featured-top-sec p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #666666
}
.featured-bottom-wrap {
 background: #F6F8FA;
 padding: 50px;
 -webkit-transition: all 0.5s ease;
 transition: all 0.5s ease;
 border-radius: 15px;
 box-shadow: 0px -4px 4px rgba(30, 41, 59, 0.04);
}
.featured-bottom-wrap h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #1E293B;
    margin-top: 12px;
}
.featured-bottom-sec {
    display: grid;
    grid-template-columns: repeat(4,4fr);
    grid-gap: 15px;
    margin-top: 50px;
}
img.featured-img {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    height: 64px;
    width: 64px;
}
.featured-section{
    margin: 60px 0;
}
.particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
#copyright-sec {
    position: relative;
    background: #0A1D35;
}
.footer-line {
    border-top: 1px solid #45566c;
    padding: 30px 0;
}
.copyright-txt {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.copyright-txt a {
    color: white;
}
.copyright-txt:hover .footer-txt2 a {
    color: #ff4c3b;
}
a.text-white {
    color: white;
}
.pre-btn.pre-btn1 {
    background: #FFFFFF;
}
.pre-btn.pre-btn1 a{
    color: #0EA5E9;
}