@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&');

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

/* Header start */
header {
  background-color: rgb(247, 241, 241);
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  height: 15vh;
}

.container img {
  width: 100px;
}

.container ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  gap: 48px;
  height: 100%;
}

.container ul li a {
  text-decoration: none;
  font-weight: 600;
  height: 15vh;
  padding: 6vh 1vh;
  color: #392d2f;
}

.container ul li a:hover {
  color: #392d2f7f;
}

/* Header end */

/* bg-donate start */
.aside {
  background: linear-gradient(#441e24a9, #392d2fd5),
    url("../img/img-donate/background-donate.png");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 40vh;
  display: flex;
  align-items: center;
  padding-left: 100px;

}

.aside h1 {
  font-size: 88px;
  font-family: "Merriweather", serif;
  font-weight: 200;
  font-style: italic;
  color: rgba(202, 180, 180, 0.753);

}

/* bg-donate end */

/* coffee-donate start */

main {
  display: flex;
  padding: 100px;
  flex-wrap: wrap;
  gap: 30px;
}

.coffee-donate {
  /* background: green; */
  width: 46%;
}

.coffee-donate .top {
  font-weight: 300;
  color: orange;
  margin-bottom: 20px;
}

.coffee-donate h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 0.9;
  margin-bottom: 20px;
}

.coffee-donate p {
  line-height: 1.6;
  margin-bottom: 10px;
}

.coffee-donate img {
  width: 400px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  border-top-right-radius: 32px;
}

.coffee-amount {
  background-color: rgba(241, 241, 241, 0.705);
  width: 50%;
  border: solid 1px rgba(206, 206, 206, 0.747);
  border-radius: 24px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.coffee-amount .choose {
  text-align: center;
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
}

.coffee-amount .one-time {
  display: flex;
  justify-content: space-evenly;
  margin: auto;
  width: 70%;
  background-color: rgb(226, 226, 226);
  margin-bottom: 20px;
  border-radius: 12px;
}

.coffee-amount .one-time p {
  width: 50%;
  text-align: center;
  padding: 10px;
  margin: 10px;
  border-radius: 12px;
}

.coffee-amount .one-time p:hover {
  background-color: rgb(177, 177, 177);

}

.coffee-amount .dolla{
  display: flex;
  justify-content: center;
  flex-direction: row;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.coffee-amount .dolla .card-dolla{
  width: 40%;
  background-color: rgb(209, 209, 209);
  padding: 10px;
  border-radius: 12px;
}
.coffee-amount .other-dolla{
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  background-color: rgb(231, 231, 231);
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 12px;
  margin-bottom: 10px;
}

.coffee-amount form{
  margin-left: 20px;
  /* background: salmon; */
  line-height: 1.5;
}

.coffee-amount button{
  width: 90%;
  margin: 0px 22px;
  margin-top: 10px;
  padding: 10px;
  border-radius: 12px;
  border: none;
  background: rgb(255, 232, 206);
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 158, 48);
}
/* coffee-donate end */
@media (max-width: 700px){
  .container{
    padding: 0px 30px;
  }
   header .container ul{
    display: none;
  }
  header .container img{
    width: 80px;
    
  }
  main{
    padding: 50px;
  }
  main .coffee-donate{
    width: 400px;
  }
  main .coffee-amount{
    width: 400px;
  }
}
@media (max-width: 500px){
  header .container ul{
    display: none;
  }
  main .coffee-donate{
    width: 400px;
  }
  main .coffee-amount{
    width: 500px;
  }
}

/* start footer */
footer{
    background: rgb(240, 233, 233);
    width: 100%;
    padding: 50px 100px;
    padding-bottom: 100px;
    box-sizing: border-box ;
}
footer .list-footer img{
    width: 200px;
}
.footer{
    display: flex;
    margin-bottom: 50px;
    /* justify-content: space-between;
    align-items: center;  */
}
.footer .list-footer{
    /* background-color: #392D2F; */
    width: 25%;
    height: auto;
    list-style-type: none;
}
.footer .list-footer ul{
    margin-bottom: 40px;
}
.footer .list-footer ul li{
    list-style-type: none;
    line-height: 1.8;
    
}
.footer .list-footer ul li a{
    text-decoration: none;
    color: #392D2F;
    font-weight: 400;
    font-size: 14px;
}

.footer .list-footer div #frist{
    font-size: 14px;
    font-weight: 600;
}
.footer .list-footer div #second{
    font-size: 14px;
    font-weight: 400;
}
.footer .list-footer-text{
    font-size: 14px;
    color: #392D2F;
    font-weight: 500;
    width: 40%;
    line-height: 1.8;
}
footer p{
    font-size: 12px;
    line-height: 1.5;
    color: #392D2F;
}
/* end footer */