*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
     font-family: "Poppins", sans-serif;
}
.navbar{
    background-color:#F9E0AE ;
}
.btn{
    background-color:#C24914 !important;
    color: white !important;
}
.head{
    font-size: 65px;
}
.button{
    background-color: #682C0E !important;
}
.hello{
    font-size: 50px;
}
.boxes{
    background-color:#F9E0AE ;
}
.subscribe-section {
  background-color: #F9E0AE;
  padding: 40px;
  border-radius: 10px;
  max-width: 1000px;
}

.subscribe-input {
  border-radius: 3px;
}

.subscribe-btn {
  background-color: #b94025;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
   transition: 0.5s !important;
}

.subscribe-btn:hover {
  background-color: #9c3018;
}
.orange{
    background-color: #FC8621 !important;
    color: white !important;
    border-radius: 7px;
    border: none;
}
.footer-color{
    background-color:#F9E0AE;
}
.icons{
    font-size: 30px;
}


