body {
  /*direction: rtl;*/
  background-color: #f3f3f3;
}

body {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
body::-webkit-scrollbar {
  display: none;  /* Safari and Chrome */
}

.preloader__bg {
  background-color: #002d4c;
}

.service.-card.-hover:hover .service__content {
  background-color: #998056a3 !important;
}

.header__menu {
  display: none;
}

.header.is-sticky .header__bar {
  height: 5.5rem;
  padding: 0px 1.75rem;
}

#desktop-logo {
  display: block;
}

#mobile-logo {
  display: none;
  max-width: 58%;
  transform: rotate(180deg);
}

#container-floating {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 50;
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.floating-button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floating-button:hover {
  transform: scale(1.1);
  transition: all 0.1s ease-in-out;
}

.floating-button-1 {
  background: #075e54;
}

.floating-button-2 {
  background: #aa9169;
}

.floating-button-3 {
  background: #002d4c;
}

.icon {
  font-size: 23px;
  color: white;
  text-align: center;
  line-height: 40px;
}

.hero-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.hero-logo a img {
  max-width: 50rem;
}

.hero-container {
  margin-left: 5%;
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-container div {
  display: flex;
  margin-right: 6px;
  flex-direction: column;
  align-items: center;
}

.hero-container h1 {
  text-align: center;
}

.overlayImgs {
  padding: 0;
}
/**/
/* .overlayImgs__back { */
/*     z-index: 999; */
/* } */
/**/
/* .overlayImgs__front { */
/*     z-index: 1; */
/* } */
/**/
/* .overlayImgs__front { */
/*   bottom: -4rem; */
/*   left: -4rem; */
/* } */
/**/
/* .js-title-wrap { */
/*   /*max-width: 80%;*/
/* } */

.menu__container li {
  position: relative !important;
}

.header .nav > li {
  font-size: 1rem;
}

.hero-logo {
  opacity: 0;
}

.js-title-wrap .masthead__title {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
}

.js-title div:nth-child(2) {
  transform: translateY(-20px);
}

.preloader__progress {
  width: 15rem;
  height: 15rem;
}

.navbar-brand img {
  width: 220px;
}

.header__cart {
  width: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header__cart a {
  width: fit-content;
  height: fit-content;
}

.header__cart > p {
  font-size: 2rem;
  font-weight: 100;
  margin: 0 1vw;
}

.lang {
  font-size: 1.2rem;
  font-weight: 100;
}

.ar {
  transform: translate(-5px, -4px);
}

.is-sticky .header__cart p {
  color: #002d4c;
}

.masthead__pagination_numbers {
  display: none;
}

.masthead__button {
  margin-top: 0;
}

.button.-simple::before {
  width: 1.5rem;
  color: #887148;
}

.button.-simple:hover::before {
  width: 2.5rem;
}

.header.is-sticky .header__bar {
  /* padding: 3.75rem; */
  /* border-radius: 15px; */
  /* max-width: 99%; */
  /* margin: .5vw auto; */
  background: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px rgb(37 37 49 / 10%);
}

.is-sticky .menu .nav li > a {
  color: #baa686;
}

.is-sticky .menu .nav li:hover > a {
  color: #887148;
}

.header .menu .nav .active > a {
  color: #002d4c;
}

.active::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 15px;
  transform: rotate(45deg);
  transition: 0.5s all ease;
  opacity: 1;
  animation: a-one 5s linear infinite;
  background-color: #002d4c;
}

.menu .nav__submenu::after {
  border-bottom: 0.625rem solid #002d4c;
}

.menu .nav__submenu::before,
.service.-card .service__content::after {
  background-color: #002d4c;
}

.service__content {
  padding: 32px 40px 40px 40px;
}

.service__icon {
  margin: auto;
}

.service__title,
.service__text {
  text-align: center;
}

.services-card,
.services-card > div {
  display: flex;
  align-items: stretch;
}

.aboutBack {
  opacity: 0.1;
}

.pattern-wrapper {
  background-color: white;
  height: 5.5rem;
  padding: 5rem 0;
  display: flex;
  align-items: center;
}

.pattern {
  width: 100%;
  height: 100px;
  background-image: url("../img/pattern2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  opacity: 0.6;
  transform: scale(1.1);
}

.pattern-2 {
  position: relative;
  background-image: url("../img/pattern-3.webp");
  background-repeat: repeat;
}

.side-nav a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #b69d74;
  padding: 12px 15px;
  position: relative;
  z-index: 1;
}

.is-sticky .side-nav a {
  color: #002d4c;
}

.side-nav a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: #b69d74;
}

.side-nav a:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: #b69d74;
}

.side-nav a:hover {
  color: #fff !important;
}

.side-nav a:hover:before {
  width: 50%;
  opacity: 1;
}

.side-nav a:hover:after {
  width: 50%;
  opacity: 1;
}

.background-border.-left::before {
  border: 1px solid #aa9169;
}

@media (min-width: 1024px) {
  .about-us__img {
    transform: translateX(-10%);
  }
}

.overlayImgs div {
  position: absolute;
}

.about-us__slider {
  height: 25vh;
}

.overlayImgs div:nth-child(2) {
  transform: translate(-2.5rem, 3rem);
  z-index: -2;
}

.overlayImgs div:nth-child(3) {
  transform: translate(-5rem, 6rem);
  z-index: -3;
}

.overlayImgs .-border {
  border: 6px solid #fff;
}

html.modal-active,
body.modal-active {
  overflow: hidden;
}

#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}

.modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px 10px 25px;
  max-width: 50%;
  background-color: #aa9169;
  color: #fff;
  border-radius: 40px;
  margin: 10px 0;
  position: absolute !important;
  margin-top: 13%;
}

.modal-header i {
  margin-left: 10px;
  font-size: 1.5rem;
  border: 1px solid;
  padding: 5px;
  border-radius: 50%;
  width: 50px;
  font-weight: bold;
}

#modal-container.six {
  transform: scale(1);
}

#modal-container.six .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six .modal-background .modal {
  height: calc(80vw / 2 + 10px);
  width: 80vw;
  opacity: 0;
  background-color: transparent;
  animation: modalFadeIn 0.3s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  background-size: cover;
  background-position: center center;
}

.service-modal__img {
  min-width: 80vw;
  opacity: 0;
  animation: modalFadeIn 0.3s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six .modal-background .modal-header,
#modal-container.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1)
    forwards;
}

#modal-container.six .modal-background .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}

#modal-container.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six.out .modal-background .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six.out .modal-background .modal .modal-header,
#modal-container.six.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
    forwards;
}

#modal-container.six.out .modal-background .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

#modal-container .modal-background .modal {
  background: white;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  align-items: center;
}

#modal-container .modal-background .modal h2 {
  font-size: 25px;
  color: white;
}

#modal-container .modal-background .modal p {
  font-size: 18px;
  line-height: 2rem;
}

#modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

#modal-container .modal-background .modal .modal-svg rect {
  stroke: #aa9169;
  stroke-width: 5px;
  stroke-dasharray: 4346;
  stroke-dashoffset: 4346;
}

.service__icon {
  background: rgba(0, 45, 76, 0.08);
}

.practice-shape-one {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  opacity: 0.1;
  transform: scale(2.1);
}

.service {
  overflow: clip;
}

.service.-card.-hover:hover .service__icon {
  background-color: rgba(170, 145, 105, 0.75) !important;
}

.sectionHeading__subtitle {
  color: #aa9169;
}

.practice-icon {
  position: relative;
  z-index: 1;
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-content: center;
}

.practice-icon::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  left: 0;
  top: -5px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
  z-index: -1;
  transition: 0.5s all ease;
  background-color: #002d4c;
}

.practice-icon::after {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  left: 0;
  top: -15px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
  z-index: -2;
  transition: 0.5s all ease;
  background-color: #ebeef1;
}

.practice-icon i {
  color: #f5f1f1;
  font-size: 38px;
  transform: translateY(-10px);
}

.service__content:hover .practice-icon::after {
  background-color: #86714d;
  transform: rotate(-45deg);
}

.service__content:hover .practice-icon::before {
  background-color: #66573e;
  transform: rotate(135deg);
}

footer {
  position: relative;
  color: white;
}

li.foot_email {
  direction: rtl;
}

footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #1c1d1e;
  opacity: 0.99;
  background: url(https://alyouseflawfirm.com/wp-content/themes/yousef/images/footer.png);
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-color: #002d4c;
  opacity: 0.9;
  background-size: cover;
}

.loaction-area {
  position: relative;
  top: -20px;
}

.loaction-area > .container {
  max-width: 1310px;
}

.location-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 40px 20px;
}

.location-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #b69d74;
  opacity: 1;
}

.location-item {
  margin-bottom: 30px;
  position: relative;
  padding-left: 90px;
}

.location-item .location-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.location-item .location-icon i {
  display: inline-block;
  color: #ffffff;
  font-size: 26px;
  position: absolute;
  left: 32px;
  top: 22px;
}

.location-bg::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -20px;
  width: 88%;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #aa9169;
}

.location-item h3 {
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 15px;
}

.location-item ul {
  padding: 0;
  margin: 0 0 2px;
}

.location-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
}

.location-item ul li a {
  color: #ffffff;
}

.width {
  margin: 0 auto;
  width: 1230px;
}

.foot {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  padding: 80px 25px 80px;
  overflow: hidden;
  position: relative;
  text-align: right;
}

.foot.foot_about {
  width: 50%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: none;
  border-bottom: none;
}

.foot h2 {
  overflow: hidden;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 25px;
}

.foot h2::after {
  width: 25%;
  content: "";
  height: 5px;
  background: #053656;
  display: block;
  margin-top: 10px;
  border-radius: 4px;
}

.foot ul li {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.foot img {
  margin-bottom: 15px;
  max-height: 110px;
  width: 100%;
}

.foot p {
  clear: both;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  font-size: 13px;
  line-height: 2;
}

.location-item ul li,
.location-item a {
  color: #fff;
}

.fade-in-top {
  animation: fade-in-top 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-delay: calc(var(--animation-order) * 150ms);
}

@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes a-one {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }

  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}

@keyframes modalFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }

  99.9% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }

  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@keyframes modalFadeOut {
  0% {
    background-color: white;
  }

  100% {
    background-color: transparent;
  }
}

@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }

  100% {
    opacity: 0;
    top: -20px;
  }
}

@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 778;
  }
}

/*-- Team --*/
.team-area {
  padding: 190px 0;
}

.team-area .sectionHeading {
  margin-bottom: 3rem;
}

.team-inner {
  display: flex;
  padding: 0rem 2rem 4rem 2rem;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  text-align: right;
}

.team-socials {
  height: fit-content;
}

.team-item {
  margin-bottom: 30px;
}

.team-item img {
  width: 100%;
}

.team-inner h2 {
  font-size: 1.5rem;
}

.b-cont {
  padding: 1rem;
}

.team-item .team-inner {
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 0px #ddd;
  box-shadow: 0px 0px 15px 0px #ddd;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.team-item .team-inner ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #282828;
  max-width: 155px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 8px 13px 0px #ddd;
  box-shadow: 0px 8px 13px 0px #ddd;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.team-item .team-inner ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.team-item .team-inner ul li a {
  display: block;
  color: #b69d74;
}

.team-item .team-inner h3 {
  margin-bottom: 4px;
  padding-top: 25px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-family: "Almarai", serif;
}

.team-item .team-inner h3 a {
  color: #333333;
  font-weight: 600;
  font-size: 18px;
}

.team-item .team-inner span {
  display: block;
  color: #b69d74;
  font-size: 14px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.team-item:hover .team-inner {
  background-color: #b69d74;
  max-width: 100%;
}

.team-item:hover .team-inner ul {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.team-item:hover .team-inner ul li a:hover {
  color: #333333;
}

.team-item:hover .team-inner h3 a {
  color: #ffffff;
}

.team-item:hover .team-inner h3 a:hover {
  color: #333333;
}

.team-item:hover .team-inner span {
  color: #333333;
}

/*-- End Team --*/

section.layout-pt-lg.layout-pb-lg {
  background-color: white;
}

.-about > p {
  font-size: 1.1rem;
  line-height: 2rem;
}

.aboutBack {
  position: absolute;
  left: unset;
  top: 6.2vw;
  right: -4vw;
  transform: scale(1.4);
}

.reverse {
  flex-direction: row-reverse;
}

#reverse {
  flex-direction: row-reverse;
}

.masthead__image::after {
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 62%) 0%,
    rgb(62 62 62 / 35%) 2%,
    rgb(255 255 255 / 59%) 24%
  );
}

.success {
  background-image: url(https://img.freepik.com/premium-photo/male-lawyer-shaking-hands-with-client-after-good-deal-negotiation-cooperation-meeting-in-courtroom_229060-408.jpg?w=2000);
  height: 85vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 !important;
}

.success div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
}

#sec-5 .success-tabs__wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  max-width: 100%;
}

.success > div {
  height: 100%;
  background-color: #ffffffcf;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  max-width: 100%;
}

.success-tabs-btn__wrapper {
  position: absolute;
  top: 0;
  right: 2rem;
}

.success-sub {
  font-weight: 700;
  font-size: 1rem;
}

.dropdown-wrapper {
  position: relative;
  width: 100%;
  padding: 12px 15px;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-out;
  border: 1px solid #002d4c;
}

.dropdown-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #002d4c transparent;
}

.dropdown-wrapper.is-active {
  border-radius: 5px 5px 0 0;
  background: #002d4c;
  box-shadow: none;
  border-bottom: none;
  color: white;
}

.dropdown-wrapper.is-active:after {
  border-color: #ffffff transparent;
  transform: rotate(180deg);
}

.dropdown-wrapper.is-active .dropdown-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px;
}

.dropdown-list {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  /* Styles */
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-bottom: none;
  list-style: none;
  transition: all 0.3s ease-out;
  /* Hiding */
  max-height: 0;
  overflow: hidden;
}

.dropdown-list li {
  padding: 0 10px;
}

.dropdown-list li:hover a {
  color: #002d4c;
}

.dropdown-list li:last-of-type a {
  border: none;
}

.dropdown-list a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #e6e8ea;
}

.row.y-gap-48.success-tabs {
  display: flex;
  flex-direction: row-reverse;
}

.tabs__controls.js-tabs-controls {
  display: flex;
}

.tabs.-section .tabs__pane {
  text-align: right;
}

.tabs__pane p {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #002d4c;
  font-weight: 200;
  text-align: center;
  max-width: 80%;
  margin: auto;
}

.tabs.-section .tabs__button {
  margin-top: 1rem;
  min-width: 14rem;
  min-height: 5rem;
  direction: rtl;
  display: flex;
  font-size: 1.5rem;
  font-weight: 100;
}

.tabs.-section .tabs__button.is-active {
  background-color: #002d4c;
  border: 1px solid #aa9169;
}

.tabs__button > i {
  color: black;
}

.tabs.-section .tabs__button.is-active .icon {
  color: #aa9169 !important;
}

.menu.js-menu.is-active + div .side-nav  {
  display: none;
}

.success-header__wrapper {
  height: 10%;
  margin-top: 3rem;
}

.success-tabs__wrapper {
  height: 90%;
  justify-content: start;
  margin-top: 5%;
}

body .success-tabs-btn__wrapper {
  position: absolute;
  top: 0;
  right: 2rem;
}

#sec-5 .tabs__pane h4 {
  border-bottom: 2px solid #aa9169;
  width: fit-content;
  /* margin-left: auto; */
  padding-bottom: 8px;
  font-size: 4rem;
  font-weight: 100 !important;
}

.is-active path {
  fill: #aa9169;
}

.tabs__button svg {
  width: 30px;
  margin-left: 9px;
}

.divider {
  position: relative;
  margin: 90px 0;
  height: 1px;
}

.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    transparent,
    rgb(48, 49, 51),
    transparent
  );
}

.div-arrow-down:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -7px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background-color: #f3f3f3;
  transform: rotate(45deg);
  border-bottom: 1px solid rgb(48, 49, 51);
  border-right: 1px solid rgb(48, 49, 51);
}

.vision-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vision-img {
  max-width: 280px;
}

.vision-text {
  max-width: 50%;
  color: white;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 3rem;
  font-weight: 400;
}

#sec-6 {
  height: 75vh;
  background-image: url(/img/backgrounds/bg.webp);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.25);
  background-blend-mode: multiply;
}

#sec-7 {
  margin-bottom: 5rem;
}

#sec-7 .contact-wrapper {
  background-color: white;
}

img.floating-logo {
  position: absolute;
  right: 0;
  width: 500px;
  bottom: 0;
  opacity: 0.3;
  transform: translate(4rem, 4rem);
}

@media (max-width: 480px) {

  img.floating-logo {
    width: 290px;
  }

  /* .header__menu { */
  /*     position: absolute; */
  /*     top: 1rem; */
  /*     right: 1rem; */
  /* } */
  .preloader__progress {
    width: 9rem;
    height: 9rem;
  }

  .header.is-sticky .header__bar {
    height: 4.2rem;
    padding: 0px 1rem;
  }

  .header .js-header-item__logo {
    display: none;
  }

  .header__icons {
    justify-content: space-between;
  }

  .text-black {
    color: black !important;
  }

  .header.is-sticky .header__bar .icon {
    color: black !important;
  }

  .header__menu {
    display: flex;
  }

  .m-logo {
    max-width: 25%;
    margin: 0;
    display: flex;
    justify-content: center;
    /*transform: translateX(-7px);*/
  }

  .is-active + div   .m-logo {
    transform: translateX(-7px);
  }

  #mobile-logo {
    display: block;
  }

  #desktop-logo {
    display: none;
  }

  .header__logo a {
    justify-content: end;
  }

  .hero-logo a img {
    max-width: 90vw;
  }

  .menu .nav {
    flex-direction: column;
  }

  .menu .nav li a {
    justify-content: center;
  }

  .menu .mobile__background {
    background-color: #ffffff;
  }

  .swiper-slide-active .px-32 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .more-link span {
    font-size: 1rem;
  }

  .header__cart {
    display: none;
  }

  .is-active + div .header__cart {
    display: flex;
    justify-content: flex-end;
  }

  .header__cart p{
    color: black;
  }

  .header__cart > p {
    margin: 0 2vw;
  }

  .side-nav a {
    padding: 8px 10px;
    font-size: 0.9rem;
  }

  .sectionHeading.-left-line .sectionHeading__subtitle {
    align-items: flex-end;
  }

  .sectionHeading.-left-line .sectionHeading__subtitle::before {
    width: 1rem;
    margin-bottom: 0.5rem;
  }
  /**/
  /* .overlayImgs__front { */
  /*   bottom: -2.5rem; */
  /*   left: -2rem; */
  /*   transform: translateX(15px); */
  /* } */
  /**/
  /* .overlayImgs__back { */
  /*   max-width: 20rem; */
  /* } */

  .b-cont {
    padding: 2rem;
  }

  .team-inner h2 {
    margin: 1.5rem 0;
  }

  .team-inner {
    padding: 0rem 1rem;
  }

  .pattern {
    transform: scale(3.1) translateY(-8px);
  }

  p.vision-text {
    max-width: 90%;
    font-size: 1rem;
  }

  img.vision-img {
    max-width: 180px;
  }

  .ori-seven-section-title.text-center.middle-align.headline.pera-content {
    width: 100%;
    position: relative;
    padding: 2rem 1rem;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .bt_bb_column_icon {
    width: 6rem;
    height: 6rem;
  }

  .map-wrapper {
    width: 100%;
    height: 50vh;
  }

  section#sec-5 {
    height: 75vh;
  }

  #sec-5 .success-title__wrapper h4 {
    font-size: 2rem;
  }

  .tabs__pane p {
    font-size: 1rem;
    line-height: 1.6rem;
    max-width: 100%;
    margin-top: 2rem !important;
  }

  .active::before {
    display: none;
  }

  .success div {
    padding: 10px 2px;
  }

  body .success-tabs-btn__wrapper {
    position: relative;
    display: block;
    top: unset;
    right: unset;
    width: 100%;
  }

  .tabs.-section .tabs__button {
    max-width: 45%;
    min-width: 35%;
    font-size: 1.2rem;
  }

  .tabs__controls.js-tabs-controls {
    flex-direction: row;
    justify-content: space-around;
  }

  .foot:not(.foot_about) {
    display: none;
  }

  .foot.foot_about {
    display: block;
    width: 100%;
  }

  footer .width {
    width: 100%;
  }

  .mobile__copyright {
    color: #002d4c;
  }

  .mobile__footer .mobile__socials {
    display: none;
  }

  body .carousel-controls {
    margin: 0 0 30px 0;
  }

  svg.modal-svg {
    display: none;
  }

  #modal-container.six .modal-background .modal {
    height: 30vh;
    width: 95vw;
  }

  div.pattern-2 {
     background-repeat: no-repeat;
    transform: unset;
  }
}

svg.modal-svg {
  display: none;
}

@media (min-width: 1300px) {
  .carousel-container {
    transform: scale(1.2) translateX(-2%);
  }

}

@media (min-width: 1500px) {
  .carousel-container {
    transform: scale(1.5) translateX(-5%);
  }
  body .carousel-controls {
    transform: translateX(-7%);
    margin-top:3rem  ;
  }
}

/* page styles */
.ax-hidden {
  /*visibility: hidden;*/
  /*position: absolute;*/
}

/* carousel styles */
.carousel {
  --carousel-height: 400px;
  --carousel-width: 1000px;
  --carousel-item-height: 150px;
  --carousel-item-width: 150px;

  width: 100%;
}

.carousel-container {
  align-items: center;
  display: flex;
  min-height: var(--carousel-height);
  margin: 0 auto;
  max-width: var(--carousel-width);
  position: relative;
}

.carousel-item {
  height: var(--carousel-item-height);
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  width: var(--carousel-item-width);
  z-index: 0;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100  ;
}

.carousel-item-1 {
  left: 15%;
  opacity: 0.4;
}

.carousel-item-2,
.carousel-item-4 {
  height: calc(var(--carousel-item-height) * 1.5);
  opacity: 1;
  width: calc(var(--carousel-item-width) * 1.5);
  z-index: 1;
}

.carousel-item-2 {
  left: 30%;
}

.carousel-item-3 {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  border: 6px solid #FFFFFF;
  height: calc(var(--carousel-item-height) * 2);
  opacity: 1;
  left: 50%;
  width: calc(var(--carousel-item-width) * 2);
  z-index: 5;
}

.carousel-item-4 {
  left: 70%;
}

.carousel-item-5 {
  left: 85%;
  opacity: 0.4;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

/* carousel button styles */
.carousel-control {
  background-color: transparent;
  /*border: 2px solid;*/
  /*border-radius: 4px;*/
  color: #aaa;
  cursor: pointer;
  height: 22px;
  margin: 0 20px;
  position: relative;
  transform: scale(1.5);
  transition: transform 0.5s ease-out;
  width: 22px;
}

.carousel-control:hover {
  transform: scale(1.3);
}

/* previous button */
/*.carousel-control-previous::after,*/
/*.carousel-control-previous::before {*/
/*  box-sizing: border-box;*/
/*  content: '';*/
/*  display: block;*/
/*  height: 8px;*/
/*  position: absolute;*/
/*  top: 5px*/
/*}*/
/*.carousel-control-previous::before {*/
/*  background: currentColor;*/
/*  border-radius: 2px;*/
/*  right: 11px;*/
/*  width: 2px;*/
/*}*/
/*.carousel-control-previous::after {*/
/*  border-bottom: 4px solid transparent;*/
/*  border-right: 5px solid;*/
/*  border-top: 4px solid transparent;*/
/*  right: 5px;*/
/*  width: 0;*/
/*}*/

/*!* next button *!*/
/*.carousel-control-next::after,*/
/*.carousel-control-next::before {*/
/*  box-sizing: border-box;*/
/*  content: "";*/
/*  display: block;*/
/*  height: 8px;*/
/*  position: absolute;*/
/*  top: 5px*/
/*}*/
/*.carousel-control-next::before {*/
/*  background: currentColor;*/
/*  border-radius: 2px;*/
/*  left: 11px;*/
/*  width: 2px;*/
/*}*/
/*.carousel-control-next::after {*/
/*  border-bottom: 4px solid transparent;*/
/*  border-left: 5px solid;*/
/*  border-top: 4px solid transparent;*/
/*  left: 5px;*/
/*  width: 0;*/
/*}*/

/*!* play button *!*/
/*.carousel-control-play::before {*/
/*  border-bottom: 5px solid transparent;*/
/*  border-left: 6px solid;*/
/*  border-top: 5px solid transparent;*/
/*  box-sizing: border-box;*/
/*  content: "";*/
/*  display: block;*/
/*  height: 10px;*/
/*  position: absolute;*/
/*  left: 7px;*/
/*  top: 4px;*/
/*  width: 0;*/
/*}*/

/*!* pause button *!*/
/*.carousel-control-play.playing::before {*/
/*  border-bottom: 0;*/
/*  border-left: 2px solid;*/
/*  border-right: 2px solid;*/
/*  border-top: 0;*/
/*  box-sizing: border-box;*/
/*  content: "";*/
/*  display: block;*/
/*  height: 6px;*/
/*  position: absolute;*/
/*  left: 6px;*/
/*  top: 6px;*/
/*  width: 6px;*/
/*}*/

/*!* add button *!*/
/*.carousel-control-add::after,*/
/*.carousel-control-add::before {*/
/*  background: currentColor;*/
/*  border-radius: 5px;*/
/*  box-sizing: border-box;*/
/*  content: "";*/
/*  display: block;*/
/*  height: 2px;*/
/*  position: absolute;*/
/*  left: 4px;*/
/*  top: 8px;*/
/*  width: 10px;*/
/*}*/
/*.carousel-control-add::after {*/
/*  height: 10px;*/
/*  left: 8px;*/
/*  top: 4px;*/
/*  width: 2px;*/
/*}*/