/*---------------------------------- 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 ----------------------------------*/
@media screen and (max-width: 991.98px) {
  .main-slider-sec {
    margin-top: -15px;
  }
}
.main-slider-sec .swiper-container {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 787.98px) {
  .main-slider-sec .swiper-container {
    height: 35rem;
  }
}
.main-slider-sec .swiper-wrapper {
  position: relative;
  top: -9.5rem;
}
.main-slider-sec .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: left;
    aspect-ratio: 17 / 8;
}



@media screen and (max-width: 575.98px) {
    .main-slider-sec .swiper-slide img {
        aspect-ratio: 71 / 52
    }
  
}

@media screen and (min-width: 576px) and (max-width: 991.98px) {
    .main-slider-sec .swiper-slide img {
        aspect-ratio: 16 / 10
    }
}
@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: 30%;
  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: 25%;
  top: 16%;
  right: 32%;
}
@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 (min-width: 1198px) {
  .main-slider-sec .swiper-slide .slider-container {
    width: 33%;
    min-height: 33%;
    top: 19%;
    right: 33%;
  }
}
@media screen and (max-width: 991.98px) {
  .main-slider-sec .swiper-slide .slider-container {
    width: 49%;
    min-height: 33%;
    top: 19%;
    right: 33%;
  }
}
@media screen and (max-width: 575.98px) {
  .main-slider-sec .swiper-slide .slider-container {
    display: none;
  }
}
.main-slider-sec .swiper-slide .slider-container h2 {
  color: #575761;
}
.main-slider-sec .swiper-slide .slider-container h4 {
  color: black;
}
@media screen and (max-width: 1199.98px) {
  .main-slider-sec .swiper-slide .slider-container h4 {
    font-size: 12px;
  }
}
.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: 999.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: #383232;
  opacity: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1199.98px) {
  .main-slider-sec .slider-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .main-slider-sec .slider-title {
    font-size: 18px;
  }
}
.main-slider-sec .slider-sub-title {
  color: #fff;
}
.main-slider-sec .swiper-pagination-bullet {
  border-radius: 25%;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.main-slider-sec .swiper-button-prev, .main-slider-sec .swiper-button-next {
  color: #33acb8;
  justify-content: center;
  font-size: 18px;
  height: 4px;
  display: flex;
  padding: 17px 21px;
  align-items: center;
  border-radius: 10px;
  z-index: 9;
  top: 75%;
  cursor: pointer;
  font-weight: 800;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.6px);
  -webkit-backdrop-filter: blur(4.6px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.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: 3% !important;
  top: 37.5rem;
}
@media screen and (max-width: 1999.98px) {
  .main-slider-sec .swiper-button-next {
    top: 36.5rem;
  }
}
@media screen and (max-width: 1799.98px) {
  .main-slider-sec .swiper-button-next {
    top: 28.5rem;
  }
}
@media screen and (max-width: 1599px) {
  .main-slider-sec .swiper-button-next {
    top: 28.5rem;
  }
}
@media screen and (max-width: 1520.98px) {
  .main-slider-sec .swiper-button-next {
    top: 26.5rem;
  }
}
@media screen and (max-width: 1499.98px) {
  .main-slider-sec .swiper-button-next {
    top: 23.5rem;
  }
}
@media screen and (max-width: 1399.98px) {
  .main-slider-sec .swiper-button-next {
    top: 20.5rem;
  }
}
@media screen and (max-width: 1299.98px) {
  .main-slider-sec .swiper-button-next {
    top: 17.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .main-slider-sec .swiper-button-next {
    top: 14.5rem;
    left: 2%;
  }
}
.main-slider-sec .swiper-button-prev {
  right: calc(100% - 160px) !important;
  top: 37.5rem;
}
@media screen and (max-width: 1999.98px) {
  .main-slider-sec .swiper-button-prev {
    top: 36.5rem;
  }
}
@media screen and (max-width: 1799px) {
  .main-slider-sec .swiper-button-prev {
    top: 28.5rem;
  }
}
@media screen and (max-width: 1599.98px) {
  .main-slider-sec .swiper-button-prev {
    top: 28.5rem;
    left: 7%;
  }
}
@media screen and (max-width: 1520.98px) {
  .main-slider-sec .swiper-button-prev {
    top: 26.5rem;
  }
}
@media screen and (max-width: 1499.98px) {
  .main-slider-sec .swiper-button-prev {
    top: 23.5rem;
  }
}
@media screen and (max-width: 1399.98px) {
  .main-slider-sec .swiper-button-prev {
    top: 20.5rem;
    right: calc(100% - 140px) !important;
  }
}
@media screen and (max-width: 1299.98px) {
  .main-slider-sec .swiper-button-prev {
    top: 17.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .main-slider-sec .swiper-button-prev {
    top: 14.5rem;
  }
}
.main-slider-sec .slider-buttton {
  display: inline-block;
}
.main-slider-sec .swiper-slide-active .slider-sub-title {
  animation: fadeIn 1.5s;
}
.main-slider-sec .swiper-slide-active .slider-title {
  animation: fadeIn 1.5s;
}
.main-slider-sec .swiper-slide-active.slide-2 .slider-title {
  animation: fadeIn 1.5s;
}
.main-slider-sec .swiper-slide-active .slider-sub-title {
  animation: fadeIn 1.3s;
}
.main-slider-sec .swiper-slide-active.slide-2 .slider-sub-title {
  animation: fadeIn 1.5s;
}
.main-slider-sec .swiper-slide-active .slider-buttton {
  animation: fadeIn 2s;
}
.main-slider-sec .img-slider {
  width: 26%;
  position: absolute;
  left: -1rem;
  top: -61px;
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  .main-slider-sec .img-slider {
    display: none;
  }
}
.main-slider-sec .img-slider img {
  width: 100%;
}
.main-slider-sec .img-sliders {
  margin-top: -13rem;
  margin-bottom: 4rem;
  height: 4rem;
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.main-slider-sec .img-sliders img {
  width: 100%;
  height: 100%;
}
.main-slider-sec .swiper-pagination {
    height: 20px;
    bottom: 180px !important;
    right: 0 !important;
    left: 0;
}
.main-slider-sec .swiper-pagination-bullet-active {
  background: #33acb8;
}
@media only screen and (max-width: 1200px) {
  .main-slider-sec .animated-area h2 {
    font-size: 2px;
  }
}

.img-sliders-pages {
  margin-bottom: 5rem;
  margin-top: -10rem;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .img-sliders-pages {
    margin-top: -14rem;
    height: 700px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 480px) {
  .img-sliders-pages {
    height: 500px;
  }
}
.img-sliders-pages img {
  width: 100%;
  height: 100%;
}

.img-sliders {
  margin-top: -9rem;
}

.main-slider-sec .swiper-button-prev {
  right: 22px !important;
  top: 50% !important;
}

.main-slider-sec .swiper-button-next {
  left: 22px !important;
  top: 50% !important;
}

/*------------------------------------ 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%;
}

/* popular*/
.popular {
  margin-bottom: 4rem;
  margin-top: -5rem;
  position: relative;
}
.popular::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8em;
  width: 19rem;
  height: 100%;
  background-image: url(.././images/popular/59.webp);
  background-repeat: no-repeat;
  background-position: right 8em;
  background-size: 19rem;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .popular::before {
    background-size: 12rem;
  }
}
@media only screen and (max-width: 992px) {
  .popular::before {
    background-size: 7rem;
    right: 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .popular .popular::before {
    background-position: right 17rem;
  }
}
@media only screen and (max-width: 992px) {
  .popular .popular::before {
    background-position: right 5rem;
    background-size: 19rem;
    margin-top: -5rem;
  }
}
@media screen and (max-width: 768.98px) {
  .popular .popular::before {
    background-size: 14rem;
    background-position: 2rem 133px;
  }
}
@media screen and (max-width: 575.98px) {
  .popular .popular {
    margin-top: -12rem;
  }
}
@media screen and (max-width: 430.98px) {
  .popular .popular {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 340.98px) {
  .popular .popular::before {
    background-position: 0rem 1rem;
    background-size: 19rem;
  }
}
.popular .popular-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .popular .popular-items {
    flex-direction: column;
  }
}
@media only screen and (max-width: 992px) {
  .popular .popular-items .popular-text {
    flex-direction: column;
    width: 100%;
  }
}
.popular .popular-items .popular-text .title-popular {
  color: #957338;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 992.98px) {
  .popular .popular-items .popular-text .title-popular {
    font-size: 13px;
  }
}
.popular .popular-items .popular-text .img-text-popular {
  width: 36%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
}
.popular .popular-items .popular-text .img-text-popular img {
  width: 100%;
}
.popular .popular-items .item-popular {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #f5eded;
  border-radius: 5px;
  padding: 4px;
  height: 250px;
}
@media only screen and (max-width: 1399.98px) {
  .popular .popular-items .item-popular {
    height: 230px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .popular .popular-items .item-popular {
    height: 205px;
  }
}
@media only screen and (max-width: 991.98px) {
  .popular .popular-items .item-popular {
    height: 270px;
  }
}
@media only screen and (max-width: 452.98px) {
  .popular .popular-items .item-popular {
    height: 260px;
  }
}
@media only screen and (max-width: 430.98px) {
  .popular .popular-items .item-popular {
    height: 250px;
  }
}
@media only screen and (max-width: 430.98px) {
  .popular .popular-items .item-popular {
    height: 230px;
  }
}
.popular .popular-items .box-popular {
  border-width: 0;
}
.popular .popular-items .box-popular .ship {
  width: 100%;
  position: relative;
  top: 0.5rem;
}
.popular .popular-items .box-popular .card-body {
  text-align: center;
  padding-top: 10px;
}
.popular .popular-items .box-popular .card-body img {
  width: 14%;
}
.popular .popular-items .box-popular .card-body h3 {
  color: #f7941d;
  font-weight: bolder;
  font-size: 16px;
  height: 27px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  padding: 4px;
}
@media screen and (max-width: 1199.98px) {
  .popular .popular-items .box-popular .card-body h3 {
    font-size: 18px;
  }
}
.popular .popular-items .box-popular .card-body span {
  color: #957338;
  font-size: 12px;
  visibility: hidden;
}
.popular .popular-items .box-popular .card-body .ship img {
  width: 100%;
}
.popular .popular-items .card-img-top img {
  width: 100%;
  border-radius: 5px;
}
@media only screen and (max-width: 992px) {
  .popular .popular-items .popular-items {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .popular .popular-items .popular-items {
    margin: 0;
  }
}
.popular .popular-items .popular-items .popular-item-box {
  display: grid;
  gap: 17px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992.98px) {
  .popular .popular-items .popular-items .popular-item-box {
    grid-template-columns: 1fr 1fr;
  }
}
.popular .popular-none {
  display: block;
}
@media screen and (max-width: 768.98px) {
  .popular .popular-none {
    display: none;
  }
}
@media screen and (max-width: 992.98px) {
  .popular .btn-black {
    display: none;
  }
}
.popular .btn-none {
  display: none;
}
@media screen and (max-width: 992.98px) {
  .popular .btn-none {
    display: flex;
  }
}

/*end popular*/
.popularSlider .swiper-button-prev, .popularSlider .swiper-button-next {
  width: 34px !important;
  height: 33px !important;
  color: #87601d !important;
  background: rgba(255, 255, 255, 0.56) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(4.6px) !important;
  -webkit-backdrop-filter: blur(4.6px) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 4px;
  font-size: 12px;
}
.popularSlider .swiper-button-prev::after, .popularSlider .swiper-button-next::after {
  font-size: 12px !important;
}

.btn-popular {
  width: fit-content;
  justify-content: center;
  display: flex;
  padding: 23px 9px;
  height: 2.5rem;
  border-radius: 100px;
  color: #363636;
  font-size: 35px;
  margin: 39px 7rem;
  background: #33acb8;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.6px);
  -webkit-backdrop-filter: blur(4.6px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  align-items: center;
  gap: 3px;
}
@media only screen and (max-width: 1199.98px) {
  .btn-popular {
    margin: 39px 0;
  }
}
.btn-popular span {
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  color: white;
}
.btn-popular .btn-icon-left {
  border-radius: 50px;
  margin-right: 8px;
  background: white;
  width: 36px;
  padding: 9px;
  font-size: 15px;
  color: #33acb8 !important;
}
@media only screen and (max-width: 992px) {
  .btn-popular .btn-icon-left {
    width: 31px;
  }
}

.content-popular {
  color: #87601d;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -1px;
  word-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 992.98px) {
  .content-popular {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500.98px) {
  .content-popular {
    font-size: 16px;
    letter-spacing: -2px;
  }
}

.category {
  background-image: url(.././images/popular/59.webp);
  background-repeat: no-repeat;
  margin-top: 10rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991.98px) {
  .category {
    background-size: 20rem;
  }
}
@media only screen and (max-width: 430.98px) {
  .category {
    background-size: 190px;
    background-position: 1rem 0;
  }
}
.category h2 {
  margin-top: unset;
}
.category .img-title-category {
  margin: 0 auto;
  width: 3%;
}
@media only screen and (max-width: 991.98px) {
  .category .img-title-category {
    width: 7%;
  }
}
@media only screen and (max-width: 500.98px) {
  .category .img-title-category {
    width: 10%;
  }
}
.category .img-title-category img {
  width: 100%;
  aspect-ratio: 3/5;
}

.article .category-wrapper {
  border: 1px solid #e2e2e2;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 3px 8px;
}
.article .category-wrapper .title-card__category .title-latest {
  height: 40px;
  text-align: right;
  color: #906c2e;
  font-size: 16px;
  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;
}
@media screen and (max-width: 1199.98px) {
  .article .category-wrapper .title-card__category .title-latest {
    font-size: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .article .category-wrapper .title-card__category .title-latest {
    font-size: 14px;
  }
}
@media screen and (max-width: 370.98px) {
  .article .category-wrapper .title-card__category .title-latest {
    height: 55px;
  }
}
.article .category-wrapper .title-box {
  height: 43px;
  color: #777;
  font-size: 14px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.article .category-wrapper .discount {
  background: red;
  width: 33px;
  height: 22px;
  padding: 4px;
  border-radius: 5px;
  color: white;
  font-size: 13px;
}
@media only screen and (max-width: 500.98px) {
  .article .category-wrapper .discount {
    margin-top: -0.75rem;
    margin-right: 0;
  }
}
.article .category-wrapper .product-card__img {
  display: inline-block;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.article .category-wrapper .product-card__img video {
  width: 100%;
}
.article .category-wrapper .product-card__img:hover:before {
  animation: shine 1s;
}
.article .category-wrapper .product-card__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%);
}
.article .category-wrapper .product-card__img img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  opacity: 1;
  display: block;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
  aspect-ratio: 3/4;
}
.article .category-wrapper .product-card__body {
  padding: 10px;
}
.article .category-wrapper .product-card__price {
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 500.98px) {
  .article .category-wrapper .product-card__price {
    flex-direction: column;
    gap: 0;
  }
}
.article .category-wrapper .product-card__price s {
  color: red;
  font-size: 15px;
}
@media only screen and (max-width: 420.98px) {
  .article .category-wrapper .product-card__price s {
    font-size: 12px;
  }
}
.article .category-wrapper .product-card__price span {
  font-size: 15px;
  font-weight: 800;
  word-spacing: -4px;
  color: black;
}
@media only screen and (max-width: 420.98px) {
  .article .category-wrapper .product-card__price span {
    font-size: 11px;
  }
}
.article .shop-icon {
  padding: 3px 10px 4px 12px;
}
.article .shop-icon span {
  color: #f7941d;
}
.article .shop-icon .darsad {
  color: black;
  font-size: 13px;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.article .toman {
  font-weight: 500 !important;
  font-size: 12px !important;
}
.article .discount-archiv {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
@media only screen and (max-width: 500.98px) {
  .article .oldPrice {
    margin-top: -2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-box-new {
    margin-bottom: 1rem !important;
  }
}

.newsletter {
  background-position: right;
  height: 12rem;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 10px;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .newsletter {
    margin-top: -1rem;
    margin-bottom: 16rem !important;
  }
}
@media only screen and (max-width: 992.98px) {
  .newsletter {
    margin-top: -3rem;
    margin-bottom: 31rem !important;
  }
}
@media only screen and (max-width: 768.98px) {
  .newsletter {
    margin-top: 0rem;
    margin-bottom: 22rem !important;
  }
}
@media only screen and (max-width: 430.98px) {
  .newsletter {
    margin-top: -5rem;
    margin-bottom: 15rem !important;
  }
}
@media only screen and (max-width: 400.98px) {
  .newsletter {
    margin-top: -9rem;
    margin-bottom: 13rem !important;
  }
}
.newsletter a {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 15px;
}
@media only screen and (max-width: 767.98px) {
  .newsletter a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .newsletter a {
    font-size: 15px;
  }
}
.newsletter::after {
  position: relative;
  background: #3b3a3a;
  border-radius: 0px 10px 10px 0px;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767.98px) {
  .newsletter {
    margin-bottom: 3rem;
  }
}
.newsletter h4 {
  text-align: center;
  font-weight: 800;
  color: whitesmoke;
  font-size: 25px;
}
@media only screen and (max-width: 998.98px) {
  .newsletter {
    font-size: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .newsletter {
    font-size: 14px;
  }
}

.text-newsletter {
  position: absolute;
  top: 47px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  left: 0;
}

.box-baner img {
  width: 100%;
  border-radius: 5px;
  aspect-ratio: 54/22;
}

@media only screen and (max-width: 992.98px) {
  .item-baner {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 1199.98px) {
  .the-latest {
    margin-bottom: 6rem;
    height: 26rem;
  }
}
.the-latest .mt-b {
  margin-top: -1.5rem;
}
.the-latest .title-new {
  font-weight: 800;
  font-size: 18px !important;
  line-height: 2.5 !important;
}
.the-latest .blog-title h3 {
  line-height: unset !important;
}
.the-latest .link-blog {
  color: #33acb8;
  font-weight: 800;
  font-size: 14px;
}
.the-latest .img-title-new-box {
  margin-top: -2rem;
}
@media screen and (max-width: 1199.98px) {
  .the-latest .img-title-new-box {
    display: none;
  }
}
.the-latest .mt2 {
  margin-top: -2rem;
}

.about {
  position: relative;
}
@media only screen and (max-width: 992.98px) {
  .about {
    display: none;
  }
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(.././images/about/55.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .about .about-atmis {
    flex-direction: column;
    align-items: center;
  }
}
.about .about-atmis img {
  width: 100%;
  border-radius: 10px;
}
.about .about-atmis .img-bout-item {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .about .about-atmis .img-bout-item img {
    height: 16rem !important;
    width: 100% !important;
  }
}
.about .about-atmis .img-box-about {
  height: 290px;
}
@media screen and (max-width: 1398px) {
  .about .about-atmis .img-box-about {
    height: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .about .about-atmis .img-box-about {
    height: 210px;
  }
}
.about .about-atmis .title-text {
  text-align: right;
}
.about .about-atmis .about-text {
  margin-right: -3rem;
}
@media only screen and (max-width: 992px) {
  .about .about-atmis .about-text {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 568px) {
  .about .about-atmis .about-text {
    width: 85%;
  }
}
.about .about-atmis .about-text .about-title {
  color: #906c2e;
  font-weight: 700;
  text-shadow: -1px 1px 2px rgba(206, 89, 55, 0.92);
  font-size: 16px;
}
@media screen and (max-width: 1199.98px) {
  .about .about-atmis .paragraph {
    font-size: 14px !important;
  }
}
.about .about-atmis .paragraph p {
  color: #7a7a7a;
}
.about .about-atmis .about-one__btn-box a {
  padding: 7px 44px;
  margin: unset;
}
.about .about-atmis .btn-popular {
  margin: 39px 0.5rem;
  transition: all 300ms linear;
}
.about .about-atmis .btn-popular:hover {
  background: darkcyan;
}
.about .about-atmis .btn-popular span {
  color: white;
}
@media only screen and (max-width: 992px) {
  .about .about-atmis .btn-popular span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .about .about-atmis .item-about-img {
    flex-direction: column;
    align-items: center;
  }
  .about .about-atmis .item-about-img .box-img-about {
    align-items: center;
  }
}
@media only screen and (max-width: 768.98px) {
  .about .about-atmis .item-about-img {
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .about .img-bout {
    display: none !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .img-bout-item {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .box-img-about {
    display: none !important;
  }
}

.blog {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .blog {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 992.98px) {
  .blog .img-blog {
    display: none;
  }
}
.blog .mobile-blog-card {
  display: none !important;
}
@media screen and (max-width: 992.98px) {
  .blog .mobile-blog-card {
    display: flex !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 767.98px) {
  .blog .mobile-blog-card {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    overflow-y: hidden !important;
  }
}
@media screen and (max-width: 992.98px) {
  .blog .desktop-blog-card {
    display: none !important;
  }
}
.blog .link-blog {
  color: #33acb8;
  font-weight: 800;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .blog .link-blog {
    font-size: 12px;
  }
}
.blog .title-blog .img-blog {
  margin-top: -30px;
}

@media screen and (max-width: 767.98px) {
  .blog .blog-card {
    flex: 0 0 80%;
    max-width: 80%;
    padding: 5px;
  }
}

.blog-card .content-box-blog {
  height: 400px;
  border-radius: 18px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-pack: end;
  overflow: hidden;
  flex-direction: column;
  transition: all 0.9s ease;
}
.blog-card .content-box-blog img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 35/24;
}
.blog-card .content-box-blog .blog-home-item-description {
  position: absolute;
  top: 50%;
  padding: 16px;
  width: 88%;
  border-radius: -8px;
  height: 180px;
  background: rgba(255, 255, 255, 0.81);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.7px);
  -webkit-backdrop-filter: blur(11.7px);
  border: 1px solid rgba(255, 255, 255, 0.47);
}
@media screen and (max-width: 991.98px) {
  .blog-card .content-box-blog .blog-home-item-description {
    top: 30%;
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .blog-card .content-box-blog .blog-home-item-description {
    top: 40%;
  }
}
.blog-card .content-box-blog h3 {
  color: #383d3d;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: -4px;
  z-index: 9;
  height: 58px;
  line-height: 26px;
  text-align: right;
  overflow: hidden;
  display: flex;
  align-items: center;
  right: 1rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.98px) {
  .blog-card .content-box-blog h3 {
    font-size: 14px;
  }
}
.blog-card .blog-description {
  height: 65px;
  color: #251f1f;
  font-size: 14px;
  line-height: 23px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 991.98px) {
  .blog-card .blog-description {
    -webkit-line-clamp: 2;
    height: 45px;
  }
}
.blog-card .blog-home-item-description {
  position: absolute;
  height: 9rem;
  width: 81%;
  z-index: 9;
  top: 12rem;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.7px);
  -webkit-backdrop-filter: blur(11.7px);
  border: 1px solid rgba(255, 255, 255, 0.47);
  right: 50%;
  transform: translate(50%, 0px);
}
.blog-card .content-box-blog {
  position: relative !important;
}
.blog-card .content-box-blog img {
  border-radius: 10px;
}

.the-author {
  font-size: 12px;
  color: #33acb8;
  font-weight: bold;
}

.title-text {
  text-shadow: -1px 1px 2px rgba(206, 89, 55, 0.92);
  font-weight: 700;
  font-size: 23px;
  text-align: center;
  color: #33acb8;
  line-height: 40px;
}
@media screen and (max-width: 767.98px) {
  .title-text {
    font-size: 19px;
  }
}

/*# sourceMappingURL=index.css.map */
