body {
    background: url(/images/bg-pattern.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#news .wrapper {
  max-width: 1496px;
  margin: 0px auto;
  padding: 0px 20px;
  margin-top: 222px;
}
#news .wrapper .locate h3 {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 129%;
  text-align: start;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin: 0px;
}
#news .wrapper .locate div {
  margin-bottom: 56px;
}
#news .wrapper .locate div span {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: rgba(203, 203, 203, 0.49);
}
#news .wrapper .locate div span a {
  color: rgba(203, 203, 203, 0.49);
}
#news .wrapper .news-card-most-read {
  display: flex;
  align-items: start;
  margin-bottom: 281px;
}
#news .wrapper .news-card-most-read .news-card-area {
  width: 100%;
  margin-right: 22px;
}
#news .wrapper .news-card-most-read .news-card-area .news-card {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 24px;
  display: flex;
  padding: 24px;
}

#news .wrapper .news-card-most-read .news-card-area .news-card .img img {
    width: 296px;
    height: 304px;
    object-fit: cover;
    border-radius: 9px;
}
#news .wrapper .news-card-most-read .news-card-area .news-card .text-hood {
  padding-left: 24px;
  width: 100%;
}
#news .wrapper .news-card-most-read .news-card-area .news-card a .news-info {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #43cc74;
  padding-top: 29px;
  display: flex;
  background: rgba(67, 204, 115, 0.337254902);
  border-radius: 4px;
  padding: 5px 12px;
  margin-top: 29px;
  width: 89px;
}
#news .wrapper .news-card-most-read .news-card-area .news-card h3 {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  color: #333333;
}
#news .wrapper .news-card-most-read .news-card-area .news-card p {
  margin-right: 54px;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #666666;
  margin-top: 58px;
  margin-bottom: 45px;
}
#news .wrapper .news-card-most-read .news-card-area .news-card .seeAll-date {
  margin-right: 54px;
  display: flex;
  justify-content: space-between;
}
#news .wrapper .news-card-most-read .news-card-area .news-card .seeAll-date a {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  color: #43cc74;
  display: flex;
  width: 116px;
}
#news .wrapper .news-card-most-read .news-card-area .news-card .seeAll-date span {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #999999;
}
#news .wrapper .news-card-most-read .news-card-area .number-box-area {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  float:right;
}
#news .wrapper .news-card-most-read .news-card-area .number-box-area .last-trhee-items {
  display: flex;
  gap: 20px;
}
#news .wrapper .news-card-most-read .news-card-area .number-box-area ul {
    padding:0px;
  display:flex;
}
#news .wrapper .news-card-most-read .news-card-area .number-box-area ul li {
        min-width: 48px;
        min-height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #14c2a3;
        cursor: pointer;
        margin-right: 13px;
}

#news .wrapper .news-card-most-read .news-card-area .number-box-area ul .active {
        background: #14c2a3 !important;
}

    #news .wrapper .news-card-most-read .news-card-area .number-box-area ul li a {
        font-family: "SofiaPro";
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 50px;
        color: #ffffff;
        width: 100%;
        text-align: center;
        height: 100%;
    }

#news .wrapper .news-card-most-read .search {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 24px;
}
#news .wrapper .news-card-most-read .search h3 {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #333333;
  margin: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 12px;
}
#news .wrapper .news-card-most-read .search div {
  position: relative;
  padding: 18px 28px;
  padding-top: 0px;
  display: flex;
}
#news .wrapper .news-card-most-read .search div input {
  width: 256px;
  height: 48px;
  border: 2px solid #999999;
  border-radius: 8px;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding-left: 14px;
  color: #999999;
  padding-right: 50px;
}
#news .wrapper .news-card-most-read .search div img {
  position: absolute;
  right: 39px;
  top: 10px;
  z-index: 3;
}
#news .wrapper .news-card-most-read .most-read {
  width: 350px;
  height: 539px;
  overflow-x: scroll;
  padding-left: 21px;
  padding-top: 22px;
  background: #ffffff;
  border-radius: 8px;
}
#news .wrapper .news-card-most-read .most-read::-webkit-scrollbar {
  width: 10px;
}
#news .wrapper .news-card-most-read .most-read::-webkit-scrollbar-track {
  border-radius: 10px;
}
#news .wrapper .news-card-most-read .most-read::-webkit-scrollbar-thumb {
  background: rgb(128, 128, 128);
  border-radius: 10px;
}
#news .wrapper .news-card-most-read .most-read::-webkit-scrollbar-thumb:hover {
  background: rgb(79, 79, 79);
}
#news .wrapper .news-card-most-read .most-read h3 {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin: 0px;
  margin-bottom: 32px;
}
#news .wrapper .news-card-most-read .most-read .most-read-items {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
#news .wrapper .news-card-most-read .most-read .most-read-items img {
  width: 64px;
  height: 64px;
}
#news .wrapper .news-card-most-read .most-read .most-read-items .hood-date {
  margin-left: 16px;
}
#news .wrapper .news-card-most-read .most-read .most-read-items .hood-date h4 {
  font-style: normal;
  font-family: "SofiaPro";
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 0px;
}
#news .wrapper .news-card-most-read .most-read .most-read-items .hood-date span {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}
#news .wrapper .news-card-most-read .categories {
  background: #ffffff;
  border-radius: 8px;
}
#news .wrapper .news-card-most-read .categories h3 {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #333333;
  padding-left: 15px;
  padding-top: 20px;
}
#news .wrapper .news-card-most-read .categories .categories-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 0px 15px;
  padding-bottom: 21px;
  margin-bottom: 24px;
}
#news .wrapper .news-card-most-read .categories .categories-item .items {
  position: relative;
  width: 151px;
  height: 100px;
}
#news .wrapper .news-card-most-read .categories .categories-item .items img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .wrapper .news-card-most-read .categories .categories-item .items .number {
  width: 32px;
  height: 32px;
  background: #00875a;
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
}
    #news .wrapper .news-card-most-read .categories .categories-item .items .name {
        font-family: "BakbakOne";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        font-feature-settings: "pnum" on, "lnum" on;
        color: #ffffff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 3px;
        width: 100%;
        text-align: center;
    }
#news .wrapper .news-card-most-read .socialMedia {
  background-color: #262828;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 24px 30px;
}
#news .wrapper .news-card-most-read .socialMedia .img img {
  width: 297px;
  height: 212px;
  border-radius: 8px;
}
#news .wrapper .news-card-most-read .socialMedia .title-text h3 {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-transform: capitalize;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
  text-align: center;
}
#news .wrapper .news-card-most-read .socialMedia .title-text p {
  text-align: center;
  width: 229px;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  margin: 0px auto;
  margin-bottom: 41px;
}
#news .wrapper .news-card-most-read .socialMedia .social-items {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#news .wrapper .news-card-most-read .socialMedia .social-items img {
  width: 20px;
  height: 20px;
  padding: 10px;
  background: #00875b;
  border-radius: 8px;
}
#news .wrapper .news-card-most-read .sendMail {
  margin-top: 18px;
  background: #262828;
  border: 1px solid #ffffff;
  border-radius: 8px;
  display: block;
  text-align: center;
}
#news .wrapper .news-card-most-read .sendMail .img {
  display: block;
  margin: 0px auto;
}
#news .wrapper .news-card-most-read .sendMail .img img {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 64px;
}
#news .wrapper .news-card-most-read .sendMail .text p {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  width: 229px;
  margin: 0px auto;
  margin-bottom: 30px;
}
#news .wrapper .news-card-most-read .sendMail .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  gap: 18px;
}
#news .wrapper .news-card-most-read .sendMail .contact a {
  align-items: center;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #43cc74;
}
#news .wrapper .news-card-most-read .arabam-logo {
  margin-top: 34px;
  text-align: center;
  width: 100%;
}
#news .wrapper .news-card-most-read .arabam-logo img {
  width: 185.81px;
  height: 32.72px;
}

@media (max-width: 1350px) {
  #news .wrapper .news-card-most-read .news-card-area {
    margin-right: 14px;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card {
    align-items: center;
    height: 100%;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card h3 {
    margin-bottom: 10px;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card p {
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 4px;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card .seeAll-date {
    padding-bottom: 20px;
    margin-right: 24px;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card .seeAll-date a {
    font-size: 12px;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card .seeAll-date span {
    font-size: 12px;
  }
  #news .wrapper .news-card-most-read .news-card-area .next-and-before-news {
    gap: 10px;
  }
}
@media (max-width: 1047px) {
  #news .wrapper .news-card-most-read .news-card-area .news-card h3 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 10px;
  }
  #news .wrapper .news-card-most-read .news-card-area .next-and-before-news {
    margin-top: 33px;
  }
}
@media (max-width: 992px) {
  #news .wrapper {
    margin-top: 132px;
  }
  #news .wrapper .img_text-hood {
    display: block;
  }
  #news .wrapper .img_text-hood .img {
    margin: 0px auto;
    margin-bottom: 50px;
  }
  #news .wrapper .img_text-hood .text-hood span {
    justify-content: center;
    margin-bottom: 30px;
  }
  #news .wrapper .news-detail-slider .banner_news-detail .container #news-detail-slider {
    height: 229px;
  }
  #news .wrapper .ticket-social .social div {
    gap: 10px;
  }
  #news .wrapper .news-card-most-read {
    display: grid;
  }
  #news .wrapper .news-card-most-read .news-card-area {
    margin-right: 0px;
    order: 2;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card .img {
    display: flex;
    justify-content: center;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card .img img {
    width: 200px;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card .text-hood {
    padding: 24px;
  }
  #news .wrapper .news-card-most-read .right-side {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #news .wrapper .news-card-most-read .right-side .search {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #news .wrapper .news-card-most-read .right-side .search div input {
    margin-top: 14px;
    width: 100%;
    padding-right: 50px;
  }
  #news .wrapper .news-card-most-read .right-side .search div img {
    top: 26px;
    right: 39px;
  }
  #news .wrapper .news-card-most-read .right-side .most-read {
    width: 360px;
    justify-content: start;
    margin-bottom: 50px;
    height: 571px;
  }
  #news .wrapper .news-card-most-read .right-side .most-read h3 {
    margin-top: 1em;
  }
  #news .wrapper .news-card-most-read .right-side .categories {
    width: 360px;
    margin-bottom: 50px;
  }
  #news .wrapper .news-card-most-read .right-side .socialMedia {
    width: 340px;
    padding: 24px 21px;
  }
  #news .wrapper .news-card-most-read .right-side .socialMedia .img {
    display: flex;
    justify-content: center;
  }
  #news .wrapper .news-card-most-read .right-side .sendMail {
    width: 360px;
    display: grid;
    place-content: center;
  }
  #news .wrapper .news-card-most-read .right-side .text .most-read {
    min-width: 260px;
  }
  #news .wrapper .news-card-most-read .right-side .text .most-read h3 {
    font-size: 16px;
  }
  #news .wrapper .news-card-most-read .right-side .text .most-read .most-read-items .hood-date h4 {
    font-size: 14px;
  }
  #news .wrapper .news-card-most-read .right-side .text .most-read .most-read-items .hood-date span {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #news .wrapper .img_text-hood {
    display: block;
  }
  #news .wrapper .ticket-social {
    display: block;
    align-items: center;
    justify-items: center;
  }
  #news .wrapper .ticket-social .ticket {
    display: block;
  }
  #news .wrapper .ticket-social .ticket span {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-bottom: 10px;
  }
  #news .wrapper .ticket-social .ticket .dot {
    display: none;
  }
  #news .wrapper .ticket-social .ticket div {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #news .wrapper .ticket-social .social {
    margin-top: 20px;
    justify-content: center;
  }
  #news .wrapper .ticket-social .social div {
    gap: 10px;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card .text-hood {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  #news .wrapper {
    margin-top: 92px;
  }
  #news .wrapper .locate h3 {
    font-size: 36px;
    text-align: center;
  }
  #news .wrapper .locate .location {
    text-align: center;
  }
  #news .wrapper .news-card-most-read {
    display: block;
    margin-bottom: 50px;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card {
    display: block;
    padding: 0px;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card .img {
    padding-top: 10px;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card .img img {
    width: 90%;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card .text-hood {
    padding: 20px;
    width: unset;
    padding-left: 17px;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card .news-info {
    margin-top: 0px;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card h3 {
    font-size: 18px;
  }
  #news .wrapper .news-card-most-read .news-card-area .news-card p {
    font-size: 14px;
  }
  #news .wrapper .news-card-most-read .news-card-area .next-and-before-news {
    margin-top: 23px;
    margin-bottom: 23px;
    display: block;
  }
  #news .wrapper .news-card-most-read .news-card-area .next-and-before-news .before {
    margin-bottom: 20px;
  }
  #news .wrapper .news-card-most-read .text .most-read {
    min-width: 260px;
  }
  #news .wrapper .news-card-most-read .text .most-read h3 {
    font-size: 16px;
  }
  #news .wrapper .news-card-most-read .text .most-read .most-read-items .hood-date h4 {
    font-size: 14px;
  }
  #news .wrapper .news-card-most-read .text .most-read .most-read-items .hood-date span {
    font-size: 12px;
  }
    #news .wrapper .news-card-most-read .right-side {
        display: flex;
        width: 100%;
    }
}
@media (max-width: 360px) {
  #news .wrapper .news-card-most-read {
    display: block;
  }
  #news .wrapper .news-card-most-read .right-side {
    display: block;
  }
  #news .wrapper .news-card-most-read .right-side .most-read {
    min-width: unset !important;
    width: 100% !important;
    padding: 0px;
  }
  #news .wrapper .news-card-most-read .right-side .most-read h3 {
    text-align: center;
  }
  #news .wrapper .news-card-most-read .right-side .most-read .most-read-items {
    margin-left: 6px;
    margin-right: 6px;
  }
  #news .wrapper .news-card-most-read .right-side .categories {
    width: 100%;
  }
  #news .wrapper .news-card-most-read .right-side .categories .categories-item .items {
    width: 100%;
    height: 100px;
  }
  #news .wrapper .news-card-most-read .right-side .categories .categories-item .items img {
    width: 100%;
  }
  #news .wrapper .news-card-most-read .right-side .socialMedia {
    width: 100%;
    padding: 24px 0px;
  }
  #news .wrapper .news-card-most-read .right-side .socialMedia .img {
    padding: 0px 20px;
  }
  #news .wrapper .news-card-most-read .right-side .socialMedia .img img {
    width: 100%;
    height: 100%;
  }
  #news .wrapper .news-card-most-read .right-side .sendMail {
    width: 100%;
  }
  #news .wrapper .news-card-most-read .most-read {
    width: 300px !important;
  }
  #news .wrapper .news-card-most-read .socialMedia {
    width: 300px;
  }

}/*# sourceMappingURL=news.css.map */