*{
    padding: 0;
    margin: 0;
}
@font-face{
    font-family: vaziri;
    src: url("Vazirmatn/Vazirmatn-VariableFont_wght.ttf");
}
body{
    font-family: vaziri !important;
}
.all-buttons{
    background-color: white;
    transition-duration: 0.5s;
    border: 1px solid #9bcb3c;
}
.all-buttons:hover{
    color: white;
    background-color: #9bcb3c;
}
.all-indicators button {
    background-color: #6c757d !important;
}
.all-indicators .active{
    background-color: #343a40;
}
/* start nav in xl size */
nav{
    background-color: #9bcb3c;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
/* end nav in xl size */
/* start nav in sm size */
.offcanvas-body {
    direction: rtl !important;
}
.accordion-button {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.accordion-item {
    border: none !important;
}
/* end nav in sm size */
/* start slider in xl size */
.slider-img{
    width: 100%;
    height: 500px;
    object-fit: cover;   
    background-position: center;
}
/* end slider in xl size */
/* start Heroes section in xl size */
.heroes-card{
    overflow: hidden;
}
.heroes-card img{
    transition: transform 0.3s ease-in-out;
    width: 100%;
}
.heroes-card:hover img{
    transform: scale(1.1);
}
/* end Heroes section in xl size */
/* start Heroes section in sm size */
.carousel-btn{
    background-color: white;
    border: none;
    padding: 2px 15px;
}
/* end Heroes section in sm size */
/* start events section in xl size */
.events-card{
    transition: transform 1s ease, box-shadow 0.3s ease; 
}
.events-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
/* end events section in xl size */
/* start events section in sm size */
.events-card-sm{
    transition: transform 1s ease, box-shadow 0.3s ease;
}
.events-card-sm:hover{
    transform: translateY(-10px); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.events-card-sm img{
    height: 200px;
    object-fit: cover;
}
/* end events section in sm size */
/* start sports section in xl size */
.sports-card{
    transition-duration: 0.5s;
}
.sports-card:hover{
    border: 2px solid #9bcb3c;
}
/* end sports section in xl size */
/* start footer  */
footer{
    background-color: #9bcb3c;
}
.footer-items{
    color: black !important;
}
.footer-items:hover{
    color: #eff669 !important;
}
/* end footer */