/*---------------------Roots-----------------*/

:root {
    --Black: #0F0F0F;
    --White: #ffffff;
    --LightGrey: #D9D9D9;
    --Paragraph: #838383;
    --Blue: #0AA4F4;
    --btnbackground: #131310;
}

/*---------------------Roots-----------------*/



.about {
    margin-top: 150px;
    margin-bottom: 100px;
}

.about .container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.about .container .text h1 {
    color: var(--Black);
    font-size: 60px;
}

.about .container .text h1 b {
    color: var(--Blue);
}

.about .container .text p {
    color: var(--Paragraph);
    text-transform: capitalize;
    font-size: 17px;
    line-height: 40px;
    margin: 20px 0px;
}

.about .container button {
    width: 250px;
    height: 70px;
    background-color: var(--LightGrey);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 100px;
    font-weight: 600;
    cursor: pointer;
    color: var(--Black);
    border: 1px solid #ffffff48;
    margin-top: 30px;
}

.about .container button i {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background-color: var(--White);
    color: var(--Blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transform: rotate(-40deg);
    transition: transform 0.4s ease;
}

.about .container button:hover {
    box-shadow: 0px 10px 30px #0aa2f47c;
    background-color: var(--Blue);
    color: var(--White);
}

/* 👇 Jab pura button hover ho to icon move kare */
.about .container button:hover i {
    transform: translateX(6px);
}







@media (max-width:1320px) {
    .about .container .image {
        width: 500px;
    }

    .about .container .image img {
        width: 100%;
    }

    .about {
        margin-top: 130px;
        margin-bottom: 80px;
    }

}


@media (max-width:1280px) {
    .about .container .image {
        width: 460px;
    }

    .about .container .image img {
        width: 100%;
    }

    .about .container .text h1 {
        font-size: 50px;
    }

    .about .container .text p {
        color: var(--Paragraph);
        text-transform: capitalize;
        font-size: 14px;
        line-height: 35px;
        margin: 10px 0px;
    }

    .about .container button {
        width: 180px;
        height: 55px;
        padding: 0px 10px;
        padding-left: 15px;
        font-size: 13px;
        margin-top: 15px;
    }

    .about .container button i {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}


@media (max-width:1080px) {
    .about .container .image {
        width: 420px;
    }

    .about .container .text h1 {
        font-size: 40px;
    }

    .about .container .text p {
        color: var(--Paragraph);
        text-transform: capitalize;
        font-size: 12px;
        line-height: 30px;
        margin: 10px 0px;
    }

    .about .container button {
        width: 180px;
        height: 55px;
        padding: 0px 10px;
        padding-left: 15px;
        font-size: 13px;
        margin-top: 15px;
    }

    .about .container button i {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .about {
        margin-top: 100px;
        margin-bottom: 60px;
    }
}


@media (max-width:920px) {
    .about .container .image {
        width: 340px;
    }

    .about .container .text h1 {
        font-size: 40px;
    }

    .about .container .text p {
        color: var(--Paragraph);
        text-transform: capitalize;
        font-size: 12px;
        line-height: 30px;
        margin: 10px 0px;
    }

    .about .container button {
        width: 180px;
        height: 55px;
        padding: 0px 10px;
        padding-left: 15px;
        font-size: 13px;
        margin-top: 15px;
    }

    .about .container button i {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}


@media (max-width:830px) {
    .about .container {
        display: block;
    }

    .about .container .image {
        width: 100%;
        margin-top: 50px;
    }

    .about .container .text h1 {
        font-size: 60px;
    }

    .about .container .text p {
        color: var(--Paragraph);
        text-transform: capitalize;
        font-size: 17px;
        line-height: 35px;
        margin: 10px 0px;
    }

    .about .container button {
        width: 250px;
        height: 70px;
        background-color: var(--LightGrey);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 10px;
        padding-left: 15px;
        font-size: 16px;
        border-radius: 100px;
        font-weight: 600;
        cursor: pointer;
        color: var(--Black);
        border: 1px solid #ffffff48;
        margin-top: 30px;
    }

    .about .container button i {
        width: 45px;
        height: 45px;
        border-radius: 100px;
        background-color: var(--White);
        color: var(--Blue);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        transform: rotate(-40deg);
        transition: transform 0.4s ease;
    }

    .about {
        margin-top: 80px;
    }


}

@media (max-width:700px) {

    .about .container .text h1 {
        font-size: 50px;
    }

    .about .container .text p {
        color: var(--Paragraph);
        text-transform: capitalize;
        font-size: 14px;
        line-height: 35px;
        margin: 10px 0px;
    }

    .about .container button {
        width: 180px;
        height: 55px;
        padding: 0px 10px;
        padding-left: 15px;
        font-size: 13px;
        margin-top: 15px;
    }

    .about .container button i {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}


@media (max-width:590px) {

    .about .container .text h1 {
        font-size: 40px;
    }

    .about .container .text p {
        color: var(--Paragraph);
        text-transform: capitalize;
        font-size: 12px;
        line-height: 30px;
        margin: 10px 0px;
    }

    .about .container button {
        width: 180px;
        height: 55px;
        padding: 0px 10px;
        padding-left: 15px;
        font-size: 13px;
        margin-top: 15px;
    }

    .about .container button i {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}


@media (max-width:590px) {

    .about .container .text h1 {
        font-size: 35px;
    }

    .about .container .text p {
        font-size: 14px;
        line-height: 30px;
        margin: 10px 0px;
        width: 370px;
    }

    .about .container button {
        width: 180px;
        height: 55px;
        padding: 0px 10px;
        padding-left: 15px;
        font-size: 13px;
        margin-top: 15px;
    }

    .about .container button i {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .about .container .image {
        margin-top: 30px;
    }

    .about .container button:hover {
        box-shadow: 0px 10px 15px #0aa2f47c;
    }
    .about{
        margin-bottom: 30px;
    }
}

@media (max-width:420px) {

    .about .container .text h1 {
        font-size: 30px;
    }

    .about .container .text p {
        font-size: 12px;
        line-height: 25px;
        margin: 10px 0px;
        width: 320px;
    }

    .about .container button {
        width: 160px;
        height: 50px;
        padding: 0px 10px;
        padding-left: 15px;
        font-size: 10px;
        margin-top: 15px;
    }

    .about .container button i {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .about {
        margin-top: 50px;
    }
}

@media (max-width:360px) {

    .about .container .text h1 {
        font-size: 25px;
    }

    .about .container .text p {
        font-size: 12px;
        margin: 10px 0px;
        width: 100%;
    }

    .about .container button {
        width: 160px;
        height: 50px;
        padding: 0px 10px;
        padding-left: 15px;
        font-size: 10px;
        margin-top: 15px;
    }

    .about .container button i {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}