body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    color: #303030;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

.header-bg {
    background: url(../images/banner-bg.png);
    background-size: 93%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

header.custom-hdr nav.navbar.navbar-expand-lg {
    justify-content: space-between;
    padding: 0
}

header.custom-hdr .logo {
    width: 10%;
}

header.custom-hdr div#collapsibleNavbar {
    width: 100%;
    justify-content: flex-end;
}

header.custom-hdr .logo img {
    width: 100%;
    border-radius: 20px;
}

header.custom-hdr ul .nav-item a.nav-link {
    color: #CACAF4;
    font-size: 16px;
    position: relative;
    padding: 0;
}

header.custom-hdr ul .nav-item {
    padding: 0 15px;

}

.banner-lfttxt,
.banner-rghtxt {
    width: 50%;
}

header.custom-hdr ul .nav-item a.nav-link:hover:after,
header.custom-hdr ul .nav-item.active a.nav-link:after {
    content: '';
    background: #4d46c5;
    height: 2px;
    width: 22px;
    position: absolute;
    bottom: -7px;
    left: 0;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: #4d46c5;
}

.banner-rghtxt img {
    width: 100%;
}

.bannersec-otr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-lfttxt h1 {
    color: #303030;
    font-size: 62px;
    font-weight: 700;
    line-height: 78px;
}

.banner-lfttxt p {
    font-size: 16px;
    color: #303030;
    padding: 24px 0 30px;
}

a.appstore-btn img {
    width: 100%;
}

a.appstore-btn {
    display: inline-block;
    width: 200px;
    margin-right: 10px;
}

.banner-lfttxt {
    padding-right: 88px;
}

header.custom-hdr .logo a.navbar-brand {
    padding: 0;
    margin: 0;
}

header.custom-hdr {
    padding: 30px 0 0;
}

.realcover-otr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
    align-items: center;
}

.realcover-lft {
    width: 49%;
    padding: 0 15px;
}

.realcover-lft img {
    width: 100%;
}

.realcover-rght {
    width: 49%;
    padding: 0 15px;
}

.realcover-rght h2 {
    font-size: 42px;
    font-weight: 600;
}

.realcover-rght p {
    font-size: 16px;
    font-weight: 300;
    padding: 30px 0;
}

#marquee {
    background: white;
    height: 280px;
    width: 550px;
    font-size: 23px;
    overflow: hidden;
    position: relative;
    filter: invert(0%);
    transition: ease 0.5s;

}

#marquee div {
    display: block;
    width: 200%;
    position: absolute;
    overflow: hidden;
    animation: marquee 15s linear infinite;
}

#marquee span {
    float: left;
    margin-left: 20px;
    object-fit: cover;
    width: 175px;
    height: 280px;

}

#marquee span img {
    width: 100%;
    height: 100%;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

ul.coverlibrary li img {
    width: 100%;
}

ul.coverlibrary li {
    width: 23%;
    list-style: none;
}

ul.coverlibrary {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.library-btn a {
    background: #303030;
    font-size: 16px;
    color: #fff;
    text-decoration: unset;
    font-weight: 300;
    padding: 16px 58px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #303030;
}

.library-btn {
    margin: 30px 0 0;
}

section.realcover-sec {
    padding: 100px 0;
}

.library-btn a img {
    margin-left: 8px;
}

.placeoder-lft p {
    font-size: 14px;
    color: #fff;
    padding: 30px 0;
}

.placeoder-lft h2 {
    color: #fff;
    font-size: 42px;
}

.placeordr-otr {
    background: #857ef4;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 30px;
    padding-left: 50px;
    box-shadow: 0 0 50px #e4e2fb;
}

.placeoder-lft h2 {
    color: #fff;
    font-size: 42px;
}

.placeoder-lft {
    width: 40%;
}

.placeoder-lft p {
    font-size: 14px;
    color: #fff;
    padding: 30px 0;
}

.ordernw-btn a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    padding: 12px 47px;
    text-decoration: unset;
    display: inline-block;
}

.placeoder-rght img {
    width: 100%;
}

.placeoder-rght {
    width: 55%;
}

section.placeorder-sec {
    margin: 0 0 100px;
}

.coverapp-otr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
}

.coverapp-lft {
    width: 50%;
    padding: 0 15px;
}

.coverapp-lft h2 {
    font-size: 42px;
    font-weight: 600;
}

.coverapp-lft p {
    font-size: 16px;
    font-weight: 300;
    padding: 30px 0 0;
}

.coverapp-rght {
    width: 50%;
    padding: 0 15px;
}

.coverapp-rght img {
    width: 100%;
}

.getnw-btn a img {
    margin-right: 8px;
}

.getnw-btn a {
    background: #303030;
    font-size: 16px;
    color: #fff;
    text-decoration: unset;
    font-weight: 300;
    padding: 14px 36px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #303030;
}

.getnw-btn {
    margin: 40px 0 0;
}

section.coverapp-sec {
    padding: 0 0 80px;
}

section.portfolio-sec {
    background: #fafaff;
    padding: 100px 0;
}

.slick-list.draggable {
    padding-top: 30px;
}

.hdng h2 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 3rem;
}

.portflio-img {
    position: relative;
}

.portflio-img img {
    width: 100%;
}

.prtflioimg-logo {
    width: 85px;
    height: 85px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.prtflioimg-logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.portfolio-txt {
    text-align: center;
    padding: 68px 15px 50px;
    min-height: 240px;
}

.portfolio-txt p {
    font-size: 16px;
}

.portfolio-txt h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 25px;
}

.portflio-otr {
    box-shadow: 0 0 20px #d8d6f7;
    border-radius: 30px;
}

.portflio-otr a {
    color: #303030;
    text-decoration: none;
}

.portflio-otr a:hover {
    color: #303030;
    text-decoration: none;
}

.fotr-hdng {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px;
}

footer {
    background: #857ef4;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    padding: 60px 0 30px;
}

.footer-otr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footer-inr1 li {
    background: #fff;
    list-style: none;
    border-radius: 15px;
    text-align: center;
    margin-right: 12px;
}

.footer-inr1 li a {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.pinterest-icn img {
    width: 22px;
}

.footer-inr {
    width: 30%;
    padding: 0 15px;
}

.footer-inr3.footer-inr,
.footer-inr1.footer-inr {
    width: 20%;
}

.footer-inr2.footer-inr {
    width: 50%;
}

.footer-inr3 {
    text-align: end;
}

.footer-inr1 ul {
    padding: 0;
    margin: 0;
    display: flex;
}

li.ftwitr-icn img {
    width: 23px;
}

li.ffb-icn img {
    width: 12px;
}

li.finsta-icn img {
    width: 21px;
}

.footer-inr2 .fotr-hdng {
    text-align: center;
}

.footer-inr2 li {
    font-size: 14px;
    list-style: none;
    padding: 0 12px;
}

.footer-inr2 ul li a {
    color: #fff;
    text-decoration: unset;
    text-align: center;
    display: inline-block;
    justify-self: center
}

.footer-inr2 ul {
    padding: 0;
    display: flex;
    margin: 20px 0 0;

}

a.fgetapp-btn img {
    width: 100%;
}

a.fgetapp-btn {
    display: inline-block;
    width: 170px;
    margin-bottom: 10px;
}

.copywright-area p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #ddd;
    margin: 21px 0 0;
    padding: 30px 0 0;
}

.clnt-sldr-txt h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    min-height: 60px;
}

.appreview-ratng li {
    list-style: none;
    margin-right: 7px;
}

.appreview-ratng p {
    font-size: 16px;
}

.appreview-ratng ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.appreview-ratng h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 10px;
}

.appreview-ratng {
    background: #F2F2FF;
    padding: 20px 26px 30px;
    border-radius: 30px;
    margin: 50px 0 0;
}

.applerevew-sec .slick-slide {
    padding: 0 15px;
}

.apprevie-otr {
    box-shadow: 0 0 20px #e4e2fba6;
    border-radius: 30px;
    padding: 60px 55px;
    margin: 0 0 50px;
    min-height: 32rem;
}

section.applerevew-sec {
    padding: 100px 0;
}

.applerevew-sec ul.slick-dots li {
    background: #E3E1F7;
    border-radius: 50%;
    height: 14px;
    width: 14px;
}

.applerevew-sec ul.slick-dots li.slick-active {
    background: #857EF4;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #857ef4;
    color: white;
    cursor: pointer;
    box-shadow: 0 0 20px #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 0;
    font-size: 32px;
    line-height: 0;
}

/* ************* Feature page css start from here ************* */
.header-bg.innerheader-bg {
    background: url(../images/features/headerbg.svg);
    background-position: bottom;
    background-size: cover;
}

.innerbanner-img .banner-lfttxt h1 {
    font-size: 60px;
}

.innerbanner-img .bannersec-otr {
    margin: 32px 0 60px;
}

.featureotr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.featureinr {
    width: 33%;
    padding: 0 16px 140px;
}

.featureimg img {
    width: 100%;
}

.featuretxt h3 {
    font-size: 24px;
    margin: 45px 0 26px;
}

.featuretxt p {
    font-size: 15px;
    font-weight: 300;
    line-height: 29px;
}

.featureimg {
    height: 266px;
}

.topspace1 {
    margin: 60px 0 0;
}

.topspace2 {
    margin: 90px 0 0;
}

.hdng h2 {
    font-size: 33px;
    line-height: 48px;
}

.realcover-rght p a,
.featuretxt p a {
    color: #4d46c5;
    text-decoration: underline;
}

.cover_highlights {
    display: flex;
    align-items: center;
}

.app_qr_code {
    margin-left: 15px;
}

.app_qr_code img {
    width: 60px;
}

/*header.darkHeader {
    position: fixed;
    width: 100%;
    background: #ffff;
    z-index: 1;
    box-shadow:0 0 20px #d8d6f7;
}
*/
/* ************* Feature page css end from here ************* */



/*.sectionspace ~ section#rel_sec {
    padding-top: 180px;
}
.sectionspace ~ section#profile_order {
    padding-top: 200px;
}
.sectionspace ~ section#Cover_services {
    padding-top: 170px;
}
.sectionspace ~ section#our_apps {
    padding-top: 170px;
}
.sectionspace ~ section#apple_review {
    padding-top: 170px;
}
*/
.header-bg.nobg {
    background-image: unset;
}

.header-shape-1 {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    right: 0;
    z-index: -1;
    background-image: url('../images/header-shape-1.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.content_section {
    padding-top: 45px;
    padding-bottom: 70px;
}

.content_section h1 {
    font-size: 42px;
    color: #38424d;
    padding-bottom: 40px;
    font-weight: 700;
    text-align: center;
}

.content_section h4 {
    margin-top: 30px;
    font-weight: 700;
    font-size: 22px;
    color: #000;
}

.content_section h5 {
    margin-top: 30px;
    font-weight: 700;
    font-size: 20px;
    color: #000;
}

.content_section h3 {
    margin-top: 30px;
    font-weight: 700;
    font-size: 26px;
}

.content_section .mb-30 {
    margin-bottom: 30px;
}

.content_section p,
.content_section li {
    font-size: 16px;
    margin-top: 30px;
    font-weight: 400;
    line-height: 24px;
    color: #747e88;
}

.content_section .second_title {
    font-size: 30px;
    margin-top: 30px;
    font-weight: 700;
}

.content_section h2 {
    text-align: center;
}

.footer-inr4.footer-inr {
    width: 100%;
    text-align: center;
    margin: 22px auto 6px;

}

.footer-inr4 p {
    color: #fff;
    font-size: 16px
}

.footer-inr4 .fotr-hdng {
    margin: 0 0 9px;
}




@media screen and (max-width: 1199px) {
    a.fgetapp-btn img {
        width: 83%;
    }

    .footer-inr2.footer-inr {
        width: 60%;
    }

    .footer-inr1 li a {
        height: 37px;
        width: 37px;
    }

    .footer-inr1 li {
        border-radius: 10px;
        margin-right: 8px;
    }

    .content_section h1 {
        font-size: 33px;
    }

    .content_section .second_title {
        font-size: 25px;
    }

    .header-bg {
        background-position: right;
        background-size: cover;
    }

    .clnt-sldr-txt h3 {
        font-size: 40px;
    }

    .banner-lfttxt h1 {
        font-size: 52px;
    }

    footer {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

@media screen and (max-width: 991px) {
    .footer-inr4.footer-inr {
        padding-left: 0;
    }

    .footer-inr2 .fotr-hdng {
        text-align: start;
        margin-top: 20px;
    }

    .footer-inr4 p {
        text-align: left;
    }

    .footer-inr3 {
        text-align: left;
        margin-top: 20px;
    }

    .footer-inr2 li {
        padding: 0 22px 0 0px;
    }

    .footer-inr1.footer-inr,
    .footer-inr2.footer-inr,
    .footer-inr3.footer-inr,
    .footer-inr1.footer-inr {
        width: 100%;
    }

    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #857ef4;
    }

    header.custom-hdr ul .nav-item a.nav-link {
        color: #303030;
    }

    header.custom-hdr nav.navbar.navbar-expand-lg {
        flex-direction: row-reverse;
    }

    header.custom-hdr div#collapsibleNavbar {
        width: 100%;
        background-color: #fff;
        padding: 1rem;
        position: absolute;
        top: 4.2rem;
        box-shadow: 2px 2px 12px #857ef447;
        transition: ease-in 0.4s;
        z-index: 1024;
    }

    header.custom-hdr ul .nav-item {
        padding: 10px 10px;
    }

    .banner-lfttxt h1 {
        font-size: 38px;
        line-height: 60px;
    }

    .placeoder-lft h2 {
        font-size: 30px;
    }

    .placeoder-lft p {
        font-size: 14px;
        padding: 20px 0;
    }

    .ordernw-btn a {
        font-size: 13px;
        padding: 8px 40px;

    }

    .portfolio-txt p {
        font-size: 14px;
    }

    .portfolio-txt h3 {
        font-size: 18px;
    }

    .clnt-sldr-txt h3 {
        font-size: 28px;
        line-height: 40px;
        min-height: 120px;
    }

    .apprevie-otr {
        padding: 50px 20px 20px;
    }

    .library-btn a {
        font-size: 14px;
        padding: 16px 40px;
    }

    .placeoder-rght {
        display: none;
    }

    .placeoder-lft {
        width: 100%;
        padding: 2rem;
        text-align: center;
    }

    .placeordr-otr {
        padding-left: 0px;
    }



    .innerbanner-img .banner-lfttxt h1 {
        font-size: 49px;
    }

    .topspace1,
    .topspace2 {
        margin: 0;
    }

    .featureinr:nth-child(even) {
        margin: 50px 0 0;
    }

    .featureinr {
        width: 50%;
        padding: 0 16px 100px;
    }
    ul.for_boxes {
        padding-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .cover_highlights {
        display: flex;
        align-items: center;
        flex-direction: column;
      }
      .app_store{
        margin-bottom: 10px;
      }
    .footer-inr4 p {
        text-align: center;
        font-size: 14px;
    }

    .footer-inr1.footer-inr {
        margin-bottom: 0;
    }

    .footer-inr2 li {
        padding: 0 15px 0;
    }

    .banner-rghtxt {
        display: none;
    }

    .banner-lfttxt {
        padding-right: 0;
        width: 100%;
    }

    .realcover-otr {
        flex-direction: column;
    }

    .realcover-lft {
        width: 100%;
    }

    .realcover-rght {
        width: 100%;
    }

    .library-btn {
        text-align: center;
    }

    .coverapp-otr {
        flex-direction: column-reverse;
    }

    .coverapp-rght {
        width: 100%;
    }

    .coverapp-lft {
        width: 100%;
        margin-top: 2rem;
        text-align: center;
    }

    .footer-inr {
        width: 100%;
        text-align: center;
        margin: 1rem auto;
    }

    .footer-inr2 .fotr-hdng {
        text-align: center;
    }

    .footer-inr3 {
        text-align: left;
    }

    .footer-inr1 ul {
        justify-content: center;
    }

    .footer-inr2 ul {
        justify-content: flex-start;
    }

    .portflio-otr {
        margin-top: 2rem;
        border-radius: 50px;
    }

    #marquee {
        width: 100%;
    }

    .featureinr {
        width: 100%;
        padding: 0 12px 50px;
    }

    .featureinr:nth-child(even) {
        margin: 0;
    }

    .featureimg {
        height: unset;
    }
}

@media screen and (max-width: 575px) {
    footer {
        padding: 32px 0 30px;
    }

    .footer-inr2 ul li a {
        padding-bottom: 10px;
    }

    .content_section ul {
        padding-left: 20px;
    }

    .content_section p,
    .content_section li {
        font-size: 14px;
    }

    .content_section h3 {
        font-size: 22px;
    }

    .content_section h1 {
        font-size: 27px;
    }

    .content_section .second_title,
    .content_section h5 {
        font-size: 20px;
        font-weight: 600;
    }

    .content_section h4 {
        font-size: 21px;
        font-weight: 600;
    }

    .header-bg {
        background-position: center;
        background-size: cover;
    }

    header.custom-hdr .logo {
        width: 12%;
    }

    .portflio-otr {
        border-radius: 40px;
    }

    .footer-inr2 li {
        padding: 0;
    }
}

@media screen and (max-width: 425px) {
    header.custom-hdr .logo {
        width: 16%;
    }

    .apprevie-otr {
        padding: 50px 15px 15px;
    }

    .appreview-ratng p {
        font-size: 14px;
    }

    .footer-inr2 ul {
        flex-direction: column;
    }

}

@media screen and (max-width: 375px) {
    .footer-inr2 ul li a {
        text-align: left;
    }
}