.hero-page-section.hero-page-section-smartlink {
    background: url(../../../images/clickdealer/smartlink/Smartlink-background.png) no-repeat center center / cover;
}

.hero-page-section-smartlink .hero-page-section-info {
    max-width: 616px;
}

.hero-page-section-smartlink .hero-section-animation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 53%;
}

/****Smartlink features***/

.smartlink-features-block {
    background: #fff;
}

.smartlink-features-wrap {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.smartlink-features-item {
    width: 33%;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

.smartlink-features-item:nth-of-type(2) {
    border-radius: 30px 30px 0px 0px;
    background: linear-gradient(178deg, #F3F4F5 2.07%, #EBF5FF 102.12%);
    flex-direction: column;
}

.smartlink-features-item:nth-of-type(4) {
    border-radius: 30px 0px 30px 30px;
    background: linear-gradient(72deg, #F3F4F5 28.94%, rgba(255, 242, 198, 0.00) 100%);
}

.smartlink-features-item:nth-of-type(6) {
    border-radius: 0px 30px 30px 30px;
    background: linear-gradient(290deg, #F3F4F5 9.75%, #DDFFF1 95.5%);
}

.smartlink-features-item p {
    color: #131313;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 130% */
    padding-bottom: 14px;
}

.smartlink-features-item:nth-of-type(2) p {
    padding-bottom: 0;
    padding-top: 14px;
}

.smartlink-features-item p span {
    font-weight: 700;
}

@media(max-width:900px){
    .smartlink-features-wrap{
        flex-direction: column;
    }
    .smartlink-features-item{
        width:100%;
        flex-direction: column;
    }
    .smartlink-features-item:nth-of-type(2),
    .smartlink-features-item:nth-of-type(4),
    .smartlink-features-item:nth-of-type(6){
        border-radius: 30px;
    }
}

/***How it work***/

.smartlink-how-it-work {
    padding:0;
    background: radial-gradient(135.46% 65.6% at 100% 57.53%, rgba(29, 58, 221, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%), radial-gradient(76.77% 75.46% at 4.92% 26.92%, rgba(21, 49, 220, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%), #131313;
}

.smartlink-how-it-work .wrap{
    width:100%;
    max-width:1240px;
    margin:0 auto;
    padding:60px 15px;
}

.smartlink-how-it-work .list .list-item-separator{
    width:64px;
    height:64px;
    flex-basis: 64px;
    flex-shrink: 0;
}

.smartlink-how-it-work .list{
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.smartlink-how-it-work .list .list-item {
    width: 28%;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.smartlink-how-it-work .list .description {
    max-width: 200px;
    margin: -81px 0 -12px 28px;
}

.smartlink-how-it-work .list .list-item-title {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 150% */
    text-transform: uppercase;
}

.smartlink-how-it-work .list .sub-title{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-top:10px;
    line-height: 22px; /* 157.143% */
}

.smartlink-how-it-work .section_heading{
    color: #FFF;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 100% */
    text-transform: capitalize;
}

.smartlink-how-it-work .list .icon-holder{
    background:none;
}

@media(max-width:1100px){
    .smartlink-how-it-work .list {
        display: flex;
    }

    .smartlink-how-it-work .list .separator-icon{
        transform: none;
        width: 64px;
        height: 64px;
        position: static;
    }
    .smartlink-how-it-work .list .list-item-separator{
        padding:0;
    }

    .smartlink-how-it-work .list .list-item {
      margin:0;
    }
}

@media(max-width:1000px){
    .smartlink-how-it-work .section_heading{
        font-size:52px;
    }
}

@media(max-width:900px){
    .smartlink-how-it-work .section_heading{
        font-size:36px;
    }

    .smartlink-how-it-work .list{
        flex-direction: column;
    }

    .smartlink-how-it-work .list .list-item-separator {
        transform: rotate(90deg);
        position: relative;
        top: 13px;
        left: 5px;
    }

    .smartlink-how-it-work .list .list-item{
        width:100%
    }

    .smartlink-how-it-work .list .description {
        max-width: 100%;
        margin: -81px 0 -12px 0px;
    }

}

/****EXTRA MONETIZATION****/

.extra-monetization {
    background: white;
}

.extra-monetization-wrap {
    max-width: 1240px;
    width: 100%;
    padding: 60px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.extra-monetization-info {
    width: 48%;
}

.extra-monetization-img {
    width: 48%;
}

.extra-monetization-img img {
    width: 100%;
}

.extra-monetization-info h2 {
    color: #131313;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px; /* 116.667% */
    margin: 0 0 10px 0;
}

.extra-monetization-info p {
    color: #131313;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    letter-spacing: 0.18px;
    padding-bottom: 40px;
}

.extra-monetization-info p:last-child {
    font-weight: 500;
    padding-bottom: 0;
}

.what-make-us {
    background: url(../../../images/clickdealer/smartlink/what-makes-bg.png) no-repeat center 300%, #000;
}

.what-make-us-wrap {
    padding: 60px 15px 190px;
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

.what-make-us-wrap h2 {
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 100% */
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 10px 0;
}

.what-make-us-wrap h5 {
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 46.8px */
    text-align: center;
}

.what-make-us-wrap p {
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    padding-bottom: 20px;
}

.what-make-us-wrap .btn {
    border-radius: 76px;
    background: #FFF;
    color: #131313;
    text-align: center;
    width: max-content;
    height: 46px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;padding:0 10px;
    margin: 0 auto;
}

.what-make-us-wrap .btn:hover {
    color: #3D4FF0;
}

.what-make-us-wrap .btn:focus, .what-make-us-wrap .btn:active {
    color: #3D4FF0;
}

@media(max-width:1000px){
    .what-make-us-wrap h2, .extra-monetization-info h2{
        font-size:52px;
    }
    .what-make-us-wrap h5{
        font-size:24px;
    }
}

@media(max-width:900px){
    .what-make-us-wrap h2, .extra-monetization-info h2{
        font-size:36px;
        line-height: 46px;
    }
}

@media(max-width:768px){
    .extra-monetization-wrap{
        flex-direction: column;
    }
    .extra-monetization-info, .extra-monetization-img{
        width:100%;
    }
}

@media(max-width:480px){
    .what-make-us {
        background: url(../../../images/clickdealer/smartlink/what-makes-bg.png) repeat-x center 308% / 299%, #000;
    }
}

@media(max-width:430px){
    .what-make-us {
        background: url(../../../images/clickdealer/smartlink/what-makes-bg.png) repeat-x center 100% / 132%, #000;
    }
}

/**AUTOMATE**/

.automate {
    background: url(../../../images/clickdealer/smartlink/automate-bg.jpg) no-repeat center center / cover;
}

.automate-wrap {
    padding: 70px 15px 100px;
    margin: 0 auto;
    width: 100%;
    max-width: 867px;
}

.automate-wrap h2 {
    margin: 0 0 10px 0;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 94px #000;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 71px; /* 118.333% */
}

.automate-wrap .btn {
    width: max-content;
    height: 46px;
    margin: 0 auto;
    border-radius: 76px;
    background: #FFF;
    color: #131313;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;padding:0 10px;
    text-transform: uppercase;
}

.automate-wrap .btn:hover {
    color: #3D4FF0;
}

.automate-wrap .btn:focus, .automate-wrap .btn:active {
    color: #3D4FF0;
}

@media(max-width:1000px){
    .automate-wrap h2{
        font-size:52px;
    }
}

@media(max-width:900px){
    .automate-wrap h2{
        font-size:36px;
        line-height: 46px;
    }
}

/***SMARTLINK ITEM***/

.smartlinks-item {
    background: #fff;
}

.smartlinks-item-wrap {
    max-width: 1240px;
    padding: 60px 15px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.smartlink-item-block {
    width: 32%;
    margin-bottom: 24px;
    padding:20px 30px;
    border-radius: 30px;
    box-sizing: border-box;
}

.smartlink-item-block:nth-of-type(1){
    background: radial-gradient(144.87% 98.33% at 100% -3.08%, #68A9FC 0%, #DBF0FF 100%);
}
.smartlink-item-block:nth-of-type(2){
    background: radial-gradient(135.02% 107.56% at 96.73% 3.12%, rgba(0, 93, 255, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%), #032162;
}
.smartlink-item-block:nth-of-type(3){
    background: radial-gradient(213.95% 135.33% at 0% 3.49%, #000B39 0%, #130E43 50.85%, #24166E 76.35%, #5A39E9 100%);
}
.smartlink-item-block:nth-of-type(4){
    background: #E9E9E9;
}
.smartlink-item-block:nth-of-type(5){
    background: radial-gradient(92.76% 94.45% at 89.94% 14.41%, rgba(255, 64, 64, 0.80) 0%, rgba(255, 82, 82, 0.00) 100%), #7766E6;
}

.smartlink-item-block:nth-of-type(6){
    background: radial-gradient(213.95% 135.33% at 0% 3.49%, #62CDFB 0%, #2543E3 50.85%, #13118F 100%);
}

.smartlink-item-block:nth-of-type(7){
    background: #1A2128;
}
.smartlink-item-block:nth-of-type(8){
    background: radial-gradient(92.76% 94.45% at 89.94% 14.41%, rgba(253, 255, 255, 0.80) 0%, rgba(138, 227, 255, 0.00) 100%), #2857D0;
}

.smartlink-item-block:nth-of-type(4),
.smartlink-item-block:nth-of-type(5) {
    width: 49%;
}

.smartlink-item-block h6{
    color: #141414;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    margin:10px 0 20px;
}

.smartlinks-item-block p{
    color: #141414;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.smartlink-item-block:nth-of-type(2) h6,
.smartlink-item-block:nth-of-type(2) p,
.smartlink-item-block:nth-of-type(3) h6,
.smartlink-item-block:nth-of-type(3) p,
.smartlink-item-block:nth-of-type(5) h6,
.smartlink-item-block:nth-of-type(5) p,
.smartlink-item-block:nth-of-type(6) h6,
.smartlink-item-block:nth-of-type(6) p,
.smartlink-item-block:nth-of-type(7) h6,
.smartlink-item-block:nth-of-type(7) p,
.smartlink-item-block:nth-of-type(8) h6,
.smartlink-item-block:nth-of-type(8) p{
    color:#fff;
}

@media(max-width:1000px){
    .smartlink-item-block h6{
        font-size:32px;
    }
}

@media(max-width:768px){
    .smartlink-item-block,
    .smartlink-item-block:nth-of-type(4),
    .smartlink-item-block:nth-of-type(5) {
        width:100%;
    }

    .smartlink-item-block h6{
        font-size:24px;
    }
}

@media(max-width:992px){
    .hero-section-animation{
        display: none;
    }
    .hero-page-section-smartlink .hero-page-section-info{
        max-width:100%;
    }
}

