:root{
    --color1:#A0796A;
    --color2:#606060;
    --color3:#F6F3F2;
}
*{
    font-family: "Poppins", system-ui;
    font-weight: 300;
    font-style: normal;
    box-sizing: border-box;

}
.button2{
    border: 1px solid white;
    padding: 10px 10px;
    border-radius: 10px;
    background-color: #075E54;
    color: white!important;
    
}
.img-re{
    height: 100%;
}
.responsive-width{
    height: 100%;
}

.productCard p{
   font-size: 18px!important;
   padding-left: 10px;

}
.productCard{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}
p{
    margin: 0!important;

}
a{
    text-decoration: none !important;
    color: #F4F0EC!important;
    margin: 0!important;


}
h3{
    font-size: 32px!important;
    color: var(--color2)!important;
    font-weight: 600!important;
}
h1{
    font-size: 48px!important;
    color: var(--color1)!important;
    font-weight: bold!important;

}
.top-bar{
    padding: 10px 10px;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    gap: 15px;
    font-weight: 400;
    border-bottom: 1px solid var(--color1);
    color: var(--color2);
    

}
.top-bar i{
    font-size: 1.2em;
}

.button_1{
    background-color: var(--color1);
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    color: white;

}
.hero-container{
    padding: 40px 40px;
}
footer{
    background-color:var(--color3);
    padding: 80px 80px;
}
footer li{
list-style: none;
margin-top: 15px;
}
footer a{
    color:var(--color1)!important;
}
footer h5{
    font-family: "DM Serif Display", serif;
margin-left: 17px;

}
.bottom-bar{
    padding:20px 20px;
    width: 100%;
    background-color: var(--color1);

}
.bottom-bar p{
    color: var(--color3);
    text-align: center;
}
section{
    padding:60px 60px;

}
span{
    color: var(--color1)!important;
    font-weight: 400;
    font-size: 16px;
}
h4{
    color: var(--color2)!important;
    font-size: 24px;
    font-weight: 600 !important;

}
.color1{
    color: var(--color1);
}

.mtb-20{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.mtb-10{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.about-card{
    border: 1px solid var(--color1);
    border-radius: 5px;
    box-shadow: 1px 1px 5px 2px rgb(0, 0,0,0.1);
}
h5{
    font-family: "DM Serif Display", serif;
    color: var(--color1)!important;
    font-size: 24px!important;
}
h6{
    font-size: 30px!important;

}
i{
    margin-right: 10px;
}
.about-card-inner{
    padding: 20px 20px;
}
.about-card-inner p{
  color: var(--color2);
}
.product-right{
    display: flex;
    flex-direction: column;
    color: var(--color2);
}
.mt-30{
    margin-top: 30px!important;
}
.plr-10{
    padding:10px 20px;
}
.project-card{
    position:relative;
}
.project-card-inner{
    position:absolute;
    bottom: 20px;
    left: 20px;
    color: white;
}
.heading{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 200px;
}
.contact-form-left{
    background: url('../images/products/contact-bg.png');
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: space-around;
    align-items: start;
    padding: 40px 50px;
}
#contact-form label{
color: #c5c5c5;
margin-bottom: 5px;


}
.contact-form-right{
   
    padding: 40px 40px;
}



#contact-form input{
border-radius: 0px!important;
padding: 10px 10px;
border: none;
border-bottom: 1px solid black;
background-color: transparent;
}
.send_message{
    margin-left: auto;
}
.contact-height{
height: 647px;
}

