@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --primary-color: #37617a;
  --primary-color-dark: #0d1a20;
  --secondary-color: #fb923c;
  --white: #ffffff;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

li {
  list-style-type: none;
   min-width: 360px;
   
  margin: auto;
  text-align: center;
  margin-top:50px;
  
}
.listul {
  width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  /* background-image: url("assets/gym_1.jpg") ; */
  /*background-color: #9AA0B8;*/
  background: linear-gradient(to bottom,  #D6D5DE 0%,#D6D5DE 100%);
  width: auto;
  
}

.container {
  min-height: 100vh;
  max-width: 1300px;
  width: 100%;
  margin: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  text-shadow : 2px 3px 10px black;

  
}

.nav {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#abc3ff+0,598af3+100 */
background: linear-gradient(to bottom,  #98a0bd 0%,#9AA0B8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
box-shadow: 2px 1px 5px #082837;

min-width: 100%;
margin: auto;
min-width: "360px";
}

.logo {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
  padding-left:  10px;
  padding-right: 10px;
}

.links {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-left:  10px;
  padding-right: 10px;
}

.links div {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--white);
  cursor: pointer;
  transition: 0.3s;
  
}

.links div:hover {
  color: var(--secondary-color);
}

.links div span {
  font-size: 1.2rem;
}

.links .shopping__cart {
  height: 50px;
  width: 50px;
  display: grid;
  place-content: center;
  border-radius: 100%;
  font-size: 1.2rem;
  color: var(--primary-color-dark);
  background-color: var(--white);
  
}


.link1:hover {
color: #fb923c ;
text-decoration: none;
}

.link1 {
  color: white;
  text-decoration: none;
  font-size: xx-large;
  background-color:#E2374A;
  border: 1px solid blac;
  padding: 5px;
}

.shopping__cart a {
  color: var(--primary-color-dark);
  
}

.shopping__cart a:hover {
  color: var(--secondary-color);
}

.content {
  /*width: auto;*/
  /*min-width: 40%;*/
  
  position: relative;
  flex: 1;
  display: flex;
  
}
.content img {
  text-align: center;
}

.image {
  /*float: left;*/
  
  width:auto;
  animation: shoe-animation 10s infinite;
  overflow: hidden;
}



.image img {
  width: 100%;
  /*max-width: 800px;*/
  display: flex;
  margin: auto;
  transform: rotate(-20deg);
}

@keyframes shoe-animation {
  0% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}

.header {
  position:absolute;
  top:4%;
 /*top: 7rem;*/
  left: 30%;
  transform: translateX(-50%);
  display:block;
  
}

.header h1 {
  font-size: 3rem;
  font-weight: 600;
  color: #f8914c;
}

.header p {
  text-align: right;
  color: #fdff9b;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  font-size:x-large;
}

.header p:hover {
  color: var(--secondary-color);
}

.paragraph {
  font-size: xx-large;
  color: #080808;
  text-shadow: 2px 3px 7px #242a35 ;
  font-weight:900;
  
  float: right;
  padding: 10px;
  margin: 20px;
}





.featured__item {
  position: absolute;
  transform: rotate(-90deg);
}

.featured__item h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--white);
}

.featured__item p {
  color: var(--white);
}

.contact {
  position:absolute;
  right: 0;
  
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #ebfa22;
  bottom: 20%;
  left : 30%;
  box-shadow : #0d1a20;
  font-weight: bolder;
  
  /* transform: rotate(-90deg); */
}

.contact span {
  height: 40px;
  width: 40px;
  display: grid;
  place-content: center;
  border-radius: 100%;
  font-size: 1.2rem;
  color: var(--primary-color-dark);
  background-color: var(--white);
  transform: rotate(90deg);
}

.footer {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  float: right;
  justify-content: space-between;
}

.socials {
  display: flex;
  align-items: center;
  gap: 2rem;
  
}

.socials span {
  font-size: 1rem;
  font-weight: 500;
  color: #242a35;
  cursor: pointer;
  transition: 0.3s;
}

.socials span:hover {
  color:#E2374A;
}

.slides {
  font-size: 2rem;
  font-weight: 600;
  color:  #242a35;;
}

.slides span {
  font-size: 1rem;
  font-weight: 400;
}

@media (width < 640px) {
  .links div:not(.shopping__cart) {
    display: none;
  }

  .header {
    top: 1rem;
  }

  .featured__item {
    left: -5rem;
  }

  .contact {
    right: -4rem;
  }



  /*---------------------------------------------------*/



  
}


#load{
  width:100%;
  height:100%;
  position:fixed;
  z-index:9999;
  background:url("assets/loading_icon.gif") no-repeat center center rgba(0,0,0,0.25)
}
