* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.navi {
    width: 100%;
    height: 18vh;
    background: linear-gradient(to right, black, rgb(204, 164, 84), black);

}

.name {
    color: rgb(11, 11, 11);
    font-size: 18px;
    font-family: 'Dancing Script', cursive;
    font-weight: bolder;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;


}

.name:hover {
    text-decoration: underline;
    color: rgb(235, 235, 150);
}

.action {
    color: rgb(227, 209, 107);

}

.action:hover {
    color: rgb(186, 211, 209);
}

.search {
    margin-left: 40px;
}

.account {
    margin-left: 60px;
}

#banimg {
    height: 80vh;

}

.caps h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 60px;
    text-shadow: 2px 2px;
    text-shadow: 2px 2px red;
    text-shadow: 2px 2px 5px red;


}

.section {
    padding-top: 20px;
    background-color: rgb(159, 163, 112);
    padding-left: 70px;
}

.select {
    padding-top: 5px;
}


/* offers */
.offers {
    width: 100%;
    height: 80vh;
    background: linear-gradient(to right, rgb(197, 156, 69), white, rgb(207, 146, 80));

}

.offerrap {
    width: 100%;
    margin: auto;
}

.offerrap h1 {
    text-align: center;
    font-family: 'Rubik Burned', system-ui;
    color: #2f451f;
    padding: 30px;
}

.offer2 {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.box10{
    padding: 30px;
  /* background-color: green; */
  transition: transform .2s;
  width: 200px;
  height: 200px;
  
}
.box10:hover{
    -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}
/* footer */
.foot{
    width: 100%;
    height: 70vh;
}
.footrap{
    width: 85%;
    margin: auto;
}
.footrap h4{
    text-align: center;
    font-family: "Dancing Script", cursive;
    font-size: 40px;
    padding-top: 20px;
}
.foot3{
    width:90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto ;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 40px;
}
/* FOOTER 3 */
.foot4{
    width:70%;
    height: 30vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto ;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 20px;
    padding-left: 30px;
}
.footrap5 ul{
    list-style: none;
}
.footrap5 ul li a{
    color: #1d1c1c;
}
    

.footrap ul li:hover{
    text-decoration: underline;
}
.copy h4{
    font-size: 20px;
    text-align: center;
    background-color: #e3e2e2;
}