/*---------------------Roots-----------------*/

:root {
    ---green: #1BB46D;
    ---white: #ffffff;
    ---black: #1F1F5F;
    ---border: #e5e5e5;
    ---paragraph: #919191;
}

/*---------------------Roots-----------------*/



.about {
    width: 100%;
}

.about .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.about .container .textabout h1 {
    color: var(---black);
    font-size: 90px;
    font-family: "Bebas Neue", sans-serif;
}

.about .container .textabout p {
    color: var(---paragraph);
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}

.about .container .image img {
    width: 100%;
}

.about .container .image {
    width: 730px;
}

.about .container .textabout button {
    width: 250px;
    height: 70px;
    background: linear-gradient(90deg, #1BB46D, #016D39);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    padding-left: 15px;
    font-size: 20px;
    border-radius: 100px;
    font-weight: 600;
    cursor: pointer;
    color: var(---white);
    margin-top: 20px;
}

.about .container .textabout button i {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background-color: var(---white);
    display: flex;
    align-items: center;
    color: var(---green);
    justify-content: center;
    font-size: 25px;
    transform: rotate(-40deg);
    transition: transform 0.4s ease;
}

.about .container .textabout button:hover {
    box-shadow: 0px 10px 30px #016d3969;
}

/* 👇 Jab pura button hover ho to icon move kare */
.about .container .textabout button:hover i {
    transform: translateX(6px);
}



@media (max-width:2600px) {}

@media (max-width:1950px) {


    .about .container .textabout p {
        color: var(---paragraph);
        font-size: 20px;
        font-weight: 500;
        line-height: 40px;
    }
}

@media (max-width:1660px) {
    .about .container .textabout p {
        color: var(---paragraph);
        font-size: 18px;
        font-weight: 500;
        line-height: 40px;
    }
}

@media (max-width:1560px) {
    .about .container .textabout p {
        color: var(---paragraph);
        font-size: 16px;
        font-weight: 500;
        line-height: 40px;
    }
}

@media (max-width:1470px) {
    .about .container .image {
        width: 650px;
    }

    .about .container .textabout button {
        width: 200px;
        height: 60px;
        padding: 0px 5px;
        padding-left: 15px;
        font-size: 16px;
        margin-top: 15px;
    }

    .about .container .textabout button i {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }

    .about .container .textabout p {
        color: var(---paragraph);
        font-size: 16px;
        font-weight: 500;
        line-height: 40px;
    }
}

@media (max-width:1470px) {
    .about .container .image {
        width: 670px;
    }

    .about .container .textabout p {
        font-size: 14px;
        line-height: 35px;
    }
}

@media (max-width:1280px) {
    .about .container .image {
        width: 600px;
    }

    .about .container .textabout p {
        font-size: 12px;
        line-height: 35px;
    }

    .about .container .textabout h1 {
        font-size: 80px;
    }
}

@media (max-width:1140px) {
    .about .container .image {
        width: 570px;
    }

    .about .container .textabout p {
        font-size: 12px;
        line-height: 35px;
    }

    .about .container .textabout h1 {
        font-size: 70px;
    }
}

@media (max-width:1080px) {
    .about .container .image {
        width: 500px;
    }

    .about .container .textabout p {
        font-size: 12px;
        line-height: 35px;
    }

    .about .container .textabout h1 {
        font-size: 70px;
    }
}

@media (max-width:1020px) {
    .about .container .image {
        width: 480px;
    }

    .about .container .textabout p {
        font-size: 11px;
        line-height: 30px;
    }

    .about .container .textabout h1 {
        font-size: 60px;
    }
}

@media (max-width:930px) {
    .about .container {
        display: block;
    }

    .about .container .image {
        width: 100%;
    }

    .about .container .textabout p {
        font-size: 20px;
        line-height: 40px;
    }

    .about .container .textabout h1 {
        font-size: 100px;
    }
}

@media (max-width:830px) {
    .about .container .textabout p {
        font-size: 16px;
        line-height: 40px;
    }

    .about .container .textabout h1 {
        font-size: 80px;
    }
}

@media (max-width:650px) {
    .about .container .textabout p {
        font-size: 14px;
        line-height: 40px;
    }

    .about .container .textabout h1 {
        font-size: 70px;
    }
}

@media (max-width:600px) {
    .about .container .textabout p {
        font-size: 12px;
        line-height: 35px;
        width: 100%;
    }

    .about .container .textabout h1 {
        font-size: 60px;
    }
}

@media (max-width:500px) {
    .about .container .textabout p {
        font-size: 10px;
        line-height: 30px;
        width: 100%;
    }

    .about .container .textabout h1 {
        font-size: 50px;
    }
}
@media (max-width:465px) {
    .about .container .textabout button {
        width: 150px;
        height: 45px;
        padding: 0px 5px;
        padding-left: 15px;
        font-size: 10px;
        margin-top: 15px;
    }

    .about .container .textabout button i {
        width: 35px;
        height: 35px;
        font-size: 25px;
    }
}
@media (max-width:435px) {
    .about .container .textabout p {
        font-size: 8px;
        line-height: 25px;
    }

    .about .container .textabout h1 {
        font-size: 40px;
    }
}
@media (max-width:360px) {

}