/*---------------------Roots-----------------*/

:root {
    ---green: #1BB46D;
    ---white: #ffffff;
    ---black: #1F1F5F;
    ---border: #e5e5e5;
    ---paragraph: #919191;
}

/*---------------------Roots-----------------*/

.hero {
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-image: url(img/hero\ image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#abouthero {
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-image: url(img/abouthero.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#heroproject{
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-image: url(img/project\ hero.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#heroproject .container p{
    width: 526px;
}

.hero .container {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: end;
    height: 95vh;
}

.hero .container .heroheading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.hero .container .heroheading h1 {
    font-size: 100px;
    color: var(---white);
    font-weight: 900;
    line-height: 100px;
    font-family: "Bebas Neue", sans-serif;
}

.hero .container .heroheading .righttext p {
    color: var(---white);
    font-size: 20px;
    line-height: 35px;
}

.hero .container .heroheading .righttext 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;
}

.hero .container .heroheading .righttext 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;
}

.hero .container .heroheading .righttext button:hover {
    box-shadow: 0px 10px 30px #016D39;
}

/* 👇 Jab pura button hover ho to icon move kare */
.hero .container .heroheading .righttext button:hover i {
    transform: translateX(6px);
}

/* Fix for mobile view */



/* media quries */


@media (max-width:2600px) {}

@media (max-width:1950px) {
    .hero .container .heroheading h1 {
        font-size: 80px;
        line-height: 80px;
    }
}


@media (max-width:1772px) {}

@media (max-width:1674px) {}

@media (max-width:1590px) {}

@media (max-width:1486px) {

    .hero .container .heroheading .righttext button {
        width: 200px;
        height: 60px;
        padding: 0px 5px;
        padding-left: 15px;
        font-size: 16px;
        margin-top: 15px;
    }

    .hero .container .heroheading .righttext button i {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

@media (max-width:1390px) {
    section {
        padding: 20px 40px;
    }

}

@media (max-width:1366px) {}

@media (max-width:1340px) {
    .hero .container .heroheading h1 {
        font-size: 70px;
        line-height: 70px;
    }

    .hero .container .heroheading .righttext p {
        color: var(---white);
        font-size: 18px;
        line-height: 35px;
    }
}

@media (max-width:1280px) {

    html {
        font-size: 80%;
    }

    section {
        padding: 20px 20px;
    }

    .hero .container .heroheading h1 {
        font-size: 65px;
        line-height: 65px;
    }

    .hero .container .heroheading .righttext p {
        color: var(---white);
        font-size: 18px;
        line-height: 35px;
    }
}

@media (max-width:1080px) {
    section {
        padding: 20px 15px;
    }

    .hero .container .heroheading h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .hero .container .heroheading .righttext p {
        color: var(---white);
        font-size: 16px;
        line-height: 30px;
    }


}

@media (max-width:990px) {}

@media (max-width:930px) {
    .hero .container .heroheading {
        display: block;
    }
}

@media (max-width:840px) {}

@media (max-width: 768px) {}

@media (max-width:690px) {}

@media (max-width:630px) {}

@media (max-width:550px) {
    .hero .container .heroheading h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .hero .container .heroheading .righttext p {
        color: var(---white);
        font-size: 16px;
        line-height: 30px;
    }
    #heroproject .container p{
    width: 100%;
    font-size: 12px;
}
}

@media (max-width:465px) {
    .hero .container .heroheading h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .hero .container .heroheading .righttext p {
        color: var(---white);
        font-size: 12px;
        line-height: 25px;
        margin-top: 15px;
    }

    .hero .container .heroheading .righttext button {
        width: 150px;
        height: 45px;
        padding: 0px 5px;
        padding-left: 15px;
        font-size: 10px;
        margin-top: 15px;
    }

    .hero .container .heroheading .righttext button i {
        width: 35px;
        height: 35px;
        font-size: 25px;
    }

    .hero .container {
        height: 90vh;
    }
}

@media (max-width:430px) {}

@media (max-width:400px) {
        .hero .container {
    height: 85vh;
}
    .hero .container .heroheading h1 {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: 1px;
    }

    .hero .container .heroheading .righttext p {
        color: var(---white);
        font-size: 12px;
        line-height: 25px;
    }

    .hero .container .heroheading .righttext button {
        width: 150px;
        height: 45px;
        padding: 0px 5px;
        padding-left: 15px;
        font-size: 10px;
        margin-top: 15px;
    }

    .hero .container .heroheading .righttext button i {
        width: 35px;
        height: 35px;
        font-size: 25px;
    }
}


@media (max-width:355px) {
    .hero .container .heroheading h1 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 1px;
    }
}