<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {
  margin: 10px auto;
}

#home {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lable {
  width: 550px;
  /* border: 1px solid red; */
  height: 600px;
}

.lable img {
  width: 64%;
    display: block;
    margin: auto;
}

.list {
  width: 350px;
  /* border: 1px solid red; */
  height: 600px;
}

#home p {
  text-align: center;
}

#home p:first-of-type {
  /* text-align: right; */
  font-size: 1.5rem;
}

#home p:nth-of-type(2) {
  font-size: 1.2rem;
}

#home p:nth-of-type(3) {
  font-size: 0.9rem;
}

.videoList {
  text-align: center;
}

.videoList video {
  width: 95%;
  border-radius: 10px;
  margin: auto;
}

.videoList .vidList {
  width: 47%;
  border-radius: 10px;
  margin: auto;
}

#coral {
  display: block;
  margin: auto;
  width: 95%;
  height: auto;
  border-radius: 10px;
}

.list ul {
  height: 100%;
  list-style-type: none;
  padding: 0;
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  /* margin-top: 10px */
  text-align: right;
}

.list ul li {
  height: 50px;
  line-height: 50px;

  margin-top: 18px;

  font-size: 1.3rem;
  width: 90%;
}

.list ul li a {
  text-decoration: none;
  color: #000;
  /* font-size: 1.3rem; */
}

.list ul li .fa-solid,
.list ul li .fa-brands {
  color: #f7f7f7;
  font-size: 2rem;
  margin-left: 21px;
  width: 40px;
  text-align: left;
}

.section {
  max-width: 1120px;
  width: 100%;
  padding: 10px 5px 10px;
  margin-bottom: 10px;
  /* background-color: red; */
  height: 100%;
}

.slide-container {
  margin: 0 30px;
  overflow: hidden;
}

#sliderImages {
  margin: 0 30px;
  overflow: hidden;
  height: 100%;
}

/* .card {
  background: #fff;
  border-radius: 8px;
} */

.image-box {
  width: 100%;
  height: 98%;
}

.swiper-navBtn {
  color: #000;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
}

.swiper-pagination-bullet {
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper .swiper-slide {
  height: auto;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
</pre></body></html>