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

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

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




/*-------News-------*/
.news {
    margin-top: 300px;
}

.news .container {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.news .container .newsbox {
    width: 980px;
    height: 650px;
    position: relative;
}

.news .container .text {
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding-left: 50px;
}

.news .container .text h1 {
    color: var(---white);
    font-size: 60px;
    font-weight: 400;
    font-family: "Bebas Neue", system-ui;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.493);
}

.news .container .text .newsicon {
    display: flex;
    align-items: center;
}

.news .container .text .newsicon i {
    color: var(---white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.news .container .text .newsicon p {
    color: var(---white);
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
}

.news .container .image img {
    border-radius: 20px;
    border: 2px solid var(---border);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.281);
}

.news .container .right-news {
    display: block;
}

.news .container .right-news .box img {
    border: 2px solid var(---border);
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.308);
}

.news .container .right-news .box {
    display: flex;
    align-items: center;
}

.news .container .right-news #box2 {
    margin: 40px 0px;
}

.news .container .right-news .box .new-box-text {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.news .container .right-news .box .new-box-text h5 {
    font-size: 35px;
    font-weight: 400;
    font-family: "Bebas Neue", system-ui;
    color: var(---white);
}

.news .container .right-news .box .new-box-text p {
    font-size: 14px;
    font-weight: 400;
    color: var(---white);
    margin: 5px 0px;
}

.news .container .right-news .box .new-box-text a {
    color: var(---green);
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.news .container .right-news .box .new-box-text i {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-left: 5px;
}

/*-------News-------*/

@media (max-width:2600px) {
    .news .container .newsbox {
        width: 750px;
        height: 650px;
        position: relative;
    }

    .news .container .newsbox .image {
        width: 100%;
        height: 100%;
    }

    .news .container .image img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width:1950px) {
    .news .container .newsbox {
        width: 900px;
        height: 650px;
        position: relative;
    }

    .news .container .newsbox .image {
        width: 100%;
        height: 100%;
    }

    .news .container .image img {
        width: 100%;
        height: 100%;
    }
}


@media (max-width:1674px) {

    .news .container .newsbox {
        width: 800px;
        height: 650px;
    }

}


@media (max-width:1590px) {

    .news .container .newsbox {
        width: 750px;
        height: 650px;
    }

    .news .container .right-news .box img {
        width: 160px;
        height: 160px;
        border-radius: 10px;
    }

}


@media (max-width:1486px) {
    .news .container .newsbox {
        width: 700px;
        height: 500px;
    }

    .news .container .right-news .box img {
        width: 130px;
        height: 130px;
        border-radius: 10px;
    }

    .news .container .right-news .box .new-box-text h5 {
        font-size: 25px;
    }

    .news .container .right-news .box .new-box-text a {
        font-size: 12px;
    }

    .news .container {
        justify-content: space-evenly;
    }

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



@media (max-width:1180px) {

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

    .news .container .text .newsicon p {
        font-size: 12px;
    }

    .news .container .text .newsicon {
        margin-top: 10px;
    }

    .news .container .text .newsicon i {
        font-size: 20px;
    }

    .news .container .text {
        bottom: 30px;
        padding-left: 30px;
    }

    .news .container .right-news #box2 {
        margin: 20px 0px;
    }

    .news .container .newsbox {
        width: 600px;
        height: 450px;
    }

    .news .container .right-news .box img {
        width: 120px;
        height: 120px;
        border-radius: 10px;
    }

    .news .container .right-news .box .new-box-text p {
        font-size: 12px;
        margin: 2px 0px;
    }
}


@media (max-width:1080px) {

    .news .container .newsbox {
        width: 550px;
        height: 400px;
    }

    .news .container .right-news .box img {
        width: 110px;
        height: 110px;
        border-radius: 10px;
    }

    .news .container .right-news .box .new-box-text h5 {
        font-size: 22px;
    }

    .news {
        margin-top: 150px;
    }
}


@media (max-width:986px) {
    .news .container .newsbox {
        width: 500px;
        height: 350px;
    }

    .news .container .newsbox .image img {
        border-radius: 15px;
    }

    .news .container .right-news .box img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
    }
}


@media (max-width:900px) {

    .news .container .newsbox {
        width: 450px;
        height: 320px;
    }

    .news .container .right-news .box img {
        width: 90px;
        height: 90px;
        border-radius: 10px;
    }
}


@media (max-width:850px) {

    .news .container {
        display: block;
    }

    .news .container .newsbox {
        width: 100%;
        height: auto;
    }

    .news .container .right-news {
        margin-top: 30px;
    }

    .news .container .right-news .box .new-box-text h5 {
        font-size: 35px;
        font-weight: 400;
        font-family: "Bebas Neue", system-ui;
        color: var(---white);
    }

    .news .container .right-news .box .new-box-text p {
        font-size: 14px;
        font-weight: 400;
        color: var(---white);
        margin: 5px 0px;
    }

    .news .container .right-news .box .new-box-text a {
        color: var(---red);
        font-size: 15px;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

    .news .container .right-news .box .new-box-text i {
        display: flex;
        align-content: center;
        justify-content: center;
        margin-left: 5px;
    }

    .news .container .right-news .box img {
        width: 180px;
        height: 180px;
        border-radius: 10px;
    }

    .news .container .text h1 {
        color: var(---white);
        font-size: 60px;
        font-weight: 400;
        font-family: "Bebas Neue", system-ui;
        text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.493);
    }

    .news .container .text .newsicon i {
        color: var(---white);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
    }

    .news .container .text .newsicon p {
        color: var(---white);
        font-size: 18px;
        font-weight: 500;
        margin-left: 10px;
    }

    .news {
        margin-top: -300px;
    }
}



@media (max-width:600px) {
    .news .container .right-news .box .new-box-text h5 {
        font-size: 30px;
        font-weight: 400;
        font-family: "Bebas Neue", system-ui;
        color: var(---white);
    }

    .news .container .right-news .box .new-box-text p {
        font-size: 12px;
        font-weight: 400;
        color: var(---white);
        margin: 5px 0px;
    }

    .news .container .right-news .box .new-box-text a {
        color: var(---red);
        font-size: 14px;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

    .news .container .right-news .box .new-box-text i {
        display: flex;
        align-content: center;
        justify-content: center;
        margin-left: 5px;
    }

    .news .container .right-news .box img {
        width: 150px;
        height: 150px;
        border-radius: 10px;
    }

    .news .container .text h1 {
        color: var(---white);
        font-size: 40px;
        font-weight: 400;
        font-family: "Bebas Neue", system-ui;
        text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.493);
    }

    .news .container .text .newsicon i {
        font-size: 20px;
    }

    .news .container .text .newsicon p {
        font-size: 12px;
        margin-left: 10px;
    }

    .news .container .text {
        position: absolute;
        bottom: 30px;
        width: 100%;
        padding-left: 20px;
    }
}


@media (max-width:550px) {

    .news .container .right-news .box .new-box-text h5 {
        font-size: 25px;
    }

    .news {
        margin-top: -500px;
    }
}


@media (max-width:500px) {

    .news .container .right-news .box img {
        width: 120px;
        height: 120px;
        border-radius: 10px;
    }

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

    .news .container .text .newsicon i {
        font-size: 16px;
    }

    .news .container .text .newsicon p {
        font-size: 8px;
        margin-left: 5px;
    }
}

@media (max-width:450px) {
    .news {
        margin-top: -300px;
    }
}

@media (max-width:430px) {
    .news .container .right-news .box .new-box-text h5 {
        font-size: 20px;
    }

    .news .container .right-news .box .new-box-text p {
        font-size: 10px;
        margin: 5px 0px;
    }

    .news .container .right-news .box .new-box-text a {
        color: var(---red);
        font-size: 12px;
        font-weight: 600;
        display: flex;
        align-items: center;
    }
}


@media (max-width:420px) {
    .news {
        margin-top: -200px;
    }
}

@media (max-width:400px) {

    .news .container .right-news .box img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
        border: 1px solid var(---border);
    }

    .news .container .right-news #box2 {
        margin: 15px 0px;
    }

    .news .container .right-news {
        margin-top: 10px;
    }

    .news .container .image img {
        border: 1px solid var(---border);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.281);
    }

    .news {
        margin-top: -150px;
    }
    .news .container{
        margin-top: 30px;
    }

}



@media (max-width:370px) {
    .news .container .right-news .box .new-box-text h5 {
        font-size: 16px;
    }
}

/* media quries */