@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html, body {
  padding: 0;
  margin: 0;
  font-family: Poppins;
  overflow-x: hidden;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}

#myBtn:hover {
  background-color: #555;
}

.nav {
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0%;
  -webkit-box-shadow: 3.5px 3px 16px -2px #e8e7e7;
  -moz-box-shadow: 3.5px 3px 16px -2px #e8e7e7;
  box-shadow: 3.5px 3px 16px -2px #e8e7e7;
}

a {
  text-decoration: none;
  color: rgb(234, 37, 37);
}

ul, li {
  display: inline;
  padding: 25px;
}

button {
  display: none;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
  margin: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

button i {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #000;
  margin: 5px 0;
  border-radius: 3px;
}

nav {
  margin-left: auto;
  margin-right: 0%;
  padding: 0%;
  font-family: Poppins;
}

nav li input {
  outline-width: 0px;
  border: none;
  background-color: transparent;
}

nav li:last-child {
  background-color: #b6b3b346;
  border-radius: 50px;
  padding: 1rem;
}

nav li input::placeholder {
  font-size: 1.1em;
}

nav a {
  color: black;
  margin-right: 0%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  button {
    display: block;
  }
  nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
  }
}
#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: red;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
}


#myBtn:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}


button {
  float: right;
}


a.ac {
  background-color: blue;
  color: beige;
  padding: 18px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}



button {
  float: right;
}


/* .inp {
  padding: 3px 40px;
  border-radius: 5px;
  border: none;
  width: 350px;
  height: 30px;
  box-shadow: 2px 3px;
  box-shadow: 7px 7px 7px grey;
  border-radius: 5px;
} */


.pic {
  position: relative;
  /*width: 1520px;*/
  height: 580px;
  background-image: url("../img/pic.jpg");
  background-size: cover;
  border: 2px solid rgb(178, 175, 175);
  background-repeat: no-repeat;
  /* position: fixed; */
}


.wrapper {
  display: flex;
  justify-content: center;
  margin-right: 20%;
}

.cta {
    display: flex;
    padding: 5px 25px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: white;
    background: #ff2e69;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
}

.cta:focus {
   outline: none; 
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #FBC638;
}

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

  span {
    transform: skewX(15deg) 
  }

  span:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
  }
  
/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #FBC638;
    }
    100% {
        fill: white;
    }
}



.ale {
  width: 500px;
  height: 500px;
  margin-left: 200px;
  margin-top: 180px;
  font-family: Poppins;
  font-size: 14px;
}

#heading{
  font-family: Agbalumo;
}

#heading1{
  font-family: Poppins;
  font-weight: 900;
}


marquee {
  position: fixed;
}


.shop-with-us {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3em;
}
.red {
  color: red;
}
.why {
  /* background-color: lightgrey;*/
  display: flex;
  flex-direction: column;
  width: 100vw;
  justify-content: space-between;
}


.icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 5em;
  color: #ff5e59;
}


.tags {
  display: flex;
  justify-content: space-around;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 3rem;
  color: rgb(81, 81, 81);
  font-family: Poppins;
}


.boy {
  position: relative;
  /*width: 1520px;*/
  height: 480px;
  background-image: url("../img/new.jpg");
  background-size: cover;
  border: 2px solid rgb(178, 175, 175);
  background-repeat: no-repeat;
}


.new {
  width: 502px;
  height: 500px;
  margin-left: 800px;
  margin-top: 120px;
  font-family: Poppins, sans-serif;
}


.now {
  width: 110px;
  height: 40px;
  background-color: aqua;
  /*color: white;*/
  text-align: center;
  margin-top: 2px;
  font-size: 20px;
  border-radius: 15px;
  padding-top: 8px;
}

.heading2{
  font-family: Agbalumo, sans-serif;
}

.heading3{
  font-family: Poppins, sans-serif;
}


.tom {
  background-color: rgb(242, 14, 14);
  width: 120px;
  height: 5px;
  margin-left: 675px;
}


.products {
  width: 100vw;
  display: flex;
  justify-content: space-around;
  margin-bottom: 3rem;
}


.main {
  height: 550px;
  /* background-color: rgb(240, 228, 228);*/
  background-color: whitesmoke;
  width: 400px;
  margin: 50px;
  padding-left: 55px;
  float: left;
  /*border: 2px solid grey;*/
  /*box-shadow: 4px 5px 10px 15px rgb(231, 207, 207);*/
}


.x {
  height: 400px;
  width: 350px;
  /*border: solid; */
  object-fit: cover;
  margin: 50px 50px;
  float: left;
  bottom: 50px;
  right: 50px;
}


.x,
img {
  text-align: center;
  position: relative;
  /*width: 300px*/
}


.y {
  height: 100px;
  width: 350px;
  /* border: solid; */
  margin: 50px 50px;
  float: left;
  position: relative;
  bottom: 150px;
  right: 50px;
}


.price {
  display: inline;
  padding-left: 20px;
}


#overflow {
  font-size: 40px;
}


.buy {
  position: relative;
  top: 3px;
  /*left: 12px;*/
  right: 45px;
  font-weight: bold;
  /*border: 3px solid black;*/
  box-shadow: 7px 7px 7px grey;
  border-radius: 5px;
  font-size: 20px;
  border: none;
  width: 300px;
  /*background-color: aqua;*/
  background-color: lightblue;
  position: relative;
}


.cart {
  position: relative;
  top: 15px;
  /*left: 12px;*/
  right: 45px;
  font-weight: bold;
  /*border: 3px solid black;*/
  box-shadow: 7px 7px 7px grey;
  border-radius: 5px;
  font-size: 20px;
  border: none;
  width: 300px;
  background-color: lightblue;
  position: relative;
}


.last {
  background-color: rgb(24, 23, 23);
  width: 1520px;
  height: 50px;
  position: absolute;
  /* margin-top: 2000px; */
  color: aliceblue;
  text-align: center;
  padding-top: 20px;
}


.view {
  background-color: black;
  width: 400px;
  height: 60px;
  /*position: relative;*/
  /*top: 50px;  */
  text-align: center;
  padding-top: 15px;
  font-size: 24px;
  border-radius: 200px;
  margin-left: 550px;
  box-shadow: 7px 7px 7px grey;
}


.main1 {
  width: 100%;
  height: 1800px;
  background-color: white;
}
.iii {
  transition: all 0.3s ease;
}
.iii:hover {
  display: inline-block;
  transform: scale(1.1, 1.1);
}


.smedias {
  font-size: 30px;
  width: 40%;
  display: flex;
  justify-content: space-around;
}


.blaa {
  color: aliceblue;
}


.blaa:hover {
  color: aqua;
}


#tc {
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.5rem;
}


.categoryBox {
  width: 98%;
  margin-left: 30px;
  margin-top: 20px;
}


.categoryBox img {
  width: 16%;
  padding: 0px;
}


#thtbm {
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.5rem;
}


.thtbm {
  width: 97%;
  margin-left: 35px;
}


.thtbm img {
  width: 48%;
  margin-left: 12px;
  margin-top: 12px;
  padding: 0px;
}


/* Footer styles */


.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 30px;
  color: aliceblue;
  background-color: black;
}


.footer-secondary {
  width: 40%;
  display: flex;
}


.address {
  width: 50%;
  /* padding-left: 10px; */
  /* background-color: rgb(182, 182, 194); */
}


.imgl {
  width: 200px;
  background: white;
}


.menu {
  width: 50%;
  /* background-color: rgb(119, 119, 122); */
}


.account {
  width: 20%;
  /* background-color: blue; */
}


.footer1 {
  width: 100%;
  height: 50px;
  background-color: black;
  text-align: center;
  padding-top: 14px;
}


.menu1 a {
  color: white;
}


.acc1 a {
  color: white;
}


.acc1 a:hover {
  color: white;
}


@media only screen and (max-width: 600px) {
  .footer {
    flex-direction: column-reverse;
  }


  .footer-secondary,
  .address {
    width: 100%;
    margin-bottom: 20px;
  }


  .footer-secondary {
    margin-bottom: 40px;
  }
}


