@import url('https://fonts.googleapis.com/css2?family=Anek+Tamil:wght@400;500;600;700&display=swap');


.banner {
    background-color: #021735;
    /* min-height: 512px; */
    padding-top: 44px;
}
.banner__gray {
    background: #DEE2EA;
}
.banner-inner {
    display: flex;
    position: relative;
    padding-top: 45px;
    padding-bottom: 66px;
}
.banner-inner::before {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    left: 0;
    right: 0;
    background: #C0C5D4;
}
.banner-info {
    width: 60%;
}
.banner-title {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    margin-bottom: 40px;
}
.banner-title__green {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
}
.banner-title__green {
    color: #73D678;
}
.banner-title__dark {
    color: #021735;
}
.banner-description {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.822px;
}
.banner-description__dark {
    color: #021735;
}
.banner-img {
    position: absolute;
    right: 0;
    width: 50%;
}
.banner-img2 {
    width: 35%;
    margin-top: -25px;
}
.banner-img img {
    width: 100%;
}



.content {
    background-image: url('/upload/landing_assets/cropwise2/sect-bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: white;
    padding-top: 80px;
}

.social {
    width: 60%;
    margin-bottom: 104px;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 54px;
    border-left: 5px solid #0089F3;
}
.social-text-cropwise {
    color: #212121;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 30px;
}
.social-text-cropwise span,
.social-text-cropwise a {
    color: #0089F3;
}
.social-buttons {
    display: flex;
}
.social-button {
    display: block;
    width: 165px;
    height: 45px;
    border-radius: 3px;
    text-decoration: none;
    color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}
.social-button__tg {
    background: linear-gradient(90deg, #4690C7 15.15%, #5DA4DB 92.95%);
} 
.social-button__vk {
    background: linear-gradient(90deg, #1C69C0 15.15%, #4073AE 92.95%);
} 
.social-button__wa {
    background: linear-gradient(90deg, #2DC768 15.15%, #26D066 92.95%);
} 
.social-button img {
    width: 23px;
    height: 23px;
    margin-right: 5px;
}
.social-button span {
    color: #F7F7F7;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}




.steps {

}
.step {
    display: flex;
}
.step:nth-child(even) {
    flex-direction: row-reverse;
}
.step .step-info {
    margin-left: 40px;
    width: 50%;
}
.step:nth-child(even) .step-info {
    margin-left: 0;
    margin-right: 40px;
    text-align: right;
}
.step:nth-child(odd) .step-num {
    margin-left: -45px;
}
.step:nth-child(even) .step-num {
    margin-right: 45px;
}
.step-img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 150px;
    height: 150px; */
    border-radius: 20px;
}
.step-img {
    
}
.step-num {
    color: #FE5629;
    font-family: 'Anek Tamil', sans-serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 84px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-top: 38px;
}
.step-num2 {color: #9664F1}
.step-num3 {color: #0089F3}
.step-num4 {color: #73D678}
.step-num5 {color: #FECF29}
.step-num6 {color: #FE5629} 
.step-num7 {color: #9664F1} 
.step-num8 {color: #73D678}  
.step-info {
    padding-top: 38px;
}
.step-title {
    color: #021735;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 155.556% */
    text-transform: uppercase;
    margin-bottom: 10px;
}
.step-description {
    color: #021735;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}


@media screen and (max-width: 991px) {
  	.mobile-fullwidth {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .banner {
        padding-top: 0;
        background: linear-gradient(to bottom, #DEE2EA 65%, white 65%);
    }
    .banner-inner {
        padding-top: 40px;
        flex-wrap: wrap;
    }
    .banner-inner::before {
        display: none;
    }
    .banner-img  {
        width: 100%;
        position: relative;
        margin-top: 0;
    }
    .banner-img img {
        padding-left: 8vw;
    }
    .banner-info {
        width: 100% !important; /*TEMP*/
    }
    .banner-title {
        color: #021735;
        font-family: 'Noto Sans Display';
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 30px */
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .banner-description {
        color: #021735;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 23.822px;
        margin-bottom: 30px;
    }

    .content {
        padding-top: 0;
        background-image: none;
    }


    .social {
        width: 100%;
        padding-left: 0;
        border: none;
        padding-bottom: 0;
        margin-bottom: 60px;
    }
    .social-text-cropwise {
        color: #021735;
        font-family: 'Noto Sans Display';
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;

        border-left: 5px solid #0089F3;
        padding-left: 20px;
    }
    .social-buttons {
        flex-wrap: wrap;
    }
    .social-button {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;

    }
    .social-button span {
        color: #F7F7F7;
        font-family: 'Noto Sans Display';
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
    
    
    
    .step {
        flex-wrap: wrap;
        margin-bottom: 70px;
    }
    .step:nth-child(even) {
        flex-direction: row;
    }
    .step:nth-child(even) .step-num {

    }
    .step-img-wrap {
        width: 100%;
        padding-left: 45px;
        padding-right: 45px;
    }
    .step-num {
        font-family: 'Anek Tamil', sans-serif;
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: 62.803px; /* 104.672% */
        letter-spacing: 1.8px;
        text-transform: uppercase;
        margin-left: 0!important;
        padding-top: 0;
        margin-top: -40px;
    }
    .step:nth-child(even) .step-num {
        margin-right: 0;
    }
    .step-info {
        width: calc(100% - 75px)!important;
        margin-left: 30px!important;
        padding-top: 0;
        margin-top: -40px;
    }
    .step:nth-child(even) .step-info {
        text-align: left;
        margin-right: 0;
    }
    .step-title {
        color: #021735;
        font-family: 'Noto Sans Display';
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 41.869px; /* 209.344% */
        text-transform: uppercase;
    }
    .step-description {
        color: #021735;
        font-family: Noto Sans Display;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

}