@import url('https://fonts.googleapis.com/css2?family=Manrope&family=Montserrat:wght@600&family=Poppins&family=Quicksand&display=swap');

#popular{
  margin-left: 70px;
  font-family: poppins;
}
#popular2{
  margin-left: 15px;
  font-family: poppins;
}

.slider {
  width: 100%;
  height: 200px;
  position: relative;
  margin: auto;
  overflow-x: scroll;
  overflow-y: hidden;
}

.swiper-slide p{
  /* height: 40%; */
  /* width: 40%; */
  font-family: montserrat;
}



.image h3{
  font-family: poppins;
}
.image2 h3{
  font-family: poppins;
}
.image button{
  padding: 5px 5px;
  background-color: #3c3c3c;
  color: #fff;
  font-family: montserrat;
}
.image2 button{
  padding: 5px 5px;
  background-color: #3c3c3c;
  color: #fff;
  font-family: montserrat;
}

#imgMob{
  margin: auto;
  width: 45%;
  height: 60%;
  margin-bottom: 10px;
  border: 1px solid red;
}

.slider::-webkit-scrollbar {
  display: none;
}

.slider .slide {
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s left ease-in-out;
}

.slider .item {
  margin-right: 10px;
}

.slider .item:last-child {
  margin-right: 0;
}

.ctrl {
  text-align: center;
  margin-top: 5px;
}

.ctrl-btn {
  padding: 20px 20px;
  min-width: 50px;
  background: #fff;
  border: none;
  border-radius: 55%;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  outline: none;

  position: absolute;
  top: 50%;
  margin-top: -27.5px;
}

.ctrl-btn.pro-prev {
  left: 0;
}

.ctrl-btn.pro-next {
  right: 0;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'none';
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'none';
}

.swiper {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* border: 1px solid red; */
  width: 100%;
  height: 100%;
}

.fa-circle-chevron-right,.fa-circle-chevron-left {
  font-size: 30px;
  color: #fff;
  background-color: grey;
  border-radius: 35px;
}

.swiper-slide {
  text-align: center;
  margin: auto;
  font-size: 13px;
}

.mySwiper {
  background-color: #fff;
  width: 90%;
  padding: 10px 10px;
}

.mySwiper2 {
  background-color: #fff;
  width: 90%;
  padding: 10px 10px;
}

.image img {
  transition: transform .5s;
  width: 150px;
  /* border: 1px solid purple; */
}
.image2 img {
  transition: transform .5s;
  width: 150px;
  /* border: 1px solid purple; */
}

.image button {
  width: 69%;
  /* border: 1px solid red; */
}
.image2 button {
  width: 69%;
  /* border: 1px solid red; */
}

.image{
  /* cursor: pointer; */
  height: 320px;
  /* border: 1px solid green; */
}
.image2{
  /* cursor: pointer; */
  height: 320px;
  padding: 20px 0px;
  /* border: 1px solid green; */
}

.image img:hover{
  transform: scale(1.2);
}

.image2 img:hover{
  transform: scale(1.2);
}

#mobimg{
  width: 55%;
  height: 70%;
  margin: auto;
  margin-top: 5px;
  /* margin-bottom: 2px; */
  /* border: 1px solid red; */
}
#mobimg img{
  width: 93%;
}

#mobtitle,#mobprice{
  margin-bottom: 5px;
  /* border: 1px solid red; */
}
#mobbtn button{
  border-radius: 5px;
  padding: 7px;
  border: none;
  cursor: pointer;
}
#mobbtn button:hover{
  background-color: #2196F3;
  color: #fff;
  transform: scale(1.2);
}
#homebtn button{
  border-radius: 5px;
  padding: 7px;
  border: none;
  cursor: pointer;
}
#homebtn button:hover{
  background-color: #2196F3;
  color: #fff;
  transform: scale(1.2);
}

#furbtn button{
  border-radius: 5px;
  padding: 7px;
  border: none;
  cursor: pointer;
}
#furbtn button:hover{
  background-color: #2196F3;
  color: #fff;
  transform: scale(1.2);
}

#homeimg{
  width: 80%;
  height: 60%;
  margin: auto;
  margin-bottom: 10px;
  /* border: 1px solid red; */
}
#homeimg img{
  width: 75%;
  height: 100%;
}

#hometitle,#homeprice{
  margin-bottom: 10px;
  /* border: 1px solid red; */
}

#furimg{
  width: 90%;
  height: 40%;
  margin: auto;
  /* margin-top: 20px; */
  /* border: 1px solid red; */
}

#furimg img{
  width: 90%;
  height: 100%;
  /* border: 1px solid red; */
}

#furtitle{
  margin-bottom: 15px;
  margin-top: 40px;
  /* border: 1px solid red; */
}
#furprice{
  margin-bottom: 15px;
  /* border: 1px solid red; */
}

#h1 {
  font-family: montserrat;
  text-align: center;
}

#container {
  /* border: 1px solid red; */
  width: 96%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
}

#container>div {
  background-color: #fff;
  width: 30%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  /* border: 1px solid green; */
}

#container>div>img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /* border: 1px solid red; */
}

#container>div>div {
  padding: 15px 10px;
  border: 1px solid #ECEFF1;
}

#container>div>div>a {
  text-decoration: none;
  color: black;
}

.spacebtw {
  padding: 10px 10px;
  /* border: 1px solid green; */
  display: flex;
  justify-content: space-between;
}

.spacebtw a{
  font-family: poppins;
}

.fa-chevron-right {
  font-size: 13px;
  color: grey;
  background-color: #fff;
}

#bbc {
  /* border: 1px solid; */
  width: 90%;
  margin: auto;
  padding: 2px 25px;
  text-align: left;
}

#caty {
  display: flex;
  background-color: #fff;
  width: 90%;
  margin: auto;
  padding: 10px 10px;
}

#caty > div{
  padding: 20px 10px;
  transition: transform .2s;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
#caty > div:hover{
  /* border: 1px solid #2196F3; */
  transform: scale(1.5); 
  background-color: #2196F3;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: montserrat;
  font-size: 16px;
  margin: 35px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #d2652d;
}

.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #d2652d;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.snip1533 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}

#review{
  width: 75%;
  margin: auto;
  display: flex;
  justify-content: center;
  /* border: 1px solid red; */
}

.fa-couch,.fa-car,.fa-book,.fa-laptop,.fa-cat,.fa-house-chimney{
  font-size: 40px;
}