/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
@import "partials/index/about.css";
/*------------------------------------ sections ------------------------------------*/
body {
  direction: rtl;
  font-size: 18px;
}

.blog h4 {
  font-weight: 800;
}
.blog p {
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  height: 46px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.blog .line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 2px;
  background: #2d2d85;
  inset-inline-end: 50%;
  transform: translate(-50%);
}
.blog .button-blog {
  padding: 12px;
  background: #9c27b0;
  border-radius: 16px;
  color: white;
  font-size: 12px;
  transition: all 0.2s ease 0s;
}
.blog .button-blog:hover {
  background: #623f6e;
}

.blog-w {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .blog-w {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .blog-w {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 575.98px) {
  .blog-w {
    grid-template-columns: 1fr;
  }
}

.promotion {
  background-image: url(".././images/background/03.jpg");
  padding: 3rem 0;
  margin-top: -14rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .promotion {
    margin-top: -6rem;
  }
}
.promotion::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(3, 0, 84, 0.6);
}
.promotion .promotion_content {
  background: rgba(255, 255, 255, 0.41);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.7px);
  -webkit-backdrop-filter: blur(7.7px);
  border: 1px solid rgba(255, 255, 255, 0.62);
  min-height: 20rem;
  width: 100%;
  border-radius: 3px;
}
.promotion .promotion_content p {
  font-weight: 800;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .promotion .promotion_content p {
    font-size: 19px;
  }
}

.about-us {
  position: relative;
}
.about-us:after {
  content: "";
  background-image: url(".././images/background/shape-1.png");
  width: 477px;
  height: 700px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 575.98px) {
  .about-us:after {
    display: none;
  }
}
.about-us__wrapper {
  position: relative;
  border-radius: 10px;
  height: 290px;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .about-us__wrapper {
    height: 380px;
  }
}
.about-us__wrapper:after {
  content: "";
  background-color: #e6ecff;
  background-image: url(".././images/background/pattern1.svg");
  height: 50%;
  width: 117%;
  position: absolute;
  right: -8%;
  bottom: -15%;
  z-index: -1;
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 991.98px) {
  .about-us__wrapper:after {
    display: none;
  }
}
.about-us__wrapper .about-direction {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 54, 54, 0.2);
  backdrop-filter: blur(3px);
  transition: all 300ms linear;
  z-index: 2;
  border-radius: 10px;
}
.about-us__wrapper .about-direction.active {
  visibility: hidden;
}
.about-us__wrapper .video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-us__wrapper .img-box {
  border-radius: 10px;
  overflow: hidden;
  height: 200px;
}
.about-us__wrapper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us .watch_video_img {
  width: 100%;
}
.about-us .watch_video_img img {
  width: 100%;
  max-width: 100%;
}
.about-us__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about-us__content .title {
  font-weight: 800;
  font-size: 25px;
}
@media screen and (max-width: 991.98px) {
  .about-us__content .title {
    font-size: 20px;
    margin-top: 30px;
  }
}
.about-us__content .description {
  text-align: justify;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
@media screen and (max-width: 767.98px) {
  .about-us__content .description {
    font-size: 15px;
  }
}
.about-us__content .main-btn {
  width: fit-content;
  padding: 10px 20px;
}

.about-us__wrapper {
  position: relative;
}
.about-us__wrapper .item-description {
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  height: 46px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.newsletter {
  background: #232a34;
}
.newsletter h2 {
  color: white;
  font-weight: 800;
  font-size: 32px;
}
@media only screen and (max-width: 600px) {
  .newsletter h2 {
    font-size: 20px;
  }
}
.newsletter .line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 2px;
  background: #9fbbb1;
  inset-inline-end: 50%;
  transform: translate(-50%);
}
.newsletter .newsletter_form input.input-newsletter {
  padding: 0.5rem;
  width: 50%;
  border-radius: 3px;
  outline: none;
  border: none;
}
.newsletter .newsletter_form input.input-newsletter:focus {
  border: 2px solid #874291;
}
.newsletter .newsletter_form .input-group-btn button {
  background: #9c27b0 none repeat scroll 0 0;
  border: 2px solid #874291;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  transition: all 0.2s ease 0s;
}
.newsletter .newsletter_form .input-group-btn button:hover {
  background: #623f6e;
}

.contact-us {
  padding: 80px 0;
  background: #e0eff4;
}
.contact-us .line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 2px;
  background: #9fbbb1;
  inset-inline-end: 50%;
  transform: translate(-50%);
}
.contact-us h2 {
  font-size: 35px;
  font-weight: 700;
}
.contact-us p {
  font-size: 15px;
}
.contact-us .contact_image {
  width: 100%;
}
.contact-us .contact_image img {
  width: 100%;
  max-width: 100%;
}
.contact-us .contact {
  padding: 60px;
  background: #FFFFFF;
}
.contact-us .contact input {
  background: #f5f8fa;
  border: 2px solid #f5f8fa;
  border-radius: 2px;
  box-shadow: none;
  color: #1d293e;
  font-size: 16px;
  font-weight: 400;
  height: 52px;
  padding: 10px 10px 10px 30px;
  width: 100%;
}
.contact-us .contact input:focus {
  border: 2px solid #874291;
}
.contact-us .contact textarea {
  background: #f5f8fa;
  border: 2px solid #f5f8fa;
  border-radius: 2px;
  box-shadow: none;
  color: #1d293e;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 10px 10px 30px;
  width: 100%;
}
.contact-us .contact textarea:focus {
  border: 2px solid #874291;
}
.contact-us .contact .btn-contact-bg {
  background: #9c27b0 none repeat scroll 0 0;
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  outline: medium none;
  padding: 15px 27px;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}
.contact-us .contact .btn-contact-bg:hover {
  background: #623f6e;
}

.buy-now {
  padding: 80px 0;
}
.buy-now .buy_now_bg {
  background: #232a34 none repeat scroll 0 0;
  padding: 60px 0;
  border-radius: 10px;
  box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.15);
}
.buy-now h3 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 800;
}
.buy-now .link-buy-now {
  margin-top: 25px;
}
.buy-now .link-buy-now a {
  background: #9c27b0;
  border: 1px solid #874291;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  padding: 14px 60px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-weight: 700;
}
.buy-now .link-buy-now a:hover {
  background: #623f6e;
}

.contact-address {
  background: #e0eff4;
  padding: 80px 0;
}
.contact-address .address {
  background: #fff;
  padding: 60px 30px;
}
.contact-address .address .single_address .address-icon {
  color: #fff;
  font-size: 22px;
  margin-left: 20px;
  margin-bottom: 50px;
  background: #9c27b0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0px 14px;
  border-radius: 30px;
  text-align: -webkit-center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.contact-address .address .single_address .address-icon i {
  font-size: 35px;
}
.contact-address .address .single_address .address-text h3 {
  color: darkblue;
}
.contact-address .map {
  border: 0;
  width: 100%;
  height: 453px;
  background: #fff;
  padding: 10px;
}
.contact-address .map iframe {
  width: 100%;
  height: 100%;
}

.popular h4 {
  font-weight: 800;
  color: white;
  text-shadow: 3px 1px 0px rgba(45, 45, 133, 0.6);
}

.popular-s {
  display: inline-block;
  width: 100%;
}
.popular-s .project-single {
  z-index: 1;
}
.popular-s .project-single:hover .popular-a {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
.popular-s .project-single .popular-box::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
.popular-s .project-single h3 {
  color: #FFFFFF;
  font-size: 23px;
}
@media screen and (max-width: 767.98px) {
  .popular-s .project-single h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) and (max-width: 1199.98px) {
  .popular-s .project-single h3 {
    font-size: 18px;
  }
}
.popular-s .project-single .popular-a {
  right: 17rem;
  border-radius: 5px;
  color: #2e2b2b;
  font-size: 21px;
  padding: 13px 13px;
  text-transform: capitalize;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  margin-top: 18px;
  width: 15px;
  height: 15px;
  top: 16.5rem;
  position: absolute;
}
.popular-s img {
  width: 100%;
  height: 100%;
  z-index: -1;
}

.overla {
  background-color: #adb4bf;
  opacity: 0.95;
  height: 39%;
  width: 76%;
  top: 95rem;
  left: 14.5rem;
  position: absolute;
  border-radius: 10px;
  z-index: -1;
}
@media only screen and (max-width: 1400px) {
  .overla {
    height: 48%;
    width: 97%;
    top: 92rem;
    left: 1.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .overla {
    height: 48%;
    width: 98%;
    top: 91rem;
    left: 0.5rem;
  }
}
.overla svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199.98px) {
  .main-slider-sec {
    margin-bottom: 140px;
  }
}
.main-slider-sec .swiper-container {
  position: relative;
  height: 100%;
}
.main-slider-sec .swiper-wrapper {
  position: relative;
}
.main-slider-sec .swiper-slide {
  border-radius: 10px;
}
.main-slider-sec .swiper-slide img {
  width: 75%;
  height: 100%;
  object-fit: cover;
  float: left;
  border-radius: 10px;
}
@media only screen and (max-width: 1000px) {
  .main-slider-sec .swiper-slide img {
    width: 100%;
  }
}
.main-slider-sec .swiper-slide .slider-container {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #f2e9fb;
  border-radius: 10px;
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  width: 40%;
  color: black;
  position: absolute;
  z-index: 99999999;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  touch-action: pan-y;
  visibility: visible;
  perspective: 601px;
  transform: translate(50%, 50%);
  min-height: 75%;
  top: 16%;
  right: 20%;
}
@media screen and (min-width: 1400px) {
  .main-slider-sec .swiper-slide .slider-container {
    top: -11%;
  }
}
@media screen and (min-width: 1200px) {
  .main-slider-sec .swiper-slide .slider-container {
    top: -24%;
  }
}
@media screen and (max-width: 991.98px) {
  .main-slider-sec .swiper-slide .slider-container {
    width: 70%;
    padding: 15px;
    right: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .main-slider-sec .swiper-slide .slider-container {
    right: 40%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .main-slider-sec .swiper-slide .slider-container {
    width: 60%;
    min-height: 60%;
    top: 35%;
    right: 33%;
  }
}
.main-slider-sec .swiper-slide .slider-container h2 {
  color: #575761;
}
.main-slider-sec .swiper-slide .slider-container h4 {
  color: black;
}
.main-slider-sec .swiper-slide.swiper-slide-active .slider-title, .main-slider-sec .swiper-slide.swiper-slide-active .slider-sub-title {
  opacity: 1;
}
.main-slider-sec .slider-sub-title {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #2f2d2d;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .main-slider-sec .slider-sub-title {
    font-size: 14px;
  }
}
.main-slider-sec .slider-title {
  line-height: 1.5;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -1.03px;
  color: #fff;
  opacity: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.98px) {
  .main-slider-sec .slider-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .main-slider-sec .slider-title {
    font-size: 27px;
  }
}
.main-slider-sec .slider-sub-title {
  color: #fff;
}
.main-slider-sec .swiper-pagination {
  left: 94%;
  width: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  top: 22rem;
}
@media only screen and (max-width: 1200px) {
  .main-slider-sec .swiper-pagination {
    top: 18rem;
  }
}
@media only screen and (max-width: 1000px) {
  .main-slider-sec .swiper-pagination {
    display: none;
  }
}
.main-slider-sec .swiper-pagination-bullet {
  background-color: #2d2d85 !important;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.main-slider-sec .swiper-button-prev, .main-slider-sec .swiper-button-next {
  background: #2d2d85;
  color: aliceblue;
  justify-content: center;
  font-size: 18px;
  height: 4px;
  background: #2d2d85;
  display: flex;
  padding: 17px 21px;
  align-items: center;
  border-radius: 10px 0px 10px 10px;
  z-index: 9;
  top: 91%;
  cursor: pointer;
}
.main-slider-sec .swiper-button-prev:after, .main-slider-sec .swiper-button-next:after {
  font-size: 16px;
  font-weight: 800;
}
@media screen and (max-width: 991.98px) {
  .main-slider-sec .swiper-button-prev, .main-slider-sec .swiper-button-next {
    display: none;
  }
}
.main-slider-sec .swiper-button-next {
  right: auto;
  left: 2%;
}
.main-slider-sec .swiper-button-prev {
  left: 7%;
  right: auto;
  border-radius: 0px 10px 10px 10px;
}
.main-slider-sec .slider-buttton {
  display: inline-block;
}
.main-slider-sec .swiper-slide-active .slider-sub-title {
  animation: slideOutDown 1.5s;
}
.main-slider-sec .swiper-slide-active .slider-title {
  animation: zoomInDown 1.5s;
}
.main-slider-sec .swiper-slide-active.slide-2 .slider-title {
  animation: zoomInDown 1.5s;
}
.main-slider-sec .swiper-slide-active .slider-sub-title {
  animation: slideInUp 1.3s;
}
.main-slider-sec .swiper-slide-active.slide-2 .slider-sub-title {
  animation: slideInUp 1.5s;
}
.main-slider-sec .swiper-slide-active .slider-buttton {
  animation: zoomIn 2s;
}

.img-slider {
  width: 26%;
  position: absolute;
  left: -1rem;
  top: -61px;
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  .img-slider {
    display: none;
  }
}
.img-slider img {
  width: 100%;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slider-video {
  display: block;
  width: 100%;
}

#myVideo-slider {
  width: 75%;
  max-width: 100%;
  height: 28.5rem;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 1399.98px) {
  #myVideo-slider {
    height: 24.5rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  #myVideo-slider {
    height: 20.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  #myVideo-slider {
    height: 25rem;
    width: 100%;
  }
}

.products .line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 2px;
  background: #2d2d85;
  inset-inline-end: 50%;
  transform: translate(-50%);
}
.products h4 {
  font-weight: 800;
}
.products img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.products .products-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .products .products-content {
    grid-template-columns: 1fr;
  }
}
.products .products-content p {
  color: #FFFFFF;
}
.products .products-content .box-w {
  height: 651px;
}
.products .products-content .box-w:hover .popular-a {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
  transform: translateY(20px);
}
.products .products-content .popular-a {
  background: unset;
  border: 0;
}
.products .products-card.small-category-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.products .products-card.big-category-box .box-w {
  height: 689px;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .products .products-card.big-category-box .box-w {
    height: 370px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .products .products-card.big-category-box .box-w {
    height: 499px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .products .products-card.big-category-box .box-w {
    height: 595px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.title-p {
  position: absolute;
  top: 15px;
  right: 16px;
  background: rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 6px;
}
.title-p h3 {
  color: black !important;
  font-weight: 800;
  font-size: 17px;
  margin-top: 5px;
}

.products-box-p {
  width: 100%;
  max-width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 13px;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.products-box:hover .overlay {
  opacity: 1;
}

.box-popular {
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.box-popular:hover .img:before {
  animation: shine 1s;
}
.box-popular .img:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  transform: skewX(-25deg);
  z-index: 2;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.box-popular .title {
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  color: #121212;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.text-popular {
  padding: 15px 0;
}

.border-p {
  box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
  border-radius: 5px;
}

.img {
  width: 100%;
}

.img {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle-p {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.img:hover .middle-p {
  opacity: 1;
}
.img:hover .middle-p i {
  color: #2d2d85;
}
.img:hover .middle-p p {
  font-size: 15px;
  color: #2d2d85;
}

.position-img {
  position: relative;
  right: 66.5rem;
  top: -35rem;
  width: 25%;
  z-index: -1;
}
.position-img img {
  border-radius: 101px;
  width: 100%;
}

.image-redus-p {
  border-radius: 5px 5px 0 0 !important;
}

.position-img-a {
  position: relative;
  top: -26rem;
  width: 25%;
  z-index: -1;
  left: 27rem;
}
.position-img-a img {
  width: 100%;
  border-radius: 100px;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.article {
  box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
  padding: 0;
  transition: all 0.9s ease;
  border-radius: 5px;
  display: inline-block;
}
.article:hover h2 {
  color: #0a58ca;
}
.article:hover {
  transform: translateY(-20px);
  transition: all 0.9s ease;
}
.article .article-wrapper .text-blog {
  padding: 20px;
}
.article .article-wrapper .text-blog h2 {
  font-size: 16px;
  font-weight: 800;
  padding: 5px 10px;
  color: #000 !important;
  border-right: 3px solid #2d2d85;
}
.article .article-wrapper .text-blog .description {
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  height: 46px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: flex;
  justify-content: center;
}
.article .article-wrapper .img-blog {
  width: 100%;
}
.article .article-wrapper .img-blog img {
  width: 100%;
  max-width: 100%;
  border-radius: 5px 5px 0 0;
}
.article .article-wrapper .blog-footer {
  border-top: 1px dashed #ddd;
  padding-top: 10px;
}
.article .article-wrapper .blog-footer .main-btn {
  color: #2d2d85;
  align-items: center;
  display: flex;
  gap: 5px;
}

.about-us .icon-play {
  display: flex;
  padding: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  color: #2d2d85;
  font-size: 32px;
  background: aliceblue;
  width: 4rem;
  height: 4rem;
  text-align: center;
  border-radius: 46px;
  align-items: center;
  cursor: pointer;
  animation: ripple 2s forwards infinite;
  transform: translate(-50%, -50%);
}
@keyframes ripple {
  0% {
    box-shadow: #fff 0 0 0 0;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0) 0 0 0 35px;
  }
}
@keyframes showVideo {
  from {
    bottom: -100%;
  }
  to {
    bottom: 70px;
  }
}

.popular-sec {
  position: relative;
  margin-bottom: 18%;
}
@media screen and (min-width: 1200px) {
  .popular-sec {
    margin-bottom: 22%;
  }
}
.popular-sec .popular-product {
  position: relative;
  background-color: #e6ecff;
  background-image: url(".././images/background/pattern-2.png");
  height: 300px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: repeat;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 60px 0px 190px 0px;
  padding: 0px 17px 17px 17px;
}
@media screen and (max-width: 767.98px) {
  .popular-sec .popular-product {
    margin: 60px 0 250px 0;
  }
}
.popular-sec .popular-product .box-popular {
  padding: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.popular-sec .popular-product .box-popular:hover .img:before {
  animation: shine 1s;
}
.popular-sec .popular-product .box-popular .img:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  transform: skewX(-25deg);
  z-index: 2;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.popular-sec .popular-product .box-popular .title {
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.popular-sec .popular-product .overlay {
  background-color: #e6ecff;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 10px;
}
.popular-sec .popular-product .owl-nav {
  position: absolute;
  top: -80px;
  left: 0;
  display: flex;
}
.popular-sec .popular-product .owl-nav .owl-prev, .popular-sec .popular-product .owl-nav .owl-next {
  background-color: #2d2d85;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular-sec .popular-product .owl-nav .owl-prev span, .popular-sec .popular-product .owl-nav .owl-next span {
  font-size: 21px;
}
.popular-sec .popular-product .owl-stage-outer {
  padding: 0 0 40px 0;
}
.popular-sec .index-header {
  position: relative;
  padding: 25px 0;
}
.popular-sec .index-header .header-title {
  margin-right: 15px;
  color: #2d2d85;
}
.popular-sec .index-header .title {
  font-weight: 800;
  font-size: 20px;
}
.popular-sec .index-header .subtitle {
  text-transform: uppercase;
}
.popular-sec .index-header .main-btn i {
  margin-right: 5px;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.video-card {
  background: #fff;
  border-radius: 10px;
  border: 2px dashed transparent;
  overflow: hidden;
  padding: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.video-card:hover .video-card__img:before {
  opacity: 1;
}
.video-card:hover .video-card__img:after {
  opacity: 1;
}
.video-card__img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
}
.video-card__img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  transition: all 300ms linear;
  z-index: 2;
  opacity: 0;
}
.video-card__img:after {
  content: "\e934";
  position: absolute;
  top: 55%;
  right: 50%;
  transform: translateY(-80%) translateX(50%);
  padding: 10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #15348b;
  transition: all 300ms linear;
  z-index: 3;
  opacity: 0;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.video-card__img img {
  width: 100%;
  height: 100%;
}
.video-card__tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.video-card__tag {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #eeeeee;
  color: #888;
  align-self: flex-start;
  font-size: 11.5px;
  margin: 7px 0;
  transition: all 300ms linear;
}
.video-card__title {
  color: #2d2d85;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 50px;
  width: 94%;
  overflow: hidden;
}
.video-card__title a {
  color: #2d2d85;
}

/*# sourceMappingURL=index.css.map */
