
  /* margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  text-decoration: none; */
  *{
    font-family:' Nunito',sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
    outline: none;
    border: none;
    text-decoration: none;
    transition: all .2s linear;
}
html{
  
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}

body {
  min-height: 100vh;
}

.pic img{
  width: 100%;
  
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #294f96;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}
/* header .logo {
  
  font-size: .5rem;
  color: #ffffff;
  font-family: "Courier New", Courier, monospace;
} */
header .logo img{
height: 5rem;
width: 15rem;
/* color: #ffffff;
background-color: #ffffff; */

}
header .navbar ul li {
  position: relative;
  float: left;
  list-style: none;
}
header .navbar ul li a {
  font-size: 1.3rem;
  padding: 20px;
  color: #d7dae7;
  display: block;
}
header .navbar ul li a:hover {
  background: #8791cc;
  color: #d7dae7; 
  border-radius: 1.5rem;
}
header .navbar ul li ul {
  position: absolute;
  left: 0;
  width: 180px;
  background: #294f96;
  display: none;
}
header .navbar ul li ul li {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .navbar ul li ul li ul {
  left: 180px;
  top: 0;
}
header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul {
  display: initial;
}

#menu-bar {
  display: none;
}
header label {
  font-size: 1.8rem;
  color: #d7dae7;
  cursor: pointer;
  display: none;
}

/* about start  */

.about .row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* box-shadow: 0 1rem 2rem rgba(63, 15, 236, 0.1); */
}
.about .row .image{
  flex:1 1 45rem;
}
.about .row .image img{
  width: 100%;
}
.about .row .content{
  flex:1 1 45rem;
  padding: 1rem;
  background: #ffffff; 
}
.about h3{
  color:rgb(45, 44, 44);
  font-size: 2rem;
}
.about p{
  color: #505052;
  font-size: 1.2rem;
  line-height: 1.5; 
  padding: 1rem 0;
}

/* about end */


/* category start */

.heading{
  text-align: center;
  color:rgb(25, 23, 23);
  text-transform: uppercase;
  padding: 3.5rem;
  font-size: 2.5rem;
  text-decoration: underline;
}
.heading span{
  color: #294f96;
  text-transform: uppercase;
}
.category .box-continer{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(20rem,2fr));
  gap: 1rem;
}
.category .box-continer .box{
  text-align: center;
  padding: 2rem;
  width: auto;
  box-shadow: 0 1rem 2rem rgba(63, 15, 236, 0.1);
}

.category .box-continer .box.p .l h2{
  color: #ffffff;
  font-size: 13rem;
}

.category .box-continer .box .image{
  padding: 2.5rem 0;
}
.category .box-continer .box .image img{
  height: 10rem;
  width: 17rem;
}

 .category .box-continer .box .l img{
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  font-size: 1.5rem;
  color:#505052;
  margin: .3rem;
  border-radius: 1rem;
cursor: pointer;
  box-shadow: 0 5rem 2rem rgba(57, 8, 235, 0.1);
}
.category .box-continer .box .l h3{
  font-size: .9rem;
  cursor: pointer;
}

 .category .box-continer .box .l:hover{
  background:#294f96;
  color: #ffffff;
  border-radius: .5rem;
} 

.category .box-continer .box .p{
  display: flex;
  width: auto;
  height: auto;
  border-radius: 5rem;
  position: relative;
  align-items: center;
  margin-top:2rem;
  justify-content: space-around;
  padding: .5rem;
}
.category .box-continer .box .p h3{
  font-size: .6rem;
  font-weight: bold;
}

.category .box-continer .box .content h3{
  color:  rgb(35, 34, 34);
  font-size: 2rem;
}
.category .box-continer .box .content p{
  color: #505052;
  padding-top: .5rem;
}
.category .box-continer .box .content .stars{
  padding: 1.5rem;
}
.category .box-continer .box .content .stars i{
  font-size: 1.7rem;
  color: red;
}
.category .box-continer .box .content .price{
  color: black;
  font-size: 1.5rem;
}
.category .box-continer .box .content .price span{
  text-decoration: line-through;
  font-weight: bold;
  font-size: 1rem;
}

/* category end */



 /* pillows start  */


 .pillows .box-continer{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(20rem,2fr));
  gap: 1rem;
}
.pillows .box-continer .box{
  border: var(--border);
  /* text-align: center; */
}
.pillows .box-continer .box .image{
  /* height: 25rem; */
  overflow: hidden;
  /* width: 100%; */
  box-shadow: 0 1rem 2rem rgba(57, 8, 235, 0.1); 
}
.pillows .box-continer .box .image img{
  /* height: 100%; */
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}
/* .blogs .box-continer .box .image:hover{
transform: scale(1.1);
}  */
.pillows .box-continer .box .content{
  padding: 2.5rem;
  box-shadow: 0 1rem 2rem rgba(57, 8, 235, 0.1);     
}
.pillows .box-continer .box .content .title{
  font-size: 2rem;
  line-height: 1.5;
  color: black;
  font-weight: bold;
}
.pillows .box-continer .box .content .title:hover{
  color:#294f96;

}
.pillows .box-continer .box .content .rah{
  color: #505052;
  display: block;
   padding-top: .5rem;
  font-size: 1.1rem;
  /* text-decoration: dotted; */
}
/* .pillows .box-continer .box .content p{
  font-size: .6rem;
  line-height: 1;
  color: #ccc;
  padding: 1rem 0;
} */
.pillows .box-continer .box .content .p{
  display: flex;
  width: auto;
  height: auto;
  background: #294f96;
  border-radius: 1.5rem;
  position: relative;
  align-items: center;
  margin-top:2rem;
  justify-content: space-around;
  padding: .5rem;
}
.pillows .box-continer .box .content .p  h2{
  color: #ffffff;
  font-size: 1.3rem;
  /* padding-left:5.5rem ; */
}
.pillows .box-continer .box .content .p  h3{
  color: #ffffff;
  padding-top: .5rem;
}

/* pillows end */


/* Contact start */

.contact .row{
  display: flex;
  /* align-items: center; */

  flex-wrap: wrap;
  gap: 2rem;

}
.contact .row .map{
flex: 1 1 45rem;
width: 100%;
object-fit: cover;
}
.contact .row form{
flex: 1 1 45rem;
padding: 5rem 2rem;
text-align: center; 
}
.contact .row form h3{
text-transform: uppercase;
font-size: 2rem;
color: black;
}
.contact .row form .inputbox{
display: flex;
justify-content: space-evenly;
align-items: center;
/* margin-top: 2rem;
margin-bottom: 2rem; */
margin: 2rem 0;
background: #294f96;
padding: 1.5rem;
/* border: 1px solid black; */
}
.contact .row form .inputbox .a i{
font-size: 1.5rem;
color: #ffffff;
cursor: pointer;
} 
.contact .row form .inputbox .a i:hover{
  color: #294f96;
  background: #ffffff;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  text-align: center;
  border-radius: 2rem;
}
.contact .row form .inputbox .b{
  color: #d7dae7;
}

/* contct end */





/* .contact .row form .inputbox span{
color:#ffffff;
font-size: 2rem;
padding-left: 2rem;
}
.contact .row form .inputbox input{
width: 100%;
padding: 2rem;
font-size: 1.7rem;
color:#ffffff;
text-transform: none;
background: none;
}  
.contact .row form .inputbox h3{
  width: 100%;
  padding-right: 5rem;
  font-size: 1.5rem;
  color:#ffffff;
  text-transform: none;
  background: none;
  } */
  /* .contact .row form .inputbox{

  } */

  /* Footer start */

  .footer{
    background:#294f96;
    /* text-align: center; */
}
.footer .share{
   padding: 1rem 0;
   text-align: center;
}
.footer .share a{
   height: 5rem;
   width: 5rem;
   line-height: 5rem;
font-size: 1.9rem;
color:#d7dae7;

margin: .5rem;
border-radius: 50%;
}
.footer .share a:hover{
  background: #d7dae7;
  color: #294f96; 
  border-radius: 1.5rem;
}
.footer .links{
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   padding: 3rem 0;
   gap: 1rem;
}
.footer .links a{
   padding: .2rem .5rem;
   color: #d7dae7;
   font-size: 1.5rem;
}
.footer .links a:hover{
  background: #d7dae7;
  color: #294f96; 
  border-radius: .7rem;
   /* letter-spacing: .1rem; */
}
.footer .credit p{
font-size: 2rem;
color: #d7dae7;
font-weight: bold;
text-align: center;
padding: 1.5rem;
text-decoration: underline;
}
.footer .tar {
  color: #d7dae7;
padding-left: 2rem;
}
 .footer .tar ul li{
padding: .4rem;
}

/* footer end */












@media (max-width: 900px) {
  header {
    padding: 20px;
  }
  header label {
    display: initial;
  }
  header .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #294f96;
    border-top: 1 solid rgba(0, 0, 0, 0.1);
    display: none;
  }
  header .navbar ul li {
    width: 100%;
  }
  header .navbar ul li ul {
    position: relative;
    width: 100%;
  }
  header .navbar ul li ul li {
    background: #294f96;
  }
  header .navbar ul li ul li ul {
    width: 100%;
    left: 0;
  }
  #menu-bar:checked ~ .navbar {
    display: initial;
  }
}
