.sidemenu {
  display: none;
}

header {
  position: relative;
  background-color: black;
  background-image: url(../assets/header-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 4.375em;
  transform: scaleX(-1);
}

.header-mobile {
  display: none;
}

header .hamburger-area {
  display: none;
}

nav {
  position: absolute;
  top: 4.375em !important;
  left: 0;
  right: 0;
  background-color: rgba(217, 217, 217, 0.24);
  background-image: none !important;
  display: flex;
  justify-content: space-between;
  padding: 1em 1.5% 0.75em 1.5%;
  font-family: "Roboto", sans-serif;
  z-index: 5;
}

.nav__left {
  position: relative;
  width: 10.5rem;
}
.nav__left .nav__logo {
  position: absolute;
  width: 10.5rem;
  top: -30px;
}

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

.nav__center .nav__pages {
  display: flex;
  align-items: center;
}
.nav__center .nav__pages .nav__page {
  margin-inline-end: 1.75em;
}
.nav__center .nav__pages .nav__page .nav__link {
  font-size: 1.1875rem;
  transition: all 0.2s linear;
}
.nav__center .nav__pages .nav__page .nav__link:hover {
  color: #1e91c1;
}
.nav__center .nav__pages .nav__page:nth-last-child(1) {
  margin-inline-end: 0;
}

.nav__parent {
  font-size: 1.1875rem;
  position: relative;
  margin-bottom: 0em;
  transition: all 0.2s linear;
}
.nav__parent .nav__center__list--link {
  display: flex;
  align-items: center;
}
.nav__parent .dropdown {
  transition: all 0.35s ease-in-out;
  transform: rotateZ(0deg);
  margin-inline-start: 0.4em;
  cursor: pointer;
}
.nav__parent .nav__child {
  position: absolute;
  visibility: hidden;
  top: 2.25em;
  width: 12em;
  background-color: #393939;
  padding: 0.4em 0 0.4em 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  z-index: 15;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(1em);
}
.nav__parent .nav__child li {
  font-size: 1rem;
  margin: 0em 0em 0em 0em;
  padding: 0.5em 0.5em 0.5em 1.2em;
  white-space: nowrap;
  display: flex;
}
.nav__parent .nav__child li a {
  width: 100%;
}
.nav__parent .nav__child li:hover {
  background-color: #363434;
}
.nav__parent .animate--childlistDesktop {
  visibility: visible;
  opacity: 1;
  transform: translateY(0em);
}
.nav__parent:hover {
  color: #1e91c1;
}
.nav__parent:hover .dropdown {
  transform: rotateZ(-180deg);
  color: #1e91c1;
}

.nav__right .nav__contacts {
  display: flex;
  align-items: center;
}
.nav__right .nav__contacts .nav__contact {
  display: flex;
  align-items: center;
}

.nav__right .nav__contacts .nav__contact .nav__number {
  font-size: 1.5rem;
  font-weight: 700;
  margin-inline-end: 5px;
}
.nav__right .nav__contacts .nav__contact .nav__number img {
  margin-inline-end: 12px;
  width: 20px;
}
.nav__right .nav__contacts .nav__contact img {
  width: 25px;
  margin-inline-end: 5px;
}

.nav__right .nav__contacts .nav__contact i {
  font-size: 1.3rem;
  margin-top: 4.5px;
}

.header__content {
  margin-top: 16em;
  padding-bottom: 8em;
  margin-inline-start: 60%;
  width: 35%;
  position: relative;
  z-index: 10;
  transform: scaleX(-1);
}
.header__content .header__title {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 60px;
}
.header__content .header__title span {
  font-size: 2.4rem;
  font-weight: 600;
}
.header__content .header__paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  margin-top: 2em;
}

.header__shadowOverlay {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  transform: rotate(-180deg);
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
}

.header__shadowOverlay2 {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: -20%;
  z-index: -1;
}

#section1 {
  margin-top: 7.5em;
}

.section {
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}

.section__top {
  display: flex;
  margin-left: 8.15%;
  margin-right: 8.15%;
  margin-bottom: 3.625em;
}
.section__top .section__img {
  width: 50%;
  margin-inline-start: 3em;
}

.section:nth-child(even) .section__top {
  flex-direction: row-reverse;
}
.section:nth-child(even) .section__top h1 {
  text-align: left;
}
.section:nth-child(even) .section__top .section__img {
  margin-inline-start: 0;
  margin-inline-end: 3em;
}

.section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section__content .section__title {
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  margin-bottom: 1em;
}
.section__content .section__paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
}

.section__bottom {
  position: relative;
}

.slide__button {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 30px;
  color: black !important;
  width: 25%;
  cursor: pointer;
}
.slide__button:hover {
  background-color: #1e91c1;
}

.slide__title {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #dd9c49;
  margin-bottom: 1em;
  min-height: 51px;
}

.slide__paragraph {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 1rem;
  margin-bottom: 1.55em;
  color: rgba(255, 255, 255, 0.5);
}

.swiper-slide {
  transition: all 0.2s linear;
  background: #0c0c0c;
  transform: scale(1);
  cursor: pointer;
}
.swiper-slide .slide__container {
  opacity: 0.2; /* Set the default opacity for all slides */
  padding: 1.875em;
  display: flex;
  flex-direction: column;
}
.swiper-slide .slide__container .slide__image {
  width: 100%;
  margin-bottom: 1.5em;
}
.swiper-slide .slide__container .slide__title {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #dd9c49;
  margin-bottom: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.swiper-slide .slide__container .slide__paragraph {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 1rem;
  margin-bottom: 1.55em;
}
.swiper-slide:hover {
  transform: scale(1.025);
}
.swiper-slide:hover .slide__container {
  opacity: 1;
}

.swiper-slide-active .slide__container {
  opacity: 1; /* Set full opacity for the center slide */
}

.swiper-slide-next .slide__container,
.swiper-slide-prev .slide__container {
  opacity: 0.5; /* Set lower opacity for the next and previous slides */
}

.swiper-button-prev,
.swiper-button-next {
  color: black;
  background-color: white;
  padding: 2em;
  border-radius: 2em;
}

.swiper-button-prev::after {
  margin-left: 0.2em;
}
.swiper-button-next::after {
  margin-right: 0.2em;
}

.seperator__image {
  width: 66.77%;
  align-self: center;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.contact__container {
  background-color: black;
  margin-left: 7.81%;
  margin-right: 7.81%;
  margin-bottom: 5.25em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__container .contact__title {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 1.6em;
}

.contact__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.contact__form .contact__top {
  display: flex;
  width: 100%;
  justify-content: center;
}
.contact__form .contact__top .contact__input {
  width: 32%;
  height: 36px;
  padding: 0px 18px 0px 18px;
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 1.375rem;
  color: black;
  margin-bottom: 22px;
}
.contact__form .contact__top .contact__input::placeholder {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 1.375rem;
  color: #b1b1b1;
}
.contact__form .contact__top .contact__input:first-child {
  margin-inline-end: 7.18%;
}
.contact__form .contact__bottom {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.contact__form .contact__bottom .radio__container {
  display: flex;
  align-items: center;
  margin-inline-end: 7.5%;
}
.contact__form .contact__bottom .radio__container .contact__radio {
  border: 1px solid #fff;
  width: 22px;
  height: 22px;
  margin-inline-end: 10px;
  cursor: pointer;
  -webkit-appearance: none;
}
.contact__form .contact__bottom .radio__container .contact__radio:checked {
  background-color: #28ae67;
  background-image: url(../assets/100470\ 1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.contact__form .contact__bottom .radio__container .contact__label {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 1.375rem;
  cursor: pointer;
}
.contact__form .contact__submit {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 1.375rem;
  background-color: #9f6d2e;
  border: none;
  border-radius: 4px;
  padding: 0em 1em 0em 1em;
  margin-top: 2em;
  margin-bottom: 4em;
  cursor: pointer;
  transition: all 0.2s linear;
}
.contact__form .contact__submit:hover {
  background-color: #28ae67;
}

.footer {
  margin-left: 7.81%;
  margin-right: 7.81%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer__line {
  width: 100%;
  border: 1px solid #9e9e9e;
}
.footer .footer__rights {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 13px;
  color: #9e9e9e;
}

.footer__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2.25em;
  margin-bottom: 2.25em;
}
.footer__container .footer__logo {
  width: 206px;
}

.footer__contact {
  margin-inline-start: 2em;
}
.footer__contact .footer__number {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  margin-bottom: 10px;
}
.footer__contact .footer__number img {
  margin-inline-start: 10px;
}
.footer__contact .footer__social a img {
  width: 25px;
  height: 25px;
}

.footer__pages {
  display: flex;
}
.footer__pages .footer__row {
  margin-inline-end: 5em;
}
.footer__pages .footer__row:nth-last-child(1) {
  margin-left: 0em;
}
.footer__pages .footer__row .footer__link {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  transition: all 0.2s linear;
  margin-bottom: 1em;
}
.footer__pages .footer__row .footer__link:hover {
  color: #1e91c1;
}

#internal-title {
  font-size: 4rem;
}

.internal__header {
  margin-bottom: -5em;
}

.internal__header .header__content {
  padding-bottom: 20.5em;
  margin-top: 20em;
  margin-inline-start: 66%;
  width: 20%;
}
.internal__header .header__content .header__title {
  line-height: 75px !important;
}

.internal-section {
  margin: 0em 8.5% 4em 8.5%;
  z-index: 1;
  position: relative;
}
.internal-section h2 {
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 2em;
  z-index: 10;
  position: relative;
}

.text-section {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
}
.text-section p {
  margin-bottom: 1.5em;
}
.text-section ul {
  margin-bottom: 1.5em !important;
}
.text-section ul li {
  list-style: disc !important;
  margin-inline-start: 1em;
}

.about-page h2 {
  color: #8f6229;
}
.about-page .internal__header .header__content {
  width: 50%;
  margin-inline-start: 45%;
}

.accordion-item {
  background-color: transparent;
  margin-bottom: 1.5em;
  border: none;
}
.accordion-item:nth-child(1) {
  border-radius: 0px 0px 0 0 !important;
}
.accordion-item:nth-child(1) .accordion-button {
  border-radius: 0px 0px 0 0 !important;
}
.accordion-item:nth-last-child(1) {
  border-radius: 0 0 0px 0px;
}
.accordion-item:nth-last-child(1) .collapsed {
  border-radius: 0 0 0px 0px !important;
}

.accordion-header {
  margin-bottom: 0 !important;
}

.accordion-button {
  background-color: #d9d9d9;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 1.35rem;
  font-weight: 700;
  border-radius: 0;
}

.accordion-button::after {
  margin-left: 0;
  margin-inline-end: 42.5%;
  transform: rotate(-90deg);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  color: #1e91c1;
}

.accordion-button:not(.collapsed) {
  color: #1e91c1;
  background-color: #d9d9d9;
  box-shadow: none;
}

.accordion-button:focus {
  border-bottom: none;
  box-shadow: none;
}

.accordion-body {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  padding-top: 1.5em;
}

.accordion-body ul {
  flex-direction: column;
  flex-wrap: nowrap !important;
}

.accordion-collapse {
  background-color: transparent;
}

.specialists__section {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 4em;
  width: 100%;
}
.specialists__section .specialist__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22.5%;
  margin-inline-end: 15%;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.specialists__section .specialist__card:nth-child(3n) {
  margin-inline-end: 0;
}
.specialists__section .specialist__card img {
  width: 100%;
}
.specialists__section .specialist__card:hover {
  transform: scale(1.05);
}

.arbitration-page .section__top {
  margin-bottom: 0;
}
.arbitration-page .seperator__image {
  margin-bottom: 2em;
  margin-top: 2em;
}
.arbitration-page .footer {
  margin-top: 10em;
}

.arbitration__button {
  width: 4em;
  margin-top: 1em;
  align-self: end;
}

.arbitration-child-page .footer {
  margin-top: 8em;
}

.consultation-page .footer {
  margin-top: 0em;
}

.contacts-section h2 {
  background: #d9d9d9;
  padding: 0.5em;
  text-align: center;
  margin-bottom: 0em;
}
.contacts-section ul li {
  list-style: none !important;
}

.content__container {
  justify-content: space-around;
}

.menu__container {
  border-bottom: 1px solid white;
  margin-bottom: 3em;
  margin-top: 2em;
}
.menu__container .menu__list {
  width: 100%;
  display: flex;
  font-size: 1.375rem;
  margin-bottom: 0 !important;
}
.menu__container .menu__list .menu__item {
  background-color: #9f6d2e;
  list-style: none !important;
  margin: 0;
  margin-inline-end: 0.1em;
  padding: 0.3em 1.2em 0.3em 1.2em;
  cursor: pointer;
  transition: all 0.2s linear;
}
.menu__container .menu__list .menu__item:hover {
  background-color: white;
  color: #9f6d2e;
}
.menu__container .menu__list .menu__item:focus {
  background-color: white;
  color: #9f6d2e;
}
.menu__container .menu__list .menu__item:active {
  background-color: white;
  color: #9f6d2e;
}

.pages__container {
  display: flex;
  justify-content: center;
}
.pages__container .pages__list {
  display: flex;
}
.pages__container .pages__list .page__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  color: #9f6d2e;
  list-style: none !important;
  margin-inline-start: 0.2em;
  padding: 0.5em;
  width: 2em;
  cursor: pointer;
  transition: all 0.2s linear;
}
.pages__container .pages__list .page__item:hover {
  color: white;
  background-color: #9f6d2e;
}
.pages__container .pages__list .page__item:hover i {
  color: white;
}
.pages__container .pages__list .page__item:focus {
  color: white;
  background-color: #9f6d2e;
}
.pages__container .pages__list .page__item:focus i {
  color: white;
}
.pages__container .pages__list .page__item:active {
  color: white;
  background-color: #9f6d2e;
}
.pages__container .pages__list .page__item:active i {
  color: white;
}
.pages__container .pages__list .page__navigation--prev i {
  transform: rotate(90deg);
  color: #9f6d2e;
}
.pages__container .pages__list .page__navigation--next i {
  transform: rotate(-90deg);
  color: #9f6d2e;
}

.auctions-page .internal-section {
  margin: 0em 4% 4em 4%;
}
.auctions-page .auctions__section {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding-bottom: 4em;
  width: 100%;
}
.auctions-page .auction__card {
  background: #0c0c0c;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 0;
  margin-bottom: 1.5em;
  flex-basis: 32.6%;
}
.auctions-page .auction__card .slide__image {
  width: 100%;
  margin-bottom: 1.5em;
  align-self: center;
}
.auctions-page .auction__card .slide__title {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #dd9c49;
  margin-bottom: 1em;
}
.auctions-page .auction__card .slide__paragraph {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 1rem;
  line-height: 21px;
  margin-bottom: 1.55em;
}
.auctions-page .auction__card:nth-child(2) {
  margin-inline: 1%;
}
.auctions-page .auction__card:nth-child(5) {
  margin-inline: 1%;
}
.auctions-page .auction__card:nth-child(8) {
  margin-inline: 1%;
}
.auctions-page .auction__card:hover {
  transform: scale(1.01);
}

.article__card {
  background-color: #0c0c0c;
  display: flex;
  margin-bottom: 2em;
  padding: 1.75em;
}
.article__card .content__container {
  margin-inline-start: 2em;
  display: flex;
  flex-direction: column;
}
.article__card .content__container h1 {
  font-size: 1.5rem;
}
.article__card .content__container .slide__button {
  align-self: flex-end;
  width: 10%;
  margin-inline-end: 0.75em;
}

.articles-page .pages__container {
  margin-top: 5em;
}
.articles-page .articles__section {
  margin-top: 4em;
}

.auctions-page .auction__card .slide__button {
  width: 100%;
}
