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

:root {
    ---red: #e9413a;
    ---white: #ffffff;
    ---grey: #4a4a4a;
    ---black: #134ba1;
    --lightgrey: #858585;
    ---border: #eeeeee;
    ---yellow: #ffe127;
}

/*---------------------Roots-----------------*/
.hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero .container .text h1 {
    font-size: 60px;
    color: var(---black);
    font-weight: 700;
    line-height: 70px;
}

.hero .container .text h1 b {
    color: var(---yellow);
    font-size: 80px;
}

.hero .container .text p {
    color: var(---black);
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 500;
}

.hero .container .text button {
    background: var(---yellow);
    width: 180px;
    height: 65px;
    font-size: 16px;
    color: var(---black);
    font-weight: 700;
    cursor: pointer;
    border: none;
}

.hero .container .text button:hover {
    border-radius: 10px 24px 15px 15px;
    transition: 0.1s all linear;
    box-shadow: 0px 10px 25px #ffe2278f;
}

.hero .container .text .buttons {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.hero .container .text .buttons #learn {
    font-size: 16px;
    color: var(---black);
    font-weight: 700;
    margin-left: 10px;
}

.hero .container .text .buttons a:hover {
    color: var(---red);
}

.hero .container .text h1 b {
    color: var(---red);
}

.hero .container .text h1 #yellow {
    color: var(---yellow);
}

.hero .container .text h1 #black {
    color: var(---black);
}











/* media quries */

@media (max-width:1772px) {
    section {
        padding: 20px 100px;
    }
}

@media (max-width:1674px) {
    section {
        padding: 20px 80px;
    }

}

@media (max-width:1590px) {
    section {
        padding: 20px 60px;
    }
}

@media (max-width:1486px) {}

@media (max-width:1390px) {
    section {
        padding: 20px 40px;
    }

    .hero .container .image {
        width: 660px;
    }

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

    .hero .container .text h1 {
        font-size: 55px;
        font-weight: 700;
    }
}

@media (max-width:1280px) {

    html {
        font-size: 80%;
    }

    section {
        padding: 20px 20px;
    }

    .hero .container .image {
        width: 650px;
    }

    .hero .container .text p {
        font-size: 15px;
        line-height: 40px;
        margin-top: 10px;
    }

    .hero .container .text h1 b {
        font-size: 75px;
    }
}

@media (max-width:1080px) {
    section {
        padding: 20px 15px;
    }

    .hero .container .image {
        width: 450px;
    }

    .hero .container .text h1 {
        font-size: 50px;
        line-height: 60px;
    }

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

    .hero .container .text p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }

    .hero .container .text button {
        width: 140px;
        height: 55px;
        font-size: 10px;
    }

    .hero .container .text .buttons #learn {
        font-size: 10px;
    }

}

@media (max-width:920px) {
    .hero .container .text p {
        font-size: 10px;
        line-height: 20px;
        margin-top: 10px;
    }

    .hero .container .text button {
        width: 160px;
        height: 60px;
        font-size: 12px;
    }

    .hero .container .text h1 {
        font-size: 40px;
        line-height: 45px;
    }

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

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

    .hero .container .image {
        width: 100%;
        margin-top: 30px;
    }

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

    .hero .container .text p {
        font-size: 16px;
        line-height: 35px;
        margin-top: 10px;
    }

    .hero .container .text button {
        width: 200px;
        height: 60px;
        font-size: 14px;
    }

    .hero .container .text .buttons #learn {
        font-size: 14px;
    }

    .hero .container .text h1 {
        font-size: 60px;
        line-height: 80px;
    }

    .hero .container .text h1 b {
        font-size: 90px;
    }
}

@media (max-width:780px) {

    section {
        padding: 20px 10px;
    }
}

@media (max-width:690px) {}

@media (max-width:550px) {
    .hero .container .text h1 {
        font-size: 40px;
        line-height: 50px;
    }

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

    .hero .container .text p {
        font-size: 12px;
        line-height: 25px;
        margin-top: 10px;
    }

    .hero .container .text button {
        width: 150px;
        height: 60px;
        font-size: 12px;
    }

    .hero .container .text .buttons #learn {
        font-size: 12px;
    }
}

@media (max-width:500px) {}

@media (max-width:430px) {
    .hero .container .text p {
        font-size: 12px;
        line-height: 30px;
    }

    .hero .container .text h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .hero .container .text h1 b {
        font-size: 48px;
    }
}

@media (max-width:400px) {
    .hero .container .text h1 {
        font-size: 35px;
        line-height: 40px;
    }

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

    .hero .container .text p {
        font-size: 10px;
        line-height: 25px;
        margin-top: 10px;
    }

    .hero .container .text button {
        width: 120px;
        height: 50px;
        font-size: 8px;
    }

    .hero .container .text .buttons #learn {
        font-size: 9px;
    }

    .hero .container .text .buttons {
        margin-top: 10px;
    }
}

@media (max-width:380px) {
    .hero .container .text p {
        font-size: 10px;
        line-height: 20px;
        margin-top: 10px;
    }

    .hero .container .text button {
        width: 100px;
        height: 40px;
        font-size: 9px;
    }

    .hero .container .text h1 {
        font-size: 32px;
    }
}

@media (max-width:300px) {}

/* media quries */