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

:root {
    ---green: #BEF209;
    ---white: #ffffff;
    ---black: #000000;
    ---border: #e5e5e5;
}

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



.about {
    margin-top: 500px;
}

.about .container {
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
}

.about .container .leftimage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .container .leftimage #Platform {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.about .container .leftimage #b1 {
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
}

.about .container .righttext h3 {
    color: var(---green);
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about .container .righttext h1 {
    font-size: 120px;
    color: var(---white);
    font-family: "Bebas Neue", sans-serif;
    line-height: 110px;
}

.about .container .righttext #para {
    color: var(---white);
    font-size: 16px;
    line-height: 40px;
    margin: 20px 0px;
}

.about .container .righttext button {
    width: 180px;
    height: 60px;
    background: linear-gradient(90deg, #7CA300, #F8F902);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    padding-left: 15px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    border-radius: 12px;
    cursor: pointer;
}

.about .container .righttext #btn2 {
    background: transparent;
    border: 2px solid var(---white);
    color: var(---white);
    margin-left: 15px;
}

.about .container .righttext #btn2:hover {
    background: linear-gradient(90deg, #7CA300, #F8F902);
    border: none;
    color: var(---black);
}

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

.about .container .righttext button:hover {
    box-shadow: 0px 10px 30px #c0f20983;
}

.about .container .righttext .aboutbutton {
    display: flex;
    align-items: center;
}

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









@media (max-width:1450px) {
    .about .container .righttext h1 {
        font-size: 100px;
        line-height: 100px;
    }

    .about .container .righttext #para {
        color: var(---white);
        font-size: 14px;
        line-height: 40px;
        margin: 20px 0px;
    }

    .about .container .leftimage {
        width: 650px;
    }
}

@media (max-width:1366px) {
    .about .container .leftimage #b1 {
        width: 30%;
    }
}


@media (max-width:1280px) {
    .about .container .righttext h1 {
        font-size: 80px;
        line-height: 80px;
    }

    .about .container .righttext h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .about .container .righttext #para {
        color: var(---white);
        font-size: 12px;
        line-height: 35px;
        margin: 10px 0px;
    }

    .about .container .righttext button {
        width: 150px;
        height: 55px;
        font-size: 16px;
        border-radius: 12px;
    }

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

    .about .container .leftimage {
        width: 550px;
    }
}

@media (max-width:1080px) {
    .about .container .righttext h1 {
        font-size: 70px;
        line-height: 70px;
    }

    .about .container .righttext h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .about .container .righttext #para {
        color: var(---white);
        font-size: 10px;
        line-height: 35px;
        margin: 10px 0px;
    }

    .about .container .righttext button {
        width: 150px;
        height: 55px;
        font-size: 16px;
        border-radius: 12px;
    }

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

    .about .container .leftimage {
        width: 500px;
    }

    .about .container .leftimage #b1 {
        width: 30%;
    }
}

@media (max-width:950px) {
    .about .container .righttext h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .about .container .righttext h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .about .container .righttext #para {
        color: var(---white);
        font-size: 10px;
        line-height: 35px;
        margin: 10px 0px;
    }

    .about .container .righttext button {
        width: 150px;
        height: 55px;
        font-size: 16px;
        border-radius: 12px;
    }

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

    .about .container .leftimage {
        width: 400px;
    }

    .about .container .leftimage #b1 {
        width: 30%;
    }
}

@media (max-width:850px) {
    .about .container {
        display: block;
        align-items: center;
        justify-content: center;
    }

    .about .container .righttext h1 {
        font-size: 100px;
        line-height: 100px;
    }

    .about .container .righttext {
        text-align: center;
    }

    .about .container .righttext h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .about .container .righttext #para {
        color: var(---white);
        font-size: 16px;
        line-height: 35px;
        margin: 10px 0px;
        width: 100%;
    }

    .about .container .righttext button {
        width: 180px;
        height: 70px;
        font-size: 20px;
        border-radius: 12px;
    }

    .about .container .righttext button i {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }

    .about .container .leftimage {
        width: 100%;
    }

    .about .container .leftimage #Platform {
        width: 100%;
    }

    .about .container .leftimage #b1 {
        width: 30%;
    }

    .about .container .righttext .aboutbutton {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
}


@media (max-width:690px) {

    .about .container .righttext h1 {
        font-size: 70px;
        line-height: 70px;
    }

    .about .container .righttext h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .about .container .righttext #para {
        color: var(---white);
        font-size: 14px;
        line-height: 35px;
        margin: 10px 0px;
        width: 100%;
    }

    .about .container .righttext button {
        width: 180px;
        height: 70px;
        font-size: 20px;
        border-radius: 12px;
    }

    .about .container .righttext button i {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }

    .about .container .leftimage {
        width: 100%;
    }

    .about .container .leftimage #Platform {
        width: 100%;
    }

    .about .container .leftimage #b1 {
        width: 30%;
    }

    .about .container .righttext .aboutbutton {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
}


@media (max-width:570px) {

    .about .container .righttext h1 {
        font-size: 70px;
        line-height: 70px;
    }

    .about .container .righttext h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .about .container .righttext #para {
        color: var(---white);
        font-size: 12px;
        line-height: 35px;
        margin: 10px 0px;
        width: 100%;
    }

    .about .container .righttext button {
        width: 160px;
        height: 60px;
        font-size: 20px;
        border-radius: 12px;
    }

    .about .container .righttext button i {
        width: 40px;
        height: 40px;
        font-size: 25px;
    }

    .about .container .leftimage {
        width: 100%;
    }

    .about .container .leftimage #Platform {
        width: 100%;
    }

    .about .container .leftimage #b1 {
        width: 30%;
    }

    .about .container .righttext .aboutbutton {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width:500px) {

    .about .container .righttext h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .about .container .righttext h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about .container .righttext #para {
        color: var(---white);
        font-size: 10px;
        line-height: 30px;
        margin: 10px 0px;
        width: 100%;
    }

    .about .container .righttext button {
        width: 160px;
        height: 60px;
        font-size: 20px;
        border-radius: 12px;
    }

    .about .container .righttext button i {
        width: 40px;
        height: 40px;
        font-size: 25px;
    }

    .about .container .leftimage {
        width: 100%;
    }

    .about .container .leftimage #Platform {
        width: 100%;
    }

    .about .container .leftimage #b1 {
        width: 30%;
    }

    .about .container .righttext .aboutbutton {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
}


@media (max-width:460px) {

    .about .container .righttext h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .about .container .righttext h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about .container .righttext #para {
        color: var(---white);
        font-size: 10px;
        line-height: 30px;
        margin: 10px 0px;
        width: 100%;
    }

    .about .container .righttext button {
        width: 140px;
        height: 50px;
        font-size: 16px;
        border-radius: 12px;
    }

    .about .container .righttext button i {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .about .container .leftimage {
        width: 100%;
    }

    .about .container .leftimage #Platform {
        width: 100%;
    }

    .about .container .leftimage #b1 {
        width: 30%;
    }

    .about .container .righttext .aboutbutton {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .about .container .righttext #btn2 {
        border: 1px solid var(---white);
        margin-left: 10px;
    }

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


@media (max-width:420px) {

    .about .container .righttext h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .about .container .righttext h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about .container .righttext #para {
        font-size: 10px;
        line-height: 25px;
        margin: 10px 0px;
        padding: 0px 40px;
        width: 100%;
    }

    .about .container .righttext button {
        width: 120px;
        height: 40px;
        font-size: 14px;
        border-radius: 8px;
    }

    .about .container .righttext button i {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .about .container .leftimage {
        width: 100%;
    }

    .about .container .leftimage #Platform {
        width: 100%;
    }

    .about .container .leftimage #b1 {
        width: 30%;
    }

    .about .container .righttext .aboutbutton {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
}