*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.logo img{
    width: 10%;
    color:  #c91b28;
    z-index: 1;
}
nav .list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left:500px;
    gap: 80px;
    list-style-type: none;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.left img{
    width: 30%;
    margin-left: 170px;
}
.right{
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 300px;
    left: 200px;
}
.right .header h1{
    color: #c91b28;
}
.right .header h2{
    font-size: 50px;
    color: #fff;
}
.right .header p{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.btn button{
    margin-top: 170px;
    position: relative;
    right: 510px;
    padding: 8px 15px;
    border: none;
    background-color: #c91b28;
    color: #fff;
}
.container{
    height: 443px;
    background-color:  #181818;
}
.logo img{
   position: relative;
   top: 20px;
   left: 20px;
}
.product {
    margin-top: 90px;
}
.product-card img{
    width: 50%;
}
.product .product-cards .product-card:nth-child(2) img {
    width: 20%;
}
.product .product-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.product .product-cards .product-card {
    background-color: #1e1e1e;
    padding: 10px 10px;
    width: 230px;
}
.product .product-cards .product-card:nth-child(2) {
    background-color: #c91b28;
}
.product .product-cards .product-card h1 {
    font-weight: 600;
    margin: 20px 0;
    color: #fff;
}
.product .product-cards .product-card p {
    font-size: 1.4rem;
    color: #cecece;
}
.product .product-cards .product-card .product-btn i {
    color: #f83241;
    margin-left: 10px;
}
.product .product-cards .product-card:nth-child(2) .product-btn i {
    color: #fff;
}
.product .product-cards .product-card .product-btn button {
    color: #f83241;
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 18px;
    margin-top: 29px;
    text-transform: uppercase;
    font-weight: 400;
}
.product .product-cards .product-card:nth-child(2) button {
    color: #fff;
}
.product-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
.product-stats .left {
    position: relative;
    bottom: 180px;
    left: 280px;
}
.product-stats .left h1 {
    color: #f83241;
    font-size: 70px;
    font-weight: 900;
}
.product-stats .left p {
    font-size: 30px;
    margin-top: -10px;
    font-weight: 600;
    color: #cecece;
}
.product-stats .right {
    display: flex;
    gap: 20px;
    flex: 2;
    flex-wrap: wrap;
    margin-top: 280px;
    margin-right: 200px;
}
 .product-stats .right .card {
    background-color: #1e1e1e;
    width: 20rem;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-stats .right .card h1 {
    color: #f83241;
    font-size: 2.9rem;
}
.product-stats .right .card p {
    color: #cecece;
    font-size: 17px;
    padding-top: 5px;
}
.featured-projects{
   position: relative;
   bottom: 200px;
}
.featured-projects .project-headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    margin-bottom: 40px;
}
.featured-projects .project-headline .headline-left h1 {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
}
.featured-projects .project-headline p {
    padding-top: 14px;
    color: #cecece;
    padding-bottom: 12px;
}
.featured-projects .project-headline button {
    background-color: #f83241;
    color: #fff ;
    padding: 14px 40px;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
    border: none;
}
.featured-projects .project-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    justify-content: center;
}
.featured-projects .project-cards .project-card .project-img {
    background-color: #1e1e1e;
    width: 34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}
.featured-projects .project-cards .project-card h1 {
    padding: 20px 0 10px 0;
    font-size: 1.5rem;
    font-weight: 900;
}
 .project-cards .project-card h1{
    color: #fff;
}
.featured-projects .project-cards .project-card span {
    color: #f83241;
    display: flex;
    align-items: center;
    gap: 10px;
}
.featured-projects .project-cards .project-card span button {
    color: #f83241;
    border: none;
    text-transform: uppercase;
    font-size: 17px;
    background-color: transparent;
    font-weight: 600;
    cursor: pointer;
}
.featured-projects .project-cards .project-card img {
    width: 30rem;
}
.contact-section {
    margin-top: 100px;
    margin-bottom: 40px;
}   
.contact-section .contact-card {
    background-color: #1e1e1e;
    display: flex;
    justify-content: space-between;
    padding: 10px 180px;
    align-items: center;
    height: 200px;
    flex-wrap: wrap;
}
.contact-section .contact-card .left h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #fff;
}
.contact-section .contact-card .left p {
    color: #cecece;
}

.contact-section .contact-card .right button {
    background-color: #f83241;
    color: #fff;
    border: none;
    padding: 14px 40px;
    cursor: pointer;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    top: 350px;
    right: 40px;
   
}
.footer-nav ul {
    list-style-type: none;
    display: flex;
    gap: 40px;
    padding: 0 80px;
    justify-content: center;
    margin-top: 300px;
    margin-bottom: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.bottom-wrapper {
    position: relative;
    left: 0;
    right: 0;
    background-color: #1e1e1e;
    height: 80px;
    display: flex;
    align-items: center;

}
.footer img {
    width: 100px;
    margin-left: 100px;
}
.bottom-wrapper .social-icons {
    text-align: center;
    margin-left: 220px;
}
.bottom-wrapper .social-icons img{
    width: 5%;
    background-color: #fff;
   position: relative;
   right: 200px;
   margin: 0px 20px;
   color: #fff;
   padding: 0;
}
body{
    overflow-x:hidden;
    background-color: #181818;
    font-family: "Montserrat", sans-serif;
}
@media screen and (max-width:500px) {
    .left img{
        margin-top: 300px;
        width: 80%;
    }
    .right{
       margin-left: 450px;
    }
    .btn{
       position: relative;
       top: 170px;
       left: 300px;
    }
}