:root{
    --color: rgb(73, 72, 72);
    --redmi: rgb(167, 165, 165);
    --bgcolor: rgb(207, 205, 205);
    --lazzo: rgb(19, 111, 173);
}
html{
    scroll-behavior: smooth;
    transition: 0.5s;
}
body{
    background: rgb(44, 44, 44);
    box-sizing: border-box;
}
.header_1{
    /* border: 1px solid; */
    width: 100%;
    height: 310px;
    background: var(--color);
}
.yard{
    /* border: 1px solid; */
    width: 100%;
    height: fit-content;
    background: rgb(112, 112, 112);
}
.yard1{
    /* border: 1px solid; */
    width: fit-content;
    height: 100%;
    padding: 70px 0 40px 0;
}
.yard1 h1{
    color: var(--bgcolor);
    letter-spacing: 2px;
}
.yard1 span{
    color: var(--bgcolor);
    font-size: 18px;
    letter-spacing: 1.5px;
}
.yard2{
    /* border: 1px solid white; */
    width: 75%;
    height: 100%;
}
.yard3{
    border: 10px solid var(--color);
    width: 100%;
}
.yard4{
    border: 10px solid var(--color);
    width: 90%;
}
.nav{
    /* border: 1px solid; */
    width: 100%;
    height: 70px;
    box-sizing: border-box;
}
.nav li a{
    text-decoration: none;
    color: var(--bgcolor);
    font-size: 19px;
}
.yard5{
    background: var(--color);
    padding: 20px 50px;
    border-radius: 100px 30px 100px 20px;
}


.header_2{
    border-bottom: 30px solid var(--color);
    width: 100%;
    height: 550px;
    background: url(https://media.licdn.com/dms/image/v2/C5612AQEigz4TgluLUg/article-cover_image-shrink_600_2000/article-cover_image-shrink_600_2000/0/1520058400178?e=2147483647&v=beta&t=3L9ajhJ7Re1Mf7nX7l3HEA95jG8ayc-6xC1QdQyrVx4);
    background-size: cover;
    object-fit: cover;
}

.header_3{
    /* border: 1px solid; */
    height: fit-content;
    background: white;
    padding: 70px 0;
}
.goal{
    /* border: 1px solid; */
    height: fit-content;
}
.goal i{
    color: var(--redmi);
    font-size: 45px;
}
.goal span{
    line-height: 1.7;
}   
.goal1{
    color: var(--lazzo);
}
.goal2{
    /* border: 1px solid; */
    height: fit-content;
}
.goal3{
    /* border: 1px solid; */
    width: 800px;
}
.goal3 h4{
    color: var(--color);
}
.goal4{
    /* border: 1px solid; */
    width: 100%;
    height: fit-content;
}
.goal4 i{
    color: rgb(231, 181, 18);
}
.goal5{
    color: var(--bgcolor)!important;
}
.goal7{
    /* border: 1px solid; */
    width: 100%;
    height: fit-content;
}
.goal7 i{
    color: var(--bgcolor);
}
.goal6{
    color: var(--lazzo)!important;
}
.lool{
    margin-top: 100px;
}
.goal8{
    /* border: 1px solid; */
    height: fit-content;
}
.goal8 span{
    line-height: 1.7;
    font-weight: 500;
    color: var(--redmi);
}


.header_4{
    /* border: 1px solid; */
    background: var(--lazzo);
}   
.tool span{
    color: white;
    line-height: 2;
}