body {
    direction: rtl;
    background-color: white;
    position: relative;
    overflow-x: hidden;
    transition: all 0.5s ease;
}
html {
    overflow-x: hidden;
}
/* body::-webkit-scrollbar {
    width: 0;
} */
a,
a:hover {
    text-decoration: none !important;
}
.btn:active,
button:focus {
    box-shadow: none !important;
}
.announcement {
    width: 100%;
    height: 100%;
    background-color: #d9d9d9;
    display: block;
}
.anounce-img {
    width: 100%;
    /* object-fit: cover; */
}
.noCover {
    object-fit: unset !important;
}

figcaption {
    background-color: #ffd07a;
    opacity: 0.8;
    border-radius: 0px 0px 4px 4px;
    padding: 7px 16px;
    font-size: 18px;
    font-style: italic;
}
figure img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.mainNews {
    border-radius: 8px;
    position: relative;
    display: block;
}
.carousel-inner {
    border-radius: 8px;
}
.textNews {
    border-radius: 0 0 8px 8px;
    position: absolute;
    padding: 20px;
    background-color: #151515b2;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.textNews h1,
.textNews h2 {
    font-size: 20px;
    color: #ffffff;
    font-family: "FIT_Heavy", sans-serif;
    line-height: 33px;
}
.darawerDiv {
    width: 100%;
    border-radius: 8px;
    border: 0.5px solid #fda91a80;
    height: 100%;
}
.drawerHead {
    background-color: #fda51c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-radius: 5px 5px 0 0;
}
.drawerHead h2 {
    font-size: 16px;
    color: #333333;
    font-family: "FIT_Heavy", sans-serif;
    margin-bottom: 0;
}
.drawerHead .moreNews {
    color: #616161;
    font-size: 14px;
    margin-left: 13px;
    font-family: "FIT_Medium", sans-serif;
    text-decoration: underline !important;
}
.moreNews::after {
    display: inline-block;
    margin-right: 0.255em;
    border-bottom: 0;
    transform: rotate(317deg);
    content: "";
    z-index: 11;
    width: 8px;
    height: 8px;
    border-top: 1px solid #616161;
    border-left: 1px solid #616161;
    border-right: unset;
    top: 2px;
    right: 5px;
    position: relative;
}
.drawerBody {
    max-height: 410px;
    background-color: white;
    padding-top: 10px;
    border-radius: 0 0 8px 8px;
    overflow-y: scroll;
}
.drawerBody::-webkit-scrollbar,
.offcanvas-body::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.block {
    background-color: #f7f7f9;
    padding: 10px 15px 10px 15px;
    border-radius: 10px 0px 10px 10px;
    transition: transform 0.5s ease-in-out;
    transform: scale(1);
}
.block h3 {
    font-size: 14px;
    color: #151515;
    font-family: "FIT_Medium", sans-serif;
    line-height: 24px;
    text-align: right;
}
.sideLine {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.circle {
    width: 12px;
    height: 12px;
    background-color: #fda91a;
    border-radius: 100%;
    display: flex;
}
.line {
    width: 1px;
    height: 100%;
    background-color: #fda91ab2;
    display: flex;
}
.news {
    display: flex;
    align-items: start;
    height: 100%;
    gap: 5px;
    border: unset;
    background-color: unset;
    width: 100%;
}
.time {
    font-size: 11px;
    color: #0d082c66;
    font-family: "FIT_Medium", sans-serif;
}
.mainNewsImg {
    width: 100%;
    height: auto;
    object-fit: fill;
    border-radius: 8px;
}
.sideDrawer {
    width: 32% !important;
    border: 1px solid #ffdcac;
    border-top: 0;
}
.sideDrawerHead {
    flex-direction: row;
    background-color: #fda51c;
    padding: 15px 20px 15px 20px;
    gap: 25px;
    display: flex;
    align-items: center;
}
.sideDrawerTitle {
    font-size: 18px;
    color: #151515;
    font-family: "FIT_Heavy", sans-serif;
}
.sideDrawerTitle::before {
    display: inline-block;
    content: "";
    z-index: 11;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fda91a;
    position: relative;
    margin-left: 5px;
}
.newsBlock {
    width: 100%;
}
.sub-news {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 11px;
    /* border-radius: 4px; */
}
.sub-news-img {
    border-radius: 8px;
    width: 100%;
    height: 136px;
    object-fit: fill;
}
.sub-news h3 {
    font-size: 16px;
    color: #151515;
    font-family: "FIT_Heavy", sans-serif;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    line-height: 1.5;
}
.sub-news:hover,
.mainSecNews:hover {
    background-color: #f1f1f1;
    border-radius: 8px;
}
.journalist {
    font-size: 14px;
    color: #001002;
    font-family: "FIT_Medium", sans-serif;
    width: 100%;
    border-right: 2px solid #000000;
    padding-right: 7px;
}
.news-data {
    color: #787878;
    font-size: 13px;
    font-family: "FIT_Medium", sans-serif;
    width: 100%;
}
.hero_r {
    position: absolute;
    top: 0;
    right: 0;
}
.hero_l {
    position: absolute;
    top: 0;
    left: 0;
}
.announcements-min {
    width: 970px;
    height: 89px;
    display: block;
}
/* .announcements-big{
  width: 970px;
  height: 250px;;
  display: block;
  background-color: #D9D9D9;
} */
#sell,
#statistics {
    background-color: #613c02;
    /* height: 100vh; */
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.sell-leaves {
    position: absolute;
    bottom: 0;
    left: 0;
}
.secTitle {
    font-size: 20px;
    color: #ffffff;
    font-family: "FIT_Heavy", sans-serif;
    white-space: nowrap;
    padding-left: 10px;
}
.secLine {
    width: 66%;
    height: 1px;
    background-color: #ffffff;
}
.secMore,
.secMore:hover,
.secMore:focus {
    background-color: transparent;
    border-radius: 16px;
    border: 1px solid #bdbdbd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-family: "FIT_Heavy", sans-serif;
    padding: 5px 33px 5px 33px;
}
.sellBTN {
    background-color: #ffffff33 !important;
    border: 0.5px solid #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    color: #ffffff !important;
    font-family: "FIT_Medium", sans-serif !important;
    padding: 10px 24px 10px 24px !important;
    border-radius: 34px !important;
}
.sellBTN.active {
    background-color: #ffffff !important;
    color: #151515 !important;
    font-family: "FIT_Heavy", sans-serif !important;
}
.sellBTN.dark {
    background-color: #613c021a !important;
    border: 0.5px solid #613c02 !important;
    color: #613c02 !important;
}
.sellBTN.dark.active {
    background-color: #613c02 !important;
    color: #ffffff !important;
    font-family: "FIT_Heavy", sans-serif !important;
}
.sell-div {
    background-color: transparent;
    border-radius: 16px;
    z-index: 9;
    position: relative;
}
.sell-div img {
    object-fit: fill;
    width: 100%;
    border-radius: 16px;
    height: 136px;
}

.secondary-img {
    min-height: 136px;
}
.secondary-img-height {
    height: 92px !important;
}
.sell-data span {
    color: #898989;
    font-size: 15px;
    font-family: "FIT_Medium", sans-serif;
}
.sell-data h3 {
    color: #ffffff;
    font-size: 18px;
    font-family: "FIT_Heavy", sans-serif;
    margin-bottom: 0;
}
.sell-data p {
    margin-bottom: 0;
    font-size: 14px;
    color: #ffffffcc;
    font-family: "FIT_Medium", sans-serif;
}

.sell-data.dark h3,
.sell-data.dark span {
    color: #000000;
}
.sell-data.dark p {
    color: #000000cc;
}
.priceBefor {
    color: #78787880;
    position: relative;
}
.priceLine {
    width: 100%;
    height: 1px;
    background-color: #78787880;
    display: flex;
    bottom: 13px;
    position: relative;
}
.priceAfter {
    color: #787878;
}
.moreSec {
    padding-bottom: 10px;
}
.moreSec .secLine {
    background-color: #bdbdbd;
}
.moreSec .secMore {
    border-color: #bdbdbd;
    color: #85aa56;
}
.moreSec .secTitle {
    color: #151515;
}
.mainSecNews {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    padding: 10px;
    height: 100%;
}
.mainSecData h3 {
    font-size: 18px;
    color: #151515;
    font-family: "FIT_Heavy", sans-serif;
    margin-bottom: 0;
    line-height: 29px;
}
.mainSecData p {
    margin-bottom: 0;
    font-size: 18px;
    color: #151515b2;
    font-family: "FIT_Medium", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    line-height: 1.5;
}
.noborder {
    border: unset;
    border-bottom: unset !important;
}
.Journalist.noborder {
    color: #001002;
}
.mainSecData-span {
    font-size: 14px;
    color: #787878;
    font-family: "FIT_Medium", sans-serif;
}
.mainSecData {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.media {
    border-radius: 16px;
    margin-bottom: 10px;
}
.media img {
    width: 100%;
    object-fit: fill;
    border-radius: 16px;
}
.subNewsImageDiv {
    max-width: 163px;
    height: 92px;
    width: 100%;
}
.subSecNews,
.deaths {
    padding-bottom: 10px;
    border-bottom: 1px solid #fc9e1c4d;
}
.subNoBorder {
    border-bottom: unset;
}
#podcast {
    background-color: #f2f6ee;
    /* padding-bottom: 70px; */
}
.podcast {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
}
.podcast h3 {
    color: #151515;
    font-size: 24px;
    font-family: "FIT_Heavy", sans-serif;
    margin-bottom: 0;
}
.podcast p {
    color: #151515;
    font-size: 18px;
    font-family: "FIT_Medium", sans-serif;
    margin-bottom: 0;
}
.podcastTime {
    color: #787878;
    font-size: 14px;
    font-family: "FIT_Medium", sans-serif;
}
.podcastImage {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
}
.pod-status {
    grid-row-start: 1;
    grid-column-start: 1;
    width: 100%;
    height: auto;
}
.disable-copy {
    -webkit-user-select: none;
}
.play-video-icon {
    position: absolute;
    top: 26%;
    right: 33%;
}

.play-main-video-icon {
    position: absolute;
    top: 42%;
    right: 45%;
    width: auto !important;
}
.pod-image {
    grid-row-start: 1;
    grid-column-start: 1;
    width: 74%;
    height: 74%;
    position: relative;
    right: 13%;
    border-radius: 100%;
    object-fit: fill;
}
.podcastSp {
    font-size: 24px !important;
    font-family: "FIT_Medium", sans-serif !important;
}
.podcastPlayB {
    background-color: #151515;
    border: unset;
    font-size: 14px;
    color: white !important;
    font-family: "FIT_Medium", sans-serif;
    border-radius: 20px;
    padding: 9px 23px;
}
.podcastPlayW {
    background-color: transparent;
    border: 1px solid #151515;
    font-size: 14px;
    color: #151515 !important;
    font-family: "FIT_Medium", sans-serif;
    border-radius: 20px;
    padding: 5px 16px;
}
.subPodcast {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}
.subPodcast img {
    border-radius: 8px;
}
.subPodcast:hover {
    background-color: #eaf1e2;
}
.subPodcast:hover .podcastPlayW {
    background-color: #151515;
    color: white !important;
    border-color: white !important;
}
.subPodcast:hover .play-icon {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(126deg)
        brightness(109%) contrast(100%);
}
.subPodcast h4 {
    color: #151515;
    font-size: 18px;
    font-family: "FIT_Heavy", sans-serif;
    margin-bottom: 0;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .videosDivData span{
  color: #151515B2;
  font-size: 14px;
  font-family: 'FIT_Medium', sans-serif;
} */
.videosDivData h3 {
    color: #151515;
    font-size: 18px;
    font-family: "FIT_Heavy", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.videosDivData {
    background-color: transparent;
    padding: 10px 0;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.videosDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.videosDiv:hover {
    background-color: #eaf1e2;
}
.videosDiv:hover .video-icon {
    filter: invert(92%) sepia(7%) saturate(542%) hue-rotate(46deg)
        brightness(88%) contrast(84%);
}
.videos-img {
    border-radius: 8px;
    height: auto;
    max-height: 144px;
}

#videos {
    background-color: #f2f6ee;
    padding-bottom: 40px;
}
#reports {
    background-color: #e8ede2;
}
.gray {
    color: #787878;
    font-family: "FIT_Medium", sans-serif;
}
.white {
    color: white;
    font-family: "FIT_Medium", sans-serif;
}
.report-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 20px;
}
.report-div img {
    border-radius: 8px;
}
.report-div h3 {
    font-size: 20px;
    color: #151515;
    font-family: "FIT_Heavy", sans-serif;
}
.report-div p {
    font-size: 18px;
    color: #151515b2;
    font-family: "FIT_Medium", sans-serif;
}
.readMore,
.readMore:hover,
.readMore:active {
    border: unset;
    background-color: transparent;
    color: #85aa56;
    font-size: 16px;
    font-family: "FIT_Heavy", sans-serif;
}
.readMore::after {
    display: inline-block;
    margin-right: 0.255em;
    border-bottom: 0;
    transform: rotate(317deg);
    content: "";
    z-index: 11;
    width: 8px;
    height: 8px;
    border-top: 1px solid #85aa56;
    border-left: 1px solid #85aa56;
    border-right: unset;
    top: 2px;
    right: 5px;
    position: relative;
}
.statisticsDiv {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 50px;
    z-index: 99;
    position: relative;
    border: 1px solid #e8e5e5;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
}
.pollDiv {
    background-color: #e8ede2;
    border-radius: 16px;
    padding: 8px 16px 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #85aa56;
    max-width: 280px;
    font-size: 18px;
    font-family: "FIT_Medium", sans-serif;
}
.pollDiv span {
    color: #85aa56 !important;
    font-size: 18px !important;
    font-family: "FIT_Medium", sans-serif;
}
.statisticsDiv h3 {
    font-size: 24px;
    color: #151515;
    font-family: "FIT_Heavy", sans-serif;
}
.statistics-check {
    background-color: #85aa560d;
    border-radius: 18px;
    font-size: 14px;
    color: #151515cc;
    font-family: "FIT_Medium", sans-serif;
    padding: 5px 10px;
}
.vote,
.vote:active,
.vote:hover {
    background-color: #85aa56;
    color: #ffffff;
    font-size: 14px;
    font-family: "FIT_Medium", sans-serif;
    border-radius: 18px;
    padding: 6px 46px;
    border: 1px solid #85aa56;
    white-space: nowrap;
}
.share,
.share:active,
.share:hover {
    background-color: #ffffff;
    color: #85aa56;
    font-size: 14px;
    font-family: "FIT_Medium", sans-serif;
    border-radius: 18px;
    padding: 6px 16px;
    border: 1px solid #85aa56;
}
.users {
    color: #787878;
    font-size: 14px;
    font-family: "FIT_Medium", sans-serif;
}
.contact,
.contact-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #85aa561a;
    padding: 22px 16px;
    color: #151515cc;
    font-size: 14px;
    font-family: "FIT_Medium", sans-serif;
    border-radius: 16px;
}
.contact h3,
.contact-mobile h3 {
    color: #333333;
    font-size: 16px;
    font-family: "FIT_Heavy", sans-serif;
}
.congratsImage {
    position: relative;
}
.mainCongratsImage {
    width: 100%;
    object-fit: fill;
    border-radius: 8px;
    height: 136px;
}
.congratsIcon {
    position: absolute;
    bottom: -8px;
    right: -8px;
}
.contactSocial {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 12px;
}
.contactSocial h2 {
    font-size: 24px;
    color: #151515;
    font-family: "FIT_Heavy", sans-serif;
}
.contactSocial p {
    font-size: 16px;
    color: #787878;
    font-family: "FIT_Medium", sans-serif;
}
.join,
.join:hover,
.join:active {
    background-color: transparent;
    border: unset;
    font-size: 16px;
    color: #787878;
    font-family: "FIT_Medium", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
}
.contact-div {
    background-color: #e5eddd;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-top: 4px solid #85aa56;
    border-radius: 10px;
    gap: 24px;
}
.copyright {
    font-size: 14px;
    color: #ffffff;
    font-family: "FIT_Medium", sans-serif;
}
.footer-link,
.footer-link:hover,
.footer-link:active {
    font-size: 14px;
    color: #ffffff;
    font-family: "FIT_Medium", sans-serif;
    background-color: transparent;
}
.mainNews-link,
.mainNews-link:hover,
.mainNews-link:active {
    color: #ffffff;
}
.two-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
footer {
    background-color: #1d3104;
    padding: 15px 0;
    z-index: 999;
    position: relative;
}
.footer-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.live-video iframe {
    width: 100%;
    height: 100%;
    border-radius: 9px;
}
.breaking-news {
    width: 100%;
    background-color: #e91818;
    border-top: 1px solid #e91818;
    padding: 10px 35px 10px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    z-index: 999;
    opacity: 1;
    transition: position 0.8s linear, bottom 0.1s linear,
        opacity 0.3s ease-in-out;
}
.breaking-news.hidden {
    opacity: 0; /* Fade out effect */
}

.break {
    font-size: 20px;
    color: #ffffff;
    font-family: "FIT_Heavy", sans-serif;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid white;
}
.breakNews {
    font-size: 16px;
    color: #ffffff;
    font-family: "FIT_Medium", sans-serif;
    border-right: 0.5px solid #ffffff;
}
.closeBreakNews,
.closeBreakNews:active,
.closeBreakNews:hover {
    background-color: transparent;
    border: unset;
}
.app-div {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ff993a 0%, #ff9e2d 100%);
    gap: 30px;
    padding: 70px 55px 0 0;
}
.closeBTN {
    background-color: transparent;
    border: unset;
}
.side-image {
    object-fit: cover;
}
.side-image-advs {
    object-fit: unset;
}
.closeAdvs {
    top: 1%;
    right: 0%;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-auto {
    cursor: auto;
}
.app-bg {
    bottom: 0;
    left: 0;
    position: absolute;
}
.app-line {
    height: 4.5px;
    background-color: white;
    width: 160px;
}
.app-text {
    font-size: 54px;
    color: #ffffff;
    font-family: "FIT_Heavy", sans-serif;
    line-height: 75px;
}
.app-text span {
    font-size: 54px;
    color: #ffffff;
    font-family: "FIT_Black", sans-serif;
}
.download-appBTN {
    color: #333333;
    border: unset;
    font-size: 20px;
    font-family: "FIT_Heavy", sans-serif;
    background-color: #ffffff;
    border-radius: 800px;
    padding: 16px 45px 16px 45px;
    box-shadow: 0px 9.09px 39.37px 0px #4a3aff47;
}
.form-check-style {
    width: 16px;
    height: 16px;
}
.form-check-style:checked[type="radio"] {
    content: "";
    padding: 3px;
    background-image: url(../../images/yaffa/rectangle.svg);
}
.form-check-style:checked {
    background-color: #85aa56;
    border-color: #85aa56;
}
.form-check-style:focus {
    box-shadow: unset;
}
.hide-desc {
    display: none;
}
.mobile-drawer {
    background-color: #ffd279;
    border: 0.5px solid #fda91a80;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    color: #333333;
    font-family: "FIT_Heavy", sans-serif;
    margin-bottom: 0;
}
.mobile-anounce {
    width: 100%;
    height: 100%;
    height: 90px !important;
    background-color: #d9d9d9;
}
.mobile-anounce img {
    height: 100%;
}
.pages-breadcrumb {
    background-color: #e5eddd;
    padding: 2px 9px;
    border-radius: 9.5px;
    font-size: 10px;
    color: #424242 !important;
    font-family: "FIT_Medium", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages-breadcrumb a {
    color: #424242 !important;
}
.pages-breadcrumb.active {
    color: #151515;
}
.pages-breadcrumb::before {
    content: "";
}
.breadLine::before {
    float: right;
    padding: 0 5px;
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}
.date {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    font-size: 14px;
    color: #000000 !important;
    font-family: "FIT_Medium", sans-serif;
}
.staticPages,
.contacrDiv {
    background-color: #fcfcfc;
    border: 1px solid #dbdbdb;
    padding: 30px 20px 30px 20px;
    border-radius: 10px;
}
.pageContent {
    font-size: 16px;
    color: #1a1a1a;
    font-family: "FIT_Medium", sans-serif;
}
/* .pageContent img{
   width: 100%;
} */
.pageContent ol,
.pageContent ul {
    padding-right: 1rem !important;
}
.pageContent h2 {
    font-size: 20px;
    color: #000000;
    font-family: "FIT_Heavy", sans-serif;
}
.w120-h600-r {
    width: 120px;
    height: 600px;
    position: absolute;
    right: 1%;
    z-index: 99;
}
.w120-h600-l {
    width: 120px;
    height: 600px;
    position: absolute;
    left: 1%;
    z-index: 99;
}
.w970-h90 {
    width: 100%;
    height: 90px !important;
}
.w468-h60 {
    width: 100%;
}
.w970-h250 {
    width: 970px;
    height: 250px !important;
    background-color: #d9d9d9;
}
.w336-h280 {
    width: 336px;
    height: 280px !important;
    background-color: #d9d9d9;
}
.w250-h250 {
    width: 250px;
    height: 250px !important;
    background-color: #d9d9d9;
}
.w250-h300 {
    width: 250px;
    height: 300px !important;
    background-color: #d9d9d9;
}
.contact-icon {
    width: 48px;
    height: 48px;
    background-color: #7292494d;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-info1 {
    font-size: 12px;
    color: #4d4e4e;
    font-family: "FIT_Medium", sans-serif;
}
.contact-info2 {
    font-size: 16px;
    color: #000000;
    font-family: "FIT_Medium", sans-serif;
}
.contacrDiv h2 {
    font-size: 20px;
    color: #000000;
    font-family: "FIT_Heavy", sans-serif;
}
.contact-input {
    border-radius: 20px;
    color: #000000;
    font-size: 14px;
    font-family: "FIT_Medium", sans-serif;
    padding: 8px;
    text-align: start;
    direction: rtl;
}
.contact-input::placeholder {
    color: #4d4e4eb2;
    font-size: 14px;
    font-family: "FIT_Medium", sans-serif;
}
.contact-input:focus {
    box-shadow: unset;
    border-color: #729249;
}
.contact-privacy {
    color: #4d4e4eb2;
    font-size: 18px;
    font-family: "FIT_Medium", sans-serif;
}
.contact-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 2px 0px #1018280d;
    background-color: #729249;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    font-family: "FIT_Medium", sans-serif;
    border: unset;
    padding: 8px;
}
.map-wrap iframe {
    width: 100%;
    height: 100%;
    max-height: 191px;
    border-radius: 8px;
}
.file-upload-wrapper {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 40px;
}

.file-upload-button {
    border-radius: 20px;
    color: #4d4e4eb2;
    font-size: 14px;
    font-family: "FIT_Medium", sans-serif;
    padding: 8px 41px;
    text-align: start;
    direction: rtl;
    background-color: white;
    border: 1px solid #ced4da;
}
.file-upload-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* Hide the default file input */
    cursor: pointer;
}
.file-upload-preview {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.file-upload-preview .preview-image {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 0.8px solid #4f4f4f59;
    border-radius: 20px;
}
.uploadImage {
    position: absolute;
    top: 7px;
    right: 11px;
}
.error-message {
    color: rgb(207, 15, 15) !important;
    margin-top: 10px;
    font-size: 12px !important;
    font-family: "FIT_Medium", sans-serif !important;
}
.borderRed {
    border: 1px solid rgb(207, 15, 15) !important;
}
#contactForm:checked {
    background-color: #729249;
    border-color: #729249;
}
#contactForm:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: unset;
}
.close-announce-r {
    right: 1.5%;
    position: absolute;
    top: 8px;
    margin-right: 11px;
    z-index: 99;
    border-radius: 45%;
    width: 27px;
    height: 27px;
    display: flex;
    padding: 6px;
    align-items: center;
    background-color: white;
    justify-content: center;
    box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid white;
}
.close-announce-l {
    left: 1.5%;
    position: absolute;
    margin-left: 11px;
    top: 8px;
    z-index: 99;
    border-radius: 45%;
    width: 27px;
    height: 27px;
    display: flex;
    padding: 6px;
    align-items: center;
    background-color: white;
    justify-content: center;
    box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid white;
}
.close-image {
    filter: invert(63%) sepia(43%) saturate(428%) hue-rotate(44deg)
        brightness(90%) contrast(88%);
}
.myBar {
    width: 10%;
    height: 30px;
    background-color: #85aa56;
    text-align: center;
    line-height: 30px;
    border-radius: 800px;
    color: white;
}
.myBarText {
    font-size: 15px;
    font-family: "FIT_Medium", sans-serif;
}
.redBar {
    background-color: #c73636 !important;
}
.orangeBar {
    background-color: #fda51c !important;
}
.greenBar {
    background-color: #85aa56 !important;
}
.whatsapp-solid {
    background-color: #f4fcf7;
    border-radius: 12px;
}
.seller-div {
    border: 1px solid #85aa564d;
    background-color: #ffffff;
}
.whatsapp-solid-mobile {
    background-color: #f4fcf7;
    border-radius: 12px;
    position: fixed;
    bottom: 3%;
    align-items: center;
    left: 1.5%;
    right: 1.5%;
    z-index: 99;
}
.contact-mobile {
    position: fixed;
    bottom: 3%;
    align-items: center;
    left: 1.5%;
    right: 1.5%;
    z-index: 99;
    background-color: #f2f6ee;
}
.seller-div .whatsapp-div {
    background-color: #85aa561a;
    border: 1px solid #85aa564d;
    border-radius: 12px;
}
.whatsapp-div {
    background-color: #0cc1441a;
    border: 1px solid #0cc1444d;
    border-radius: 12px;
}
.whatsapp-solid h3,
.whatsapp-solid-mobile h3 {
    font-size: 16px;
    font-family: "FIT_Heavy", sans-serif;
    color: #333333;
}
.whatsapp-solid p,
.whatsapp-solid-mobile p {
    font-size: 16px;
    font-family: "FIT_Medium", sans-serif;
    color: #333333;
}
.number {
    color: #000000;
    font-size: 14px;
    font-family: "FIT_Medium", sans-serif;
    direction: ltr;
}
.number-text {
    color: #000000b2;
    font-size: 12px;
    font-family: "FIT_Medium", sans-serif;
}
.page-item a {
    min-width: 32px;
    height: 32px;
    border-radius: 4px !important;
    border: 1px solid #dfe3e8 !important;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212b36;
}
.page-item.active a {
    color: #fda51c;
    font-size: 14px;
    font-family: "FIT_Heavy", sans-serif;
    background-color: #ffffff !important;
    border: 1px solid #fda51c !important;
}
.page-side a {
    background-color: #fda51c !important;
    border: unset !important;
}
.page-side.disabled a {
    background-color: #919eab !important;
    border: unset !important;
}
.page-link:focus,
.page-link:hover {
    z-index: 3;
    color: #fda51c !important;
    background-color: #ffffff !important;
    outline: 0;
    box-shadow: unset !important;
}
.pages-header h1 {
    color: #333333;
    font-size: 24px;
    font-family: "FIT_Heavy", sans-serif;
}
.journalist-green {
    color: #001002;
    font-size: 16px;
    font-family: "FIT_Medium", sans-serif;
    border-right: 2px solid #749d3d;
    padding-right: 5px;
}
.page-date {
    color: #616161;
    font-size: 16px;
    font-family: "FIT_Medium", sans-serif;
}
.share-by {
    color: #001002;
    font-size: 16px;
    font-family: "FIT_Medium", sans-serif;
}

.innerPagesContent img {
    max-width: 100% !important;
    height: auto !important;
}
.innerPagesContent,
.innerPagesContent p,
.innerPagesContent span {
    color: #333;
    font-size: 20px;
    font-family: "FIT_Medium", sans-serif;
}
.comment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comment-header h2 {
    color: #151515;
    font-size: 22px;
    font-family: "FIT_Heavy", sans-serif;
}
.comment-num {
    color: #151515;
    font-size: 16px;
    font-family: "FIT_Medium", sans-serif;
}
.add-comment-div {
    background-color: #e5eddd;
    border-radius: 8px;
    padding: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.add-comment-div span {
    color: #1c1c1c;
    font-size: 18px;
    font-family: "FIT_Heavy", sans-serif;
}
.add-comment-div input::placeholder,
.add-comment-div textarea::placeholder {
    color: #4d4e4eb2;
    font-size: 14px;
    font-family: "FIT_Medium", sans-serif;
}
.add-comment-div input,
.add-comment-div textarea {
    background: #ffffff;
    border: 0.8px solid #4f4f4f59;
    color: #4d4e4eb2;
    font-size: 14px;
    font-family: "FIT_Medium", sans-serif;
    border-radius: 8px;
}
.add-comment-div input:focus,
.add-comment-div textarea:focus {
    box-shadow: unset;
}
.comment-class,
.likes {
    color: #616161;
    font-size: 16px;
    font-family: "FIT_Medium", sans-serif;
    background-color: unset;
    border: unset;
}
.comment-data span {
    color: #1c1c1c;
    font-size: 16px;
    font-family: "FIT_Medium", sans-serif;
    text-align: end;
}
.comment-data h3 {
    color: #1c1c1c;
    font-size: 18px;
    font-family: "FIT_Heavy", sans-serif;
}
.comment-reply-data span {
    color: #1c1c1c;
    font-size: 14px;
    font-family: "FIT_Medium", sans-serif;
}
.comment-reply-data h4 {
    color: #1c1c1c;
    font-size: 16px;
    font-family: "FIT_Heavy", sans-serif;
}
.comment p {
    color: #3b3b3f;
    font-size: 18px;
    font-family: "FIT_Medium", sans-serif;
    flex-wrap: wrap;
    overflow-wrap: anywhere;
}
.reply-text {
    color: #3b3b3f;
    font-size: 16px;
    font-family: "FIT_Medium", sans-serif;
}
.comment {
    background-color: #fcfcfc;
    border: 0.5px solid #00000080;
    padding: 20px;
    border-radius: 8px;
    transition: 0.5s;
}
.special-comment {
    background-color: #e5eddd !important;
}
.like-class img {
    filter: invert(23%) sepia(96%) saturate(7419%) hue-rotate(358deg)
        brightness(108%) contrast(113%);
}
.load {
    color: #fda51c;
    font-size: 18px;
    font-family: "FIT_Heavy", sans-serif;
}
.newsModalText {
    color: black;
    font-size: 18px;
    font-family: "FIT_Medium", sans-serif;
}
.modaldataText {
    color: rgb(148 148 148);
    font-size: 13px;
    font-family: "FIT_Medium", sans-serif;
}
.modal {
    height: auto !important;
}
#authorText {
    border-right: 2px solid rgb(148 148 148);
    padding-right: 5px;
}
.chatheader {
    background-color: #ffd68c;
}

.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 46px;
    width: 50px;
    height: 50px;
    background-color: rgb(238, 160, 16);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, .137255) 0 0 4px 0, rgba(0, 0, 0, .278431) 0 4px 8px 0;
}
.scroll-top-btn img{
    transform: rotate(180deg);
}
.scroll-top-btn:hover {
    background-color: rgb(248, 189, 80);
}

.scroll-top-btn.show {
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.Social .Plugin {
    width: 100% !important;
}
.qrCode {
    position: absolute;
    left: 3%;
    top: 11%;
}
.spinner {
    animation: spin 1s linear infinite; /* Rotate every 1 second */
    display: inline-block;
}
.closeComment {
    background-color: #a1a1a1;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
}
.closeContactImage {
    background-color: #a1a1a1;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    position: absolute;
    top: 4%;
    right: 14%;
}
.image-item {
    position: relative;
}
.reply-div {
    transform: translateY(-3%);
    transition: transform 0.5s ease;
}
.special-text {
    color: #616161;
    font-size: 14px;
    font-family: "FIT_Medium", sans-serif;
}
.reply-div.show {
    transform: translateY(0);
}
.zoom-out-comment {
    animation: zoomOutBounce 1s forwards;
}
.block img {
    border-radius: 4px;
}
.liveimage img {
    border-radius: 8px;
}
#carouselExampleControls {
    min-height: 410px;
}

@keyframes zoomOutBounce {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.02);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.reply {
    background-color: #e5e5e533;
    border-radius: 8px;
    padding: 16px;
}
.more-comments {
    height: 0;
    /* transition: height 0.5s ease; */
    overflow: hidden;
}
.showMoreButton {
    color: #749d3d;
    font-size: 18px;
    font-family: "FIT_Heavy", sans-serif;
    text-decoration: underline;
    background-color: unset;
    border: unset;
}
.showMoreButton::before {
    display: inline-block;
    margin-left: 0.255em;
    border-bottom: 0;
    transform: rotate(228deg);
    content: "";
    z-index: 11;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #85aa56;
    border-left: 1.5px solid #85aa56;
    border-right: unset;
    top: -3px;
    right: -2px;
    position: relative;
    transition: 0.5s;
}
.showMoreButton.show::before {
    transform: rotate(47deg);
    top: -1px;
}
.fb-comments {
    width: 100%;
    border: 1px solid gray;
    border-radius: 8px;
}
.video-js {
    width: 100%;
    border-radius: 8px;
    min-height: 458px;
}
.vjs-control-bar {
    border-radius: 8px;
}
.vjs-poster {
    border-radius: 8px;
}
.video-js .vjs-big-play-button {
    top: 45% !important;
    left: 45% !important;
}
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 46px !important;
}
.closeBtn {
    background-color: unset;
    border: unset;
}
.search-div.pages .search-btn {
    right: 4px;
    top: 5px;
    left: unset;
    transform: rotate(80deg);
}
.search-div.pages .search-input,
.search-div.pages .search-input:active,
.search-div.pages .search-input:focus {
    border: 0.5px solid #42424280;
    padding: 8px 36px 8px 17px;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper2 {
    height: 447px !important;
    background-color: #f5f5f5;
    border-radius: 8px;
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
}
.mySwiper {
    height: 16% !important;
    width: 84% !important;
}
.mySwiper .swiper-wrapper {
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 8px;
    background-color: #f5f5f5;
}
.swiper-button-next {
    bottom: 2px;
    top: unset !important;
    background-color: #f5f5f5;
    height: 18% !important;
    width: 46px !important;
    border-radius: 8px;
    right: 0 !important;
}
.swiper-button-prev {
    bottom: 2px;
    top: unset !important;
    background-color: #f5f5f5;
    height: 18% !important;
    width: 46px !important;
    border-radius: 8px;
    left: 0 !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-next:after,
.swiper-button-prev:after {
    color: #292d32;
    font-size: 22px !important;
}
.slideCount {
    background-color: #787878;
    border-radius: 8px;
    padding: 5px 17px;
    color: #ffffff;
    size: 16px;
    font-family: "FIT_Heavy", sans-serif;
    position: absolute;
    top: 73%;
    z-index: 12;
    right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide-visible {
    width: 100ox;
    height: 100px;
    border-radius: 8px;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
.mySwiper .swiper-slide {
    width: 100px;
    height: 100px;
    opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.slideSub {
    object-fit: fill !important;
    height: 100px !important;
    max-height: 100px !important;
}
.slideMain {
    object-fit: contain;
}
.videoData h1 {
    font-size: 20px;
    color: #151515;
    font-family: "FIT_Heavy", sans-serif;
    margin-bottom: 0;
}
.videoData p {
    font-size: 16px;
    color: #616161;
    font-family: "FIT_Medium", sans-serif;
    margin-bottom: 0;
}
.videoData {
    display: flex;
    align-items: start;
    flex-direction: column;
    height: 100%;
    /* justify-content: space-between; */
    gap: 14px;
}
.vjs-tech {
    border-radius: 8px;
}
.liveIcon {
    background-color: #e22134;
    border-radius: 8px;
    padding: 4px 8px 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: #ffffff;
    font-family: "FIT_Medium", sans-serif;
    gap: 5px;
}
.sideAnnounce.left {
    left: 1%;
    top: 17px;
    position: absolute;
    z-index: 99;
}
.sideAnnounce.right {
    right: 1%;
    top: 17px;
    position: absolute;
    z-index: 99;
}

.news-container {
    position: fixed;
    right: 0;
    left: 0;
    display: flex;
    overflow: hidden;
}

.news-container::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
}

.news-container .news-heading {
    font-weight: bold;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #fff;
}

.news-container .newsB {
    position: relative;
    width: 100%;
}

.news-container .news-single {
    font-size: 18px;
    color: #ffffff;
    font-family: "FIT_Medium", sans-serif;
    text-decoration: none;
    font-weight: normal;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-8px);
    transition: all 400ms ease;
    pointer-events: none;
}

.news-container .news-single.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.newsB {
    display: flex;
    align-items: start;
    height: 26px;
    gap: 5px;
}
.stores {
    max-height: 46px;
    max-width: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stores_div {
    position: absolute;
    top: 22%;
    left: 37%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.countDownDiv {
    border: 2px solid white;
    border-radius: 100%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    top: 2%;
    right: 2%;
    font-family: "FIT_Medium", sans-serif;
}
.noResults {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}
.noResults h1 {
    font-size: 20px;
    color: black;
    font-family: "FIT_Heavy", sans-serif;
}
#newsimage {
    border-radius: 8px;
}
#alert-msg-wrapper,
#apply-success-msg-wrapper {
    background-color: white;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 250px;
    border-radius: 4px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    position: fixed;
    inset: 0;
    margin: auto;
    box-shadow: 0 2px 8px #00000040;
    z-index: 999999;
}
.check-container {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px 10px rgba(#000, 0.05);
    width: 75px;
    height: 75px;
}
.check-circle,
.check-circle-border {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}
.check-circle {
    z-index: 1;
    position: relative;
    background: white;
    transform: scale(1);
    animation: success-anim 700ms ease;
}
.check-circle-border {
    z-index: 0;
    position: absolute;
    background: #749d3d;
    transform: scale(1.1);
    animation: circle-anim 400ms ease;
}

@keyframes success-anim {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes circle-anim {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1.1);
    }
}

.success::before,
.success::after {
    content: "";
    display: block;
    height: 4px;
    background: #729249;
    position: absolute;
}

.success::before {
    width: 18px;
    top: 57%;
    left: 25%;
    transform: rotateZ(50deg);
}

.success::after {
    width: 30px;
    top: 50%;
    left: 35%;
    transform: rotateZ(-50deg);
}
.success-message-text {
    font-family: "FIT_Medium", sans-serif;
    font-size: 22px;
    color: black;
    text-align: center;
}
#alert-msg-overlay,
#apply-success-msg-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    display: none;
    z-index: 99999;
}
@media only screen and (min-width: 240px) and (max-width: 767px) {
    .congratsImage {
        width: 100%;
    }
    .hide-mobile {
        display: none !important;
    }
    .ccenterDiv {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .contact-div {
        flex-direction: column;
    }
    #sell,
    #statistics,
    #podcast,
    #videos {
        padding: 39px 0 39px 0;
    }
    #announcements {
        display: none;
    }
    .formButtons {
        flex-direction: column-reverse;
        justify-content: start !important;
        align-items: start !important;
        gap: 13px;
    }
    .statisticsDiv {
        gap: 20px;
    }
    .contact {
        align-items: start;
        flex-direction: column;
        gap: 5px;
    }
    .stores_div {
        top: 65%;
        left: 31%;
    }
    .dropdown-toggle::after {
        display: none;
    }
    .hide-desc,
    .mobile-show {
        display: block;
    }
    .search-inputDiv {
        width: 68%;
    }
    .sub-news {
        padding: 0;
    }
    .secLine {
        width: 22%;
    }
    .sellBTN {
        white-space: nowrap;
    }
    .nav-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
        width: 100%;
    }
    .news-data {
        margin-bottom: 9px;
    }
    .subPodcast {
        padding: 0;
        margin-bottom: 14px;
    }
    .videosDiv {
        padding: 0;
    }
    .scroll-x {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: 0;
        right: 20px;
        position: relative;
    }
    .scroll-x::-webkit-scrollbar {
        width: 0;
    }
    .scroll-sec {
        overflow-x: hidden;
    }
    .pageContent div,
    .pageContent p {
        flex-direction: column;
    }
    header {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
    }
    .secMt146 {
        margin-top: 161px;
    }
    #nav {
        padding: 0;
        z-index: 9999;
    }
    .contact-privacy {
        font-size: 16px;
    }
    .sideDrawer {
        width: 100% !important;
    }
    .drawerBody {
        max-height: 186px;
        /* overflow-y: hidden; */
        transition: 0.5s;
    }
    .darawerDiv {
        height: unset;
    }
    .moreNews {
        background-color: transparent;
        border: unset;
        --after-transform: rotate(224deg);
    }
    .moreNews::after {
        transform: var(--after-transform);
        top: 0px;
    }
    .whatsapp-solid h3,
    .whatsapp-solid-mobile h3 {
        font-size: 14px;
    }
    .video-js {
        min-height: unset;
    }
    .video-js .vjs-big-play-button {
        top: 41% !important;
        left: 39% !important;
    }
    .breaking-news {
        display: none;
    }
    .whatsapp-solid p,
    .whatsapp-solid-mobile p {
        font-size: 14px;
    }
    .search-div.pages {
        width: 100%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    .mySwiper2 {
        height: 224px !important;
    }
    .mySwiper {
        width: 100% !important;
    }
    .slideCount {
        top: 54%;
    }
    .videoData {
        height: unset;
    }
    .live-video {
        min-height: 224px;
    }
    #carouselExampleControls {
        min-height: unset;
    }
    .pagination {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .congratsImage {
        width: 100%;
    }
    .hide-mobile {
        display: none !important;
    }
    .contact-div {
        flex-direction: column;
    }
    .ccenterDiv {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #sell,
    #statistics,
    #podcast,
    #videos {
        padding: 39px 0 39px 0;
    }
    #announcements {
        display: none;
    }
    .formButtons {
        flex-direction: column-reverse;
        justify-content: start !important;
        align-items: start !important;
        gap: 13px;
    }
    .statisticsDiv {
        gap: 20px;
    }
    .contact {
        align-items: start;
        flex-direction: column;
        gap: 5px;
    }
    .stores_div {
        top: 65%;
        left: 31%;
    }
    .dropdown-toggle::after {
        display: none;
    }
    .hide-desc,
    .mobile-show {
        display: block;
    }
    .search-inputDiv {
        width: 68%;
    }
    .sub-news {
        padding: 0;
    }
    .secLine {
        width: 22%;
    }
    .sellBTN {
        white-space: nowrap;
    }
    .nav-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
        width: 100%;
    }
    .news-data {
        margin-bottom: 9px;
    }
    .subPodcast {
        padding: 0;
        margin-bottom: 14px;
    }
    .videosDiv {
        padding: 0;
    }
    .scroll-x {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: 0;
        right: 20px;
        position: relative;
    }
    .scroll-x::-webkit-scrollbar {
        width: 0;
    }
    .scroll-sec {
        overflow-x: hidden;
    }
    .pageContent div,
    .pageContent p {
        flex-direction: column;
    }
    header {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
    }
    .secMt146 {
        margin-top: 161px;
    }
    #nav {
        padding: 0;
        z-index: 9999;
    }
    .contact-privacy {
        font-size: 16px;
    }
    .sideDrawer {
        width: 100% !important;
    }
    .drawerBody {
        max-height: 186px;
        /* overflow-y: hidden; */
        transition: 0.5s;
    }
    .darawerDiv {
        height: unset;
    }
    .moreNews {
        background-color: transparent;
        border: unset;
        --after-transform: rotate(224deg);
    }
    .moreNews::after {
        transform: var(--after-transform);
        top: 0px;
    }
    #carouselExampleControls {
        min-height: unset;
    }
}
