body{
    font-family: 'Lato',sans-serif;
    padding: 0;
    margin: 0;  
}
html{scroll-behavior: smooth;}
.productprice{
    color: gray;
    font-style: italic;
}
nav{
   background: black;
   padding: 20px 50px;
 }
 .navtop{
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
.logo{
    border-radius: 150px;
}
.Search{
    display: relative;
    align-items: center;
}
.limitedoffer{
    color: whitesmoke;
    background: none;
    font-size: larger;
    cursor: pointer;
}
.limitedoffer:hover{
    font-size: 20px;
    box-shadow: 0px 5px 20px red;
    box-sizing: 60px;
    background: none;
}
.navbottom{
    display: flex;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}
.menuitem{
    margin-right: 40px;
    color: whitesmoke;
}
.menuitem:hover{
    text-decoration: underline;
    font-size: larger;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
}
.searchitem{
    height: 25px;
    width: 200px;
    padding-inline-start: 1rem;
    border-radius: 50px;
    border: none;
}
.searchitem:hover{
    height: 30px;
    width: 210px;
    box-shadow: 2px 2px 54px 5px rgba(94,87,94,1);
}
.slider{
    background: url("https://images.unsplash.com/photo-1604147495798-57beb5d6af73?q=80&w=1000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NHx8YmxhY2slMjBicmlja3N8ZW58MHx8MHx8fDA%3D");
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 81%);
}
.buybutton{
    background-color: black;
    color: aliceblue;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}
.sliderwrapper{
    display: flex;
    width: 500vw;
    transition: all 1s ease-in-out;
}
.slideritem{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sliderimg{
    height: 550px;
    width: 800px;
    padding-right: 20px;
}
.sliderimg4{
    height: 550px;
    width: 800px;
    padding-right: 20px;
    position: absolute;
    top: -10%;
    right: 16%;
}
.sliderimg1{
    height: 550px;
    width: 650px;
    padding-right: 20px;
    position: absolute;
    top: -10%;
    right: 19%;
}
.sliderimg2{
    height: 550px;
    width: 550px;
    padding-right: 20px;
    position: absolute;
    top: -10%;
    right: 25%;
}
.sliderimg3{
    height: 550px;
    width: 550px;
    padding-right: 20px;
    position: absolute;
    top: -10%;
    right: 25%;
}
.slidertitle1{
    padding: 20px;
    position: absolute;
    right: 20%;
    top: 15%;
    font-size: 50px; 
    color: azure;   
}
.slidertitle2{
    padding: 20px;
    position: absolute;
    right: 12%;
    top: 15%;
    font-size: 50px;   
    color: azure;  
}
.slidertitle3{
    padding: 20px;
    position: absolute;
    right: 17%;
    top: 15%;
    font-size: 50px; 
    color: azure;    
}
.slidertitle4{
    padding: 20px;
    position: absolute;
    right: 16%;
    top: 15%;
    font-size: 50px; 
    color: azure;    
}
.slidertitle5{
    padding: 20px;
    position: absolute;
    right: 15%;
    top: 15%;
    font-size: 50px;   
    color: azure;  
}
.sliderprice{
    position: absolute;
    top: 33%;
    right: 17%;
    font-size: 35px;
}
.buybutton{
    position: absolute;
    top: 70%;
    right: 5%;
    font-size: 35px;
}
.featureicon{
    height: 40px;
    width: 40px;
}
span{
    font-size: medium;
    color: black;
}
.feature title{
    color: black;
}
.features{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 35px;
}
.feature{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
.featuredesc{
    color: gray;
    font-size: small;
    width: 75%;
}
.product{

    height: 85vh;
    position: relative;
    background-color: whitesmoke;
}
.productimage{
    width: 40%;
    height: 75%;
}
.productdetails{
    position: absolute;
    top: 0;
    right: 10%;
    width: 40%;
    padding: 25px;
}
.producttitle{
    font-size: 75px;
    font-weight: 900;
}
.productdesc{
    font-size: 16px;
    color: gray;
}
.colors,.sizes{
    display: flex;
}
.color{
    width: 32px;
    height: 32px;
    background-color: black;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
    font-size: 0.1px;
}
.color:last-child{
    background-color: red;
}
.size{
    padding: 5px 20px;
    border: 1px solid black;
    margin-right: 10px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
}
.productbutton{
    float: right;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 20px;
    background-color: black;
    color: bisque;
    cursor: pointer;
    border-radius: 4px;
}
.productbutton:hover{
    background-color: bisque;
    color: black;
}
.payment{
    height: 500px;
    width: 500px;
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    right: 0;
    padding: 10px 50px;
    display: none;
    flex-direction: column;
    box-shadow: -4px 6px 11px 3px rgba(0,0,0,0.36);
    border-radius: 10px;
}
.payinput{
   padding: 7px;
   margin: 7px 0px;
   border: none;
   border-bottom: 1px solid gray;
}
.payinput::placeholder{
    color: rgb(185, 183, 183);
}
.cardinfo{
    display: flex;
    justify-content: space-between;
}
.paybutton{
    position: absolute;
    bottom: 0;
    height: 40px;
    left: 0;
    width: 100%;
    background-color: green;
    box-shadow: -7px 5px 14px -9px rgba(158,58,158,1);
    color: white;
    font-size: medium;
    cursor:  pointer;
}
.close{
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: gray;
    color: bisque;
    font-size: smaller;
    top: 1%;
    right: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
}
.placed{
    height: 400px;
    width: 400px;
    background-color: white;
    position: absolute;
    top: 145%;
    bottom: 75%;
    left: 40%;
    right: 0;
    padding: 10px 50px;
    display: none;
    flex-direction: column;
    box-shadow: -4px 6px 11px 3px rgba(0,0,0,0.36);
    border-radius: 10px;
}
.orderplaced{
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0%;
    left: 26%;
    padding: 30px;
}
.detailss{
    position: absolute;
    top: 50%;
    left: 10%;
    
}
.end{
    position: absolute;
    bottom: 0;
    height: 40px;
    left: 0;
    width: 100%;
    background-color: green;
    box-shadow: -7px 5px 14px -9px rgba(158,58,158,1);
    color: white;
    font-size: medium;
    cursor:  pointer;
}
.success{
    position: absolute;
    top: 42%;
    right: 28%;
}
.sliderbg1{
    height: 400px;
    width: 400px;
    background-color: blue;
    position: absolute;
    top: 7%;
    clip-path: circle(50% at 50% 50%);
    z-index: -1;
    
}
.sliderbg2{
    height: 400px;
    width: 400px;
    background-color: green;
    position: absolute;
    top: 7%;
    clip-path: circle(50% at 50% 50%);
    z-index: -1;
}
.sliderbg3{
    height: 400px;
    width: 400px;
    background-color: yellow;
    position: absolute;
    top: 7%;
    right: 35%;
    clip-path: circle(50% at 50% 50%);
    z-index: -1;
}
.sliderbg4{
    height: 400px;
    width: 400px;
    background-color: red;
    position: absolute;
    top: 7%;
    clip-path: circle(50% at 50% 50%);
    z-index: -1;
}
.sliderbg5{
    height: 400px;
    width: 400px;
    background-color: darkslateblue;
    position: absolute;
    top: 7%;
    right: 37%;
    clip-path: circle(50% at 50% 50%);
    z-index: -1;
}
.searchicon{
    position: absolute;
    left: 54.5%;
    top: 7.5%;
    width: 20px;
    height: 20px;
}
.sale{
    height: 850px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.saleposter{
    padding: 2rem;
    padding-top: 15px;
}
.shopnow1{
    height: 40px;
    width: 115px;
    background-color: black;
    border-radius: 40px;
    color: bisque;
    font-size: x-large;
    cursor: pointer;
    margin: 20px;
}
.shopnow,.shopnow1:hover{background-color: black;box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);}
.saletext{
    font-weight: 900;
    text-shadow: 3px 0px 0px rgba(0, 0, 0, 0.25);
    font: normal bolder 50px/3 "proxima-nova";
    letter-spacing: -2px;
}
.saletext1{
    font-family: "Headland One", serif;
    text-align: center;
    font-size: 50px;
    word-spacing: 2px;
    color: rgb(0, 0, 0);
    text-shadow: rgba(88, 85, 85, 0.88) -2px 2px 0px;
    margin: 0;
}
.sportheading{
    padding-top: 500px;
    font-size: xx-large;
    color: black;
    margin-bottom: 0;
    padding-left: 2rem;
    font-weight: 500;
    font-style: normal;
}
.sportheading1{
    font-size: xx-large;
    color: black;
    margin-bottom: 0;
    padding-left: 2rem;
    font-weight: 500;
    font-style: normal;
}
.sportgear{
    overflow: auto;
    white-space: nowrap;
    padding: 15px;
    align-items: center;
    display: flex;
    width: 94%;
    margin: auto;
}
.sportgear img{
    height: 400px;
    width: 450px;
    margin: 5px;
}
#style-4::-webkit-scrollbar{width: 5px;height: 6px;}
#style-4::-webkit-scrollbar-thumb{
    width: 5px;
    background:#929090;border-radius:15px
}
.gear1{
    display: flex;
    flex-direction: column;
    text-align: start;
}
.gearquote{font-weight: lighter;margin: 0;padding-left: 6px;padding-top: 5px;}
.Gearquote{margin: 0;padding: 6px;font-weight: 570; padding-bottom: 4px;}
.gearshop{
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 600;
    font-size: 18px;
    margin: 6px;
    padding-top: 20px;
    padding-bottom: 15px;
    cursor: pointer;
}
.gearshop:hover{color: gray;}
.video{
    padding: 2rem;
    padding-top: 15px;
}
.Video{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.videotext{font-weight: 200;}
@import url(//codepen.io/chrisdothtml/pen/ojLzJK.css);
.tiles {
  width: 96%;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 260%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tiles .tile {
  display: inline-block;
  margin: 47px;
  text-align: left;
  height: 400px;
  width: 250px;
  opacity: 0.99;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.tiles .tile:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition-property: top, opacity;
  transition-duration: 0.3s;
}
.tiles .tile img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.tiles .tile .details {
  font-size: 24px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.tiles .tile .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.tiles .tile .details .title {
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
}
.tiles .tile .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 15px;
}
.tiles .tile:focus:before,
.tiles .tile:focus span, .tiles .tile:hover:before,
.tiles .tile:hover span {
  opacity: 1;
}
.tiles .tile:focus:before, .tiles .tile:hover:before {
  top: 50%;
}
.tiles .tile:focus span, .tiles .tile:hover span {
  top: 0;
}
.tiles .tile:focus .title, .tiles .tile:hover .title {
  transition-delay: 0.15s;
}
.tiles .tile:focus .info, .tiles .tile:hover .info {
  transition-delay: 0.25s;
}
.essential1{
    display: flex;
    width: 96%;
    margin: 2rem;
    margin-top: 15px;
    justify-content: space-around;
}
.essential3{
    position: relative;
}
.essentialimage{padding: 10px;}
.essential3 .essentialbutton2 {
    position: absolute;
    top: 80%;
    left: 13%;
    background-color: white;
    color: black;
    font-size: 20px;
    padding: 12px 24px;
    border: none;
    width: 130px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 40px;
    text-align: center;
  }
  
  .essential3 .essentialbutton2:hover {
    background-color: gray;
  }
.itemtop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 190px;
    padding-right: 190px;
    padding-top: 25px;
}  
.icon1{
    color: #929090;
    font-weight: 500;
    font-size: medium;
    cursor: pointer;
    font: normal normal 17px/1.2 "proxima-nova";
}
.icon1:hover{color: black;}
.footerinfo{
    display: flex;
    padding: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color:black;
    opacity: 0.9;
    color: white;
}
.findstore3{
    display: flex;
    justify-content: space-evenly;
    font-size: small;
    padding-top: 10px;
    width: 150%; 
}
.findstore1{font-weight: lighter;font-size: small;padding-bottom: 4px;cursor: pointer;}
.guidesection{
    display: flex;
    justify-content: space-evenly;
}
.gethelp1,.aboutme1{
    color: white;
    font-size: small;
}
.gethelp2,.aboutme2{
    color: white;
    font-size: 12px;
    padding: 3px;
    color: gray;
    cursor: pointer;
    font-weight: lighter;
}
.gethelp2:hover{color: white;}
.aboutme2:hover{color: white;}
.guidesection1{
    padding: 12px;
    font-size: small;
    color: #929090;
    position: relative;
    left: 50%;
    cursor: pointer;
    padding-top: 275px;
}
.guidesection1:hover{color: blanchedalmond;}
.copyright{
    padding-top: 12px;
    font-size: small;
    color: #929090;
}
.mediaicons{
    position: relative;
    left: 47%;
    cursor: pointer;
}
.fa{
    padding: 10px;
    font-size: 20px;
    width: 10px;
    align-items: center;
    text-decoration: none;
    margin: 10px 10px;
    color: #2b312d;
    background-color: gray;
    border-radius: 75%;
}