@font-face {
    font-family: 'Rubik-r';
    src: url('../fonts/Rubik-Regular.ttf');
}
@font-face {
    font-family: 'Rubik-m';
    src: url('../fonts/Rubik-Medium.ttf');
}
@font-face {
    font-family: 'Rubik-b';
    src: url('../fonts/Rubik-Bold.ttf');
}
@font-face {
    font-family: 'Rubik-sb';
    src: url('../fonts/Rubik-SemiBold.ttf');
}

@font-face {
    font-family: 'Poppins-r';
    src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Poppins-m';
    src: url('../fonts/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'Poppins-b';
    src: url('../fonts/Poppins-Bold.ttf');
}
@font-face {
    font-family: 'Poppins-sb';
    src: url('../fonts/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'public-sans';
    src: url('../fonts/PublicSans-Regular.ttf');
}

body{
    background: #F9FAFA;
}

.me-6px{
    margin-right: 6px !important;
}

.nav-link{
    color: #FFF !important;
    font-family: 'Rubik-r';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-right: 36px;
    height: 46px;
    display: flex;
    align-items: center;
}
.nav-link.active{
    font-family: 'Rubik-m';
    font-weight: 500;
}
.signup{
    color: #FFF;
    font-family: 'Rubik-m';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-right: 20px !important;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.signin{
    color: #FFF;
    font-family: 'Rubik-m';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    border-radius: 4px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.10);
    margin-right: 0 !important;
}
.signin img,
.signup img{
    margin-right: 6px;
}
header{
    background: linear-gradient(to right, rgb(100, 43, 115), rgb(198, 66, 110));
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    min-height: 92px;
}
.banner{
    background: linear-gradient(to right, rgb(100, 43, 115), rgb(198, 66, 110));
    padding-top: 153px;
    padding-bottom: 137px;
    margin-bottom: 60px;
}
.banner h1{
    color: #FFF;
    text-align: center;
    font-family: 'Poppins-sb';
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 88px;
    margin-bottom: 24px;
}
.banner p{
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: 'Rubik-r';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 52px;
}
.input-section{
    width: 604px;
    height: 64px;
    margin-bottom: 32px;
}
.input-section .form-control{
    border-radius: 8px;
    border: 1.4px solid #FD6314;
    background: #FFF;
    box-shadow: 20px 20px 50px 0px rgba(49, 49, 49, 0.05);

    color: #444D56;
    font-family: 'Rubik-r';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-left: 72px;
}
.input-section .attach{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #FD6314;
    box-shadow: 0px 2px 4px 0px rgba(75, 78, 252, 0.10);
}
.input-section .btn{
    width: 133px;
    height: 40px;
    border-radius: 4px;
    background: linear-gradient(to right, rgb(100, 43, 115), rgb(198, 66, 110));
    color: #FFF;
    font-family: 'Rubik-b';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.total-url{
    color: #FFF;
    font-family: 'Rubik-m';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.total-url span{
    color: #39C587;
    font-family: 'Rubik-sb';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.banner-widget{
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    width: 95%;
    transform: translateY(-67%);
}
.scroll-down{
    width: 48px;
    height: 48px;
    border-radius: 11px;
    background: #F9FAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}
.totals{
    margin-bottom: 120px;
}
.totals .card{
    max-height: 200px;
    border-radius: 8px;
    border: 1px solid #E1E4E8;
    background: #FFF;
    padding: 32px;
    padding-top: 42px;
    padding-bottom: 39px;
    position: relative;
}
.totals .card-body{
    padding: 0;
}
.totals .card-image{
    margin-bottom: 26px;
}
.totals .card-title{
    margin-bottom: 12px;
    color: #1B1F23;
    font-family: 'Poppins-b';
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.totals .card-desc{
    color: #444D56;
    font-family: 'Rubik-r';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.totals .card::before{
    content: '';
    position: absolute;
    left: 0;
    top: 35px;
    background: linear-gradient(90deg, rgba(255, 79, 0, 0.15) 0%, rgba(255, 255, 255, 0.00) 97.92%);
    width: 70px;
    height: 40px;
}
.totals .card.green::before{
    background: linear-gradient(90deg, rgba(0, 209, 102, 0.15) 0%, rgba(255, 255, 255, 0.00) 97.92%);
}
.totals .card.blue::before{
    background: linear-gradient(90deg, rgba(75, 78, 252, 0.15) 0%, rgba(255, 255, 255, 0.00) 97.92%);
}

.feature-section .curve{
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-37%);
    width: 196px;
    height: 99px;
}
.feature-card .card{
    padding-left: 20px;
    padding-bottom: 24px;
    padding-top: 32px;
    padding-right: 41px;
    border-radius: 14.947px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    position: relative;
}
.feature-card .card-image{
    position: absolute;
    left: 5px;
    top: -50px;
}
.feature-card .card-title{
    margin-bottom: 18px;
    margin-top: 8px;
    color: #1B1F23;
    font-family: 'Poppins-sb';
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    display: flex;
    align-items: end;
}
.feature-card .card-desc{
    color: #444D56;
    font-family: 'Rubik-r';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.password-card .card{
    padding: 38px 12px 43px 21px;
    border-radius: 15px;
    border: 1px solid #DBDBDB;
    background: #FFF;
    box-shadow: 0px 75px 112px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}
.password-card .card-image{
    position: absolute;
    left: 7px;
    top: -40px;
}
.password-card .card-title{
    color: #1B1F23;
    font-family: 'Poppins-sb';
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.72px;
    margin-bottom: 4px;
}
.password-card .card-desc{
    color: #666;
    font-family: 'Rubik-r';
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}

.retargeting-card{
    margin-top: 31px;
    margin-bottom: 70px;
}
.retargeting-card .card{
    border: 0;
    background-color: transparent;
    padding-left: 20px;
    padding-bottom: 24px;
    padding-bottom: 20px;
}
.retargeting-card .card-image{
    margin-bottom: 7px;
}
.retargeting-card .card-title{
    margin-bottom: 10px;
    color: #1B1F23;
    font-family: 'Poppins-sb';
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.72px;
}
.retargeting-card .card-desc{
    color: #666;
    font-family: 'Rubik-r';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.footer-header.text-center {
    background: linear-gradient(to right, rgb(100, 43, 115), rgb(198, 66, 110));
}
.footer-links {
    background: linear-gradient(to right, rgb(100, 43, 115), rgb(198, 66, 110));
}
.get-started{
    background: linear-gradient(to right, rgb(100, 43, 115), rgb(198, 66, 110));
    padding-top: 46px;
    padding-bottom: 40px;
    margin-bottom: 80px;
}
.get-started .signup{
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    height: 44px;
}
.get-started h2{
    color: #FFF;
    font-family: 'Poppins-m';
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
    margin-bottom: 6px;
}
.get-started p{
    color: #FFF;
    font-family: 'Rubik-r';
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.72px;
    margin-bottom: 30px;
}


.get-started .right-side img:first-child{
    margin-right: 71px;
}
.get-started .right-side img:nth-child(2){
    margin-right: 97px;
    margin-top: -18px;
}
.get-started .right-side img:last-child{
    display: block;
    margin: auto;
    margin-top: 40px;
}

.pricing{
    margin-bottom: 80px;
}
.pricing .heading h3{
    color: #141313;
    font-family: 'Poppins-sb';
    font-size: 48px;
    font-weight: 600;
    line-height: 48.857px;
    letter-spacing: -2.4px;
    margin-bottom: 21px;
}
.pricing .heading p{
    color: #444D56;
    text-align: center;
    font-family: 'Rubik-r';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
}

.pricing .nav-pills{
    background: #fff;
    width: fit-content;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 60px;
}
.pricing .nav-pills .nav-link{
    background: transparent;
    padding-left: 33px;
    padding-right: 33px;
    margin-right: 0;
    color: #131313 !important;
    text-align: center;
    font-family: 'Poppins-m';
    font-size: 18px;
    font-weight: 500;
    line-height: 27.931px;
    letter-spacing: -0.54px;
    height: 52px;
    border-radius: 10px;
}
.pricing .nav-pills .nav-link.active{
    background: #131313;
    color: #fff !important;
    border-radius: 7px;
}

.pricing .tab-content .card{
    border-radius: 6px;
    border: 1px solid  #DBDADE;
    padding: 64px 24px 24px 24px;
    background: transparent;
    margin-right: 26px;
    width: 100%;
}
.pricing .tab-content .card:last-child{
    margin-right: 0;
}
.pricing .tab-content .card-body{
    padding: 0;
}
.pricing .tab-content .card-image{
    margin-bottom: 16px;
}
.pricing .tab-content .card-title{
    color: #1B1F23;
    font-family: 'Poppins-sb';
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 6px;
}
.pricing .tab-content .card-year{
    color: #4B465C;
    font-family: 'Poppins-r';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px;
}
.pricing .tab-content .card-amount{
    color: #4B465C;
    font-family: 'Poppins-r';
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 32px;
}
.pricing .tab-content .card-amount sup{
    top: -2.5em;
    left: 10px;
}
.pricing .tab-content .card-amount .dollar{
    color: #1B1F23;
    font-family: 'public-sans';
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    top: -1.1em;
    left: 0;
}
.pricing .tab-content .card-amount span{
    color: #1B1F23;
    font-family: 'Poppins-sb';
    font-size: 48px;
    font-weight: 600;
    line-height: 68px;
    margin-right: -9px;
}
.pricing .tab-content .plan-btn{
    border-radius: 6px;
    background: rgba(40, 199, 111, 0.16);
    width: 100%;
    color: #28C76F;
    font-family: 'Poppins-m';
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.pricing .tab-content .card ul{
    padding-left: 22px;
}
.pricing .tab-content .card ul li{
    color: #1B1F23;
    font-family: 'Poppins-r';
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}
.pricing .tab-content .card ul li::before{
    background-image: url('../images/checkmark.svg');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    width: 17px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    left: -22px;
}
.pricing .tab-content .card.standard .plan-btn{
    border-radius: 6px;
    background: #226BF9;
    box-shadow: 0px 2px 4px 0px rgba(165, 163, 174, 0.30);
    color: #fff;
}
.pricing .tab-content .card.enterprise .plan-btn{
    border-radius: 6px;
    background: rgba(115, 103, 240, 0.16);
    color: #1B1F23;
}

.pricing .tab-content .card .card-year span{
    font-family: 'Poppins-b';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.pricing .tab-content .card.standard .card-year span{
    color: #4B465C;
}
.pricing .tab-content .card.enterprise .card-year span{
    color: #FF7555;
}

footer{
    background: #1B1D21;
}
.footer-header{
    padding-top: 76px;
}
.footer-header p{
    color: #FFF;
    font-family: 'Poppins-r';
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    margin-top: 18px;
    margin-bottom: 39px;
}
.footer-header a{
    width: 219px;
    height: 58px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.11);

    color: #000;
    text-align: center;
    font-family: 'Poppins-r';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 49px;
}

.footer-links{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 32px;
    padding-bottom: 28px;
}
.footer-links p{
    margin-bottom: 0;
}
.footer-links .rights{
    color: #fff;
    font-family: 'Poppins-4';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.footer-links ul{
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.footer-links ul li{
    margin-right: 30px;
    list-style: none;
}
.footer-links ul li:last-child{
    margin-right: 0;
}
.footer-links ul li a{
    color: #FD6314;
    font-family: 'Poppins-r';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}


.footer-links .socials ul{
    padding-left: 0;
    margin-bottom: 0;
}
.footer-links .socials ul li{
    margin-right: 20px;
    list-style: none;
}
.footer-links .socials ul li:last-child{
    margin-right: 0px;
}
.footer-links .socials ul li a{
    width: 35px;
    height: 35px;
    display: block;
    background-color: #797979;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
.footer-links .socials ul li a:hover{
    background-color: #FD6314;
}

@media (max-width: 991px){
    .banner-widget{
        width: 100%;
        transform: none;
        top: 90px;
    }
    .nav-link.signup{
        margin-right: 0 !important;
        margin-bottom: 16px;
    }
    header .navbar-nav .nav-item{
        margin-top: 12px;
    }
    .navbar-light .navbar-toggler-icon{
        filter: invert(1);
    }
}
@media (max-width: 767px){
    .banner {
        padding-top: 120px;
        padding-bottom: 100px;
    }
    .banner h1{
        font-size: 60px;
        line-height: 68px;
    }
    .banner p{
        font-size: 16px;
        line-height: 24px;
    }
    .banner-widget{
        top: 90px;
    }
    .input-section {
        width: 90%;
    }
    .feature-card .card-title{
        font-size: 28px;
        display: flex;
        align-items: center;
    }
    .feature-card .card-title img{
        width: 42px;
    }
    .retargeting-card{
        margin-bottom: 20px;
        margin-top: 24px;
    }
    .pricing .heading h3{
        font-size: 42px;
        line-height: 42px;
        letter-spacing: -1.4px;
    }
    .pricing .heading p{
        font-size: 16px;
        line-height: 26px;
    }
    .footer-header{
        padding-left: 12px;
        padding-right: 12px;
    }
    .footer-links ul li a{
        font-size: 14px;
    }
    .footer-links ul li{
        margin-right: 16px;
    }
    .footer-links .rights{
        font-size: 14px;
    }
    .footer-header p {
        font-size: 14px;
        line-height: 26px;
    }
    .footer-header img{
        width: 250px;
    }
}
@media (max-width: 575px) {
    .footer-links ul li{
        margin-right: 8px;
    }
    .footer-links ul li a{
        font-size: 10px;
    }
    .pricing .heading h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .get-started h2 {
        font-size: 32px;
    }
    .input-section .btn {
        width: 72px;
        font-size: 12px;
    }
    .input-section .form-control{
        font-size: 14px;
        padding-left: 50px;
    }
    .input-section .attach{
        left: 10px;
        width: 30px;
        height: 30px;
    }
    .input-section .attach img{
        width: 16px;
    }
    .banner h1 {
        font-size: 40px;
        line-height: 38px;
    }
    .banner-widget {
        top: 110px;
        width: 98%;
    }
}
a.btn.btn-block.btn-white.btn-custom {
    background: white !important;
}
section.slice.slice-lg.pt-17.pb-0.bg-section-dark {
    padding-top: 6rem !important;
}