<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top-pege {
  display: flex;
  align-items: center;
  background-color: var(--color-main);
  padding: 10px 0;
}

.top-pege .main-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-pege p {
  color: var(--color-white);
  font-size: 15px;
}
.top-pege p a {
  color: var(--color-white);
  font-size: 15px;
}
.media-header ul {
  display: flex;
  align-items: center;
  color: var(--color-white);
  gap: 20px;
}
.media-header ul li a {
  color: var(--color-white);
  font-size: 22px;
}

.top-par {
  margin: 30px 0;
}

.logo {
    width: 200px;
    margin: auto;
}

.site-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-site-info {
  width: 70%;
}

.img-site-info {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 15px 15px 0;
  height: 95px;
  border: 1px dashed var(--color-text2);
  color: var(--color-num);
  aspect-ratio: 1 / 1;
}

.text-site-info h3 {
  color: var(--color-black);
}

.text-site-info p {
  color: var(--color-text2);
  margin-top: 10px;
  line-height: 24px;
  font-size: 13px;
}

.top-par .col-lg-3 {
  padding-right: 8px;
  padding-left: 8px;
}

.nav-par {
  background-color: var(--bg-1);
}

.element &gt; ul {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 75px;
}

.element &gt; ul &gt; li {
  height: 100%;
}
.element &gt; ul &gt; li &gt; a {
  color: var(--color-main);
  font-size: 16px;
  font-family: "font_medium";
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 5px;

  min-width: 95px;
}

.element &gt; ul &gt; li &gt; a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--color-main);
  top: 0;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  transform: scaleX(0);
}

.element &gt; ul &gt; li &gt; a::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  right: 0;
  width: 0;
  opacity: 0;
  height: 0;
  margin: auto;
  top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 12px solid var(--color-main);
}

.element &gt; ul &gt; li &gt; a:hover::after,
.element &gt; ul &gt; li &gt; a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
.dropdowm-element {
  background-color: var(--color-white);
  height: auto;
  position: absolute;
  top: 100%;
  z-index: 11;
  box-shadow: 0 2px 3px #00000010;
  width: 280px;
  display: none;
}

.dropdowm-element ul li a {
  display: flex;
  align-items: center;
  display: flex;
  gap: 10px;
  transition: all 0.3s linear;
  font-size: 17px;
  border-bottom: 1px solid #3333;
  padding: 15px 20px;
}
.dropdowm-element ul li:hover a {
  color: var(--color-white);
  background-color: var(--color-main);
}
.dropdowm-element ul li:hover a img {
  filter: brightness(0) invert(1);
}
.dropdowm-element ul li:last-of-type a {
  border-bottom: none;
}

.sub-nav-par {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  height: 75px;
}

.search-header {
  width: 70%;
  position: relative;
}

.search-header input {
  width: 100%;
  height: 45px;
  background: var(--color-white);
  border-radius: 5px;
  padding-right: 40px;
}
.search-header button {
  position: absolute;
  top: 50%;
  font-size: 22px;
  right: 5px;
  color: var(--color-main);
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
}
.language {
  width: 25%;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.language p {
  cursor: pointer;
}
.dropdowm-language {
  top: 100%;
  background: var(--color-white);
  position: absolute;
  width: 140px;
  left: 0;
  z-index: 11;
}

.dropdowm-language li a {
  align-items: center;
  display: flex;
  gap: 10px;
  transition: all 0.3s linear;
  font-size: 17px;
  border-bottom: 1px solid #3333;
  padding: 15px 10px;
}
.dropdowm-language ul li:hover a {
  color: var(--color-white);
  background-color: var(--color-main);
}
.language p {
  color: var(--color-main);
  justify-content: end;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 19px;
}

.sub-slider-header {
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-slider-header &gt; img {
  width: 100%;
  height: 100%;
  transition: 1s linear all;
  position: relative;
  object-fit: cover;
}
.sub-slider-header::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  z-index: 1;
  background: var(--color-main);
  opacity: 0.74;
}
.text-slider-header {
  width: 90%;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: var(--color-white);
  margin: auto;
}
.text-slider-header p {
  color: var(--color-white);
  width: 70%;
  margin: 20px auto;
}
.btn-2 {
  position: relative;
  display: inline-block;
  color: var(--color-white);
  font-size: 22px;
  height: 50px;
  padding: 7px;
  min-width: 100px;
}
.btn-2::before,
.btn-2::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.btn-2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.btn-2 span i {
  line-height: 0;
  padding-top: 5px;
}

.btn-2:hover::before,
.btn-2:hover::after {
  width: 100%;
}

.btn-2::after {
  right: 0;
  width: 70%;
  bottom: 0;
  transition-delay: 0s;
}

.btn-2::before {
  right: 10px;
  bottom: -5px;
  width: 50%;
  transition-delay: 0.2s;
}

.btn-2:hover::after {
  transition-delay: 0s;
}

.btn-2:hover::before {
  transition-delay: 0.2s;
}

.btn-2:hover {
  color: var(--color-white);
}
.header .owl-nav {
  position: absolute;
  bottom: 40px;
  display: flex;
  z-index: 2;
  pointer-events: none;
  width: 90%;
  margin: auto !important;
  left: 0;
  right: 0;
  color: var(--color-white);

  justify-content: space-between;
}
.header .owl-nav button span {
  color: transparent;
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}
.header .owl-nav button {
  height: 50px !important;
  /* background-color: var(--color-white) !important; */
  border-radius: 0 !important;
  display: flex !important;
  width: 100px !important;
  pointer-events: fill;

  position: relative;
}
.header .owl-nav button::after {
  content: " Ø§Ù„ØªØ§Ù„ÙŠ";
  width: 100%;
  padding-right: 20px;
  position: absolute;
  justify-content: center;
  display: flex;
  font-size: 20px;
  align-items: center;
  height: 100%;
  color: var(--color-white);
}

.header .owl-nav button::before {
  content: "";
  background-image: url(../images/arrow2.png);
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.header .owl-nav button span::after {
  content: "";
  width: 70%;
  position: absolute;
  height: 100%;
  right: 0;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  transition: all 0.3s linear;
  border-right: 1px solid var(--color-white);
}
.header .owl-nav button span::before {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  left: 0;
  transform: scaleY(0);
  background-color: var(--color-white);
  transition: all 0.3s linear;
  transform-origin: top;
  transition-delay: 0.2s;
}
.header .header .owl-nav button:hover {
  background-color: transparent !important;
}
.header .owl-nav button:hover span::after {
  width: 100%;
}

.header .owl-nav button:hover span::before {
  transform: scaleY(1);
  transform-origin: bottom;
}
.header button.owl-next {
  transform: scale(-1);
}
.header button.owl-next::after {
  content: "Ø§Ù„Ø³Ø§Ø¨Ù‚";
  transform: scale(-1);
  padding-right: 0px;
  padding-left: 20px;
}

.header .owl-nav .owl-next::before {
  right: 10px;
  top: 45%;
}

.header .owl-dots .owl-dot {
  margin: 0px 10px;
}
.header .owl-dots .owl-dot button {
  background: none;
  border: none;
  padding: 0;
  color: var(--color-white);
  font-size: 14px;
  font-family: "font_main" !important;
  opacity: 0.44;
  font-size: 25px;
  cursor: pointer;
}
.header .owl-dots .owl-dot button:focus {
  outline: none;
}
.header .owl-dots .owl-dot.active button {
  color: var(--color-white);
  transform: scale(1.2);
  opacity: 1;
}

.header .owl-dots {
  position: absolute;
  left: 0;
  bottom: 50px;
  right: 0;
}

.owl-item.active .text-slider-header h1,
.owl-item.active .text-slider-header p {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.6s;
}

.owl-item.active .text-slider-header p {
  animation-delay: 1s;
}
.owl-item.active .sub-slider-header img {
  transform: scale(1);
}

.owl-item.active .text-slider-header a {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.4s;
}

.site-info:hover .img-site-info i {
  animation: swing 1s infinite both;
  -webkit-animation: swing 1s infinite both;
}
.img-site-info {
  transition: all 0.3s linear;
}
.site-info:hover .img-site-info {
  background-color: var(--color-main);
  border: none;
  color: var(--color-white);
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.dropdowm-language {
  display: none;
}

.header-pages .sub-header .sub-slider-header {
  height: 320px;
}

.title-page {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  width: 90%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: right;
  margin: auto;
}
.title-page .title-start h2 {
  color: var(--color-white) !important;
}

.title-page .title-start h2::after,
.title-page .title-start h2::before {
  background-color: var(--color-white) !important;
}
.navigation-header {
  margin: 10px 0;
  color: var(--color-white);
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.navigation-header a {
  color: var(--color-white);
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}
</pre></body></html>