h1,h2,h3,h4,h5,h6,p,span,strong,div,a,li{
    font-family: var(--mainfont);
}
:root{
  --mainfont:  'Tajawal', sans-serif;
  --black: #061914;
  --textgrey:#6d6d6d;
  --themcolor: #61aaaa
}



.nav-links.grp1 {

  margin-right: auto;
}
.nav-links.grp2 {
  margin-left: auto;

}

.nav-devider {
  margin: 0 1.875rem;
}

.raznmi-nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.raznmi-nav-item2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 3px;
}


.raznmi-nav-item span:nth-child(2) {
  font-weight: 700;
  font-size: 12px;
  line-height: 0.9;
  color: var(--black);

}
.raznmi-nav-item span:nth-child(1) {
  font-weight: 700;
  font-size: 15px;
  line-height: 0.9;
  color: var(--black);

}
.raznmi-nav-item2 span:nth-child(2) {
  font-weight: 700;
  font-size: 12px;
  line-height: 0.9;
  color: var(--black);

}
.raznmi-nav-item2 span:nth-child(1) {
  font-weight: 700;
  font-size: 12px;
  line-height: 0.9;
  color: var(--black);
}

.navbar-left.rznmi {
  display: flex;
  gap: 1rem;
  }

  .raznmi-nav-item.active span{
    color: var(--themcolor);
  }

  .roznamie.animeTherapy {
    color: #219478;
  }
  
body{ direction: rtl;}


/* Start Search Navbar*/

.navleft{
  display: flex;
  align-items: center;
}

.search-nav{
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #fff;
  /* box-shadow: 0 4px 24px hsla(222, 68%, 12%, .1); */
  border-radius: 4rem;
  padding:10px;
  overflow: hidden;
  transition: width 0.5s cubic-bezier(.9, 0, .3, .9);
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.search-nav .searchnav__input{
  border: none;
  outline: none;
  width: calc(100% - 30px);
  height: 40px;
  border-radius: 4rem;
  padding-right: 14px;
  font-family: var(--mainfont);
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s;
}

.search-nav .searchnav__input:-webkit-autofill{
  box-shadow: 0 0 0 100px #fff inset;
}
.search-nav .searchnav__button{
  width: 40px;
  height: 40px;
  /* background-color: var(--black); */
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  margin: auto;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform .6s cubic-bezier(.9, 0, .3, .9);
}

.search-nav .searchnav__button .search__icon,
.search-nav .searchnav__button .search__close{
  width: 56%;
  position: absolute;
  transition: opacity .6s cubic-bezier(.9, 0, .3, .9);
}
.search-nav .searchnav__button .search__close{
  opacity: 0;
}

.shownav-search{
  width: 220px;
  border: 1px solid#fff;
}
.shownav-search .searchnav__button{
  /* background-color: #38a6a7; */
}

.shownav-search .searchnav__input{
  opacity: 1;
  pointer-events: initial;
}
.shownav-search .searchnav__button{
  transform: rotate(90deg);
}
.shownav-search .search__icon{
  opacity: 0;
}

.shownav-search .searchnav__button .search__close{
  opacity: 1;
}
/* End Search Navbar*/

/**/
.search-rz{
  position: relative;
  width: 50px;;
  height: 50px;
  background-color: #fff;
  /* box-shadow: 0 4px 24px hsla(222, 68%, 12%, .1); */
  border-radius: 4rem;
  padding:10px;
  overflow: hidden;
  transition: width 0.5s cubic-bezier(.9, 0, .3, .9);
  display: flex;
  align-items: center;

}
.search-rz .search__input{
  border: none;
  outline: none;
  width: calc(100% - 30px);
  height: 40px;
  border-radius: 4rem;
  padding-right: 14px;
  font-family: var(--mainfont);
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s;
}

.search-rz .search__input:-webkit-autofill{
  box-shadow: 0 0 0 100px #fff inset;
}
.search__button{
  width: 40px;
  height: 40px;
  /* background-color: var(--black); */
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform .6s cubic-bezier(.9, 0, .3, .9);
  ;
}

.search__icon,
.search__close{
  width: 56%;
  position: absolute;
  transition: opacity .6s cubic-bezier(.9, 0, .3, .9);
}
.search__close{
  opacity: 0;
}

.show-search{
  width: 240px;
  border: 1px solid#38a6a7;
}
.show-search .search__button{
  /* background-color: #38a6a7; */
}

.show-search .search__input{
  opacity: 1;
  pointer-events: initial;
}
.show-search .search__button{
  transform: rotate(90deg);
}
.show-search .search__icon{
  opacity: 0;
}

.show-search .search__close{
  opacity: 1;
}

.rzicon .dropsort{
  position: absolute;
  width: 150px;
  background: #fff;
  left: 0;
  top: 33px;
  border: 1px solid#38a6a7;
  border-radius: 6px;
  box-shadow: 0 4px 33px 0 rgba(0, 0, 0, 0.19);
  opacity: 0;
  /* visibility: hidden; */
  transition: opacity .4s cubic-bezier(.3, .3, .4, .3);
  overflow: hidden;
}

.rzicon .dropsort .drop-list {
  display: flex;
  margin: 0;
  flex-direction: column;
  padding: 0;
  transition: opacity .4s cubic-bezier(.9, 0, .3, .9);
  pointer-events: none;
}

.rzicon .dropsort .drop-list li a{
  padding: 5px 10px !important;
  margin-bottom: 2px;
  font-family: var(--mainfont);
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: right;
  color: var(--textgrey);
}
.rzicon .dropsort .drop-list li {
  transition: background-color .4s ;
}
.rzicon .dropsort .drop-list li:hover{
  background-color: #f7f7f7;
}
.dropsort.activesort{
  opacity: 1;
  z-index: 999909909;
}

.dropsort.activesort .drop-list{
  pointer-events: initial;
}
.filtersohw .rzfilter{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filtersohw .rztext{
  /* margin: 27px 48px 10px 477px; */
  font-family: var(--mainfont);
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  color: #061914;
}

.rztext > * {
  margin: 0;
}
.filtersohw .rzfilter .rzicon .iconbox{
  list-style: none;
  display: flex;
  padding: 0px 0px 0px 10px;
  align-items: center;
}
.filtersohw .rzfilter .rzicon .iconbox li{
  display: flex;
  padding: 0 8px;
  position: relative;
}
.filtersohw .rzfilter .rzicon .iconbox li a{
  text-decoration: none;
  color: #6d6d6d
}

.box-data .boxfooter img {
  width: 29px;
  height: 29px;
  object-fit: contain;
  object-position: center;

}
.showbox {
  overflow: hidden;
}

.sec-show .showbox {
    display: flex;
    align-items: flex-start;
    min-height: 297px;
    margin-bottom: 24px;
    border-radius: 6px;
    border: solid 1px #38a6a7;
    min-height: 308px;
    max-height: 370px;
}

.sec-show .showbox .imgdiv{
  width: 50%;
  height: 100%;
  position: relative;
  min-height: 310px;
  height: 340px;
}
.sec-show .showbox .imgdiv img{
  width: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.sec-show .showbox .imgdiv .textimg {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  padding: 15px 23px 14px 14px;
  background-color: #06191480;
  color: #fff;
  border-bottom-right-radius: 6px;
  text-align: right;
}

.sec-show .showbox .box-data{
    width: 50%;
    text-align: right;
    display: flex;
    /* height: 306px; */
    flex-direction: column;
    height: 340px;
    position: relative;
}
.sec-show .showbox .box-data .boxtop{
    font-family: var(--mainfont);
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #38a6a7;
    text-align: left;
    padding: 8px 0px 3px 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sec-show .showbox .box-data .boxtop .icon{padding-right: 2px;}
.sec-show .showbox .box-data .showname{
    margin: 8px 14px 2px 31px;
    font-family: var(--mainfont);
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #6d6d6d;
}
.sec-show .showbox .box-data .showdate{
    margin: 2px 14px 20px 31px;
    font-family: var(--mainfont);
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: right;
    color: #38a6a7;
}
.sec-show .showbox .box-data .showtitle{
    margin: 10px 14px 3px 14px;
    font-family:  var(--mainfont);
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #061914;
}

.sec-show .showbox .box-data .completed-series{
  margin: 10px 14px 3px 14px;
  font-family:  var(--mainfont);
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #B63D43;
}
.showtitle a {
  color: #061914;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 28px;
}

.dark-mode .showtitle a {
  color: #fff;
}
.sec-show .showbox .box-data .showcontent{
    margin: 3px 14px 0px 20px;
    font-family: Tajawal;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    min-height: 91px;
    
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.sec-show .showbox .box-data .boxfooter{
    padding: 20px 0 0;
    padding: 7px 21px 7px 11px;
    background-color: #38a6a7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-left-radius: 6px;
    /* min-height: 44px; */
    /*
    bottom: 0;
    left: 0; */
    position: relative;
    width: 100%;
    transition: 0.4s ease-in-out;
    margin-top: auto;
}

.sec-show .showbox .box-data .boxfooter .showtype{
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  min-height: 44px;
  flex-wrap: wrap;
  /* padding: 0.55rem 0; */
  transition: all 800ms ease;
  margin-top: auto;
}
.sec-show .showbox .box-data .boxfooter .showtype li{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin: 7px 0 4px 5px;
    border-radius: 29px;
    background-color: #fff;
    flex-basis: 25%;
    height: 20px;
}
.sec-show .showbox .box-data .boxfooter .showtype li a{
    font-family: var(--mainfont);
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #38a6a7;
    text-decoration: none;
    padding: 3px 9px 0 9px;
    white-space: nowrap;
}
.boxbtnplus {
  display: flex;
}
.boxbtnplus .showtags{
  width: 16px;
  margin-left: 4px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.boxbtnplus .rotat-icon img{
  transform: rotate(180deg);
  transition: 0.5s ease-in-out;
}
.boxbtnplus .showtags img{
  width: 100%;
  transition: 0.5s ease-in-out;

}
.showtype {
  overflow-y: scroll;
  min-height: 43px;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  
}

.boxfooter {
  transition: 0.4s ease-in-out;
  /* transition: height 0.5s cubic-bezier(.9, 0, .3, .9); */
  max-height: 43px;
  overflow: visible;
  clip: rect(auto, auto, auto, 0);

}

.showtag{
  max-height: 40%;
  transition: all 0.4s ease-in-out;
}
.showtag .showtype{
  max-height: 100%;
}
.newHeight{
  max-height: 40%;
  transition: 0.4s ease-in-out;
}
.newHeight .showtype{
  /* transition: 0.4s ease-in-out; */
  max-height: 100%}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }

  .custom-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    width: 29px;
    height: 29px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 12px;
  }
    .custom-dropdown > a {
      display: flex;
      color: #38a6a7;
      text-decoration: none;
    }
    
    .custom-dropdown .btn:active, .custom-dropdown .btn:focus {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      outline: none; }
    .custom-dropdown .btn.btn-custom {
      border: 1px solid #efefef; }
    .custom-dropdown .menu-heading {
      font-size: 14px;
      color: #b3b3b3;
      padding-left: 20px;
      padding-right: 20px; }
    .custom-dropdown hr {
      display: block;
      height: 1px;
      border: 0;
      border-top: 1px solid #e9ecef;
      margin: .5em 0;
      padding: 0; }
    .custom-dropdown .dropdown-menu {
      width: 175px;
      padding: 0;
      border-radius: 6px;
      box-shadow: 0 4px 33px 0 rgba(0, 0, 0, 0.19);
      border: solid 1px #38a6a7;
      opacity: 0;
      -webkit-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
      -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
      transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
      visibility: hidden; }
      .custom-dropdown .dropdown-menu.active {
        opacity: 1;
        visibility: visible;
        margin-top: 0px !important;
        transform: unset !important;
        top: -128px !important;
      }
      .custom-dropdown .dropdown-menu a {
        font-size: 14px;
        position: relative;
        color: #000;
        display: flex;
        justify-content: flex-end;
        padding: 5px 9px 5px 9px;
        align-items: center;
        flex-direction: row-reverse;
        border-radius: 6px;
      }
      .custom-dropdown .dropdown-menu a img{
        line-height: 2.3;
        margin-left: 18px;
      }
        .custom-dropdown .dropdown-menu a:last-child {
          border-bottom: none; }
        .custom-dropdown .dropdown-menu a .icon {
          margin-right: 15px;
          display: inline-block; }
        .custom-dropdown .dropdown-menu a:hover, .custom-dropdown .dropdown-menu a:active, .custom-dropdown .dropdown-menu a:focus {
          background: #f8f9fa;
          color: #000; }
          .custom-dropdown .dropdown-menu a:hover .number, .custom-dropdown .dropdown-menu a:active .number, .custom-dropdown .dropdown-menu a:focus .number {
            color: #fff; }
        .custom-dropdown .dropdown-menu a .number {
          padding: 2px 6px;
          font-size: 11px;
          background: #fd7e14;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 15px;
          border-radius: 4px;
          color: #fff; }


          .dropdown-item.active{
            background-color: #38a6a7;
          }



/********************* Start Calender Page  ***********************/
.calenderday {
  margin: 20px 0px 22px 0px;
}
.calenderday h3{
  font-family: var(--mainfont);
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: var(--Black);
}

.secalender .calenderbox{
  display: flex;
  justify-content: flex-start;
  height: 102px;
  padding: 0 0 0 5px;
  border-radius: 6px;
  border: solid 1px #38a6a7;
  margin-bottom: 20px;
}
.secalender .textclndr{
  text-align: right;
}
.secalender .textclndr .showtitle{
  margin: 29px 0px 5px 53px;
  font-family: var(--mainfont);
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: right;
  color: var(--Black);
}
.secalender .textclndr .showdate{
  margin: 5px 0px 30px 0;
  font-family: var(--mainfont);
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: right;
  color: var(--textgrey);
}

.secalender .calenderbox .imgclndr{
  width: 89px;
  height: 102px;
  margin: 0 0 0 15px;
  text-align: right;
  overflow: hidden;
}
.secalender .calenderbox .imgclndr img{
  height: 100px;
  border-radius: 0px 6px 6px 0px;
}


/********************* Start Calender Page  ***********************/


/********************* Start season Archive Page  ***********************/
.secseason .imgbox{
  display: flex;
  position: relative;
  height: 330px;
  width: 100%;
}
.secseason .imgbox::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--black);
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  opacity: 0;
}
.secseason .imgbox::before:hover{
  opacity: 0.7;
}
.secseason .imgbox img{width: 100%;}
.secseason .imgbox .seasontext{
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  flex-direction: column;
  height: 330px;
  justify-content: flex-end;
}


.image {
  overflow: hidden;
  height: 330px;
  width: 100%;
  position: relative;
  cursor: pointer;
  /* margin: 0 15px; */
  /* box-shadow: 0 0 25px 1px rgba(0, 0, 0, .3); */
  transition: .5s;
  background-color: var(--textgrey);
  border-radius: 6px;
  margin-bottom: 15px;
}
.image .showname {
    position: absolute;
    padding: 15px 15px;
    background-color: var(--black);
    opacity: 0.7;
    width: 100%;
    color: #fff;
    font-size: 22px;
    bottom: 0;
    margin: 0;
    right: 0;
    -webkit-transition: right 500ms linear;
    -moz-transition: right 500ms linear;
    -o-transition: right 500ms linear;
    -ms-transition: right 500ms linear;
    transition: right 500ms linear;
}
.image:hover .showname {
  right: -100%;
  opacity: 0.5;
}
.image:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-140%, -50%);
  background-color: var(--black);
  opacity: 0.8;
  border-radius: 50%;
  transition: .8s
}

.image:hover:after {
  transform: translate(-50%, -50%)
}
.image:hover .imganme {
  transform: translate(-50%, -50%) scale(1.3) rotate(20deg)
}
.imganme {
  position: absolute;
  height: 330px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .8s;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.seasontext2 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  transform: translate(-2000px, -50%);
  color: #fff;
  transition: .8s;
  transition-timing-function: ease-in
}
.seasontext2 >div{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.seasontext2 >div span{
  margin-right: 6px;
}
.seasontext2 >div .rainimg{
  width: 100%;
  height: 100%;
}
.seasontext2 p{margin: 0;}
.image:hover .seasontext2 {
  transform: translate(-50%, -50%);
  transition-timing-function: ease
}
/********************* End season Archive Page  ***********************/




/********************* Start Voting Page ***********************/
.votbaner {
  background-color: #f9f9f9;
  padding: 40px 0;
  direction: rtl;
  text-align: right;
}


.divimg img {
  width: 100%;
  height: 500px;
  border-radius: 12px;
}

.cont-vote {
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cont-vote h1 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
}

.poll-text {
  color: #666;
  font-size: 16px;
}

.checkvote h1 {
  font-size: 24px;
  text-align: center;
  margin: 40px 0 20px;
  color: #222;
}

.vote-grid {
  margin-top: 20px;
}

.poll-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  /* ✅ center items */
  gap: 20px;                /* space between options */
  padding: 20px;
}

.poll-choice {
  position: relative;
  background: #f9f9f9;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  width: 100%;
  max-width: 400px;        /* ✅ responsive width */
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}




.colmdiv h3 {
  font-size: 18px;
  margin: 30px 0 10px;
  color: #444;
}

.gender-selection,
.age-selection,
.source-selection {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
}

.form-check {
  margin: 10px 0;
}

.btnvotgroup {
  margin-top: 30px;
  text-align: center;
}

.captchadiv.vote {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.cast-vote {
  display: inline-block;
  background-color: #0c8058;
  color: #fff;
  border: none;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  margin: 20px auto;
}

.cast-vote:hover {
  background-color: #94bfad;
}

@media (max-width: 600px) {
  .cast-vote {
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;          /* Optional: make it full-width on small screens */
    box-sizing: border-box;
  }
}


.poll-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f0f0f0;
  padding: 15px 20px;
  margin: 30px auto;
  border-radius: 10px;
  max-width: 800px;
}

.poll-nav-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #0c8058;
}

.poll-nav-link:hover {
  text-decoration: underline;
  color: #056442;
}


input[type="checkbox"],
input[type="radio"] {
  accent-color: #28a745;       /* ✅ Green when selected */
  width: 20px;
  height: 20px;
  cursor: pointer;
}

input[type="checkbox"]:hover,
input[type="radio"]:hover {
  outline: 2px solid #218838;
  outline-offset: 2px;
}
/*#####################################*/


.choice-popup-image {
  position: absolute;
  bottom: -200px;  /* 👈 adjust to your image height */
  left: 50%;
  transform: translateX(-50%) scale(0.95);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 5;
  pointer-events: none;
}

.poll-choice:hover .choice-popup-image {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  pointer-events: auto;
}

.poll-choice:hover {
  border-color: #28a745;;
}

/* Style for radio or checkbox + label */


.poll-choice label {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.poll-choice input {
  transform: scale(1.4);
  margin: 0 auto;
  display: block;
}




.choice-img {
  max-width: 300px;
  max-height: 200px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.poll-choice:hover .choice-img {
  transform: scale(1.02);
}

/* Optional fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}


/********************* End Voting Page  ***********************/


/** Hover Navbar */
.raznmi-nav-item2{
  color: #219478;
  font-size: 1.3rem;
  text-decoration: none;
  margin-top: 1em;
  display: inline-block;
  font-weight: bold;
  padding: .5em;
  margin-left: -.5em;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}


.raznmi-nav-item2::after,
.raznmi-nav-item2::before{
  position: absolute;
  content: '';
  border-bottom: 3px solid #219478;
  border-radius: 1em;
  bottom: .3em;
  transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.raznmi-nav-item2::before{
  width: 0em;
  transform-origin: right;
}

.raznmi-nav-item2::after{
  width: 0%;
  right: 2em;
  transform: translateX(110%);
}



.raznmi-nav-item2:hover::before{
  transform: scaleX(0.3);
  width: 3em;
}

.raznmi-nav-item2:hover::after{
  transform: translateX(0);
  width: 60%;
}






.dark-mode h1, .dark-mode .author-name, .dark-mode .author-title,
.dark-mode .sec-show .showbox .box-data .showtitle{
  color: #fff;
}

.dark-mode .search-rz{
  background-color: transparent;
}


.imgdiv {
  position: relative;
}

.image-details {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  min-height: 67px;
  padding: 15px 23px 14px 14px;
  opacity: 0.55;
  background-color: var(--black);
}

.imgdiv h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.05;
  color: var(--white);
  bottom: 0;
  position: absolute;
  z-index: 1;
  left: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
}


.dark-mode .votbaner .cont-vote p,
.dark-mode .captchadiv input,
.dark-mode .captchadiv input::placeholder{
  color: #FFFF
}

.btnmore{
  display: flex;
  align-items: center;
  margin: 0 auto;
  /* margin: auto 10px; */
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #38a6a7;
  border-color: #38a6a7;
}
.btnmore:hover,
.btnmore:focus,
.btnmore:focus-within,
.btnmore:target,
.btnmore:visited,
.btnmore:focus-visible,
.btnmore:active{
  background-color: #38a6a7;
  outline: #38a6a7;
  border-color: #38a6a7;
}

.btnmore .spinner-border-sm{
  margin: 5px;
}


/********************* Start season  ***********************/


/* .Spring .showbox{
  border-color: #8D1F20;
} */

.Spring .boxfooter{
  background-color: #8D1F20 !important;
}

.Spring .custom-dropdown > a{
  color: #8D1F20;
}

.Spring .showbox .box-data .boxfooter .showtype li a{
  color: #8D1F20;
}

.Spring .showbox .box-data .boxtop{
  color: #8D1F20
}
.Spring .showbox .box-data .showdate{
  color: #8D1F20
}

.Spring .sec-show .showbox .box-data .boxtop{color: #8D1F20}
.Spring .sec-show .showbox .box-data .boxfooter .showtype li a{color: #8D1F20}


/* .Summer .showbox{
  border-color: #BF0F0F
} */
.Summer .showbox .box-data .showdate{color: #BF0F0F}
.Summer .showbox .box-data .boxfooter{
  background-color: #BF0F0F !important
}
.Summer .custom-dropdown > a{
  color: #BF0F0F
}

.Summer .showbox .box-data .boxfooter .showtype li a{
  color: #BF0F0F
}

.Summer .showbox .box-data .boxtop{
  color: #BF0F0F
}

/* .Fall .showbox{
  border-color: #173841;
} */

.Fall .showbox .box-data .showdate{ color: #173841 ;}
.Fall .showbox .box-data .boxtop{ color: #173841 ;}
.Fall .showbox .box-data .boxfooter{
  background-color: #173841 !important;
}
.Fall .custom-dropdown > a{
  color: #173841 ;
}
.Fall .showbox .box-data .boxfooter .showtype li a{
  color: #173841;
}
.Fall .showbox .box-data .boxtop{
  color: #173841;
}



/* Media Query */

@media(max-width:437px){.captchadiv input{margin-top: 12px;}}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 299.98px){
  .filtersohw .rzfilter .rzicon .iconbox{padding: 0px 0px 0px 10px;}
  .filtersohw .rzfilter .rzicon .iconbox li{
    padding: 0 2px;
  }
  .sec-show .showbox{
    min-height: 400px;
    height: 400px;
  }
  .showtag{
    max-height: 50%;
  }
  .sec-show .showbox .box-data {position: relative;}
  .sec-show .showbox .box-data .boxtop{position: absolute;left: 2px;}
  .sec-show .showbox .box-data .showdate{
    margin: 10px 14px 0px 0px;
    font-size: 14px
  }
  .sec-show .showbox .box-data .showtitle{
    margin: 2px 14px 3px 0px;
    font-size: 14px;
  }
  .sec-show .showbox .imgdiv {
    width: 150px;
    height: 400px;
    min-height: 400px;
}
  .sec-show .showbox .box-data{
    height: 400px;
    width: 61%;
  }
  .sec-show .showbox .box-data .boxtop{
    display: inline-flex;
    width: 20%;
    flex-wrap: nowrap;
    padding: 8px 0px 0px 2px;
  }
  .sec-show .showbox .box-data .showname{
    display: inline;
    margin: 2px 2px 3px 31px;
    font-size: 8px;
  }
  .sec-show .showbox .box-data .showcontent{
    -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      direction: rtl;
      height: auto;
      margin: 3px 14px 0px 2px;
  }
  .sec-show .showbox .box-data .boxfooter{
    /* margin: 26px 0 0; */
    padding: 8px 6px 8px 4px;
  }
  .sec-show .showbox .box-data .boxfooter .showtype li a{
    font-size: 8px;
    padding: 3px 4px;
  }
  .sec-show .showbox .imgdiv .textimg{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    direction: rtl;
    height: auto;
    padding:8px 6px 3px 8px;
    font-size: 11.3px;
  }
  .custom-dropdown{
    font-size: 7px;
    width: 16px;
    height: 16px;
    line-height: 2.6;

  }
  .sec-show .showbox .box-data .boxtop{
    font-size: 10px;
  }
  .custom-dropdown .dropdown-menu{
    width: 150px;
  }
  .custom-dropdown .dropdown-menu.active{
    top: -100px !important;
  }

  /* Start Calender Page */
.secalender .textclndr .showtitle{
  margin: 28px 0px 5px 0px;
  font-size: 10px;
}
.secalender .textclndr .showdate{
  font-size: 10px;
}
/* Start Calender Page */
/*** Start Page season Archive *** */
.image:after{
  width: 700px;
  height: 700px;
}
/*** Start Page season Archive *** */

    /* Start Page Voting list */
    .votbaner{min-height: 420px;}
    .votbaner .divimg{
      height: 190px;
    }
    .votbaner .divimg img{
      height: 180px;
      width: 100%;
    }
    
    .votbaner .cont-vote{
      height: 250px;
    }
    .votbaner .cont-vote h1{
      font-size: 20px;
    }
    .checkvote .btn-vot-group .btn-vote{
      padding: 12px 50px 8px 50px;
      font-size: 16px;
    }
    .checkvote h1{
      font-size: 12px;
    }
    .checkdiv {flex-basis: 100%;}
    .captchadiv input{margin-top: 12px;}
    .btnvotgroup{flex-direction: unset;}
    .checkdiv:hover label img{
      height: 140px;
      width: 100px;
    }
    /* End Page Voting list */

}
@media (min-width:300px) and (max-width: 379.98px){
  .filtersohw .rzfilter .rzicon .iconbox{padding: 0px 0px 0px 10px;}
  .filtersohw .rzfilter .rzicon .iconbox li{
    padding: 0 2px;
  }
  .sec-show .showbox{
    min-height: 370px;
    height: 370px;
  }
  .sec-show .showbox .box-data {position: relative;}
  .sec-show .showbox .box-data .boxtop{position: absolute;left: 2px;}
  .sec-show .showbox .box-data .showdate{
    margin: 10px 14px 0px 31px;
    font-size: 17px;
  }
  .sec-show .showbox .box-data .showtitle{
    margin: 2px 14px 3px 31px;
    font-size: 17px;
  }
  .sec-show .showbox .imgdiv{
    width: 150px;
    min-height: 370px;
    height: 370px;
  }
  .sec-show .showbox .box-data{
    width: 61%;
    height: 370px;
  }
  .sec-show .showbox .box-data .boxfooter .showtype{
    min-height: 36px;
  }
  .sec-show .showbox .box-data .boxtop{
    display: inline-flex;
    width: 20%;
    flex-wrap: nowrap;
    padding: 8px 0px 0px 8px;
  }
  .sec-show .showbox .box-data .showname{
    display: inline;
    margin: 4px 6px 3px 31px;
  }
  .sec-show .showbox .box-data .showcontent{
    -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      direction: rtl;
      height: auto;
      margin: 3px 14px 0px 2px;
  }
  .sec-show .showbox .box-data .boxfooter{
    /* margin: 26px 0 0; */
    padding: 8px 6px 8px 4px;
  }
  .boxbtnplus .showtags{margin-left: 8px;}
  .sec-show .showbox .box-data .boxfooter .showtype li a{
    font-size: 8px;
  }
  .sec-show .showbox .imgdiv .textimg{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    direction: rtl;
    height: auto;
    padding:8px 6px 3px 8px;
    font-size: 11.3px;
  }
  .custom-dropdown{
    font-size: 9px;
    width: 18px;
    height: 18px;
    line-height: 2;

  }
  .custom-dropdown .dropdown-menu{
    width: 150px;
  }
  .custom-dropdown .dropdown-menu.active{
    top: -100px !important;
  }

  /* Start Calender Page */
.secalender .textclndr .showtitle{
  margin: 28px 0px 5px 0px;
  font-size: 18px;
}
/* Start Calender Page */
    /*** Start Page season Archive *** */
    .image{
      height: 500px;
      margin: 10px auto;
    }
    .image .imganme{
      height: 500px;
    }
  .image:after{
    width: 740px;
    height: 740px;
  }
  /*** Start Page season Archive *** */

    /* Start Page Voting list */
.votbaner{min-height: 430px;}
.votbaner .divimg{
  height: 270px;
}
.votbaner .divimg img{
  height: 230px;
  width: 100%;
}

.votbaner .cont-vote{
  height: 210px;
}
.votbaner .cont-vote h1{
  font-size: 24px;
}
.checkvote .btn-vot-group .btn-vote{
  padding: 12px 80px 8px 80px;
}
.checkvote h1{
  font-size: 14px;
}
.checkdiv {flex-basis: 100%;}
.captchadiv input{margin-top: 12px;}
.btnvotgroup{flex-direction: unset;}
.checkdiv:hover label img{
  height: 150px;
  width: 100px;
}
/* End Page Voting list */

}
@media (min-width:380px) and (max-width: 499.98px) {

  .filtersohw .rzfilter .rzicon .iconbox{
    padding: 0px 0px 0px 10px;
    margin: 0;
  }
  .filtersohw .rzfilter .rzicon .iconbox li{
    padding: 0 2px;
  }
  .sec-show .showbox{
    min-height: 300px;
    height: 300px;
  }
  .sec-show .showbox .box-data {
    position: relative;
    height: 299px;
  }
  .sec-show .showbox .box-data .boxtop{position: absolute;left: 7px;}
  .sec-show .showbox .box-data .showdate{
    margin: 10px 14px 0px 31px;
  }
  .sec-show .showbox .box-data .showtitle{
    margin: 2px 14px 3px 31px;
  }
  .sec-show .showbox .imgdiv{
    width: 150px;
    min-height: 299px;
    height: 299px;
  }
  .sec-show .showbox .box-data{width: 68%;}
  .sec-show .showbox .box-data .boxtop{
    display: inline-flex;
    width: 20%;
    flex-wrap: nowrap;
    padding: 8px 0px 0px 8px;
  }
  .sec-show .showbox .box-data .showname{
    display: inline;
    margin: 4px 2px 3px 31px;
  }
  .sec-show .showbox .box-data .showcontent{
    -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      direction: rtl;
      height: auto;
      margin: 3px 14px 0px 20px;
  }
  .sec-show .showbox .box-data .boxfooter{
    /* margin: 26px 0 0; */
    padding: 6px 4px 6px 2px;
  }
  .sec-show .showbox .box-data .boxfooter .showtype li a{
    font-size: 10px;
  }
  .sec-show .showbox .imgdiv .textimg{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    direction: rtl;
    height: auto;
    padding:8px 6px 3px 8px;
    font-size: 11.3px;
  }
    /*** Start Page season Archive *** */
    .image{
      height: 500px;
      margin: 10px auto;
    }
    .image .imganme{
      height: 500px;
    }
  .image:after{
    width: 740px;
    height: 740px;
  }
  /*** Start Page season Archive *** */

  /* Start Page Voting list */
.votbaner{min-height: 450px;}
.votbaner .divimg{
  height: 240px;
}
.votbaner .divimg img{
  height: 230px;
  width: 100%;
}
.votbaner .cont-vote{
  height: 220px;
}
.checkvote .btn-vot-group .btn-vote{
  padding: 12px 100px 8px 100px;
}
.checkvote h1{
  font-size: 16px;
}
.checkdiv {flex-basis: 100%;}
.btnvotgroup{flex-direction: unset;}
.checkdiv:hover label img{
  height: 140px;
  width: 110px;
}
/* End Page Voting list */
}

@media (min-width: 500px) and  (max-width: 575.98px)  {
  .sec-show .showbox{
    min-height: 380px;
    max-height: 384px;
  }
  .sec-show .showbox .imgdiv{
    height: 379px;
  }
  .sec-show .showbox .box-data{
    height: 379px;
  }
  .sec-show .showbox .box-data .boxfooter{
    padding: 6px 6px 2px 6px;
  }
  .sec-show .showbox .box-data .showcontent{
    -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      direction: rtl;
      height: auto;
      margin: 3px 14px 20px 20px;
  }
  .sec-show .showbox .imgdiv .textimg{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    direction: rtl;
    height: auto;
    padding:8px 6px 5px 8px;
  }
    /*** Start Page season Archive *** */
    .image{
      height: 500px;
      width: 80%;
    margin: 10px auto;
    }
    .image .imganme{
      height: 500px;
    }
  .image:after{
    width: 740px;
    height: 740px;
  }
  /*** Start Page season Archive *** */


/* Start Page Voting list */
.votbaner{min-height: 430px;}
.votbaner .divimg{
  height: 240px;
}
.votbaner .divimg img{
  height: 230px;
  width: 100%;
}
.votbaner .cont-vote{
  height: 220px;
}
.checkvote .btn-vot-group .btn-vote{
  padding: 12px 100px 8px 100px;
}
.checkvote h1{
  font-size: 18px;
}
.checkdiv {flex-basis: 100%;}
.btnvotgroup{flex-direction: unset;}
.checkdiv:hover label img{
  height: 160px;
  width: 120px;
}
/* End Page Voting list */

  }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .sec-show .showbox{
    min-height: 370px;
    max-height: 374px;
  }
  .sec-show .showbox .imgdiv{
    height: 369px;
  }
  .sec-show .showbox .box-data{
    height: 369px;
  }
  .sec-show .showbox .box-data .boxfooter{
    padding: 7px 10px 7px 11px;
  }
  .sec-show .showbox .box-data .showcontent{
    -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      direction: rtl;
      height: auto;
      margin: 3px 14px 20px 20px;
  }
  .sec-show .showbox .imgdiv .textimg{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    direction: rtl;
    height: auto;
    padding:8px 6px 5px 8px;
  }
  /*** Start Page season Archive *** */
  .image{
    height: 500px;
    width: 80%;
    margin: 10px auto;
  }
  .image .imganme{
    height: 500px;
  }
.image:after{
  width: 740px;
  height: 740px;
}
/*** Start Page season Archive *** */

/* Start Page Voting list */
.votbaner{min-height: 400px;}
.votbaner .divimg{
  height: 240px;
}
.votbaner .divimg img{
  height: 230px;
  width: 100%;
}
.votbaner .cont-vote{
  height: 200px;
}
.checkvote .btn-vot-group .btn-vote{
  padding: 12px 100px 8px 100px;
}
.checkvote h1{
  font-size: 18px;
}
.checkdiv:hover label img{
  height: 160px;
  width: 120px;
}
/* End Page Voting list */

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-show .showbox{
    min-height: 630px;
    flex-direction: column;
    justify-content: space-between;
  }
  .sec-show .showbox .box-data{
    width: 100%;
  }
  .sec-show .showbox .imgdiv{
    width: 100%;
    height: 200px;
  }
  .sec-show .showbox .imgdiv img{border-radius: 6px 6px 0px 0px;}
  .sec-show .showbox .box-data .showdate{margin: 2px 14px 6px 31px;}
  .sec-show .showbox .box-data .showtitle{margin: 0px 14px 3px 31px;}
  .sec-show .showbox .box-data .showcontent{
    height: 70px;
  }
  .sec-show .showbox .box-data .boxfooter{/*margin: 20px 0 0;*/}

  /* Start Calender Page */
.secalender .textclndr .showtitle{
  margin: 28px 0px 5px 0px;
}
/* Start Calender Page */

/* Start Page Voting list */
.votbaner {
  height: 210px;
}
.votbaner .divimg img{
  width: 100%;
  height: 250px;
}
.votbaner .cont-vote{
  height: 250px;
}
.checkvote .btn-vot-group .btn-vote{
  padding: 12px 170px 8px 170px;
}
.checkdiv:hover label img{
  height: 180px;
  width: 130px;
}
/* End Page Voting list */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-show .showbox{
    height: 343px;
    min-height: 340px;
    }
  .sec-show .showbox .box-data .showname{
    margin: 2px 14px 2px 31px;
  }
  .sec-show .showbox .box-data .showdate{
    margin: 2px 14px 10px 31px;
  }
  .sec-show .showbox .box-data .showtitle{
    margin: 10px 14px 3px 31px;
    font-size: 22px;
  }

.sec-show .showbox .box-data .showcontent{
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  direction: rtl;
  height: auto;
  margin: 3px 14px 20px 20px;
}
.sec-show .showbox .box-data .boxfooter{
  /* margin: 30px 0 0; */
  padding: 7px 12px 7px 7px;
}
.sec-show .showbox .imgdiv .textimg{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  direction: rtl;
  height: auto;
  padding:8px 6px 5px 8px;
}

/* Start Calender Page */
.secalender .textclndr .showtitle{
  margin: 28px 0px 5px 0px;
}
/* End Calender Page */
/* Start Page Voting list */
.votbaner .cont-vote{
  height: 286px;
}
.votbaner .divimg img{
  width: 100%;
}
.checkdiv:hover label img{
  height: 200px;
  width: 160px;
}
/* End Page Voting list */

}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }

.newcontainer {
  padding: 0 8.3vw 0 8.3vw;
  max-width: 90rem;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .newcontainer {
    padding: 0;
  }
}

