* {
    margin: 0;
    padding: 0;
    font-family: "Roboto Slab";

}

body {

    background-color: #393939;
    font-family: "Roboto";
}

header {
    padding: 1rem 0rem;
    /* width: 100vw; */
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background: #313131;
    color: #F9DD79;
    height: 20px;
    flex-grow: 0;
    box-shadow: 0 1px 5px #80713d;
}

.header-left {
    padding: 0rem 2rem;
    flex-grow: 1;

}
.header-left img{
    position: absolute;
    top: 7px;
    left: 20px;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    padding: 0rem 2rem;
    flex-grow: 1;

}

.header-right a {
    margin: 0rem 1rem;
    font-size: large;
    font-weight: 400;
    text-decoration: none;
    color: #F9DD79;

}

footer {
    background: #58584D;
    color: #F9DD79;
    display: flex;
    justify-content: center;
    padding: 1rem;
    width: 100vw;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 3vh;
}

.index-main {
    display: flex;
    color: #F9DD79;
    justify-content: space-evenly;
    padding: 2rem;

}

.main-left{
    flex-grow: 1;
    padding-left: 5rem;
    margin-top: 10rem;
}
.main-left > p{
    line-height: 2rem;
}
.main-left #title{
    line-height: 7rem;

}
.main-right {
    text-align: center;
    margin-top: 3rem;
    padding-right: 5rem;
    flex-grow: 1;
}

.main-right img {
    box-shadow: 0px 0px 10px #80713d;
    margin: 1rem;
}

#title {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: bold;
    font-size: 3.5rem;
    display: flex;
    align-items: center;
    text-align: center;
    color: #C69B03;


}

.main-dots {
    margin: 1rem 10px;
}

.dots {
    border-radius: 50%;
    padding: 1px 11px;
    background-color: #ffe070;
    margin: 1rem 10px 1rem 10px;

}

/* .right img{
    background: linear-gradient(135.09deg, #745B01 1.33%, rgba(49, 49, 49, 0.661458) 34.23%, rgba(49, 49, 49, 0) 98.52%);

} */

.imagery{
    display: none;
}




.product-main {
    padding-left: 5rem;
    margin-top: 5rem;
    max-width: 90vw;
    margin-bottom: 5rem;
}

#product-title,
#contact-title {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: bold;
    font-size: 3.5rem;
    color: #C69B03;
}

.product-display {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-between;
}

.product-card {
    margin: 2rem;
    padding: 1rem;
    background: linear-gradient(135deg, #313131 12%, goldenrod 12%, #313131 12.5%);
    box-shadow: 0px 0px 5px gold;
    color: goldenrod;
    max-width: 250px;
}

.product-title {
    font-size: 1.5rem;
    line-height: 3rem;
    word-wrap: break-word;

}
.all-services{
    font-size: 1.2rem;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.all-services > ul > li {
    font-weight: 500;
    letter-spacing: 2px;
    margin: 2rem;
    color: rgb(255, 233, 92);

}

.all-services ul > li > ul > li{
    color: rgb(255, 244, 176);
    
    margin: 1rem;
    font-size: 1rem;
    font-weight: 100 ;
    text-decoration: none ;
}








.contact-main {
    padding-left: 5rem;
    margin-top: 4rem;
    max-width: 90vw;
    margin-bottom: 5rem;
}

.contact-display {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.contact-left{
    width: 45%    ;
    color: #C69B03;
    padding-left: 2rem;
    border: 3px dashed #80713d;
}
.contact-left :not(h3){
    color: #ffe070;
}

.contact-right{
    width: 45%;
}
.map-card{
    margin-top: 2rem;;
    width: 100%;
    background-color: transparent;
    padding: 1rem;
   color: #F9DD79;
   box-shadow: 0px 0px 5px #80713d;
}
fieldset{
    color: gold;
    padding: 1rem;
}
legend{
    color: goldenrod;
    font-size: 1.5rem;
    padding: 0.5rem;
}

.form-group{
    margin: 0.5rem 2rem;
    font-size: 1.5rem;
}
.inputbox{
    margin: 1rem auto;
    padding: 0.5rem;
    font-size: 1rem;
    background: transparent;
    border:none;
    border-bottom: 1px solid #C69B03 !important;
    color: whitesmoke;
    width: 100%;
}
.submitbtn{
    /* margin:auto; */
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    background-color: #C69B03;
    color: #313131;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#helper{
    color: transparent;
}

*, *:before, *:after {

box-sizing: content-box;
}





@media (max-width: 450px){
    .contact-left{
        width: 85%;  
    }
}