@font-face {
    font-family: "irsans";
    src: url(../fontawesome-free-6.6.0-web/IRANSans.ttf);
}

body {
    font-family: irsans !important;
    background-color: #121212;
}

a {
    text-decoration: none !important;
}

.my-nav-sibotv {
    z-index: 1000000;
    background: black !important;
    position: fixed !important;
    margin-top: 0px !important;
    width: 100%;
}

@media (min-width: 800px) {
    .my-nav-sibotv {
        padding: 10px 60px;
    }
}


.my-btn-search-smal {
    color: #e0e0e0;
    cursor: pointer;
    padding: 5px 10px;
    margin-left: 10px !important;
    text-align: center;
    font-size: 120%;
}
.nav-icon {
    margin: 0px 9px;

}
.n-i-2 {
    background: -webkit-linear-gradient(90deg, rgba(233, 97, 0, 1) 0%, rgba(232, 96, 0, 1) 35%, rgb(122, 35, 0) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.sitefilter{
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 18px 30px;
    border-radius: 12px;
    background-color: #37383e;
    color: #fff;
}

.searchbox{
    width: 100%;
    border: none;
    border-radius: 12px;
    background-color: #37383e;
    height: 60px;
    padding: 16px 65px !important;
    font-size: 14px;
}
.search-icons{
position: absolute;
top: 20px;
right: 40px;
color: white;
font-size: 20px;
}
.checkbox-container {
    align-items: center;
    padding: 10px ;
    border-bottom: 1px solid #666666;
}
.radio-container{
    align-items: center;
    padding: 10px ; 
}
.checkbox-container label{
margin-right: 25px;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 5px;
    position: relative;
    cursor: pointer;
  
}
input[type="checkbox"]:checked {
    background-color: rgba(233, 97, 0, 1);
    border-color: rgba(233, 97, 0, 1);
}
input[type="checkbox"]:checked::after {
    content: '\2713'; 
    color: white;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.textLabel{
    padding-right: 8px;
}
.menu-btn {
    cursor: pointer;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    margin-top: 10px; 
    padding: 0;
    
}

.submenu.open {
    max-height: 300px; 
    opacity: 1;
   
    overflow: auto;
}

.submenu label {
    display: block;
    margin-bottom: 8px;
}
.selected-options {
    margin-bottom: 20px;
   
}

  .radio-group {
    display: flex;
    gap: 15px; /* فاصله بین دکمه‌ها */
    align-items: center;
    margin: 10px 2px;
}
.radio-group2 {
   
    align-items: center;
    margin: 10px 2px;
}


.radio-group input[type="radio"] {
    display: none; 
}
.radio-group2 input[type="radio"] {
    display: none; 
}

.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
}

.radio-label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease;
}

/* زمانی که دکمه انتخاب شده است */
.radio-group input[type="radio"]:checked + .radio-label span {
    background-color: rgba(233, 97, 0, 1);
}
.radio-group2 input[type="radio"]:checked + .radio-label span {
    background-color: rgba(233, 97, 0, 1);
}

/* نقطه داخلی وقتی انتخاب می‌شود */
.radio-group input[type="radio"]:checked + .radio-label span::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: rgba(233, 97, 0, 1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.radio-group2 input[type="radio"]:checked + .radio-label span::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: rgba(233, 97, 0, 1) !important;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* افکت شناور برای رادیو باتن‌ها */
.radio-label:hover span {
    border-color: rgba(233, 97, 0, 1);;
}
.date{
    border: 1px solid white;
    background-color: transparent;
    width: 90px;
    margin:0 10px 10px 0;
    border-radius: 3px;
}
input[type="text"]:focus {
    outline: none;
    color: white;
    padding-right: 5px;
    
  
}

.container {
    margin-top: 10px;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.myitem {
    height: 200px;
    width: 100%;
    line-height: 50px;
    overflow: hidden;
    position: relative;


}
.myitem img {
    border-radius: 8px;
    width: 100%;
    height:100%;
    object-fit: cover;

}

/* position: absolute;
top: 40%;
right: 0px;
bottom: 10px;
text-align: right;
padding-right: 15px;
font-size: 19px;
font-weight: bold;
color: #e0e0e0;
/*background-color: #121212;*/
/* width: 50%;
height:50px ;
border-radius: 5px 0 0  5px;  */






/*end*/
.btn15 {
    width: 60px;
    height: 60px;
    transition-duration: 0.5s;
    background-color: transparent !important;
    margin: 1px 0px;
    border: none;

}

.btn15 .icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 30px;
    top: 37px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    right: 35px;
}

.btn15 .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: rgb(255, 255, 255);
    content: "";
    top: -10px;
    border-radius: 4px;
}

.btn15 .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: rgb(255, 255, 255);
    content: "";
    top: 10px;
    border-radius: 4px;
}

.btn15.open .icon {

    transition-duration: 0.5s;
    background: transparent;

}

.btn15.open .icon:before {
    transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}

.btn15.open .icon:after {
    transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}

.btn15:hover {
    background: #fff;
    cursor: pointer;
}
.footer-background {
    background: radial-gradient(100% 410.68% at 100% 100%, #121212 0, rgba(29, 9, 0, 0.229) 53.55%, rgba(0, 0, 0, 0) 100%);
    padding: 30px 30px 50px 20px;
    line-height: 30px;
    font-size: 15px;
  }
 
   .footer-background a{
    cursor: pointer;
    color: #8e8e93;
    text-decoration: none;
    transition: color 0.4s ease; 
  }
  
  .footer-background a:hover{
    color: #fff ;
  }
  .my-brand-titr a :hover{
    color: #ededed ;

  }

  .footer-caption {
    padding: 20px 0px;
    color: #8e8e93;
  
  }
  
  
  .footer-caption a :hover{
    color: #fff !important;
  }
  
  .footer-titr {
    font-weight: bold;
    font-size: 18px;
   
    color: #5e5e5e;
  }
  .my-brand-titr {
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
    color: #5e5e5e;
    padding-right:0px !important ;
  }
  
  .my-brand {
    margin: 10px;
    font-size: 20px;
    color: #8e8e93;
  }
  
  .poshtibani-icons {
    display: inline-block;
  }
  
  
  .rights {
    color: rgb(189, 189, 189);
    padding-top: 15px;
    background-color: #121212;
    background-size: 180% 180%;
    border-top: 1px solid rgb(122, 35, 0);
  }
  
  
  .the-last-link {
    cursor: pointer;
    background: -webkit-linear-gradient(90deg, rgb(122, 35, 0) 0%, rgba(232, 96, 0, 1) 35%, rgba(233, 97, 0, 1) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    opacity: 0.7;
    transition-duration: 0.2s;
}

.the-last-link:hover {
    opacity: 1;
}
  @media (min-width:1030px) {
    .footer-background {
        padding: 50px 70px;
    }
  }


/*منو پایین*/
.bottom-menu {
    z-index: 100000000000000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px 5px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    height: 70px;
    padding-top: 10px;
}

.bottom-menu .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 28px;
}



.bottom-menu .menu-item i {
    font-size: 20px;
}


/* استایل آیتم وسط */

.bottom-menu .menu-item.middle-item {
    font-size: 14px;
    position: relative;
    top: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.bottom-menu .menu-item.middle-item {
    font-size: 14px;
    position: relative;
    top: -5px;
    background-color: #e052003b;
    width: 80px;
    height: 60px;
    border-radius: 15px;
    justify-content: center;
    align-items: center;

}
.bottom-menu .menu-item.middle-item i {
    font-size: 27px;
}
@media (min-width: 768px) {
    .bottom-menu {
        display: none; 
    }
}

@media (min-width:700px) and (max-width:950px) {
    nav a {
        font-size: 9px !important;

    }
}
@media (min-width:950px) and (max-width:1050px) {
    nav a {
        font-size: 13px !important;

    }
}

@media (min-width:790px) and (max-width:1174px) {
    .footer-background {
        padding: 50px 30px;
    }
}

@media (max-width:500px) {
    .footer-background {
        padding: 50px 30px;
    }
}