* {
    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;

}

.section {
    padding-top: 20px;
    background-color: rgb(159, 163, 112);
    padding-left: 70px;
}

.select {
    padding-top: 5px;
}
/* middle 1 */
.mid20{
    width: 100%;
    height: 330vh;
    background-color: antiquewhite;
    
}
.midrap20{
    width: 92%;
    margin: auto;
}
.midrap20 h2{
    font-size: 25px;
    padding-top: 30px;
    text-align: center;
}
.packages{
    padding-top: 30px;
    width:100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto   ;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    
    
}
.box11 img{
    border-radius: 40px;
}
.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;
}
/* footer 3 */
.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;
}