@import url("https://fonts.cdnfonts.com/css/futura-std-4");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.awesome {
  text-align: right;
}

.nav-det {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: "Futura Std", sans-serif;
}
.nav-det .nav-det3 {
  gap: 10px;
  display: flex;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-left: 50px;
  padding-right: 60px;
  font-family: "Futura Std", sans-serif;
  padding-bottom: 10px;
}
.nav .list {
  border: 20px;
  background: white;
  list-style-type: none;
  position: absolute;
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 10px;
}
.nav .list li {
  padding-top: 10px;
}
.nav .drop:hover {
  -webkit-text-decoration: underline #EF0107;
          text-decoration: underline #EF0107;
}
.nav .drop:hover .list {
  display: block;
  transform: translateY(3%) translateX(-10%);
}
.nav .list-item1 {
  border: 20px;
  background: white;
  list-style-type: none;
  position: absolute;
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav .list-item1 .list1 {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  background: white;
  list-style-type: none;
  position: absolute;
  justify-content: space-between;
  gap: 50px;
}
.nav .list-item1 .list1 li {
  padding-top: 10px;
}
.nav .drop1:hover {
  -webkit-text-decoration: underline #EF0107;
          text-decoration: underline #EF0107;
}
.nav .drop1:hover .list-item1 {
  display: block;
  transform: translateY(3%) translateX(-200%);
}
.nav .list-item2 {
  border: 20px;
  background: white;
  list-style-type: none;
  position: absolute;
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav .list-item2 .list2 {
  display: grid;
  grid-template-columns: 50% 50%;
  background: white;
  list-style-type: none;
  position: absolute;
  justify-content: center;
}
.nav .list-item2 .list2 li {
  padding-top: 10px;
}
.nav .drop2:hover {
  -webkit-text-decoration: underline #EF0107;
          text-decoration: underline #EF0107;
}
.nav .drop2:hover .list-item2 {
  display: block;
  transform: translateY(3%) translateX(-400%);
  text-decoration: underline;
}
.nav .list-item2 {
  border: 20px;
  background: white;
  list-style-type: none;
  position: absolute;
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav .list-item2 .list2 {
  display: grid;
  grid-template-columns: 50% 50%;
  background: white;
  list-style-type: none;
  position: absolute;
  justify-content: center;
}
.nav .list-item2 .list2 li {
  padding-top: 10px;
}
.nav .drop2:hover {
  -webkit-text-decoration: underline #EF0107;
          text-decoration: underline #EF0107;
}
.nav .drop2:hover .list-item2 {
  display: block;
  transform: translateY(3%) translateX(-400%);
  text-decoration: underline;
}
.nav .list-item3 {
  border: 20px;
  background: white;
  list-style-type: none;
  position: absolute;
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav .list-item3 .list3 {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  background: white;
  list-style-type: none;
  position: absolute;
  justify-content: center;
  gap: 50px;
}
.nav .list-item3 .list3 li {
  padding-top: 10px;
}
.nav .drop3:hover {
  -webkit-text-decoration: underline #EF0107;
          text-decoration: underline #EF0107;
}
.nav .drop3:hover .list-item3 {
  display: block;
  transform: translateY(3%) translateX(-800%);
  text-decoration: underline;
}

.banner {
  padding-top: 10px;
  padding-bottom: 40px;
}
.banner img {
  width: 1470px;
  height: 720px;
}

.ban_text {
  font-family: "Futura Std", sans-serif;
  text-align: center;
  padding-bottom: 50px;
}
.ban_text h3 {
  font-weight: 400;
}

.gend-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-family: "Futura Std", sans-serif;
  padding-top: 10px;
  padding-bottom: 40px;
}
.gend-grid h4 {
  font-weight: 500;
  padding-bottom: 5px;
}
.gend-grid img {
  width: 617px;
  height: 856px;
}

.square_temp {
  display: flex;
  flex-wrap: wrap;
  overflow-clip-margin: content-box;
  overflow-x: clip;
  overflow-y: clip;
  justify-content: center;
  gap: 50px;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 50px;
  font-family: "Futura Std", sans-serif;
}
.square_temp img {
  width: 400px;
  height: 400px;
}
.square_temp h4 {
  font-weight: 400;
  padding-bottom: 5px;
}

.shop_off {
  text-align: center;
  font-family: "Futura Std", sans-serif;
}
.shop_off h2 {
  font-weight: 400;
  padding-top: 50px;
  padding-bottom: 30px;
}
.shop_off .offers {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  justify-content: center;
  padding-right: 80px;
  padding-left: 80px;
  padding-bottom: 100px;
}
.shop_off .offers img {
  width: 240px;
  height: 300px;
}
.shop_off .offers img:hover {
  transform: scale(1.05);
  transition-behavior: normal;
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

.launches {
  font-family: "Futura Std", sans-serif;
}
.launches h2 {
  font-weight: 400;
  text-align: center;
}
.launches .top_launches {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 50px;
  padding-bottom: 50px;
}
.launches .top_launches img {
  width: 300px;
  height: 400px;
}
.launches .top_launches img:hover {
  transform: scale(1.03);
  transition-behavior: normal;
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
.launches .top_launches p {
  text-align: center;
  font-weight: 400;
}

.product {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  justify-content: center;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 100px;
  padding-bottom: 50px;
  font-family: "Futura Std", sans-serif;
}
.product img {
  width: 379px;
  height: 379px;
}
.product h4 {
  font-weight: 400;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.category {
  font-family: "Futura", sans-serif;
}
.category h1 {
  font-family: "Futura", sans-serif;
  font-weight: 300;
  text-align: center;
  padding-top: 50px;
}
.category .product {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  justify-content: center;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 100px;
  padding-bottom: 50px;
  font-family: "Futura Std", sans-serif;
}
.category .product img {
  width: 379px;
  height: 379px;
}
.category .product h4 {
  font-weight: 400;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.category .product .shop_cat {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.category .product button {
  margin-bottom: 30px;
}

.grid_col {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.grid_col img {
  width: 600px;
  height: 800px;
}

.meet_our {
  font-family: "Futura Std", sans-serif;
  padding-left: 80px;
}
.meet_our h2 {
  font-weight: 400;
  text-align: center;
}
.meet_our p {
  text-align: center;
  font-size: 14px;
}
.meet_our .muses {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: center;
  padding-left: 10px;
}
.meet_our img {
  width: 400px;
  height: 500px;
}/*# sourceMappingURL=style.css.map */