*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}


body,html{
    overflow-x: hidden;
}



.one{
    background-image:url(images/developer.png);
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.text{
    max-width: 900px;
    margin: 0 auto;
    color: white;
    padding-top: 70px;
    padding-left: 16px;
}

.lrg,h1{
    font-size: 75px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.two{
    width: 100%;
    background-color: black;
    color: white;
}
.work{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 70px;
    margin: 0 auto;
    max-width: 900px;
    padding: 25px 0;
}
.ulg{
    font-size: 90px;
}
.four{
    display: flex;
    color: white;
}
.div1{
    background-color: #515603;
    width: 50%;
    padding:50px;
    /* height: 300px; */
}
.div2{
    background-color: #722300;
    width: 50%;
    padding: 50px;
    /* height: 300px; */
}
.contact{
    font-size: 61px;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.lorm{
    font-size: 20px;
}
.three{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-left: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.card{
    max-width: 320px;
    height: 370px;
    border-radius: 10px;
    box-shadow: 3px 5px 5px rgba(1, 1, 1, 0.2);
    transition: 0.2s ease-in-out;
}
.card:hover {
    transform: scale(1.04);
    box-shadow: 3px 5px 5px rgba(1, 1, 1, 0.3);
    transition: 0.2s ease-in-out;
}
.card-content {
    padding: 0px 30px;
}
.card-content h3 {
    margin: 10px 0px;
    text-transform: capitalize;
}
footer{
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    padding: 20px;
   align-content: flex-end;
   text-transform: capitalize;
}


@media (max-width:941px){
    .text .lrg,h1{
        font-size: 60px;
    }
}


@media (max-width:998px){
    .work{
        text-align: center;
        font-size: 60px;
    }
}


@media (max-width:807px){
    .work{
        text-align: center;
        font-size: 50px;
    }
    .ulg{
        font-size: 60px;
    }
}


@media (max-width:626px){
    .work{
        text-align: center;
        font-size: 40px;
    }
    .ulg{
        font-size: 50px;
    }
}



@media (max-width:497px){
    .work{
        text-align: center;
        font-size: 30px;
    }
    .ulg{
        font-size: 40px;
    }
}

.lorm{
    text-align: start;
}

@media (max-width:829px){
    .contact{
        font-size: 40px;
    }

}



@media (max-width:601px){
    .lorm{
        text-align: start;
    }
}



@media (max-width:616px){
    .lorm{
        text-align: start;
    }
    .contact{
        font-size: 30px;
    }
}


@media (max-width:730px){
    .three{
        justify-content: center;
    }
}


@media (max-width:514px){
    .lorm{
        text-align: start;
    }
    .contact{
        font-size: 20px;
    }
    .div1,.div2{
        padding: 70px 50px;
    }
}


@media (max-width:531px){
    .one{
        background-image: linear-gradient(rgba(0,0,0,0.4)), url(images/developer.png);
    }
    .text>h1{
        font-size: 30px;
    }
}




@media (max-width:669px){
    .card{
        margin-left: -40px;
    }
}



@media (max-width: 357px){
    .card,.card img{
        width: 300px;
    }
    .card{
        margin-right:15px;
    }
}





@media(max-width:689px){
    .div1,.div2{
        width: 100%;
    }
    .four{
        flex-direction: column;
    }
}