@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*---------------------Roots-----------------*/

:root {
    ---yellow: #c29b22;
    ---white: #ffffff;
    ---Background: #000000;
    ---black: #222222;
    ---border: #e5e5e5;
}





.work{
    margin-top: 150px;
}
.work .container{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.work .container .box .data .tophead{
    width: 212px;
    height: 212px;
    border-radius: 100%;
    border: 1px solid var(---yellow);
    background-color: var(---Background);
    box-shadow: 0px 0px 50px #e2a74e88;
    transition: box-shadow 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}
.work .container .box .data .tophead.activebox{
    box-shadow: 0px 0px 50px #e2a74e88;
    opacity: 1;
}
.work .container .box .data .tophead .text{
    text-align: center;
    color: var(---white);
}
.work .container .box .data .tophead .text h1{
    font-size: 45px;
    font-weight: 500;
    line-height: 70px;
}
.work .container .box .data .tophead .text h1 b{
    font-weight: 600;
    font-size: 80px;
    font-family: "Bebas Neue", sans-serif;
}
.work .container .box .data p{
    color: var(---white);
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    height: 90px;
}














/* 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;
    }
}

@media (max-width:1280px) {

    html{
        font-size: 80%;
    }

    section {
        padding: 20px 20px;
    }
}

@media (max-width:1080px) {
    section {
        padding: 20px 15px;
    }
    .work .container .box .data .tophead{
        width: 180px;
        height: 180px;
    }
    .work .container .box .data .tophead .text h1{
        font-size: 30px;
        line-height: 60px;
    }
    .work .container .box .data .tophead .text h1 b{
        font-size: 70px;
    }
    .work .container .box .data p{
        color: var(---white);
        text-align: center;
        font-size: 12px;
        line-height: 25px;
        height: 90px;
    }
}

@media (max-width:855px) {
    .work .container{
        flex-wrap: wrap;
    }
    .work{
        margin-top: 120px;
    }
}


@media (max-width:780px) {

    section {
        padding: 20px 10px;
    }
}

@media (max-width:690px) {
    .work{
        margin-top: 80px;
    }
}

@media (max-width:550px) {
    .work{
        margin-top: 50px;
    }
}

@media (max-width:500px) {
}

@media (max-width:430px) {
    .work{
        margin-top: 30px;
    }
    .work .container{
        margin-top: 20px;
    }
}
@media (max-width:300px) {
}
/* media quries */