*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
.clr{
    clear:both;
}

.container {
    width:1200px;
    margin:auto;
}
.header{
    background-image:url(img/background.jpg);
    height:100vh;
    background-position: center center;
}

.header .nav {
    padding-top:20px;
}

.header .nav .logo {
    float:left;
    width:30%;
}

.header .nav .logo img {
    width:50%;
}

.header .nav .navbar{
    float:left;
    width:70%;
    padding-left: 300px;
    margin-top: 20px;
}

.header .nav .navbar ul {
    list-style:none;
    overflow:hidden;
    
}

.header .nav .navbar ul li {
    float:left;
    padding:0 20px;
}

.header .nav .navbar ul li a {
    color:#ffffff;
    text-decoration: none;
    font-size:24px;
    font-family:'Sansita Swashed', cursive ;
}
.header-content{
    text-align: center;
    padding-top:100px;
    color:#fff;
}

.header-content h1 {
    font-size:50px;
    margin-top:20px;
    margin-bottom:20px;
    font-family:  'Lora', serif;
}

.header-content p {
    font-size:20px;
    margin-top:20px;
    margin-bottom:20px;
    font-family: 'Montserrat Alternates', sans-serif;
}
.header .header-content .button {
    
    margin-top:40px;
    
}

.header .header-content .button a{
    text-decoration: none;
    font-size:20px;
    border: 2px solid #fff;
    padding: 20px;
    margin-top:20px;
    margin-left: 20px;
    color:white;
    background-color: black;
    font-family:'Sansita Swashed', cursive ;
}




.shopbycategory
{
    margin-top: 50px;
    background-color: rgba(21, 48, 36, 0.932);
    margin-bottom: 50px;
    padding-bottom: 60px;
   padding-left: 70px;
  
}
.shopbycategory h2
{
    font-size: 40px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-right: 9px;
    font-family: 'Sansita Swashed', cursive;
    color: #fff;
}
.shopbycategory h3
{
    padding-left: 40px;
    font-family: 'Josefin Slab', serif;
    color: #fff;
    padding-bottom: 30px;
}
.category1
{
    overflow: hidden;
    padding-bottom: 30px;
    padding-left: 80px;
}
.livingroom
{
    float: left;
    width: 25%;
    padding-right: 30px;
    
}
.livingroom img
{
width: 200px;
height: 200px;
border-radius: 200px;
border: 5px solid #fff;
}
.Bedroom
{
    float: left;
    width: 25%;
    padding-right: 30px;
}
.Bedroom img
{
    width: 200px;
    height: 200px;
    border-radius: 200px;
    border: 5px solid #fff;
}
.Electronices
{
    float: left;
    width: 25%;
    padding-right: 30px;
   
}
.Electronices img
{
    width: 200px;
height: 200px;
border-radius: 200px;
border: 5px solid #fff;
}
.Kitchen
{
    float: left;
    width: 25%;
    padding-right: 30px;
}
.Kitchen img
{
    width: 200px;
    height: 200px;
    border-radius: 200px;
    border: 5px solid #fff;
}
.category2
{
    overflow: hidden;
    padding-bottom: 30px;
    padding-left: 80px;
   

}
.Baby
{
    float: left;
    width: 25%;
    padding-right: 30px;
}
.Baby img
{
    width: 200px;
    height: 200px;
    border-radius: 200px;
    border: 5px solid #fff;
}
.Diningroom
{
    float: left;
    width: 25%;
    padding-right: 30px;
}
.Diningroom img
{
    width: 200px;
height: 200px;
border-radius: 200px;
border: 5px solid #fff;
}
.Access
{
    float: left;
    width: 25%;
    padding-right: 30px;
}
.Access img
{
    width: 200px;
    height: 200px;
    border-radius: 200px;
    border: 5px solid #fff;
}
.Offices
{
    float: left;
    width: 25%;
    padding-right: 30px;
}
.Offices img
{
    width: 200px;
    height: 200px;
    border-radius: 200px;
    border: 5px solid #fff;
}
/*  */ 
.whywe
{
    overflow: hidden;
    margin-bottom: 50px;
    padding-bottom: 100px;
    background: #f8f8f8;
    
}
.whywe h2{
    font-size: 40px;
    
    padding-top: 30px;
    padding-bottom: 40px;
    font-family: 'Sansita Swashed', cursive;
}
.whywe p 
{
    font-size: 17px;
    padding-bottom: 10px;
    font-family: 'Roboto Slab', serif;
    padding-right: 40px;
}
.why
{
    float: left;
    width: 60%;
}
.img
{
    float: left;
    width: 40%;
}
.img img
{
    width: 100%;
}
.services {
    margin-top:20px;
    text-align:center;
    padding-top: 20px;
    padding-left: 95px;
    background-color: rgba(21, 48, 36, 0.932);
    padding-bottom: 40px;

}
.services h2
{
    font-family: 'Sansita Swashed', cursive;
    color: #fff;
    font-size: 45px;
}
.services p{
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    color: #fff;

}

.services .services-items .services-item {
    float:left;
    width:30.33%;
    padding-left:10px;
    margin-top:20px;
}
.services .services-items .services-item p{
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    margin-top: 10px;
    color: #fff;

}
.services .services-items .services-item h3{
    font-family: 'Josefin Slab', serif;
    font-size: 25px;
    margin-top: 10px;
    color: #fff;

}


.services .services-items .services-item  img {
    width:100%;
    height: 300px;
}



.contactinf
{
    margin-top: 60px;
    background-color: #f8f8f8;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 70px;
    margin-bottom: 60px;
}
.contactinf .infcont
{
    float: left;
    width: 50%;
   
}
.contactinf .infcont h2
{
    color: #303030;
    font-size: 32px;
    margin-top: 30px;
    font-family: 'Sansita Swashed', cursive;

    margin-bottom: 30px;
}
.contactinf .infcont p
{
    color: #686868;
    font-size: 17px;
    font-family: 'Roboto Slab', serif;

    margin-bottom: 30px;
}
.contactinf .infcont ul
{
    margin-top: 30px;
    list-style-type: none;
    font-size: 19px;
    color: #686868;
}
.contactinf .infcont ul li
{
    padding-bottom: 36px;
    padding-left: 5px;
    font-family: 'Roboto Slab', serif;

    
}
.contactinf .infcont i 
{
    color: #fff;
    font-size: 17px;
   padding-top: 8px;
   padding-left: 9px;
   border-radius: 35px;
   background-color: rgba(21, 48, 36, 0.932);
   width: 35px;
    height: 35px;

}
.contactinf .infmap
{
    float: left;
    width: 50%;
}
.contactinf .infmap p
{
    width: 100%;
    font-family: 'Roboto Slab', serif;

}


.end1
{
    padding-top: 55px;
    overflow: hidden;
    background-color: rgba(16, 31, 24, 0.932);
    padding-bottom: 50px;
    padding-left: 50px;
}

.end1 h2
{
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'Josefin Slab', serif;

}
.end1 p{
    color: #969696;
    padding-bottom: 20px;
    font-size: 17px;
    font-family: 'Roboto Slab', serif;

}
.end1 .p1
{
    float: left;
    width: 25%;
    
}

.end1 .p3
{
    float: left;
    width: 25%;
    
}


.end1 .p2
{
    float: left;
    width: 25%;


}
.end1 .p4
{
    float: left;
    width: 25%;
}
.end1  ul 
{
    color: #969696;
    list-style-type :  none;
    
    
}
.end1 a
{
    color: #969696;
    font-family: 'Roboto Slab', serif;
    text-decoration: none;

}
  .end1 .symbol
  {
      padding-top: 10px;
  }
.end1 .symbol1 i
{
    font-size: 20px;

}
.end1 ul li
{
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 17px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    margin-left: 2px;
    line-height: 30px;
}