
body{
  margin: 0;   
}

.navbar{
  position: sticky;
  z-index:1000; 
  top: 0;
  background-color: rgb(249, 202, 119);
  padding:15px;

}
.navbar-brand{
  font-size: 20px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  color: rgb(146, 73, 39);
  padding: 10px;
  margin-left: 0;
}  
.navbar-nav.nav-link{
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  color: rgb(146, 73, 39); 
  font-size: 20px;

} 
.navbar-nav .nav-link.active {
  color: rgb(144, 74, 34) !important;
  font-weight: 300;
   font-size: 18px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(120, 64, 37, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


img{
  width: 100%;
  display: block;
}
.discount{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color:rgb(249, 202, 119);
  color:rgb(120, 64, 37);
  width: 100%;
  padding-top: 80px;
  
}
.top,.bottom{
  font-size: 35px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 200;
  margin: 0;
  padding: 0;
  
}
.bottom-two{
  padding: 40px;
  font-size: 50px;
  font-family:  "Cardo", serif; 
}
.email-form {
  display: flex;
  flex-direction: column; 
  align-items: center;
  gap: 15px;             
  padding-bottom: 40px;
  width:70%;
  margin: 0 auto;     
}
.email {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgb(120, 64, 37);
  padding: 5px; 
  width: 70%;               
  text-align: center;    
  outline: none;
  font-size: 18px; 
}
.btn {
  border:none;
  padding: 10px 25px;
  font-size: 20px;
  font-family:'Montserrat',sans-serif;
  font-weight: 300px; 
  background-color: rgb(249, 202, 119);
  color: rgb(120, 64, 37);
  cursor: pointer; 
}
.mail{
  align-self: flex-start;
  margin-left: 140px;
  font-size: 18px; 
}

.email:hover{
  background-color: rgb(255, 215, 147);
  
} 
.btn:hover{
  background-color: rgb(255, 215, 147);
  border-radius: 30px; 
}
.collage{
  display: flex;
  justify-content:space-around;

}
.collage img{
  width: 350px;
  height:400px;
  border-radius:10px;
  margin-top: 30px;
  margin-bottom: 20px;
}  
.one{
  display: flex;
  justify-content: space-around;
  text-decoration: none;
  font-family: 'Montserrat',sans-serif;
  font-size: 18px;
  color:rgb(120, 64, 37);
  margin-bottom: 15px;
}
.footer {
  background-color:#e8e5de;
  padding:100px;
}  
.footer-content {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.logo-column {
  flex:0 0 200px;
  padding-right: 30px;
  }
  
.links-columns{
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  }
.item-two {
  display: block;
  text-decoration: none;
  padding: 5px 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  color: rgb(75, 73, 73);
  } 
.logo-two {
  font-size: 18px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  color: rgb(89, 88, 88);
  display: block;
  margin-bottom: 20px;   
}

@media all and (max-width: 820px) {
 .collage{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image:linear-gradient(#f9ca77,#d1d0e6,#e8e5de);
  gap:20px;
  padding-top: 10px;
}
.collage img{
width: 300px;
height: 350px;
}
 .one{
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 10px;
} 
  }


@media all and (max-width: 768px) {


.item {
    padding: 6px 0;
}
.top,.bottom{
  font-size: 20px;
}
.email-form{
  width: 50%;
  font-size: 16px;
  }  
.btn{
  font-size: 16px;
  font-weight: 300px;
}
.mail{
  font-size: 16px;
  margin-left: 0;
}
.item-two{
  font-size: 16px;
}
.collage{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image:linear-gradient(#f9ca77,#d1d0e6,#e8e5de);
  gap:20px;
  padding-top: 10px;
}
.collage img{
width: 300px;
height: 350px;
}
 .one{
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.footer-content {
  flex-direction: column;
}
.logo-column {
  flex: 0 0 auto;
  padding-right: 0;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.mobile-column {
  display: block;
  text-align: right;
}
.links-columns {
  width: 100%;
}
.column {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px;
}
}
@media all and (max-width: 430px) {     
.logo {
  font-size: 18px;
}
.item {
  font-size: 16px;
  padding: 5px 0;
}  
.bottom-two {
  font-size: 18px;
  padding: 20px 5px;
} 
.collage img {
  width:200px;
  height: 250px;
  margin-top: 30px;
}  
form {
  padding: 0 10px 15px;
}
.email {
   width: 100%;
}
.one{
  font-size: 13px;
}
}
  