.top-par {
  position: relative;
  background-color: var(--color-white);
  padding: 10px 0;
  box-shadow: 0 2px 3px #0000001c;
}

.logo {
  max-width: 150px;
}
.element > ul {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
}

.element > ul > li > a {
  font-family: "font_medium";
  font-size: 17px;
  display: flex;
  gap: 3px;
  align-items: center;
  transition: all 0.3s linear;
}
.element > ul > li {
  position: relative;
}

.dropdowm-element,
.dropdowm-language {
  position: absolute;
  display: none;
  top: calc(100% + 20px);
  width: 220px;
  z-index: 2;
  background-color: var(--color-white);
  box-shadow: 0 0 3px #00000025;
  border-top: 4px solid var(--color-main);
}
.dropdowm-language {
  width: 120px;
}
.click-more ~ .dropdowm-element {
  width: 160px;
}
.dropdowm-element ul li a,
.dropdowm-language ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  font-family: "font_medium";

  border-bottom: 1px solid #cacdda;
}
.element > ul > li > a i {
  line-height: 0;
}

.element > ul > li:hover > a,
.dropdowm-element ul li:hover a {
  color: var(--color-main);
}

.language {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}

.language > a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-family: "font_medium";
}

.language > a i {
  padding-top: 5px;
  line-height: 0;
}

.sub-header {
  min-height: 630px;
  background-size: cover;
  background-position: bottom;
  display: flex;
  padding-bottom: 115px;
  color: var(--color-white);
  align-items: center;
  background-image: url(../images/bg.png);
}

.text-sub-header > h3::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -30px;
  background-image: url(../images/btren.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
}

.text-sub-header > h2 {
  font-size: 25px;
  margin: 30px 0;
  line-height: 35px;
  font-family: "font_bold";
}

.text-sub-header > h3 {
  font-size: 17px;
  padding: 25px 9px 0 0;
  position: relative;
}

.ctm-btn {
  height: 45px;
  display: inline-block;
  border: 1px solid transparent;
  transition: all 0.3s linear;
  padding: 9px 30px;
  color: var(--color-white);
  background-color: var(--color-main);
  border-radius: 5px;
  font-size: 17px;
}
.ctm-btn:hover {
  background-color: var(--color-white);
  color: var(--color-main);
  border: 1px solid var(--color-main);
}
.btn-white {
  background-color: var(--color-white);
  color: var(--color-main);
}
.btn-white:hover {
  background-color: var(--color-main) !important;
  color: var(--color-white);
  border: 1px solid var(--color-white);
}

.media-header {
  margin: 30px 0 0;
}

.media-header h3 {
  font-family: "font_bold";
  font-size: 22px;
}

.media-header ul {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}

.media-header ul li a {
  display: flex;
  align-items: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 18px;
  position: relative;
  justify-content: center;
  background-color: var(--bg-2);
  z-index: 1;
  transition: all 0.3s linear;
  color: var(--color-white);
}
.media-header ul li a::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  transition: all 0.3s linear;
  z-index: -1;
  transform: scale(0);
  background-color: var(--color-white);
}
.media-header ul li a:hover {
  color: var(--color-main);
}
.media-header ul li a:hover::after {
  transform: scale(1);
}
.img-slider-header {
  width: 80%;
  margin-right: auto;
  position: relative;
}

.img-slider-header img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}

.header .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}

.header .owl-theme .owl-dots .owl-dot.active span,
.header .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-white) !important;
}

.owl-theme .owl-dots .owl-dot {
  border: 1px solid transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s all linear;
  margin: 5px;
}

.header .owl-theme .owl-dots .owl-dot.active {
  border: 1px solid var(--color-white);
}

.header .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: auto !important;
  background: #fffbfb65 !important;
}

.sub-slider-header {
  overflow: hidden;
}

.text-sub-header h2 {
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.9s linear;
  transition-delay: 0.4s;
}

.text-sub-header > h3 {
  transform: translateX(100%);
  transition: all 0.9s linear;
  opacity: 0;
  transition-delay: 0.2s;
}

.text-sub-header > .btn-header {
  transform: translateX(100%);
  transition: all 0.9s linear;
  opacity: 0;
  transition-delay: 0.6s;
}

.media-header h3 {
  transform: translateX(100%);
  transition: all 0.9s linear;
  opacity: 0;
  transition-delay: 0.8s;
  display: inline-block;
}

.media-header ul {
  transform: translateY(100%);
  transition: all 0.9s linear;
  opacity: 0;
  transition-delay: 1s;
}

.img-slider-header {
  transform: translateX(-100%);
  transition: all 0.9s linear;
  opacity: 0;
  transition-delay: 0.4s;
}

.owl-item.active .text-sub-header > h2,
.owl-item.active .text-sub-header > h3,
.owl-item.active .text-sub-header > .btn-header,
.owl-item.active .media-header h3,
.owl-item.active .media-header ul,
.owl-item.active .img-slider-header {
  transform: translate(0%);
  opacity: 1;
}

.title-page {
  display: flex;
  align-items: center;
  width: 100%;
  background-size: cover;
  background-position: center;
  min-height: 300px;
  position: relative;
  z-index: 1;
}
.title-page::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;

  position: absolute;
  background-color: var(--color-main);
  opacity: 0.83;
}
.navigation-header a,
.navigation-header {
  color: var(--color-white);
}
.navigation-header {
  text-align: center;
  display: flex;
  font-size: 19px;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.img-slider-header {
    position:relative;
        z-index:-1;

    margin-left :5px;
}

.img-slider-header::after{
    content:"";
    width:100%;
    z-index:-1;
    height:100%;
    left:-4px;
    top:0;
    border-radius:50%;
    border:1px solid #fff;
    position:absolute;
}

.owl-theme .owl-dots .owl-dot {
    margin: 0px;
}