.fs-10px {
    font-size: 10px;
  }

  .fs-11px {
    font-size: 11px;
  }

  .fs-12 {
    font-size: 12px;
  }

  .fs-13px {
    font-size: 13px;
  }

  .fs-14px {
    font-size: 14px;
  }

  .fs-15px {
    font-size: 15px;
  }

  .fs-16px {
    font-size: 16px;
  }

  .fs-26px {
    font-size: 26px;
  }

  .fw-600 {
    font-weight: 600 !important;
  }

  .h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .w-150px {
    width: 150px;
  }

  .gap-1px {
    gap: 1px;
  }

  .main-section {
    padding: 35px 0;
  }

  .section-tap .nav-item .nav-link.active {
    color: #DB9069;
  }

  .section-tap-content {
    padding: 20px 0px;
  }

  .main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 6px;
    background: #DB9069;
    white-space: nowrap;
    color: white;
    border-radius: 5px;
    font-size: 15px;
    transition: 0.3s;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 20px;
    border: 0;
    outline: 0;
  }
  .main-btn:hover {
    background: #B0795D;
    color: white;
  }
  .main-btn.btn-border {
    border: 1px solid #DB9069;
    background-color: white;
    color: #DB9069;
  }
  .main-btn.btn-border:hover {
    background-color: #DB9069;
    color: white;
  }

  .main-title {
    text-align: start;
    font-size: 25px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #333;
  }

  .title-efc {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
  }
  .title-efc .title {
    position: relative;
    font-weight: 700;
    color: #333;
    text-align: center;
    font-size: 24px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 0;
  }
  .title-efc .title::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 10px);
    background-color: white;
    z-index: -1;
  }
  .title-efc::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    transform: translateY(50%);
    z-index: -1;
  }

  .box-article {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 16px;
    height: 100%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1215686275);
  }
  .box-article .img-holder {
    position: relative;
    display: block;
    width: 100%;
    height: 110px;
    margin-bottom: 12px;
  }
  .box-article .img-holder img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: all 300ms ease;
  }
  .box-article .img-holder img:hover {
    opacity: 0.7;
  }
  .box-article .img-holder .cat {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #DB9069;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
    padding: 8px;
    display: block;
    z-index: 1;
    transition: all 300ms ease;
  }
  .box-article .img-holder .cat:hover {
    opacity: 0.7;
  }
  .box-article .img-holder.lg {
    height: 210px !important;
  }
  .box-article .name {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #444;
    transition: all 300ms ease;
  }
  .box-article .name:hover {
    opacity: 0.7;
  }
  .box-article .des {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
  }

  .lists-holder {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
  }
  .lists-holder .list-topic {
    height: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
  }
  .lists-holder .list-topic .list-item-head {
    margin-bottom: 13px;
  }
  .lists-holder .list-topic .list-item-head a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #DB9069;
    color: #DB9069;
    font-weight: 600;
  }
  .lists-holder .list-topic .list-item-head a i,
  .lists-holder .list-topic .list-item-head a svg {
    font-size: 30px;
    margin-left: 5px;
  }
  .lists-holder .list-topic .list-item-head a span {
    font-size: 25px;
  }
  .lists-holder .list-topic .list-item-head:hover {
    background-color: #DB9069;
  }
  .lists-holder .list-topic .list-item-head:hover a {
    color: white;
  }
  .lists-holder .list-topic .list-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .lists-holder .list-topic .list-item .list-link {
    display: block;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 600;
  }
  .lists-holder .list-topic .list-item .list-link span {
    color: black;
  }
  .lists-holder .list-topic .list-item .list-link:hover {
    color: black;
  }





  .ads-in-list {
    width: 100%;
    margin-bottom: 20px;
  }
  .ads-in-list img {
    width: 100%;
    min-height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .ads-article {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .ads-article img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ads-article.ads-article-sm {
    height: 150px;
  }

  .box-view-article {
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
  }
  .box-view-article .article-data .article-title {
    margin-bottom: 20px;
    font-size: 32px;
    color: #333;
    font-weight: 700;
  }
  .box-view-article .article-data .author-data {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 15px;
  }
  .box-view-article .article-data .author-data .img-holder {
    width: 60px;
    height: 60px;
  }
  .box-view-article .article-data .author-data .img-holder .author-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .box-view-article .article-data .author-data .data .def {
    margin-bottom: 5px;
  }
  .box-view-article .article-data .author-data .data .def a {
    color: #DB9069;
  }
  .box-view-article .article-data .author-data .data .def a:hover {
    text-decoration: underline;
  }
  .box-view-article .article-data .author-data .data .date {
    margin-bottom: 0;
  }
  .box-view-article .article-data .article-image {
    width: 100%;
    height: 295px;
    margin-bottom: 20px;
  }
  .box-view-article .article-data .article-image .article-img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  .box-view-article .article-data .related-list {
    border-bottom: 2px solid #ddd;
  }
  .box-view-article .article-data .related-list li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .box-view-article .article-data .related-list .title {
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
  }
  .box-view-article .article-data .related-list .list-item .list-link {
    display: block;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #DB9069;
  }
  .box-view-article .article-data .related-list .list-item .list-link:hover {
    text-decoration: underline;
  }
  .box-view-article .article-data .content-list {
    list-style: arabic-indic;
    padding-right: 20px;
    border-bottom: 2px solid #ddd;
  }
  .box-view-article .article-data .content-list .title {
    margin-bottom: 0;
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
    background-color: #f3f3f3;
    border-bottom: 2px solid #DB9069;
  }
  .box-view-article .article-data .content-list .list-item .list-link {
    display: block;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #DB9069;
  }
  .box-view-article .article-data .content-list .list-item .list-link:hover {
    text-decoration: underline;
  }
  .box-view-article .article-data .box-reference {
    margin-bottom: 20px;
  }
  .box-view-article .article-data .box-reference .reference-title {
    position: relative;
    width: 100%;
    text-align: right;
    font-weight: 700;
    padding: 9px 20px;
    font-size: 25px;
    border: 1px solid #eaeaea;
    border-bottom: 2px solid #DB9069;
    background-color: white;
  }
  .box-view-article .article-data .box-reference .reference-title::before {
    content: "[+]";
    position: absolute;
    top: 50%;
    right: 115px;
    font-weight: 600;
    transform: translateY(-50%);
    color: #DB9069;
    transition: all 300ms ease;
  }
  .box-view-article .article-data .box-reference .reference-title[aria-expanded=true]::before {
    content: "[-]";
  }
  .box-view-article .article-data .box-reference .card-reference {
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    border-top: none;
    padding: 15px;
  }
  .box-view-article .article-data .box-reference .card-reference .list-reference {
    list-style: arabic-indic;
    padding-right: 20px;
  }
  .box-view-article .article-data .box-reference .card-reference .list-reference li:not(:last-child) {
    margin-bottom: 15px;
  }
  .box-view-article .article-data .box-rate {
    padding: 15px;
    border-radius: 10px;
    background-color: #f4f4f4;
    text-align: center;
    margin-bottom: 20px;
  }
  .box-view-article .article-data .box-rate .title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .box-view-article .article-data .box-rate .btn-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .box-view-article .article-data .box-rate .btn-holder .btn-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 2px;
    font-weight: 700;
  }
  .box-view-article .article-data .share-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    border-bottom: 2px solid #DB9069;
    padding: 10px;
    margin-bottom: 10px;
  }
  .box-view-article .article-data .share-bar .share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .box-view-article .article-data .share-bar .share span {
    font-weight: 600;
  }
  .box-view-article .article-data .share-bar .share .btn-share {
    padding: 3px 10px;
    font-size: 13px;
    color: white;
    transition: all 300ms ease;
  }
  .box-view-article .article-data .share-bar .share .btn-share.fc {
    background-color: #3c5a9a;
  }
  .box-view-article .article-data .share-bar .share .btn-share.tw {
    background-color: #329bc2;
  }
  .box-view-article .article-data .share-bar .share .btn-share:hover {
    transform: scale(1.06);
  }
  .box-view-article .article-data .more-article .title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
  }
  .box-view-article .article-data .more-article .box-article {
    padding: 0px;
    box-shadow: none;
  }
  .box-view-article .article-data .more-article .box-article .img-holder {
    margin-bottom: 6px;
  }
  .box-view-article .article-data .more-article .box-article .name {
    font-size: 14px;
  }
  .box-view-article .article-data .box-article {
    padding: 10px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1215686275);
  }
  .box-view-article .article-data .box-article .name {
    font-size: 14px;
  }
  .box-view-article .article-common .common-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
  }
  .box-view-article .article-common .box-article {
    padding: 0px;
    box-shadow: none;
  }
  .box-view-article .article-common .box-article .img-holder {
    margin-bottom: 6px;
  }
  .box-view-article .article-common .box-article .name {
    font-size: 14px;
  }
  .box-view-article .article-common .other-article .list-item .list-link {
    display: block;
    padding: 12px 10px;
    font-weight: 700;
    font-size: 17px;
    color: #DB9069;
  }
  .box-view-article .article-common .other-article .list-item .list-link:first-child {
    padding-top: 0;
  }
  .box-view-article .article-common .other-article .list-item .list-link:hover {
    text-decoration: underline;
  }
  .box-view-article .article-common .ads-in-list {
    height: 250px;
  }
  .box-view-article .article-common .ads-in-list img {
    height: 100%;
  }

  .inp {
    border: 1.2px solid #b4bec8;
    border-radius: 4px;
    padding: 11px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    direction: rtl;
    display: block;
    transition: all 300ms ease;
  }
  .inp::-moz-placeholder {
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 14px;
    font-weight: 400;
    color: rgba(135, 135, 135, 0.7);
  }
  .inp::placeholder {
    transition: all 300ms ease;
    font-size: 14px;
    font-weight: 400;
    color: rgba(135, 135, 135, 0.7);
  }
  .inp:focus {
    border-color: #DB9069;
  }
  .inp:focus::-moz-placeholder {
    opacity: 0;
  }
  .inp:focus::placeholder {
    opacity: 0;
  }

  textarea {
    height: 135px;
  }
  textarea:focus {
    border-color: #DB9069;
    outline: none;
  }
  textarea:focus::-moz-placeholder {
    opacity: 0;
  }
  textarea:focus::placeholder {
    opacity: 0;
  }

  * {
    box-sizing: border-box;
    padding: 0%;
    margin: 0%;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    min-height: 100vh;
    font-family: "Cairo", sans-serif;
    font-size: 16px;
    background-color: #f9f9f9;
    color: rgba(0, 0, 0, 0.8);
  }

  ul {
    list-style: none;
    padding: 0%;
    margin: 0%;
  }

  a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
  }
  a:hover {
    color: rgba(0, 0, 0, 0.8);
  }

  button {
    border: none;
    outline: none;
  }

  input:focus,
  select:focus {
    outline: none;
  }

  /* end scrollbar */
  .up-btn {
    position: fixed;
    bottom: 16px;
    right: -50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #DB9069;
    z-index: 999;
    overflow: hidden;
    cursor: pointer;
    transition: 0.4s;
  }
  .up-btn i,
  .up-btn svg {
    font-size: 17px;
  }
  .up-btn.show {
    right: 16px;
  }
  .up-btn::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0%;
    height: 100%;
    z-index: -1;
    background-color: #B0795D;
    transition: 0.4s;
  }
  .up-btn:hover::before {
    width: 100%;
  }

  .breadcrumb-bg {
    background-color: #e9e9e9;
    padding: 10px;
  }

  .contact {
    padding-bottom: 70px !important;
    position: relative;
    z-index: 1;
  }
  .contact::after, .contact::before {
    filter: brightness(0) saturate(100%) invert(43%) sepia(97%) saturate(1755%) hue-rotate(355deg) brightness(94%) contrast(96%);
  }
  .contact::after {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    z-index: -1;
    top: 35px;
    content: url("../images/layer-1.png");
  }
  .contact::before {
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    z-index: -1;
    bottom: 0;
    content: url("../images/layer-2.png");
  }
  .contact .form {
    box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
    border-radius: 10px;
    background-color: white;
    padding: 20px;
    padding-right: 50px;
    margin: 0 auto;
    max-width: 950px;
  }
  .contact .form .main-title {
    margin-bottom: 30px;
  }
  .contact .form .title {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 27px;
    color: #0f001a;
  }
  .contact .form .boxes {
    display: flex;
    align-items: center;
    gap: 80px;
  }
  .contact .form .boxes .box {
    flex: 1;
  }
  .contact .form .boxes .box label {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    display: block;
    color: #0f001a;
    opacity: 0.8;
    margin-bottom: 13px;
  }
  .contact .form .boxes .box label .sm {
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    color: rgb(15, 0, 26);
  }
  .contact .form .boxes .box .inp {
    margin-bottom: 14px;
  }
  .contact .form .boxes .box .btn-sub {
    background-color: #DB9069;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    transition: all 300ms ease;
  }
  .contact .form .boxes .box .btn-sub:hover {
    background-color: rgba(219, 144, 105, 0.43);
  }
  .contact .form .boxes .box.two {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .contact .form .boxes .box.two .item {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .contact .form .boxes .box.two .item .icon {
    width: 20px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(43%) sepia(97%) saturate(1755%) hue-rotate(355deg) brightness(94%) contrast(96%);
  }
  .contact .form .boxes .box.two .item .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #0f001a;
  }
  .contact .form .boxes .box.two .social {
    margin-top: 3px;
    display: flex;
    align-items: center;
    gap: 25px;
  }
  .contact .form .boxes .box.two .social a .icon {
    color: #DB9069;
    font-size: 21px;
  }
  .contact .form .boxes .box.two .social a i, .contact .form .boxes .box.two .social a svg {
    font-size: 16px;
  }
  .contact .form .boxes .box.two .map iframe {
    border-radius: 4px;
    width: 100%;
    height: 155px;
  }
  @media (max-width: 991.98px) {
    .contact .form {
      padding-right: 20px;
    }
    .contact .form .boxes {
      flex-direction: column;
      gap: 1rem;
    }
    .contact .form .boxes .box.two .item {
      gap: 16px;
    }
  }

  .bottom-nav {
    padding: 4px 0 !important;
    box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.05), 0px 5px 8px rgba(99, 99, 99, 0.04);
    background-color: white !important;
  }
  .bottom-nav .logo {
    margin: 0 !important;
    padding: 0 !important;
  }
  .bottom-nav .logo .img {
    width: 65px;
    height: auto;
  }
  .bottom-nav .navbar-collapse {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .bottom-nav .navbar-collapse .navbar-nav {
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 7px;
  }
  .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 30px !important;
    text-align: center !important;
    letter-spacing: -0.004em !important;
    color: #000 !important;
  }
  .bottom-nav .holder-options {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }
  .bottom-nav .holder-options .main-btn {
    padding: 10px 20px !important;
    font-size: 15px !important;
  }
  .bottom-nav .holder-options .left-nav {
    display: flex;
    align-items: stretch;
    gap: 6px;
  }
  @media (max-width: 991.98px) {
    .bottom-nav .holder-options .left-nav {
      justify-content: center;
      gap: 0.7rem;
    }
  }
  .bottom-nav .holder-options .left-nav .item {
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 24px;
    color: #424242;
  }
  @media (max-width: 991.98px) {
    .bottom-nav .holder-options .left-nav .item {
      gap: 2px;
    }
  }
  .bottom-nav .holder-options .left-nav .item .icon {
    width: 20px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(88%) sepia(18%) saturate(2726%) hue-rotate(308deg) brightness(89%) contrast(92%);
  }
  .bottom-nav .holder-options .left-nav .bar-left-nav {
    opacity: 0.1;
    border: 1px solid #494949;
    width: 1px;
  }

  .land-section {
    width: 100%;
    height: 100vh;
  }
  .land-section .overlay-landing {
    position: relative;
    height: calc(100% - 120px);
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .land-section .overlay-landing .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .land-section .overlay-landing .container .content-landing {
    width: 100%;
  }
  .land-section .overlay-landing .container .content-landing .text {
    margin-bottom: 30px;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    color: #DB9069;
  }
  @media (max-width: 767.98px) {
    .land-section .overlay-landing .container .content-landing .text {
      font-size: 1.7rem;
    }
  }
  .land-section .banner-ads {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .land-section .banner-ads .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .land-section .banner-ads img {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: auto;
    height: auto;
  }

  .topics-section {
    background-color: #fff;
  }

  .main-footer {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
  }
  .main-footer .container .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main-footer .container .content .right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
  }
  .main-footer .container .content .right-content .contact-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .main-footer .container .content .right-content .contact-icon .icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    transition: border 1s;
    transition: opacity 0.5s;
  }
  .main-footer .container .content .right-content .contact-icon .icon-holder i,
  .main-footer .container .content .right-content .contact-icon .icon-holder svg {
    font-size: 20px;
    color: #DB9069;
  }
  .main-footer .container .content .right-content .contact-icon .icon-holder:hover {
    border-color: #DB9069;
    opacity: 0.5;
  }
  .main-footer .container .content .right-content .copy {
    color: #545454;
    margin-bottom: 0;
    font-size: 14px;
  }
  .main-footer .container .content .left-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
  }
  .main-footer .container .content .left-content .lits-sections .list-item .list-link {
    display: block;
    padding: 4px 5px;
    font-size: 14px;
  }
  .main-footer .container .content .left-content .lits-sections .list-item .list-link:hover {
    text-decoration: underline;
  }/*# sourceMappingURL=main.css.map */
