.slider-container_ar {
  width: 1150px;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 0px 25px;
}

.slider_ar {
  position: relative;
  width: 100%;
  height: 640px;
  border-radius: 20px;
}

.slide_ar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  box-shadow: 0px 0px 10px 0px #00000012, 0px 20px 25px -5px #0000001a;
  border-radius: 20px;
  cursor: move;
}

.slide_ar img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: top;
  border-radius: 20px !important;
}

.slide_ar.active_ar {
  opacity: 1;
}

.navigation-arrow_ar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 4px 0px #00000012, 0px 4px 6px -1px #0000001a;
  width: 45px;
  height: 45px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  padding: 0px !important;
  transition: background-color 0.3s ease;
  border-radius: 50%;
}

.navigation-arrow_ar:hover {
  background-color: #ffbf00;
  border-color: transparent !important;
}
.navigation-arrow_ar:focus {
  background: #ffffff !important;
  border: none !important;
}
.navigation-arrow_ar.prev_ar {
  left: -25px;
}

.navigation-arrow_ar.next_ar {
  right: -25px;
}

.tab-navigation_ar {
  display: flex;
  justify-content: space-between;
  padding: -10px 0 15px 0px;
  width: 950px;
  margin: 0 auto;
  position: relative;
}

.tab_ar {
  margin: 0 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 145px;
}
.tab_ar .tab_image_wrapper {
  border: 1px solid #cbd5e1;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin: auto;
}
.tab_image_wrapper svg {
  fill: #ffbf00;
}
.directors_ar {
  min-height: 106px;
}
.tab_ar.active_ar .tab_image_wrapper svg {
  fill: #031c47;
}
.tab_ar.active_ar .tab_image_wrapper {
  border: 1px solid #ffbf00 !important;
}
.tab_ar.active_ar h6 {
  opacity: 1 !important;
}
.tab_ar h6 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.02em;
  text-align: center;
  opacity: 0;
  margin-top: 17px;
}

.tab_ar.active_ar .directors_ar svg {
  /* fill: #ffbf00 !important; */
  stroke: #ffbf00 !important;
}
.directors_ar svg {
  position: absolute;
  stroke: #cbd5e1;
}
.first_tab_ar svg {
  left: 80px;
}
.second_tab_ar svg {
  left: 275px;
}
.third_tab_ar {
  text-align: center;
}
.fourth_tab_ar svg {
  right: 275px;
}
.fifth_tab_ar svg {
  right: 80px;
}
.contactus-am #form-field-message{
  padding: 10px;
}
@media (max-width: 1150px) {
  .slider-container_ar {
    width: calc(100vw - 20px);
  }
  .slider_ar .slide_ar:nth-of-type(3) img {
    object-fit: contain;
}
  .slider_ar{
    height: 450px;
  }
}
@media (max-width: 950px) {
  .navigator_wrapper {
    width: 100%;
    overflow: scroll;
    display: none;
  }
}
@media (max-width: 600px) {
    .slider_ar{
        height: 250px;
    }
}
