

/* -------always---------------- */

.always {
    position: relative;
    margin-bottom: 50px;
}

.always h2 {
    color: #F2FFFF;
    font-size: 60px;
    font-weight: 300;
    padding: 0px 10% 0px 0px;
}

.always h2 span {
    color: #c9f950;
    font-weight: 600;
}

.always p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    color: #E2ECE2;
    margin: 30px 0px 50px 0px;
}


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


/* -----business------------------ */

.business {
    position: relative;
    margin: 50px 0px;
}

.business h2 {
    color: #F2FFFF;
    font-size: 70px;
    font-weight: 300;
    padding: 0px 10% 0px 0px;
}

.business h2 span {
    color: #c9f950;
    font-weight: 600;
}

.business img {
    border-radius: 30px;
}

.business section {
    position: relative;
    width: 470px;
    z-index: 9;
    margin-left: 40px;
}

.business section .play {
    position: absolute;
    background: #F2FFFF;
    color: #08101F;
    padding: 15px 10px;
    border-radius: 50%;
    top: 45%;
    left: 45%;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    width: 72px;
    height: 72px;
    cursor: pointer;
}

.business section .play i {
    margin: 0px;
    font-weight: 400;
}

.business .benefit {
    border: 1px solid #4B5259;
    border-radius: 30px;
    top: 75px;
    position: absolute;
    height: 460px;
    left: 420px;
    z-index: 1;
    width: 68%;
    padding: 40px 40px 40px 90px;
}

.business .benefit ul.numbered {
    padding: 0px;
    float: left;
    list-style: none;
    counter-reset: section;
}

.business .benefit ul.numbered li {
    list-style: none;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #F2FFFF;
    padding: 7px 0px 7px 60px;
    counter-increment: section;
    position: relative;
    margin: 0.5rem 0;
}

.business .benefit ul.numbered li::before {
    content: counter(section) " ";
    position: absolute;
    left: 5px;
    color: #C9F950;
    border-radius: 4px;
    border: 1px solid #C9F950;
    padding: 0px 10px;
    background: #141d21;
}

.business .benefit .pd {
    padding: 0px 20px;
}

.business .benefit img {
    float: right;
    margin: 30px 0px;
}

.businesscircle {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 465px;
    height: 465px;
    background: rgba(201, 249, 80, 0.1);
    filter: blur(62px);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}


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



.circle {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: 650px;
    background: rgba(201, 249, 80, 0.2);
    filter: blur(32px);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}


/* --------e slick slider--------------- */

@media only screen and (min-width:320px)and (max-width:479px) {
    
    .always h2 {
        font-size: 36px;
        padding: 0px;
    }
    .always p {
        padding: 0px;
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0px;
    }
    .alwayscircle {
        position: absolute;
        left: 0%;
        transform: translate(-10%, -50%);
        width: 300px;
        height: 300px;
        background: rgba(201, 249, 80, 0.1);
        filter: blur(62px);
        border-radius: 50%;
        z-index: 0;
        pointer-events: none;
    }
    .business section {
        width: 410px;
        margin-left: 10px;
    }
    .business .benefit {
        left: 0px;
        width: 410px;
        height: auto;
        top: 80%;
        padding: 40px 20px;
    }
    .business h2 {
        font-size: 40px;
        padding: 70px 0px 0px 0px;
    }
    .business .benefit img {
        float: none;
        margin: 0px 30px;
    }
    .businesscircle {
        transform: translate(-50%, 20%);
        width: 300px;
        height: 300px;
        top: 90%;
    }
}

@media only screen and (min-width:480px)and (max-width:767px) {
   
    .always h2 {
        font-size: 40px;
        padding: 0px;
    }
    .always p {
        padding: 0px;
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0px;
    }
    .alwayscircle {
        position: absolute;
        left: 0%;
        transform: translate(-10%, -50%);
        width: 300px;
        height: 300px;
        background: rgba(201, 249, 80, 0.1);
        filter: blur(62px);
        border-radius: 50%;
        z-index: 0;
        pointer-events: none;
    }
    .business section {
        width: 410px;
        margin-left: 10px;
    }
    .business .benefit {
        left: 0px;
        width: 410px;
        height: auto;
        top: 80%;
        padding: 40px 20px;
    }
    .business h2 {
        font-size: 40px;
        padding: 70px 0px 0px 0px;
    }
    .business .benefit img {
        float: none;
        margin: 0px 30px;
    }
    .businesscircle {
        transform: translate(-50%, 20%);
        width: 300px;
        height: 300px;
        top: 90%;
    }
    
}

@media only screen and (min-width:768px)and (max-width:1023px) {
   
    .always h2 {
        font-size: 40px;
        padding: 0px;
    }
    .always p {
        padding: 0px;
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0px;
    }
    .alwayscircle {
        position: absolute;
        left: 0%;
        transform: translate(-10%, -50%);
        width: 300px;
        height: 300px;
        background: rgba(201, 249, 80, 0.1);
        filter: blur(62px);
        border-radius: 50%;
        z-index: 0;
        pointer-events: none;
    }
    .business section {
        width: 300px;
        margin-left: 20px;
    }
    .business section .play {
        top: 38%;
        left: 38%;
        width: 60px;
        height: 60px;
        padding: 10px;
    }
    .business .benefit {
        width: 68%;
        left: 200px;
        padding: 30px 20px 20px 120px;
        top: 65px;
        height: 340px;
    }
    .business h2 {
        font-size: 40px;
        padding: 0px;
    }
    .business .benefit ul.numbered li {
        font-size: 20px;
        margin: 0rem 0;
    }
    .business .benefit img {
        float: none;
        margin: 0px 0px;
        width: 60%;
        display: none;
    }
    .businesscircle {
        top: 70%;
        width: 400px;
        height: 300px;
    }
    
}

@media only screen and (min-width:1024px)and (max-width:1024px) {
   
    .always h2 {
        font-size: 40px;
        padding: 0px;
    }
    .always p {
        padding: 0px;
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0px;
    }
    .alwayscircle {
        position: absolute;
        left: 0%;
        transform: translate(-10%, -50%);
        width: 300px;
        height: 300px;
        background: rgba(201, 249, 80, 0.1);
        filter: blur(62px);
        border-radius: 50%;
        z-index: 0;
        pointer-events: none;
    }
    .conbt {
        left: 5%;
    }
    .business section {
        width: 300px;
        margin-left: 20px;
    }
    .business section .play {
        top: 38%;
        left: 38%;
        width: 60px;
        height: 60px;
        padding: 10px;
    }
    .business .benefit {
        width: 76%;
        left: 200px;
        padding: 30px 20px 20px 120px;
        top: 65px;
        height: 340px;
    }
    .business h2 {
        font-size: 40px;
        padding: 0px;
    }
    .business .benefit ul.numbered li {
        font-size: 20px;
        margin: 0rem 0;
    }
    .business .benefit img {
        float: right;
        margin: 0px 10px;
        width: 40%;
    }
    .businesscircle {
        top: 70%;
        width: 400px;
        height: 300px;
    }
    
}

@media only screen and (min-width:1025px) and (max-width:1290px) {
   
    .always h2 {
        font-size: 40px;
        padding: 0px;
    }
    .always p {
        padding: 0px;
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0px;
    }
    .business section {
        width: 410px;
        margin-left: 20px;
    }
    .business .benefit {
        left: 335px;
    }
    
}

@media only screen and (min-width:1291px) and (max-width:1370px) {
   
    .always h2 {
        padding: 0px;
    }
    .business section {
        margin-left: 35px;
    }
    .business .benefit {
        width: 64%;
    }
  
}

@media only screen and (min-width: 1371px) and (max-width: 1440px) {
   
   
    .container-b {
        max-width: 1320px;
    }
    .business .benefit {
        width: 66%;
    }
   
}

@media (min-width:1920px) {
   
    .business .benefit {
        width: 73.6%;
    }
    .businesscircle {
        left: 40%;
    }
    
}