.bgimg{
    background-image: url(https://wallpaperaccess.com/full/1657789.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    width: 100%;
    height: 660px;
}

.hearderset{
    padding-top: 250px;
    box-sizing: border-box;
}

.hearderset h2{
    font-size: 65px;
    font-weight: bold;
}

.hearderset h3{
    font-size: 42px;
}



.ourservices{
    padding: 100px 0px 60px;
    height: 700px;
}

.ourservices h1{
    font-size: 50px;
    font-weight: bold;
}

.rowsetting{
    margin: 80px 0px !important;
}

.imgsetting{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.fa-shopping-cart{
    margin-top: 20px;
}

.fa-desktop{
    margin-top: 23px;
}

.fa-lock{
    margin-top: 20px;
}

.rowsetting h2{
    margin-top: 20px;
    font-weight: bold;
    font-size: 30px;
}

.rowsetting p{
    padding: 10px;
    color:black!important;
}

.portfolio{
    height: 1100px;
    width: 100%;
    padding: 100px 0px 50px;
}

.portfolio h1{
    font-size: 50px;
    font-weight: bold;
}

.card{
    margin-top: 40px;
}





@media(min-width: 992px){

}



@media(min-width: 768px) and (max-width: 991px){

}


@media(min-width: 575px) and (max-width: 767px){

}


@media(min-width: 480px) and (max-width: 574px){

}

@media(min-width: 479px){
   
    .hearderset h3{
        font-size: 22px;

}

.hearderset h2{
    font-size: 42px;
    font-weight: bold;
}


}



@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2&family=Poppins:wght@200&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


.section{
    width: 100%;
    min-height: 100vh;
    background-color: #ddd;
}

.container{
    width: 80%;
    display: block;
    margin:auto;
    padding: 100px;
}
.content-section{
    float: left;
    width: 55%;
}
.content-section .title{
    text-transform: uppercase;
    font-size: 28px;
}

.content-section content h3{
    margin-top: 20px;
    color: #5d5d5d;
    font-size: 21px;
}


.content-section .content p{
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.5;
}
.content-section .content .button{
    margin-top: 30px;
}


.content-section .content .button a{
    background-color: #3d3d3d;
    padding: 12px 40px;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    letter-spacing: 1.5px;
}

.content-section .content .button a:hover{
    background-color: #a52a2a;
    color: #fff;
}

.content-section .social{
    margin-top: 40px;
}


.content-section .social i{
    color: #a52a2a;
    font-size: 30px;
    padding: 0px 10px;
}

.content-section .social i:hover{
    color: #3d3d3d;

}



