* {
    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;
}

/* banner */
.ban {
    width: 100%;
    height: 70vh;
    background-image: url(./dogs.jpg);
    background-size: cover;
}

.banrap {
    width: 90%;
    margin: auto;
}

.banrap h2 {
    text-align: right;
    padding-top: 90px;
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
}

/* middle 1 */
.mid {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, bisque, white, bisque);
}

.midrap h1 {
    text-align: center;
    color: rgb(34, 59, 17);
    font-family: 'Dancing Script', cursive;
    padding-top: 30px;
}

.mid2 {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    padding-top: 60px;
}

.box p {
    padding-top: 60px;
    font-size: 22px;
    text-align: center;
    font-family: 'Dancing Script', cursive;
}

/* middle 2 */
.mid30 {
    width: 100%;
    height: 40vh;

}

.midrap31 {
    width: 90%;
    margin: auto;
}

.midrap31 h2 {
    text-align: center;
    font-family: 'Dancing Script', cursive;
    padding-top: 20px;
}

.mishap {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 10px;
    padding-top: 50px;
}
/* middle 3 */
.mid7{
    width: 100%;
    height: 170vh;
    background-color: beige;
}
.midrap20{
    width: 80%;
    margin: auto;
}
.midrap20 h2{
    text-align: center;
    font-family: "Lobster", sans-serif;
    padding-top: 30px;

}
.container {
    position: relative;
    width: 1160px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transform-style: preserve-3d;
    perspective: 500px;
    margin: auto;
  }
  .container .box {
    position: relative;
    width: 275px;
    height: 275px;
    background: #000;
    transition: 0.5s;
    transform-style: preserve-3d;
    overflow: hidden;
    margin-right: 15px;
    margin-top: 45px;
  }
  .container:hover .box {
    transform: rotateY(25deg);
  }
  .container .box:hover ~ .box {
    transform: rotateY(-25deg);
  }
  .container .box:hover {
    transform: rotateY(0deg) scale(1.25);
    z-index: 1;
    box-shadow: 0 25px 40px rgba(0,0,0,0.5);
  }
  .container .box .imgBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .container .box .imgBx:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgb(214, 118, 118),#000);
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    mix-blend-mode: multiply;
  }
  .container .box:hover .imgBx:before {
    opacity: 1;
  }
  .container .box .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .box .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    padding: 20px;
    align-items: flex-end;
    box-sizing: border-box;
  }
  .container .box .content h2 {
    color: #fff;
    transition: 0.5s;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 20px;
    transform: translateY(200px);
    transition-delay: 0.3s;
  }
  .container .box:hover .content h2 {
    transform: translateY(0px);
  }
  .container .box .content p {
    color: #fff;
    transition: 0.5s;
    font-size: 14px;
    transform: translateY(200px);
    transition-delay: 0.4s;
  }
  .container .box:hover .content p {
    transform: translateY(0px);
  }
  /* footer */
  .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 */
.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;
}
.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;
}
