.newrmzanPage {
  background: #fff;
}
.newrmzanPage .header-main .logo:before {
  display: none;
}
.newrmzanPage .header-main .logo {
  background: transparent;
  padding-right: 30px;
  margin-right: 0;
}
.newrmzanPage .header-main .menu-list li.active:before, .newrmzanPage .header-main .menu-list li:hover:before {
  background: #000;
}
.newrmzanPage .left-side .menu-list li a {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.newrmzanPage .right-side a {
  background: transparent;
  border: 1px solid rgb(0, 115, 172);
  border-radius: 5px;
  color: rgb(0, 115, 172);
  font-size: 16px;
  font-weight: 600;
  padding: 0 30px;
}
.newrmzanPage .main .time-prayer .time-circle {
  display: none;
}
.newrmzanPage .main {
  background: url("/img/topbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
}
.newrmzanPage .main p {
  min-height: auto;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
}
.newrmzanPage .main .wrapper p {
  font-weight: 400;
}
.newrmzanPage .main .prayer-time-today {
  background: rgb(4, 93, 137);
}
.newrmzanPage .main .prayer-time-today .active {
  background: rgb(127, 212, 254);
  color: rgb(4, 93, 137);
}
.newrmzanPage .main .prayer-time-today .active .time {
  color: rgb(4, 93, 137);
}
.newrmzanPage .main .prayer-time-today .time-name {
  font-size: 14px;
  font-weight: 600;
}
.newrmzanPage .main .prayer-time-today .time {
  color: rgb(255, 255, 255);
}
.newrmzanPage .main .prayer-time-today .col .padding-md {
  padding: 8px 0;
}
.newrmzanPage .main .time-prayer {
  height: auto;
}
.newrmzanPage .main .time-prayer .time-wrapper {
  position: inherit;
}
.newrmzanPage .textRight {
  text-align: right;
}
.newrmzanPage .main .time-prayer .name-time {
  color: rgb(45, 185, 255);
  font-size: 12px;
}
.newrmzanPage .rmznGnMiladi {
  margin-bottom: 8px;
}
.newrmzanPage .rmznGnMiladi p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.newrmzanPage .rmznGnMiladi p span {
  font-weight: 600;
}
.newrmzanPage .iftarTopAreaIn {
  margin: 5px 0 10px 0;
}
.newrmzanPage .iftarTopAreaIn .iftarTopAreaSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newrmzanPage .iftarTopAreaIn .iftarTopAreaSelect .iftarTopAreaSelectGeneal {
  position: relative;
}
.newrmzanPage .iftarTopAreaIn .iftarTopAreaSelect .iftarTopAreaSelectGeneal::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  background: url(/img/arrowdownNew.png);
  width: 10px;
  height: 7px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
}
.newrmzanPage .iftarTopAreaIn .iftarTopAreaSelect .iftarTopAreaSelectGeneal select {
  border: 1px solid rgb(4, 93, 137);
  padding: 9px 10px;
  width: 180px;
  background: #fff;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.newrmzanPage .swiper {
  width: 100%;
  height: 500px;
  border-radius: 0.8rem;
}
.newrmzanPage .swiper .card-2 a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#0073AC));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 1;
}
.newrmzanPage .swiper .card-2 h3 {
  font-size: 30px;
  font-weight: 800;
  position: absolute;
  bottom: 40px;
  color: rgb(255, 255, 255);
  z-index: 99;
  line-height: normal;
  width: 100%;
}
.newrmzanPage .swiper-button-prev svg {
  display: none;
}
.newrmzanPage .swiper-button-next svg {
  display: none;
}
.newrmzanPage .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newrmzanPage .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newrmzanPage .categoryAreaIs {
  margin-bottom: 30px;
}
.newrmzanPage .categoryAreaIs .categoryAreaIsDetailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newrmzanPage .categoryAreaIs .categoryAreaIsDetailList .categoryAreaIsDetailListItem {
  width: 170px;
  text-align: center;
}
.newrmzanPage .categoryAreaIs .categoryAreaIsDetailList .categoryAreaIsDetailListItem .categoryAreaIsDetailListItemArea .categoryAreaIsDetailListItemImages {
  width: 170px;
  height: 170px;
  border: 3px solid #035d8a;
  border-radius: 50%;
  padding: 2px;
  margin-bottom: 25px;
}
.newrmzanPage .categoryAreaIs .categoryAreaIsDetailList .categoryAreaIsDetailListItem .categoryAreaIsDetailListItemArea .categoryAreaIsDetailListItemImages img {
  width: 100%;
}
.newrmzanPage .categoryAreaIs .categoryAreaIsDetailList .categoryAreaIsDetailListItem .categoryAreaIsDetailListItemArea .categoryAreaIsDetailListItemTitle h4 {
  font-size: 20px;
  color: rgb(0, 0, 0);
}
.newrmzanPage .news-section-list .shadow .column {
  position: relative;
}
.newrmzanPage .news-section-list .shadow .column::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 1;
}
.newrmzanPage .news-section-list .shadow .column .content {
  position: absolute;
  bottom: 0;
  background: transparent;
  z-index: 9;
}
.newrmzanPage .news-section-list .shadow .column .content h3 {
  height: auto;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: #fff;
}
.newrmzanPage .news-section-list .categoryAreaTitle h3 {
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-bottom: 20px;
}
.newrmzanPage .videoPlaySection .playButonArea {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 9;
}
.newrmzanPage .videoPlaySection .shadow .column .content {
  bottom: 19px;
}
.newrmzanPage .videoPlaySection .shadow .column::before {
  height: 50%;
}
.newrmzanPage .solMenuList {
  position: relative;
}
.newrmzanPage .solMenuList .solMenuListAreaContent {
  text-align: center;
  position: absolute;
  top: 30px;
  max-width: 200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.newrmzanPage .solMenuList .solMenuListAreaContent h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  width: 160px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.newrmzanPage .solMenuList .solMenuListAreaContent img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.newrmzanPage .solMenuList .solMenuListAreaContent .solMenuListAreaContentTea {
  margin-bottom: 15px;
}
.newrmzanPage .solMenuList .solMenuListAreaContent .solMenuListAreaContentTea h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.newrmzanPage .solMenuList .solMenuListAreaContent .solMenuListAreaContentTea p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.newrmzanPage .solMenuList .complateBtnArea {
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.newrmzanPage .solMenuList .complateBtnArea a {
  font-size: 16px;
  font-weight: 600;
  color: rgb(0, 115, 172);
  background: #fff;
  border: 1px solid rgb(0, 115, 172);
  border-radius: 5px;
  width: 240px;
  display: block;
  text-align: center;
  line-height: 58px;
  margin: 0 auto;
}
.newrmzanPage .slidersection {
  margin-bottom: 25px;
}
.newrmzanPage .footer-main {
  background: rgb(0, 115, 172);
}
.newrmzanPage .listFooter a {
  position: relative;
  padding-right: 5px;
  text-decoration: none;
}
.newrmzanPage .listFooter a:last-child::after {
  display: none;
}
.newrmzanPage .listFooter a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
.newrmzanPage .nav-menu {
  background: rgb(4, 93, 137);
}
.newrmzanPage .menuListNewAreaComplateText h1 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.newrmzanPage .menuListNewAreaComplateText p {
  font-size: 18px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
}
.newrmzanPage .menuListNewAreaComplate .menu-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 40px 20px;
  justify-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.newrmzanPage .menuListNewAreaComplate {
  /* Passive card styling */
}
.newrmzanPage .menuListNewAreaComplate .menu-card.passive {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.newrmzanPage .menuListNewAreaComplate .menu-card.passive .dropdown-toggle {
  display: none;
}
.newrmzanPage .menuListNewAreaComplate .menu-card {
  position: relative;
  width: 100%;
  max-width: 200px;
  border-radius: 5px;
  overflow: visible;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
.newrmzanPage .menuListNewAreaComplate .menu-card.active {
  z-index: 100;
}
.newrmzanPage .menuListNewAreaComplate .cloeymkMenu {
  position: absolute;
  top: 10px;
  right: 10px;
}
.newrmzanPage .menuListNewAreaComplate .menu-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.newrmzanPage .menuListNewAreaComplate .menu-card::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#0073AC));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0073AC 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  content: "";
  z-index: 1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.newrmzanPage .menuListNewAreaComplate .card-header {
  position: relative;
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: url("/img/menulistImages.png");
}
.newrmzanPage .menuListNewAreaComplate .card-frame {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  pointer-events: none;
}
.newrmzanPage .menuListNewAreaComplate .card-frame::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
  border-radius: 0 0 50% 50%;
}
.newrmzanPage .menuListNewAreaComplate .card-title {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.newrmzanPage .menuListNewAreaComplate .card-title span {
  display: block;
}
.newrmzanPage .menuListNewAreaComplate .dropdown-toggle {
  position: absolute;
  bottom: 0;
  background: transparent;
  z-index: 9999;
  margin-top: 0;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newrmzanPage .menuListNewAreaComplate .dropdown-toggle img {
  width: 17px;
}
.newrmzanPage .menuListNewAreaComplate .dropdown-toggle svg {
  width: 16px;
  height: 16px;
  fill: #2980b9;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.newrmzanPage .menuListNewAreaComplate .menu-card.active .dropdown-toggle svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.newrmzanPage .menuListNewAreaComplate .card-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(0, 115, 172);
  border-radius: 5px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, opacity 0.3s ease;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  z-index: 509999;
}
.newrmzanPage .menuListNewAreaComplate .menu-card.active .card-content {
  max-height: 400px;
  opacity: 1;
}
.newrmzanPage .menuListNewAreaComplate .content-inner {
  padding: 20px 15px;
  text-align: center;
  color: white;
}
.newrmzanPage .menuListNewAreaComplate .content-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}
.newrmzanPage .menuListNewAreaComplate .ayrcaArea {
  margin-bottom: 5px;
}
.newrmzanPage .menuListNewAreaComplate .ayrcaArea img {
  width: 100%;
}
.newrmzanPage .menuListNewAreaComplate .menu-card.active .dropdown-toggle img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.newrmzanPage .menuListNewAreaComplate .menu-section {
  margin-bottom: 12px;
}
.newrmzanPage .menuListNewAreaComplate .menu-section:last-child {
  margin-bottom: 0;
}
.newrmzanPage .menuListNewAreaComplate .menu-label {
  color: #fff;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
}
.newrmzanPage .menuListNewAreaComplate .menu-item {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.newrmzanPage .menuListNewAreaComplate .divider {
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 10px auto;
}
@media (max-width: 768px) {
  .newrmzanPage .menuListNewAreaComplate .menu-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
  }
  .newrmzanPage .menuListNewAreaComplate .menu-card {
    max-width: 180px;
  }
}
@media (max-width: 480px) {
  .newrmzanPage .menuListNewAreaComplate .menu-grid {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .newrmzanPage .menuListNewAreaComplate .menu-card {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .newrmzanPage .menuListNewAreaComplateText p {
    font-size: 12px;
  }
  .newrmzanPage .menuListNewAreaComplateText h1 {
    font-size: 16px;
  }
  .newrmzanPage .main .prayer-time-today .time-name {
    font-size: 12px;
  }
  .newrmzanPage .categoryAreaIs .categoryAreaIsDetailList {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
  }
  .newrmzanPage .solMenuList {
    margin: 20px auto 0 auto;
    display: block;
    width: 85%;
  }
  .newrmzanPage .solMenuList .bgArea img {
    width: 100%;
  }
  .newrmzanPage .main .wrapper {
    background: transparent;
  }
  .newrmzanPage .right-side a {
    font-size: 12px;
    padding: 0 10px;
  }
  .newrmzanPage .swiper {
    height: 200px;
  }
  .newrmzanPage .swiper .card-2 h3 {
    font-size: 12px;
    bottom: 20px;
  }
  .newrmzanPage .categoryAreaIs .categoryAreaIsDetailList .categoryAreaIsDetailListItem .categoryAreaIsDetailListItemArea .categoryAreaIsDetailListItemImages {
    width: 100px;
    height: 100px;
    border: 2px solid #035d8a;
    margin-bottom: 15px;
  }
  .newrmzanPage .categoryAreaIs .categoryAreaIsDetailList .categoryAreaIsDetailListItem .categoryAreaIsDetailListItemArea .categoryAreaIsDetailListItemTitle h4 {
    font-size: 12px;
  }
  .newrmzanPage .header-main {
    background: #fff;
  }
  .newrmzanPage .header-main .icon.icon-menu {
    color: #000;
  }
  .newrmzanPage .listFooter {
    display: block;
    text-align: center;
  }
  .newrmzanPage .listFooter a {
    display: block;
    margin-bottom: 10px;
  }
  .newrmzanPage .listFooter a::after {
    display: none;
  }
}