
html body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    background-color: #F5F6F8;
}
.text-primary{
    color: #2B2E36 !important;
}
.text-secondary{
    color: #4A4B4D !important;
}
a{
    text-decoration: none;
}
ul{
    margin-bottom: 0;
}
label{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #222222;
}
input.form-control{
    padding: 16px;
    background: transparent;
    border: 2px solid #222222;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 21px;
    line-height: 24px;
    color: #222222;
    height: 56px;
}
::-webkit-input-placeholder {
    color: #9EA0A3;
  }
  ::-moz-placeholder {
    color: #9EA0A3;
  }
  :-ms-input-placeholder {
    color: #9EA0A3;
  }
  :-moz-placeholder {
    color: #9EA0A3;
  }

  input.form-control:focus{
      background: #fff;
  }
.sect-disp{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4A4B4D;
    margin-bottom: 30px;
}
footer {
    background-color: #2B2E36;
    padding: 95px 0 30px 0;
}
footer p, footer a{
    color: #DDE0E4 !important;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.sub-text{
    background: rgba(27, 199, 158, 0.1);
    border-radius: 100px;
    padding: 8px 18px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #1BC79E;
    display: inline-block;
}
button.btn.btn-danger {
    background: #F2318A;
    border-radius: 100px;
    padding: 18px 36px;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.btn.btn-outline-danger{
    border: 1px solid #FBC1DC !important;
    border-radius: 100px;
    padding: 13px 28px;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #F2318A;
}
.btn-outline-danger:hover {
    color: #fff !important;
    background-color: #F2318A;
    border-color: #F2318A;
}
.btn-outline-danger:hover svg path{
    stroke: #fff
}
/* ------------------------------------------------------------- */

.mainHeader li a{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #222222;
}
.main_banner .sectn-heading {
    font-size: 44px;
    max-width: 540px;
    margin: 0 auto;
    line-height: 53px;
}
.mainHeader li a {
    font-size: 16px;
    line-height: 19px;
    color: #2B2E36;
    padding: 12px 0;
    margin-right: 40px;
    font-weight: 500;
}
.mainHeader .navbar-nav a span {
    margin-right: 10px;
}
.mainHeader li a.active{
    color: #F2318A;
}

/* ------------------------------------- */

.footer_logo, .footer-grid p{
    margin-bottom: 30px;
}
.footer_social li {
    margin-right: 18px;
}
.footer_social li:last-child{
    margin-right: 0px;
}
.footer-grid h6{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 33px;
}
.subscribe-form input{
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 54px;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #9EA0A3;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 18px 25px;
    margin-bottom: 15px;
    width: 100%;
}
.subscribe-form button{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #F2318A;
    border-radius: 100px;
    border: 0;
    width: 100%;
    height: 54px;
}
.copyright_col{
    border-top: 1px solid rgba(255,255,255,0.15);
}
.copyright_col p {
    flex: 1;
}
.copyright_col ul li{
    margin-left: 30px;
}


/* ---------------------------------------- */
.trusted_logo_col{
    background: #FFFFFF;
    box-shadow: 20px 20px 30px rgb(0 0 0 / 2%);
    border-radius: 16px;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 113px;
    width: 100%;
}

.trusted_logo p {
    font-weight: 600;
    text-align: center;
    color: #2B2E36;
    margin-bottom: 22px;
}

.banner-heading {
    font-weight: 500;
    font-size: 44px;
    line-height: 53px;
    color: #2B2E36;
}
.banner-disp {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4A4B4D;
    margin: auto auto 30px auto;
    max-width: 454px;
}
.main_banner{
    padding: 30px 0 50px 0;
}

/* ------------------------- gradient section ---------------------------- */
section.grd-bg {
    background: linear-gradient(95.9deg, #F2318A 0%, #1BC79E 100%);
}
.padding-section{
    padding: 100px 0;
}

.report-heading{
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.report-box:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0,0,0,0.11), 0 24px 46px var(--box-shadow-color);
}
.report-box > span:before {
    position: absolute;
    content: "";
    background: #FDEAF3;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    z-index: -1;
    transition: 0.5s;
}
.report-box > span:after {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    border-radius: 50px;
    transition: 0.5s;
    border: 2px solid #f179b4;
    transition: 0.5s;
    transform: scale(0);
}
.report-box .report2_img, .report-box .report2_img::before{
    background: #fff5e5;
}
.report-box .report2_img::after{
    border-color:#f9992d;
}
.report-box .report3_img, .report-box .report3_img::before{
    background: #f0f2f5;
}
.report-box .report3_img::after{
    border-color:#55c89f;
}

.report-box:hover span:after {
    transform: scale(1);
}
.report-box {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}
.report-box > span {
    width: 80px;
    height: 80px;
    background: #FDEAF3;
    border-radius: 50px;
    margin-right: 20px;
    position: relative;
}
.report-box:hover span:before {
    transform: scale(10);
}
.report-box:hover span::after {
    width: 80px;
}
.report-cnt h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #2B2E36;
}
.report-cnt p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #747577;
}
.sec__list li{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4A4B4D;
    margin-bottom: 10px;
}
.sec__list li span{
    margin-right: 12px;
}
/* ---------------------------- Our Research section -------------------------------- */
.research-col{
    background: #FFFFFF;
    box-shadow: 0px 30px 60px rgba(43, 46, 54, 0.05);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 20px;
}
.research-col h5{
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #2B2E36;
    margin-top: 30px;
}
.research-col p{
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #747577;
}
.research-col a {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
}
.research-col a span{
    margin-left: 13px;
}
.research-col > span svg {
    height: 155px;
}

/* ----------------------------- Price Section ----------------------------- */
.price-col{
    border-radius: 16px;
    padding: 30px;
}
.price-col h2 {
    font-size: 44px;
    line-height: 50px;
    color: #2B2E36;
}
.price-col h2 span {
    font-size: 20px;
    color: #747577;
}
.price-col p{
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #747577;
    padding-right: 50px;
}
.tick-icon {
    background: #a4e9d8;
    width: 16.67px;
    height: 16.67px;
    display: inline-block;
    line-height: 15px;
    border-radius: 10px;
    text-align: center;
    color: #2B2E36;
    margin-right: 10px;
    transition: 0.5s;
}
.price-col li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #5E5D5D;
    display: flex;
    align-items: center;
}
.get-started-button{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #747577;
    padding: 17px;
    width: 100%;
    border: 1px solid #9EA0A3;
    background-color: transparent;
    height: 54px;
    transition: 0.5s;
}
.price-col.active h2 span, .price-col:hover h2 span {
    color: #2B2E36;
}

.price-col h6 {
    font-size: 16px;
    line-height: 24px;
    color: #747577;
}
.price-col.active .tick-icon{
    background: #1BC79E;
}
.price-col.active svg path{
    fill: #fff;
}

.price-col.active .get-started-button, .price-col:hover .get-started-button{
    background: #F2318A;
    border-color: #F2318A;
    color: #ffffff;
}
.price-sec h1 {
    font-size: 48px;
    line-height: 56px;
}
.sb-heading{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #F0F2F5;
}
/* -------------------------- Review Section ----------------------- */
.review-col {
    box-shadow: 20px 20px 30px rgb(0 0 0 / 2%);
    border-radius: 16px;
    padding: 30px;
}

.review-sec h1{
    font-size: 44px;
    line-height: 53px;
    color: #2B2E36;
    margin-top: 20px;
}

.review-sec .sb-heading{
    color: #747577;
}

.review-col-hdr img{
    height: 30px;
}
.review-content{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4A4B4D;
}
.review-client-info h6{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2B2E36;
}
.review-client-info p{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #575756;
    opacity: 0.7;
}

/* ------------------------------- Revenue Section ---------------------------- */

.revenue_contnt .banner-disp {
    font-size: 18px;
    line-height: 28px;
}
.sectn-heading{
    font-size: 36px;
    line-height: 46px;
    color: #2B2E36;
    font-weight: 500;
    margin: 20px 0;
}
.revenue-sec .highlight {
    margin-bottom: 100px !important;
    font-size: 44px;
    line-height: 53px;
    font-weight: 500;
}
.revenue-sec .row{
    margin-bottom: 80px;
}
.revenue-sec .row:last-child{
    margin-bottom: 0px;
}
.revenue-img img{
    box-shadow: 0px 30px 60px rgb(43 46 54 / 10%);
    border-radius: 16px;
}
.revenue-sec .row:nth-child(2) .revenue_contnt, .revenue-sec .row:nth-child(4) .revenue_contnt  {
    padding-left: 40px;
}
.revenue-sec .row:nth-child(3) .revenue_contnt{
    padding-right: 40px;
}

/* ------------------------------------- */
.ai-sec img{
    box-shadow: 0px 52px 60px -24px rgb(43 46 54 / 10%);
    border-radius: 16px;
}
.ai-sec-caption{
    padding-left: 95px;
}
.ai-sec-caption {
    padding-left: 78px;
}

.cat-heading {
    font-size: 36px;
    line-height: 40px;
}
.cat-disp {
    font-size: 14px;
    line-height: 22px;
}

nav{
    display: none !important;
}

.our-research-footer, .price-sec .row, .review-sec .row{
    margin-top: 50px;
}
.owl-carousel{
    margin-top: 60px;
}

.review-sec {
    border-top: 1px solid #fff;
}

/* ----------------------Owl Dots -------------------------- */

.owl-carousel .owl-item {
    padding-bottom: 30px;
}