*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background-image: url(images/background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 250px;
}
.nav img{
    width: 80px;
}
.nav-right{
    display: flex;
    align-items: center;
    gap: 50px;
}
.nav-right a{
    text-decoration: none;
    color: #cb6f18;
    font-size: 1.5rem;
    cursor: pointer;
    font-weight: bolder;
}
.nav-right a:hover{
    color: #ffa71c;
    text-shadow: 1.5px 1.5px 9px #ffa71c;
}
.main-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    padding: 0 250px;
}
.content-left h1{
    color: #fff;
    font-size: 3rem;
    font-weight: bolder;
    line-height: 1.3;
}
.content-left p{
    color: #fff;
    font-weight: normal;
    font-size: 1.2rem;
    margin: 30px 0;
    line-height: 27px;
}
.content-left button{
    background-color: #cb6f18;
    outline: none;
    border: none;
    width: 10rem;
    height: 3rem;
    color: #fff;
    border-radius: 1.5em;
    cursor: pointer;
    font-size: 18px;
    font-weight: bolder;
}
.content-left button:hover{
    background-color: #ffa71c;
    box-shadow: 2px 2px 9px #ffa71c;
}
.about{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 250px; */
    background-color: #fdfdfd;
    width: 100%;
    height: 400px;
}
.about-left{
    width: 50%;
    padding-left: 250px;
}
.about-left h1{
    color: #431408;
    font-size: 50px;
}
.about-left p{
    color: #cb6f18;
    margin: 20px 0;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.about-left button{
    background-color: #cb6f18;
    outline: none;
    border: none;
    width: 10rem;
    height: 3rem;
    color: #fff;
    border-radius: 1.5em;
    cursor: pointer;
    font-size: 18px;
    font-weight: bolder;
}
.about-left button:hover{
    background-color: #ffa71c;
    box-shadow: 2px 2px 9px #ffa71c;
}
.about-right{
    padding-right: 250px;
}
#q-h1{
    color: #fff;
    text-align: center;
    margin-top: 60px;
    font-weight: bolder;
    font-size: 40px;
}
#q-para{
    color: #fff;
    text-align: center;
    line-height: 27px;
    margin-top: 30px;
}
.quality{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.row .img1{
    background-color: #fff;
    border-radius: 50%;
    height: 260px;
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.quality button{
    background-color: #cb6f18;
    outline: none;
    border: none;
    width: 11rem;
    height: 3rem;
    color: #fff;
    border-radius: 1.5em;
    cursor: pointer;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 55px;
    margin-left: 30px;
    margin-bottom: 55px;
}
.quality button:hover{
    background-color: #ffa71c;
    box-shadow: 2px 2px 9px #ffa71c;
}
#contact-h1{
    text-align: center;
    font-size: 50px;
    font-weight: bolder;
    color: #fff;
    margin-left: 35px;
}
.contact{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.input-row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.input-row input{
    width: 580px;
    height: 64px;
    background: none;
    outline: none;
    border: none;
    border: 2px solid #fff;
    margin-top: 30px;
    color: #fff;
    font-size: 20px;
    padding-left: 30px;
    color: #cb6f18;
}
::placeholder{
    color: #cb6f18;
}
.contact button{
    background-color: #cb6f18;
    outline: none;
    border: none;
    width: 11rem;
    height: 3rem;
    color: #fff;
    border-radius: 1.5em;
    cursor: pointer;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 55px;
    margin-left: 30px;
    margin-bottom: 55px;
}
.contact button:hover{
    background-color: #ffa71c;
    box-shadow: 2px 2px 9px #ffa71c;
}
.images{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-top: 50px;
    margin-right: 50px;
}
.footer-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 250px;
    margin-top: 100px;
    color: #fff;
    font-weight: bolder;
}
.footer-icons{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 25px;
}
.footer-icons i{
    font-size: 22px;
    cursor: pointer;
}
.footer-icons i:hover{
    color: #cb6f18;
}
.address{
    color: #fff;
    margin-top: -50px;
}
.links{
    color: #fff;
}
.news h1{
    color: #fff;
}
.news input{
    width: 250px;
    height: 2.7rem;
    background: transparent;
    outline: none;
    border: none;
    border: 1.6px solid #fff;
    margin-bottom: 10px;
    padding-left: 15px;
    border-radius: 0.5em ;
    color: #fff;
}
.news button{
    background-color: #cb6f18;
    outline: none;
    border: none;
    width: 7rem;
    height: 2.3rem;
    color: #fff;
    border-radius: 1.5em;
    cursor: pointer;
    font-size: 14px;
    margin: 10px 0;
}
.news button:hover{
    background-color: #ffa71c;
    box-shadow: 2px 2px 9px #ffa71c;
}
.last-footer{
    text-align: center;
    border-top: 2.4px solid #fff;
    border-width: 50%;
    margin-top: 100px;
    color: #fff;
}
.last-footer p{
   margin: 35px 0;
}
.last-footer span{
    font-weight: bolder;
    color: #ffa71c;
}