.bazarcolumn{
    padding-top: 20px;
    padding-bottom: 20px;
}
.set-thumb{
    border: 1px solid #000;
    padding: 5px;
    background-color: #fff8e7;
}
.set-title{
    background: #000;
    margin-top: 8px;
    padding: 5px;
    font-size: 32px;
    color: #fff;
}
.heading-bazar{
     /* background-color: #3C1558; */
     padding: 30px;    
     margin-top: 5px !important;
}
.heading-bazar h1{
    text-align: center;
    color: #fff
}
.set-price{
    font-size: 26px !important;
    color: #fff;
    padding: 5px;
    background-color: blue;
    margin-top: 20px;
    margin-bottom: 20px;
}
.thum-desc{
    padding: 5px;
    font-size: 16px !important;
    font-weight: bold;
    /* background-color: #3c1558; */
    color: #fff !important;
}
.set-shadow{
  transition: 1s;
}
.set-shadow:hover{
    box-shadow: 0px 5px 10px 8px #888888;
    transition: 1s;
}
.set-archive{
    float: right;
    margin-top: 20px;
    border-bottom: 20px !important;
    position: relative;
    bottom: 20px;
}

/*********************slider css************************/
 /* * {box-sizing: border-box}  */



/* Style tab links */
.slideone {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%; 
} 
 
.slideone:hover {
  background-color: #777;
} 
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: rgba(255, 255, 255, 0.534);
  display: none;
  padding: 100px 20px;
  height: 100%;
  background-color: darkgrey;
} 
 .main-slider{
    width: 500px;
    margin-bottom: 200px;
    margin-right: 60px !important;
}
.set-caption{
    padding-top: 120px !important;
}
/* #Home {background-color: red;}
#News {background-color: green;}
#Contact {background-color: blue;}
#About {background-color: orange;} */