
header{
    padding: 0;
    margin: 0;
}
body{
  font-family: 'Quicksand', sans-serif;
  transition: 2s ease alternate;
}
nav{
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    justify-content: space-between;
    left: 0;
    padding: 20px;
    padding-bottom: 10px;
    padding-inline: 50px;
    margin-top: 10px;
    margin-inline: 10px;
    border-radius: 50px;
    font-family: 'comfortaa', sans-serif;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: white;
    z-index: 10;


}
nav>.mobile-nav>img{
    width: 60px;
}
nav>.mobile-nav>button{
    background: none;
    border: none;
    outline: none;
    display: none;
}
nav>ul{
    list-style: none;
    display: flex;
    margin-top: 10px;
    padding: 3px;
}
nav>ul>li{
    margin-inline: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: .2s ease-in-out;
}


nav>ul>li>.search-group{
    margin-top: 7.2px;
}
nav>ul>li>.search-group>.search-button{
    border: none;
    outline: none;
    background: none;
    color: white;
}
nav>ul>li>.search-group>.search-input{
    display: none;
}
nav>ul>li>.fas{
  display: none;
}
nav>ul>.welcome-text{
  display: none;
}
nav>ul>li:nth-child(1){
  display: none;
}
.section-header{
  background: #FF6F61;
  color: white;
  padding-top: 25vh;
  padding-bottom: 10vh;
  font-family: 'Quicksand', sans-serif;
  border-radius: 0 0 30px 30px;
}
.header-img{
  background: linear-gradient(315deg, #ff7768, #e66457);
  box-shadow:  -5px -5px 13px #d15b50,
             5px 5px 13px #ff8372;
  border: 2px solid white;
}
.logIn-btn{
  background: linear-gradient(225deg, #ff7768, #e66457);
  box-shadow:  -9px 9px 18px #ba5147,
             9px -9px 18px #ff8d7b;
  transition: transform 0.5s;
  border: 2px solid white;
}
.recom-cards{
  background: #fbf0ee;
  box-shadow:  5px 5px 10px #d5ccca,
             -5px -5px 10px #ffffff;
}
.recom-cards img{
  width: auto;
  height: auto;
}
.footerNav-list{
  list-style: none;
}
footer{
  border-radius: 10px 10px 0 0;
  background: #242526;
}
.footer-img{
  width: 60px;
}
.search-container{
  position: fixed;
  transform: translateY(-150vh);
  z-index: 100;
  transition: 1s ease;
  margin: 0 0 0px 50px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 2px solid white;
  border-radius: 20px;
}
.searchPopUp-input{
  width: 100%;
  border: none;
  outline: none;
  background: none;
  color: white;
  font-size: 25px;
}
.searchPopUp-input::placeholder{
  color: white;
}
.showSearch-container{
  transform: translateY(-70vh);
}
.popUp-btn{
  background: none;
  border: none;
  outline: none;
  padding: 5px;
  color: white;
}
.showMore-btn{
  background: none;
  border: none;
  outline: none;
}
.carousel-img{
    height : 110px;
    object-fit: cover;
}
@media (max-width: 599px) {
  .section-header{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #FF6F61;
    color: white;
    padding-block: 15vh;
    font-family: 'Quicksand', sans-serif;
  }
    nav{
        display: block;
        padding: 0;
        height: 10vh;
        margin: 10px;
        padding-block: 12px;
        border-radius: 30px;
        border-radius: 50px;
        /*-webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 10;*/
    }
    nav>.mobile-nav{
        display: flex;
        justify-content: space-between;
        padding-inline: 30px;
        margin-top: 5px;
    }
    nav>.mobile-nav>button{
        display: block;
        font-weight: bold;
        font-size: 25px;
        color: white;
    }
    nav>ul{
        display: block;
        margin: 0;
        padding: 0;
        width: 85%;
        margin-left: 30px;
        height: 85vh;
        color: black;
        padding-top: 20px;
        border-radius: 20px;
        transform: translate(-100vw);
        transition: .2s ease-in-out;
        border-radius: 20px;
        background: #ffffff;
        box-shadow:  -5px 5px 10px #adadad,
             5px -5px 10px #ffffff;
    }
    nav>ul>li{
      margin-block: 15px;
    }
    .show-list{
      transform: translate(0%);
    }
    .close-list{
      transform: translate(-100vw);
    }
    nav>ul>li>.search-group>.search-input{
        display: flex;
    }
    nav>ul>li:nth-child(1){
      text-align: center;
      font-size: 20px;
    }
    nav>ul>li>.search-group{
        display: flex;
        background: lightgray;
        padding: 10px;
        padding-right: 3px;
        border-radius: 30px;
        color: black;
    }
    nav>ul>li>.search-group>.search-input{
        border: none;
        outline: none;
        background: none;
        font-weight: bold;
    }
    nav>ul>li>.search-group{
      border-radius: 50px;
      background: #ffffff;
    }
    nav>ul>li>.fas{
      display: inline-block;
    }
    nav>ul>li:nth-child(1){
      display: block;
      text-align: right;
    }
    nav>ul>li:nth-child(1)>button{
      border: none;
      outline: none;
      background: none;
    }
    .my-card{
      background: #FF6F61;
      box-shadow:  -5px 5px 13px #d95e52,
             5px -5px 13px #ff8070;
    }
    .hidden-content{
      display: none;
      transition: .2s infinite;
    }
    .unhidden-content{
      display: flex;
    }
    .learn-more{
      display: flex;
    }
    .popUp-description{
      position: fixed;
      background: #FF6F61;
      box-shadow:  5px 5px 10px #d95e52,
             -5px -5px 10px #ff8070;
      color: white;
      z-index: 10;
      top: 0;
    }
    .popUp-description >.PopUp-descBtn{
      background: none;
      border: none;
      outline: none;
      color: white;
      margin-left: 90%;
      margin-bottom: 30px;
      font-size: 25px;
    }
    .popup-false{
      transform: translateY(-100vh);
      transition: .2s ease-in-out;
    }
    .popup-true{
      display: block;
      transition: .2s ease-in-out;
      transform: translateY(0%);
    }
    /*event styles for popUp windows*/
    .popUp-window{
      margin: 90px;
      background: #242526;
    }
    .cart-items>img{
      width: 90%;
      height: auto;
    }
}

/*Tablet responsive styles*/

@media only screen and (min-width: 768px) and (max-width: 899px) {
  .section-header{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #FF6F61;
    color: white;
    padding-block: 15vh;
    font-family: '', sans-serif;
  }
    nav{
        display: block;
        padding: 0;
        height: 10vh;
        margin: 10px;
        border-radius: 30px;
        border-radius: 50px;
        backdrop-filter: blur(8px);
        z-index: 10;
    }
    nav>.mobile-nav{
        display: flex;
        justify-content: space-between;
        padding-inline: 30px;
        margin-top: 5px;
    }
    nav>.mobile-nav>button{
        display: block;
        font-weight: bold;
        font-size: 25px;
        color: white;
    }
    nav>ul{
        display: block;
        margin: 0;
        padding: 0;
        width: 85%;
        margin-left: 60px;
        height: 85vh;
        padding-top: 20px;
        border-radius: 20px;
        color: black;
        transform: translate(-100vw);
        transition: .2s ease-in-out;
        border-radius: 20px;
        background: #ffffff;
        box-shadow:  -5px 5px 13px #d9d9d9,
             5px -5px 13px #ffffff;
    }
    nav>ul>li{
      margin-block: 15px;
    }
    .show-list{
      transform: translate(0%);
    }
    .close-list{
      transform: translate(-100vw);
    }
    nav>ul>li>.search-group>.search-input{
        display: flex;
    }
    nav>ul>li:nth-child(1){
      text-align: center;
      font-size: 20px;
    }
    nav>ul>li>.search-group{
        display: flex;
        background: lightgray;
        padding: 30px;
        padding-right: 3px;
        border-radius: 30px;
    }
    nav>ul>li>.search-group>.search-input{
        border: none;
        outline: none;
        background: none;
        font-weight: bold;
    }
    nav>ul>li>.search-group{
      border-radius: 50px;
      background: #ffffff;
      box-shadow:  -5px 5px 13px #d9d9d9,
             5px -5px 13px #ffffff;
    }
    nav>ul>li>.fas{
      display: inline-block;
    }
    nav>ul>li:nth-child(1){
      display: block;
      text-align: right;
    }
    nav>ul>li:nth-child(1)>button{
      border: none;
      outline: none;
      background: none;
    }
    .my-card{
      background: #FF6F61;
      box-shadow:  -5px 5px 13px #d95e52,
             5px -5px 13px #ff8070;
    }
    .hidden-content{
      display: none;
      transition: .2s infinite;
    }
    .unhidden-content{
      display: flex;
    }
    .learn-more{
      display: flex;
    }
    .popUp-description{
      position: fixed;
      background: #FF6F61;
      box-shadow:  5px 5px 10px #d95e52,
             -5px -5px 10px #ff8070;
      color: white;
      z-index: 10;
      top: 0;
    }
    .popUp-description >.PopUp-descBtn{
      background: none;
      border: none;
      outline: none;
      color: white;
      margin-left: 90%;
      margin-bottom: 30px;
      font-size: 25px;
    }
    .popup-false{
      transform: translateY(-100vh);
      transition: .2s ease-in-out;
    }
    .popup-true{
      display: block;
      transition: .2s ease-in-out;
      transform: translateY(0%);
    }
    

  }

.checkout-section{
  background: #FF6F61;
  color: white;
  border-radius: 0 0 30px 30px;
}
.cart-items>img{
  width: 20%;
  height: auto;
}
.cart-details{
  background: linear-gradient(145deg, #ff7768, #e66457);
  box-shadow:  22px 22px 45px #a3473e,
             -22px -22px 45px #ff9784;
}



/*Attempt*/


header{
    padding: 0;
    margin: 0;
}
body{
  font-family: 'Quicksand', sans-serif;
  transition: 2s ease alternate;
}
nav{
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    justify-content: space-between;
    left: 0;
    padding: 20px;
    padding-bottom: 10px;
    padding-inline: 50px;
    margin-top: 10px;
    margin-inline: 10px;
    font-family: 'comfortaa', sans-serif;
    /*-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);*/
    color: white;
    z-index: 10;


}
nav>.mobile-nav>img{
    width: 60px;
}
nav>ul{
    list-style: none;
    display: flex;
    margin-top: 10px;
    padding: 3px;
}
nav>ul>li{
    margin-inline: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: .2s ease-in-out;
}


nav>ul>li>.search-group{
    margin-top: 7.2px;
}
nav>ul>li>.search-group>.search-button{
    border: none;
    outline: none;
    background: none;
    color: white;
}
nav>ul>li>.search-group>.search-input{
    display: none;
}
nav>ul>li>.fas{
  display: none;
}
nav>ul>.welcome-text{
  display: none;
}
nav>ul>li:nth-child(1){
  display: none;
}
.section-header{
  background: #FF6F61;
  color: white;
  padding-top: 25vh;
  padding-bottom: 10vh;
  font-family: 'Quicksand', sans-serif;
  border-radius: 0 0 30px 30px;
}
.header-img{
  background: linear-gradient(315deg, #ff7768, #e66457);
  box-shadow:  -5px -5px 13px #d15b50,
             5px 5px 13px #ff8372;
  border: 2px solid white;
}
.logIn-btn{
  background: linear-gradient(225deg, #ff7768, #e66457);
  box-shadow:  -9px 9px 18px #ba5147,
             9px -9px 18px #ff8d7b;
  transition: transform 0.5s;
  border: 2px solid white;
}
.recom-cards{
  background: white;
  box-shadow:  5px 5px 10px #d5ccca,
             -5px -5px 10px #ffffff;
}
.recom-cards img{
  width: auto;
  height: auto;
}
.footerNav-list{
  list-style: none;
}
footer{
  border-radius: 10px 10px 0 0;
  background: #242526;
}
.footer-img{
  width: 60px;
}
.search-container{
  position: fixed;
  transform: translateY(-150vh);
  z-index: 100;
  transition: 1s ease;
  margin: 0 0 0px 50px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 2px solid white;
  border-radius: 20px;
}
.searchPopUp-input{
  width: 100%;
  border: none;
  outline: none;
  background: none;
  color: white;
  font-size: 25px;
}
.searchPopUp-input::placeholder{
  color: white;
}
.showSearch-container{
  transform: translateY(-70vh);
}
.popUp-btn{
  background: none;
  border: none;
  outline: none;
  padding: 5px;
  color: white;
}
.showMore-btn{
  background: none;
  border: none;
  outline: none;
}
@media (max-width: 599px) {
  .section-header{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #FF6F61;
    color: white;
    padding-block: 15vh;
    font-family: 'Quicksand', sans-serif;
  }
    nav{
        display: block;
        padding: 0;
        height: 10vh;
        margin: 10px;
        padding-block: 12px;
        border-radius: 30px;
        border-radius: 50px;
        /*-webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 10;*/
    }
    /*nav>.mobile-nav{
        display: flex;
        justify-content: space-between;
    }
    */
    
    nav>.mobile-nav>button{
        display: block;
        font-weight: bold;
        font-size: 25px;
        color: black;
    }
    nav>ul{
        display: block;
        margin: 0;
        padding: 0;
        width: 85%;
        margin-left: 30px;
        height: 85vh;
        color: black;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        padding-top: 20px;
        border-radius: 20px;
        transform: translate(-100vw);
        transition: .2s ease-in-out;
        border-radius: 20px;
        background: #ffffff;
        
    }
    nav>ul>li{
      margin-block: 15px;
    }
    .show-list{
      transform: translate(0%);
    }
    .close-list{
      transform: translate(-100vw);
    }
    nav>ul>li>.search-group>.search-input{
        display: flex;
    }
    nav>ul>li:nth-child(1){
      text-align: center;
      font-size: 20px;
    }
    nav>ul>li>.search-group{
        display: flex;
        background: lightgray;
        padding: 10px;
        padding-right: 3px;
        border-radius: 30px;
        color: black;
    }
    nav>ul>li>.search-group>.search-input{
        border: none;
        outline: none;
        background: none;
        font-weight: bold;
    }
    nav>ul>li>.search-group{
      border-radius: 50px;
      background: #ffffff;
    }
    nav>ul>li>.fas{
      display: inline-block;
    }
    nav>ul>li:nth-child(1){
      display: block;
      text-align: right;
    }
    nav>ul>li:nth-child(1)>button{
      border: none;
      outline: none;
      background: none;
    }
    .my-card{
      background: #FF6F61;
      box-shadow:  -5px 5px 13px #d95e52,
             5px -5px 13px #ff8070;
    }
    .hidden-content{
      display: none;
      transition: .2s infinite;
    }
    .unhidden-content{
      display: flex;
    }
    .learn-more{
      display: flex;
    }
    .popUp-description{
      position: fixed;
      background: #FF6F61;
      box-shadow:  5px 5px 10px #d95e52,
             -5px -5px 10px #ff8070;
      color: white;
      z-index: 10;
      top: 0;
    }
    .popUp-description >.PopUp-descBtn{
      background: none;
      border: none;
      outline: none;
      color: white;
      margin-left: 90%;
      margin-bottom: 30px;
      font-size: 25px;
    }
    .popup-false{
      transform: translateY(-100vh);
      transition: .2s ease-in-out;
    }
    .popup-true{
      display: block;
      transition: .2s ease-in-out;
      transform: translateY(0%);
    }
    /*event styles for popUp windows*/
    .popUp-window{
      margin: 90px;
      background: #242526;
    }
    .cart-items>img{
      width: 90%;
      height: auto;
    }
}

/*Tablet responsive styles*/

@media only screen and (min-width: 768px) and (max-width: 899px) {
  .section-header{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #FF6F61;
    color: white;
    padding-block: 15vh;
    font-family: '', sans-serif;
  }
    nav{
        display: block;
        padding: 0;
        height: 10vh;
        margin: 10px;
        border-radius: 30px;
        border-radius: 50px;
        backdrop-filter: blur(8px);
        z-index: 10;
    }
    nav>.mobile-nav{
        display: flex;
        justify-content: space-between;
        padding-inline: 30px;
        margin-top: 5px;
    }
    nav>.mobile-nav>button{
        display: block;
        font-weight: bold;
        font-size: 25px;
        color: white;
    }
    nav>ul{
        display: block;
        margin: 0;
        padding: 0;
        width: 85%;
        margin-left: 60px;
        height: 85vh;
        padding-top: 20px;
        border-radius: 20px;
        color: black;
        transform: translate(-100vw);
        transition: .2s ease-in-out;
        border-radius: 20px;
        background: #ffffff;
        box-shadow:  -5px 5px 13px #d9d9d9,
             5px -5px 13px #ffffff;
    }
    nav>ul>li{
      margin-block: 15px;
    }
    .show-list{
      transform: translate(0%);
    }
    .close-list{
      transform: translate(-100vw);
    }
    nav>ul>li>.search-group>.search-input{
        display: flex;
    }
    nav>ul>li:nth-child(1){
      text-align: center;
      font-size: 20px;
    }
    nav>ul>li>.search-group{
        display: flex;
        background: lightgray;
        padding: 30px;
        padding-right: 3px;
        border-radius: 30px;
    }
    nav>ul>li>.search-group>.search-input{
        border: none;
        outline: none;
        background: none;
        font-weight: bold;
    }
    nav>ul>li>.search-group{
      border-radius: 50px;
      background: #ffffff;
      box-shadow:  -5px 5px 13px #d9d9d9,
             5px -5px 13px #ffffff;
    }
    nav>ul>li>.fas{
      display: inline-block;
    }
    nav>ul>li:nth-child(1){
      display: block;
      text-align: right;
    }
    nav>ul>li:nth-child(1)>button{
      border: none;
      outline: none;
      background: none;
    }
    .my-card{
      background: #FF6F61;
      box-shadow:  -5px 5px 13px #d95e52,
             5px -5px 13px #ff8070;
    }
    .hidden-content{
      display: none;
      transition: .2s infinite;
    }
    .unhidden-content{
      display: flex;
    }
    .learn-more{
      display: flex;
    }
    .popUp-description{
      position: fixed;
      background: #FF6F61;
      box-shadow:  5px 5px 10px #d95e52,
             -5px -5px 10px #ff8070;
      color: white;
      z-index: 10;
      top: 0;
    }
    .popUp-description >.PopUp-descBtn{
      background: none;
      border: none;
      outline: none;
      color: white;
      margin-left: 90%;
      margin-bottom: 30px;
      font-size: 25px;
    }
    .popup-false{
      transform: translateY(-100vh);
      transition: .2s ease-in-out;
    }
    .popup-true{
      display: block;
      transition: .2s ease-in-out;
      transform: translateY(0%);
    }
    

  }
  
  

@media only screen and (max-width : 767px) {
    .text-field-input{
        display: flex;
        justify-content: space-between;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px){
    .text-field-input{
        display: flex;
        justify-content: space-between;
    }
}

.checkout-section{
  background: #FF6F61;
  color: white;
  border-radius: 0 0 30px 30px;
}
.cart-items>img{
  width: 20%;
  height: auto;
}
.cart-details{
  background: linear-gradient(145deg, #ff7768, #e66457);
  box-shadow:  22px 22px 45px #a3473e,
             -22px -22px 45px #ff9784;
}

