/*---------------------------------- 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 ----------------------------------*/
.switcher-language .lang-wrapper .lang-link {
  flex-direction: revert;
  justify-content: end;
}
.switcher-language .lang-list .lang-link {
  justify-content: start;
}

/*main-header*/
#main-header .bottom-header:before {
  transform: skewX(385deg) !important;
  border-radius: 0 0 0 18px;
}
#main-header .bottom-header:after {
  transform: skewX(-385deg) !important;
  border-radius: 0 0 18px 0;
}

/*header-info*/
.header-info .contact-us .main-btn__icon {
  transform: rotate(0deg);
}

.main-nav__item.last-item .main-nav__link:after {
  left: 0 !important;
}
.main-nav__item.first-item .main-nav__link:after {
  left: 100% !important;
}

/*services*/
.about-us__box:after {
  border-radius: 0 10px 10px 0 !important;
}

.main-footer-wrapper .footer-list__link .icon {
  transform: rotate(180deg);
}

.index-widget-header .main-btn .icon {
  transform: rotate(180deg);
}

.bottom-header .main-btn {
  flex-direction: row-reverse;
}

.footer-righit {
  padding-left: 76px;
}
@media only screen and (max-width: 991.98px) {
  .footer-righit {
    padding-left: 0;
  }
}

.main-nav__link {
  flex-direction: row-reverse;
}

.footer-tel:after {
  right: 180px !important;
  left: auto !important;
}
@media only screen and (max-width: 991.98px) {
  .footer-tel:after {
    right: 159px !important;
  }
}

.footer-contact:after {
  right: 240px !important;
  left: auto !important;
}
@media only screen and (max-width: 991.98px) {
  .footer-contact:after {
    right: 221px !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer-tel {
    padding-right: 8rem;
  }
}

@media only screen and (max-width: 499.98px) {
  .footer-tel {
    padding-left: 0rem !important;
    padding-right: 4rem !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer-info__itsa-img {
    position: unset;
    transform: translate(15rem, 167%);
  }
}

/* itsa img */
.box-input button {
  border-radius: 0 5px 5px 0 !important;
}
@media only screen and (max-width: 991.98px) {
  .box-input button {
    border-radius: 5px !important;
  }
}

.main-slider-sec {
  margin-bottom: 3rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 1199.98px) {
  .main-slider-sec {
    margin-bottozm: 140px;
  }
}
.main-slider-sec .swiper-container {
  position: relative;
  height: 100%;
}
.main-slider-sec .swiper-wrapper {
  position: relative;
}
.main-slider-sec .swiper-wrapper:after {
  content: "";
  background-image: url(.././icons/25.png);
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 92px;
  display: inline-block;
  position: absolute;
  top: 15rem;
  right: 37.75rem;
  transform: rotate(91deg);
}
@media only screen and (max-width: 1399.98px) {
  .main-slider-sec .swiper-wrapper:after {
    right: 32.5rem;
    top: 15rem;
  }
}
@media only screen and (max-width: 1199px) {
  .main-slider-sec .swiper-wrapper:after {
    right: 26.5rem;
    top: 10rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-slider-sec .swiper-wrapper:after {
    right: 19rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-slider-sec .swiper-wrapper:after {
    display: none;
  }
}
.main-slider-sec .swiper-slide img {
  width: 100%;
  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;
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  width: 38%;
  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%;
  left: 20%;
}
@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%;
    left: 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;
  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 .swiper-pagination {
  width: 2%;
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 2rem;
  justify-content: center;
  right: 17px;
  flex-direction: column;
}
.main-slider-sec .swiper-pagination-bullet {
  opacity: 1 !important;
  border-radius: 30%;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.65);
  border: 3px solid #318d75;
  padding: 5px;
}
.main-slider-sec .swiper-pagination-bullet-active {
  background: #318d75;
}
.main-slider-sec .swiper-button-prev, .main-slider-sec .swiper-button-next {
  justify-content: center;
  font-size: 18px;
  height: 0;
  padding: 18px;
  display: flex;
  align-items: center;
  z-index: 9;
  top: 50%;
  cursor: pointer;
  right: 78.5rem;
  left: auto;
  border-radius: 20%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.4px);
  -webkit-backdrop-filter: blur(8.4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fbf5f3;
}
.main-slider-sec .swiper-button-prev:after, .main-slider-sec .swiper-button-next:after {
  font-size: 13px;
  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 {
  left: 1rem;
  top: 2.5rem;
  transform: rotate(269deg);
}
.main-slider-sec .swiper-button-prev {
  left: 15px;
  padding: 18px;
  border-radius: 20%;
  top: 5.5rem;
  background: #f9f9f9;
  transform: rotate(270deg);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.4px);
  -webkit-backdrop-filter: blur(8.4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.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;
  right: -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);
  }
}
.swiper-button-prev {
  background-image: url(.././icons/45.svg) !important;
  background-repeat: no-repeat;
  background-size: 20% auto;
  background-position: center;
}

.swiper-button-next {
  background-image: url(.././icons/35.svg) !important;
  background-repeat: no-repeat;
  background-size: 20% auto;
  background-position: center;
}

.swiper-pagination-bullet-active {
  background: #318d75;
}

@media only screen and (max-width: 991.98px) {
  .icon-slider {
    display: none;
  }
}

/*------------------------------------ main slider ------------------------------------*/
.mainSlider:not(.owl-loaded) {
  display: block !important;
  aspect-ratio: 16/7;
  overflow: hidden;
}

.mainSlider:not(.owl-loaded) .owl-item:not(:first-child) {
  display: none;
}

.mainSlider:not(.owl-loaded) .owl-item img {
  height: 100%;
}

.category {
  margin-top: 6rem;
  margin-bottom: 6rem;
  overflow: hidden;
}
@media only screen and (max-width: 1200.98px) {
  .category {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 992.98px) {
  .category {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
.category .after-category {
  position: relative;
}
.category .after-category:after {
  content: "";
  width: 376px;
  height: 339px;
  background-image: url(.././images/content/25.webp);
  position: absolute;
  top: -49px;
  right: -130px;
  z-index: 0;
}
@media only screen and (max-width: 1600.98px) {
  .category .after-category:after {
    right: -83px;
  }
}
@media only screen and (max-width: 1500.98px) {
  .category .after-category:after {
    right: -36px;
    height: 5rem;
  }
}
@media only screen and (max-width: 1200.98px) {
  .category .after-category:after {
    right: -30px;
    top: -4rem;
  }
}
.category__title {
  font-size: 25px;
  font-weight: 800;
  color: #b8985e;
  font-family: "Far_Digital_Arabia" !important;
}
.category .img-title {
  width: 100%;
  /* transform: rotate(107deg); */
  margin-bottom: 2rem;
}
.category__hoverShine {
  border: 5px solid #b69d74;
  padding: 5px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.category__hoverShine:hover .img-hover:before {
  animation: shine 2s;
}
.category__hoverShine .box-category:after {
  content: "";
  position: absolute;
  width: 97.5%;
  height: 96%;
  top: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.category__hoverShine img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.category__hoverShine .text-box {
  position: absolute !important;
  top: 0px;
  padding: 14px;
  transform: translate(0%, 50px);
  color: white;
  z-index: 9;
}
@media only screen and (max-width: 1199.98px) {
  .category__hoverShine .text-box {
    top: -35px;
  }
}
.category__hoverShine .text-box h3 {
  color: white;
  font-size: 21px;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 60px;
  line-height: 31px;
}
.category__hoverShine .text-box p {
  font-size: 12px;
}
.category__hoverShine .text-box .icon-arrow-left {
  padding: 10px;
  border-radius: 50%;
  border-left: 2px dashed white;
  border-top: 2px dashed white;
  border-bottom: 2px dashed white;
  position: absolute;
  right: 7rem;
}
.category__hoverShine .text-box__button-effect {
  color: rgb(255, 255, 255);
  min-width: 68px;
  min-height: 44px;
  border: 0;
  border-radius: 0.625rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  gap: 5px;
  font-weight: 800;
}

.img-hover: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%);
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
@media only screen and (max-width: 991.98px) {
  .category__none {
    display: none;
  }
}

.about {
  margin-top: 10rem;
  margin-bottom: 8rem;
  position: relative;
}
@media only screen and (max-width: 992.98px) {
  .about {
    margin-top: 4.5rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .about .about-img__item {
    margin-bottom: 2rem;
  }
}
.about .shape {
  width: 376px;
  height: 339px;
  background-image: url(.././images/content/25.webp);
  transform: translate(153px, -95px);
  z-index: -1;
}
@media only screen and (max-width: 557.98px) {
  .about .shape {
    width: 353px;
    right: 126px;
    height: 255px;
    top: 1rem;
  }
}
.about .description-title {
  color: gray;
}
@media only screen and (max-width: 767.98px) {
  .about .description-title {
    line-height: 35px;
  }
}
@media only screen and (max-width: 992.98px) {
  .about .about-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.about .about-img:before {
  content: "";
  width: 68.886%;
  height: 89.886%;
  border: 15px solid #b69d74;
  border-radius: 51px;
  box-shadow: 0px 18px 50px rgba(0, 0, 0, 0.15);
  left: -10.092%;
  bottom: -6.67%;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 992.98px) {
  .about .about-img:before {
    left: 6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .about .about-img:before {
    left: 9rem;
  }
}
@media only screen and (max-width: 500.98px) {
  .about .about-img:before {
    left: 6rem;
  }
}
.about .about-img:after {
  content: "";
  width: 50.886%;
  height: 89.886%;
  border: 15px solid #b69d74;
  border-radius: 51px;
  box-shadow: 0px 18px 50px rgba(0, 0, 0, 0.15);
  top: -7.966%;
  left: 16.045%;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 992.98px) {
  .about .about-img:after {
    top: -7.966%;
    left: 3.045%;
  }
}
@media only screen and (max-width: 500.98px) {
  .about .about-img:after {
    right: 10rem;
  }
}
.about .about-img__img {
  border: 7px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 18px 50px rgba(0, 0, 0, 0.15);
  border-radius: 57px;
}
@media only screen and (max-width: 1399.98px) {
  .about .about-img__img {
    width: 80%;
  }
}
@media only screen and (max-width: 1299.98px) {
  .about .about-img__img {
    width: 70%;
  }
}
@media only screen and (max-width: 767.98px) {
  .about .about-img__img {
    width: 65%;
  }
}
.about p {
  line-height: 45px;
}
.about .title {
  color: #318d75;
  line-height: 35px;
  font-size: 29px;
  font-weight: 800;
  margin-bottom: 23px;
  font-family: "Far_Digital_Arabia" !important;
}
.about__links {
  color: #b69d74;
  margin-top: 20px;
}
.about__links .icon-arrow-left {
  margin-top: 3px;
}
.about__links:hover {
  color: #318d75;
}

@media only screen and (max-width: 575.98px) {
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
}

.blog {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991.98px) {
  .blog {
    margin-bottom: 0rem;
  }
}
.blog .title-blog {
  font-size: 20px;
  font-weight: 800;
  line-height: 37px;
  color: #b8985e;
  text-align: left;
  margin-bottom: 3rem;
}
.blog .title-blog:after {
  content: "";
  width: 160px;
  left: 0;
  height: 1px;
  position: absolute;
  background: #b8985e;
  top: 33px;
}
.blog .main_page {
  position: relative;
}
.blog .main_page:after {
  content: "";
  width: 376px;
  height: 339px;
  background-image: url(.././images/content/25.webp);
  position: absolute;
  top: -49px;
  right: -130px;
  z-index: -1;
}
@media only screen and (max-width: 1600.98px) {
  .blog .main_page:after {
    right: -51px;
  }
}
@media only screen and (max-width: 1200.98px) {
  .blog .main_page:after {
    right: -22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .blog .main_page:after {
    content: unset;
  }
}
.blog__text {
  font-size: 30px;
  font-weight: 700;
  color: #b8985e;
  position: relative;
}
.blog__img-title {
  width: 4%;
}
@media only screen and (max-width: 991.98px) {
  .blog .bolg_box {
    gap: 2rem;
  }
}
@media only screen and (max-width: 576.98px) {
  .blog .bolg_box {
    gap: 1rem;
  }
}
.blog .bolg_box img {
  width: 90%;
  border-radius: 14px;
}
@media only screen and (max-width: 991.98px) {
  .blog .bolg_box img {
    width: 100%;
  }
}

.text-blog {
  width: 79%;
  padding: 17px;
  position: relative;
  background: rgb(255, 255, 255);
  box-shadow: rgba(193, 190, 190, 0.19) 0px 0px 8px 0px;
  margin-top: -4rem;
  margin-left: 23.5px;
  border-radius: 5px 0 5px 5px;
}
@media only screen and (max-width: 1199.98px) {
  .text-blog {
    margin-left: 15.5px;
    width: 80%;
  }
}
@media only screen and (max-width: 991.98px) {
  .text-blog {
    margin-left: 8.5px;
    width: 95%;
  }
}
@media only screen and (max-width: 767.98px) {
  .text-blog {
    margin-left: 5.5px;
  }
}
@media only screen and (max-width: 576.98px) {
  .text-blog {
    width: 80%;
  }
}
.text-blog h5 {
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 55px;
  line-height: 26px;
}
.text-blog h5 a {
  font-size: 18px;
  color: black !important;
}
.text-blog p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 55px;
  line-height: 26px;
}
.text-blog .date {
  left: 0px;
  top: -25px;
  font-size: 12px;
  position: absolute;
  padding: 4px 20px;
  color: rgb(255, 255, 255);
  background: #318d75;
  border-radius: 5px 5px 0 0;
}
.text-blog .meta {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  background: rgb(255, 255, 255);
  padding: 0px 12px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-image: initial;
}
.text-blog .btn-grid {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #b8985e;
}
.text-blog .btn-grid .m-btn-link {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #b8985e;
  text-decoration: none;
}

@media only screen and (max-width: 576.98px) {
  .blog__d-flex {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.products {
  position: relative;
}
.products:after {
  content: "";
  width: 426px;
  height: 386px;
  background-image: url(.././images/products/3.webp);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -999;
  background-repeat: no-repeat;
}
.products__title h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 37px;
  color: #b69d74;
}
.products__link {
  padding: 13px 18px;
  border-radius: 8px;
  width: 132px;
  height: 47px;
  font-size: 14px;
  text-align: center;
  color: #b69d74;
  position: relative;
}
.products__link .icon-arrow-left {
  border-left: 2px dashed #b69d74;
  border-radius: 50%;
  padding: 6px;
  border-top: 2px dashed #b69d74;
  border-bottom: 2px dashed #b69d74;
  position: absolute;
  left: 0.75rem;
}
.products .products__item {
  border-radius: 24px 24px 24px 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  display: grid;
  height: 450px;
  transition: 0.2s;
}
@media only screen and (max-width: 1400.98px) {
  .products .products__item {
    height: 455px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .products .products__item {
    height: 375px;
  }
}
@media only screen and (max-width: 575.98px) {
  .products .products__item {
    height: 400px;
  }
}
.products .products__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* top: 0px; */
  left: 0px;
  bottom: 0;
  /* background-color: rgb(0 0 0 / 9%); */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 48px 48px 23px 27px;
  background: white;
  z-index: -9999999;
}
.products .products__item img {
  width: 100%;
  max-width: 100%;
  border-radius: 18px 18px 0px 0px;
  margin-bottom: 1rem;
}
.products .products__item h2 {
  /* text-align: center; */
  font-weight: 800;
  font-size: 18px;
  color: #39917a;
  padding: 0px 15px;
  line-height: 27px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 1rem;
  height: 60px;
  bottom: 0px;
  z-index: 999;
  color: #318d75;
}

.item-box {
  position: relative;
}
.item-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.item-box .products-item {
  position: absolute;
  right: 2%;
  top: 70%;
  transform: translate(0%, 51%);
  left: 0;
  color: white;
  z-index: 999;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.7px);
  -webkit-backdrop-filter: blur(3.7px);
  border: 1px solid rgba(255, 255, 255, 0.41);
  border-radius: 7px;
  padding: 10px 10px;
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-box .products-item h2 {
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 27px;
}

.benefit-box {
  color: #a6a6a6;
  position: relative;
  border-radius: 15px;
  transition: 0.3s all;
}
.benefit-box .benefit-box {
  box-shadow: 0 0px 2px inset #d9bf77, 0px 1px 3px 0px #fff inset, 0px 7px 2px inset #d9bf77;
  background: #d9bf77;
}
.benefit-box .benefit-box .dot {
  width: 12px;
  background: transparent;
  height: 12px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  transition: 0.2s all;
}

.img-logo {
  width: 45px;
  margin-top: -30px;
}

.about .shape {
  transform: translate(-55px, -95px);
  padding: 8px 100px 8px 1rem !important;
}
@media only screen and (max-width: 991.98px) {
  .about .shape {
    transform: translate(-68px, -162px);
  }
}
@media only screen and (max-width: 767.98px) {
  .about .shape {
    transform: translate(-60px, -91px);
  }
}

.icon-arrow-left {
  transform: rotate(180deg);
}

.box-input input {
  padding: 8px 100px 8px 1rem !important;
}
@media only screen and (max-width: 1399.98px) {
  .box-input input {
    padding: 8px 25px 8px 1rem !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .box-input input {
    padding: 8px 0px 8px 6px !important;
  }
}

.about .title {
  text-align: left;
}
.about .title .description-title {
  text-align: left;
}

.category__hoverShine .text-box .icon-arrow-left {
  position: unset;
}

.products__link .icon-arrow-left {
  position: unset;
}

.products__link {
  width: unset;
}

.main-slider-sec .swiper-pagination {
  left: 1rem;
}

/*# sourceMappingURL=index-en.css.map */
