@import 'header.css';
@import 'style-home.css';
@import 'style-cms.css';
@import 'shop-style.css';
@import 'footer.css';
body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background:#f7f7f7;
}
a{
    text-decoration: none;
    color:#c09457;
}

a:hover{
    color:#c09457;
}
p{
    font-size: 16px;
    color:#c1bfc0;
    line-height: 25px;
    text-align: justify;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color:#c1bfc0;
    line-height: 25px;
}


ul.normal_list{
	list-style-type: disc;
	padding: 0;
    margin: 16px;
	padding-left: 10px;
	
	margin-left: 20px;
    font-size: 16px;
    color:#c1bfc0;
    line-height: 25px;
}

ol.normal_list{
    padding: 10;
    margin: 10;
    
	margin-left: 20px;
    font-size: 16px;
    color:#c1bfc0;
    line-height: 25px;
}


.tb-spacing{
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    position: relative;
}
.container{
    max-width: 1230px;
}
.bold-btn{
    font-weight: 600;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.jokers_img-responsive{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.jokers_img-responsive img{
    width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.jokers_img-responsive:hover img{
    transform: scale(1.5);
}
.jokers_cms-title {
    font-size: 40px !important;
    margin-bottom: 55px !important;
}
/* ===== Scrollbar CSS ===== */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
::-webkit-scrollbar-thumb {
    background: #c09457;
}
.bg-black{
    background-color: #000 !important;
}
.link-color{
    color: #c09457;
}