* {
   margin: 0;
   padding: 0;
   font-family: "Lato", sans-serif;
   box-sizing: border-box;
}
html {
   color: white;
   scroll-behavior: smooth;
}
a {
   text-decoration: none;
   color: #8f8e8e;
}
nav {
   color: white;
   background-color: black;
}

.nav-upper {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.logo {
   padding: 20px 50px;
}

.logoo {
   width: 100px;
   height: 40px;
}

.search {
   display: flex;
   justify-content: center;
   align-items: center;
   background: gray;
   padding: 5px 25px;
   border-radius: 50px;
}

.searchh {
   color: white;
   font-size: 16px;
   font-weight: 500;
   align-items: center;
   width: 100%;
   outline: none;
   border: none;
   background-color: gray;
   padding: 5px 15px;
}
.searchh::placeholder {
   color: rgb(172, 171, 171);
}
.s-icon {
   cursor: pointer;
}

.limit {
   margin-right: 30px;
   font-size: 18px;
   border-bottom: 2px solid greenyellow;
}

/* nav-lower */
.nav-lower {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 50px;
   padding: 25px;
   text-transform: uppercase;
}
.shoes-type {
   cursor: pointer;
}

/* sectiton  */

.slider {
   background: url("https://images.pexels.com/photos/132192/pexels-photo-132192.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1")
      no-repeat center center/cover;
   clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
   overflow: hidden;
}
.wrapper {
   display: flex;
   width: 500vw;
   transition: all 1s ease-in-out;
}
.wrap-item {
   width: 100vw;
   height: 95vh;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
}

.round-bg {
   background-color: rgba(222, 184, 135, 0.784);
   opacity: 0.9;
   width: 800px;
   height: 800px;
   position: absolute;
   border-radius: 50%;
   z-index: -1;
   -webkit-box-shadow: 0px 3px 39px 0px rgba(0, 0, 0, 0.75);
   -moz-box-shadow: 0px 3px 39px 0px rgba(0, 0, 0, 0.75);
   box-shadow: 0px 3px 39px 0px rgba(0, 0, 0, 0.75);
}

.wrap-item:nth-child(3) .round-bg {
   background-color: rgba(163, 235, 235, 0.796);
}
.wrap-item:nth-child(2) .round-bg {
   background-color: rgba(240, 150, 140, 0.808);
}
.wrap-item:nth-child(4) .round-bg {
   background-color: rgba(200, 148, 96, 0.792);
}
.wrap-item:nth-child(5) .round-bg {
   background-color: rgba(222, 192, 153, 0.804);
}

.shoe {
   width: 800px;
   cursor: pointer;
   padding: 20px;
   transform: rotate(10deg);
}

.shoe-title {
   position: absolute;
   font-size: 70px;
   font-weight: bolder;
   text-align: center;
   right: 200px;
   top: 50px;
   /* padding: 50px 150px; */
   text-transform: uppercase;
}
.price {
   color: black;
   position: absolute;
   left: 18rem;
   background-color: beige;
   opacity: 0.8;
   font-family: cursive;
   top: 10rem;
   font-size: 30px;
   padding: 5px 10px;
   /* border: 2px solid greenyellow; */
}
.buy-btn {
   padding: 10px 20px;
   font-size: 18px;
   text-transform: uppercase;
   position: absolute;
   right: 20rem;
   /* bottom: 18rem; */
   background-color: black;
   color: white;
   font-weight: 700;
   cursor: pointer;
   border-radius: 100px;
   transition: all 0.4s ease-in;
}
.buy-btn:hover {
   background-color: white;
   color: black;
}

/* ADD On */
#add-on {
   color: black;
}

.add-on-wrapper {
   display: flex;
   justify-content: space-evenly;
   align-items: center;
   padding: 20px 50px;
}

.add-item {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

.shipping {
   width: 70px;
   height: 50px;
}

.add-title {
   text-transform: uppercase;
   font-size: 18px;
   font-weight: bolder;
   padding: 10px 15px;
}
.add-para {
   width: 50%;
   color: #8f8e8e;
   text-align: center;
}

/* Product area */
#-buy {
   color: black;
   overflow: hidden;
}

.product {
   position: relative;
   height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #ededed;
   clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
}

.product-img {
   width: 50%;
   padding: 50px;
   /* width: 500px; */
   height: 500px;

   transform: rotate(20deg);
}

.product-list {
   text-align: center;
}

.product-title {
   font-size: 70px;
   padding: 20px;
   text-transform: uppercase;
}

.product-price {
   font-family: cursive;
   font-size: 30px;
   padding: 10px;
}
.product-descp {
   width: 50%;
   text-align: center;
   margin: auto;
   color: #808080;
   padding: 10px;
}
.sizes {
   display: flex;
   justify-content: center;
   align-items: center;
}
.p-size {
   font-size: 30px;
   margin-right: 15px;
   text-transform: uppercase;
   font-weight: bold;
}
.size {
   background-color: transparent;
   font-size: 25px;
   /* margin: 10px; */
   padding: 10px 15px;
   border: 1px solid black;
   margin-left: 0.5px;
   cursor: pointer;
   /* border-right: none; */
}
.size:nth-child(2) {
   background-color: black;
   color: white;
}

.product-btn {
   margin: 30px;
   padding: 10px 20px;
   font-size: 20px;
   font-weight: bold;
   background: black;
   color: white;
   cursor: pointer;
   transition: all 0.5s ease-in-out;
}
.product-btn:hover {
   background: white;
   color: black;
}

.buy-page {
   display: none;
   position: absolute;
   bottom: 15%;
   right: 35%;
   flex-direction: column;
   text-align: left;
   background-color: #ececec;
   color: black;
   width: 500px;
   height: 500px;
   -webkit-box-shadow: -2px 1px 15px 7px rgba(0, 0, 0, 0.75);
   -moz-box-shadow: -2px 1px 15px 7px rgba(0, 0, 0, 0.75);
   box-shadow: -2px 1px 15px 7px rgba(0, 0, 0, 0.75);
}

.buy-name {
   font-size: 20px;
   padding: 5px 20px;
}
.buy-name:first-child {
   margin-top: 20px;
}

.name {
   width: 80%;
   padding: 10px;
   margin-left: 20px;
   margin-bottom: 10px;
   font-size: 16px;
}

.master-card {
   margin: 20px 50px;
   text-align: center;
}

.card {
   font-size: 20px;
   padding: 5px 20px;
}
.card-text {
   width: 80%;
   padding: 10px;
   margin-left: 20px;
   margin-bottom: 10px;
   font-size: 16px;
}

.submit {
   background-color: rgb(229, 72, 40);
   width: 80%;
   outline: none;
   border: none;
   padding: 10px;
   margin-left: 20px;
   margin-bottom: 10px;
   font-size: 18px;
   cursor: pointer;
   color: white;
}
.submit:hover {
   background-color: rgb(153, 72, 54);
}

.close {
   position: absolute;
   right: 0;
   font-size: 30px;
   padding: 5px 10px 0 0;
   cursor: pointer;
}

.buy-phone {
   display: flex;
   justify-content: space-around;
}

/* Gallery */
#gallery {
   color: black;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 50px;
}

.gallery-items {
   flex: 1;
   margin: 40px;
}
.gallery-title {
   /* width: 90%; */
   font-size: 30px;
   font-weight: bolder;
   padding: 10px;
   text-align: center;
}
.gallery-image {
   padding: 10px;
   width: 100%;
   margin: auto;
}

/* Seasons */
#season {
   margin-top: 20px;
   /* display: none; */
}

.season-container {
   display: flex;
   justify-content: space-around;
   align-items: center;
   background-color: #000;
}

/* .season-item {
   flex: 1;
} */
.season-image {
   max-height: 500px;
   max-width: 800px;
}

.season-title {
   margin: 20px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   gap: 30px;
   align-items: center;
}

.title-1 {
   font-size: 25px;
   text-transform: uppercase;
}
.title-2 {
   font-size: 35px;
   text-transform: uppercase;
}

.title-btn {
   padding: 10px 20px;
   cursor: pointer;
   font-size: 20px;
   text-transform: uppercase;
}

.title-btn:hover {
   background-color: #808080;
   border: none;
   color: whitesmoke;
}

/* Footer */
#footer {
   color: black;
   display: flex;
}

.footer-left {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 50px;
   flex: 2;
}
.f-title {
   font-size: 18px;
}
.f-lists {
   padding: 10px 0;
   list-style: none;
}
.f-list {
   margin: 15px 0;
   text-align: left;
   color: #757474;
   cursor: pointer;
}

.footer-right {
   flex: 1;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: left;
   padding-left: 50px;
}
.f-news {
   padding: 10px 0;
}
.f-new {
   padding: 10px 0;
}
.f-email {
   width: 50%;
   padding: 5px 10px;
}
.join {
   background-color: #000;
   color: white;
   padding: 5px 10px;
   cursor: pointer;
}

.follow-title {
   margin-top: 20px;
   margin-bottom: 10px;
   text-align: left;
}

.icon {
   cursor: pointer;
   padding-left: 10px;
   font-size: 24px;
}
.copyright {
   margin-top: 20px;
   color: #8f8e8e;
}

@media screen and (min-width: 769px) and (max-width: 940px) {
   .shoe {
      width: 90%;
   }
   .shoe-title {
      font-size: 60px;
      top: 60px;
      right: 50px;
   }
   .price {
      left: 10px;
      font-size: 40px;
   }
   .buy-btn {
      font-size: 20px;
      right: 20px;
      bottom: 60px;
      /* bottom: 18rem; */
   }
   .title-1 {
      /* display: none; */
      font-size: 22px;
      margin-top: 30px;
   }
   .title-2 {
      font-size: 20px;
   }

   .title-btn {
      padding: 10px 15px;
      font-size: 15px;
      text-transform: uppercase;
      margin-bottom: 30px;
   }

   .footer-right {
      padding-left: 30px;
      margin-bottom: 20px;
   }
}
