.banner-section{
    background: url(./img/f.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    margin: 0;
}
.banner-title2{
    font-size: 48px;
    text-align: center;
    color: #BF6B30;
    -webkit-text-stroke-width: 0.00001px;
    -webkit-text-stroke-color: #eecbb2;
    font-family: 'Macondo', cursive;
}
.ig{
	background: url(./img/gg.png);
	width: 178px;
	height: 100px;
    display: flex;
    margin-left: 10%;
}
.header{
    background: #BF6B30;
}
.menu-ink{
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: bold;
    bottom: 0;
    /* font-family: 'Macondo', cursive; */
}
.menu-ink {
    /* reset */
    color: black;
    text-decoration: none;
  
    /* filling effect */
    background-image: linear-gradient(to right, #613617 50%, rgb(255, 198, 123) 50%);
    background-size: 200% 3px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    transition: background-position 0.3s;
  }
  
  .menu-ink:hover {
    background-position: 0% 100%;
  }
  
  li {
    max-width: 480px;
    margin: 0px auto;
    font-size: 20px;
  }
.cards-title{
    color:#BF6B30;
}
.card{
    box-shadow: 0px 2px 7px 0px #BF6B30; 
}
.card-button{
    background: #BF6B30;
}
.button2 {
    background: #BF6B30;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    width: 70px;
    height: 30px;
    /* left: 40%; */
    align-items: center;
    /* margin-right: 10px; */
    /* position: fixed; */
  }
  .t3{
  margin-left: 39%;
  text-align: center;
  /* margin: 50px; */
  color: #BF6B30;
  }
  .button2{
    color: #000000;
}
  .footer2{
    background: url(./img/13.png);
    background-size: cover;
    padding: 100px 0;
}


@media screen and (max-width: 850px) {
    .t2{
        margin: 20px;
        justify-content: center;
    }
}