@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&family=Fjalla+One&family=Inter:wght@600&family=Josefin+Sans&family=Kanit:wght@600&family=Lato:wght@700&family=Montserrat&family=Poppins:wght@400;500;600&family=Roboto:wght@700&family=Rubik&family=Teko&display=swap");
body {
  font-family: "DM Sans", sans-serif;
  font-family: "Fjalla One", sans-serif;
  font-family: "Inter", sans-serif;
  font-family: "Josefin Sans", sans-serif;
  font-family: "Kanit", sans-serif;
  font-family: "Lato", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-family: "Poppins", sans-serif;
  font-family: "Roboto", sans-serif;
  font-family: "Rubik", sans-serif;
  font-family: "Teko", sans-serif;
  position: relative;
}

ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
  line-height: 60px;
  color: #000000;
  font-weight: bold;
}

.top {
  background-color: rgb(4, 4, 126);
  color: white;
  font-family: "Lora", serif;
}

.buy {
  background: #c4ec26;
  border: none;
  color: rgb(4, 4, 126);
  font-family: "Lora", serif;
}

.header {
  background: #03036B;
  color: white;
}

.button {
  background-color: #c4ec26;
  color: #03036B;
  border: none;
}

.button:hover {
  background-color: #03036B;
  color: #ffffff;
  border: 1px solid white;
}

.signin a {
  text-decoration: none;
  color: white;
}

.search {
  border-radius: 0px 4px 4px 0px;
  background-color: #c4ec26;
  border: none;
}

.input {
  border: none;
  border-radius: 4px 0px 0px 4px;
}

.help {
  color: #03036B;
}
.help a {
  color: #03036B;
}

.icon {
  width: 50px;
  height: 50px;
  background-color: #c4ec26;
  border-radius: 50%;
  position: relative;
  text-align: center;
  font-size: 30px;
  padding: 2px;
  -webkit-animation: anima 1.6s linear infinite;
          animation: anima 1.6s linear infinite;
}

@-webkit-keyframes anima {
  0% {
    opacity: 0;
  }
}

@keyframes anima {
  0% {
    opacity: 0;
  }
}
.icon:hover {
  background-color: #000000;
}

.search input {
  font-family: "DM Sans", sans-serif;
  width: 350px;
  height: 50px;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  border: none;
  background: #f9f9f9;
}

.search button {
  font-family: "DM Sans", sans-serif;
  width: 80px;
  height: 50px;
  padding: 10px;
  border-radius: 0 5px 5px 0;
  border: none;
  background: #c4ec26;
}

.nav {
  font-family: "DM Sans", sans-serif;
  background: #c4ec26;
}
.nav a {
  text-decoration: none;
  color: #03036B;
  font-family: "DM Sans", sans-serif;
}

.p {
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
}

.category-content {
  font-size: 25px;
  font-weight: 300;
}

.text {
  color: #0f0fb1;
  padding-top: 15px;
}

.images img:hover {
  scale: 1.1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-animation: linear;
          animation: linear;
}

.slider {
  width: 500px;
  margin: 0px auto;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.slid {
  position: relative;
  background-color: rgb(222, 217, 217);
}

.box {
  background-color: gainsboro;
  height: 300px;
  padding: 30px;
}

.top-selling {
  background-color: rgb(5, 5, 159);
  color: white;
  padding: 20px;
}

.heading {
  top: 0;
  position: absolute;
  text-align: center;
}

.shopsave {
  width: 400px;
}

.sofa {
  width: 100%;
}

.dealof {
  background-color: rgb(5, 5, 159);
  color: white;
  padding: 20px;
}

.newlook img:hover {
  scale: 1.1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.world i {
  font-size: 45px;
}

.world i:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.world1 i {
  font-size: 45px;
  color: navy;
}

.input input {
  width: 500px;
}

.but:hover {
  background-color: navy;
  color: white;
}

.but {
  background-color: #CFF4FC;
}

.p {
  margin-right: -10px;
}/*# sourceMappingURL=style.css.map */