/*---------------------------------- 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 ----------------------------------*/
/*------------------------------------ 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%;
}

.main-slider-sec {
  position: relative;
  background-repeat: no-repeat;
}
.main-slider-sec .main-slider {
  position: relative;
}
@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-container .swiper-wrapper {
  position: relative;
}
.main-slider-sec .swiper-container .swiper-wrapper:after {
  content: "";
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 92px;
  display: inline-block;
  position: absolute;
  top: 15rem;
  transform: rotate(91deg);
}
@media only screen and (max-width: 1399.98px) {
  .main-slider-sec .swiper-container .swiper-wrapper:after {
    left: 32.5rem;
    top: 15rem;
  }
}
@media only screen and (max-width: 1199px) {
  .main-slider-sec .swiper-container .swiper-wrapper:after {
    left: 26.5rem;
    top: 10rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-slider-sec .swiper-container .swiper-wrapper:after {
    left: 19rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-slider-sec .swiper-container .swiper-wrapper:after {
    display: none;
  }
}
.main-slider-sec .swiper-container .swiper-slide img {
  width: 100%;
  height: 28.5rem;
  border-radius: 14.75px;
  object-fit: cover;
}
@media screen and (max-width: 1500.98px) {
  .main-slider-sec .swiper-container .swiper-slide img {
    height: 23.85rem;
  }
}
@media screen and (max-width: 1399.98px) {
  .main-slider-sec .swiper-container .swiper-slide img {
    height: 21.75rem;
  }
}
.main-slider-sec .swiper-container .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: 57px 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: 33%;
  top: 0%;
  right: 26%;
  border-radius: 100px 100px 10px 10px;
}
@media screen and (max-width: 1199.98px) {
  .main-slider-sec .swiper-container .swiper-slide .slider-container {
    width: 40%;
    min-height: 32%;
    top: 0;
    right: 33%;
    padding: 40px 40px;
  }
}
@media screen and (max-width: 992px) {
  .main-slider-sec .swiper-container .swiper-slide .slider-container {
    display: none;
  }
}
.main-slider-sec .swiper-container .swiper-slide .slider-container h2 {
  color: #4d4d5e;
  font-size: 22px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
}
.main-slider-sec .swiper-container .swiper-slide .slider-container h4 {
  color: #7c7b7b;
  font-size: 14px;
}
.main-slider-sec .swiper-container .swiper-slide.swiper-slide-active .slider-title, .main-slider-sec .swiper-container .swiper-slide.swiper-slide-active .slider-sub-title {
  opacity: 1;
}
.main-slider-sec .swiper-container .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 .swiper-container .slider-sub-title {
    font-size: 14px;
  }
}
.main-slider-sec .swiper-container .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 .swiper-container .slider-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .main-slider-sec .swiper-container .slider-title {
    font-size: 27px;
  }
}
.main-slider-sec .swiper-container .swiper-pagination {
  width: 2%;
  align-items: center;
  justify-content: center;
  right: 50%;
  bottom: 12px;
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .main-slider-sec .swiper-container .swiper-pagination {
    display: flex;
  }
}
.main-slider-sec .swiper-container .swiper-pagination-bullet {
  opacity: 1 !important;
  border-radius: 30%;
  width: 27px;
  height: 9px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #372d2d;
  padding: 2px;
}
.main-slider-sec .swiper-container .swiper-pagination-bullet-active {
  background: #dcb34c;
}
.main-slider-sec .swiper-container .swiper-button-prev, .main-slider-sec .swiper-container .swiper-button-next {
  -webkit-backdrop-filter: blur(8.4px);
  color: #fbf5f3;
}
@media only screen and (max-width: 1199.98px) {
  .main-slider-sec .swiper-container .swiper-button-prev, .main-slider-sec .swiper-container .swiper-button-next {
    padding: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-slider-sec .swiper-container .swiper-button-prev, .main-slider-sec .swiper-container .swiper-button-next {
    display: none !important;
  }
}
.main-slider-sec .swiper-container .swiper-button-prev:after, .main-slider-sec .swiper-container .swiper-button-next:after {
  font-size: 21px;
  font-weight: 800;
  color: #270606;
}
.main-slider-sec .swiper-container .swiper-button-next:after {
  transform: rotate(91deg);
}
.main-slider-sec .swiper-container .swiper-button-prev:after {
  transform: rotate(269deg);
}
.main-slider-sec .swiper-container .swiper-button-next {
  background-image: url(.././images/background/shape.svg);
  top: 50%;
  width: 230px;
  height: 40px;
  z-index: 999;
  background-repeat: no-repeat;
  left: -96px;
  transform: rotate(269deg);
}
@media screen and (max-width: 991.98px) {
  .main-slider-sec .swiper-container .swiper-button-next {
    top: 45% !important;
    left: 16px !important;
  }
}
.main-slider-sec .swiper-container .swiper-button-prev {
  background-image: url(.././images/background/shape.svg);
  width: 230px;
  height: 40px;
  z-index: 999;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  right: -95px;
  top: 50%;
}
.main-slider-sec .swiper-container .swiper-button-prev .main-slider-sec .swiper-button-prev {
  padding: 18px;
  border-radius: 20%;
  z-index: 99999999;
  /* top: 5.5rem; */
  background: #f9f9f9;
  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 .swiper-container .slider-buttton {
  display: inline-block;
}
.main-slider-sec .swiper-container .swiper-slide-active .slider-sub-title {
  animation: slideOutDown 1.5s;
}
.main-slider-sec .swiper-container .swiper-slide-active .slider-title {
  animation: zoomInDown 1.5s;
}
.main-slider-sec .swiper-container .swiper-slide-active.slide-2 .slider-title {
  animation: zoomInDown 1.5s;
}
.main-slider-sec .swiper-container .swiper-slide-active .slider-sub-title {
  animation: slideInUp 1.3s;
}
.main-slider-sec .swiper-container .swiper-slide-active.slide-2 .slider-sub-title {
  animation: slideInUp 1.5s;
}
.main-slider-sec .swiper-container .swiper-slide-active .slider-buttton {
  animation: zoomIn 2s;
}
.main-slider-sec .img-slider {
  width: 26%;
  position: absolute;
  left: -1rem;
  top: -61px;
  z-index: -1;
}
.main-slider-sec .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);
  }
}

.services {
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.services__item .service-card {
  max-width: 200px;
  flex-direction: column;
  /* margin: 0 auto; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5px;
  transition: all 300ms linear;
  background: #ebebeb;
  margin-bottom: 1rem;
  padding: 5px;
}
.services__item--icons {
  display: flex;
}
.services__item--icons img {
  width: 50%;
  margin: 0 auto;
  border-radius: 6px;
}
.services__item--title h2 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  transition: all 300ms linear;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.services__item--title p {
  font-size: 11px;
  text-align: center;
  color: gray;
}

.products {
  margin-bottom: 9rem;
  position: relative;
  overflow: hidden;
}
.products .productss {
  background-image: url(.././images/background/7.png);
  background-repeat: no-repeat;
  background-position: center right 72px;
  background-size: 91%;
}
@media only screen and (max-width: 1399.98px) {
  .products .productss {
    background-position: center right 95px;
    background-size: 85%;
  }
}
@media only screen and (max-width: 1299.98px) {
  .products .productss {
    background-position: center right 42px;
    background-size: 92%;
  }
}
.products .productss::before {
  background-image: url(.././images/background/55.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 75px;
  height: 235px;
  opacity: 0.3;
  right: 0;
  top: 58px;
  z-index: 1;
  animation: rotateShape 12s linear infinite;
  transform-origin: center center;
}
.products .productss::after {
  background-image: url(.././images/background/56.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 75px;
  height: 235px;
  opacity: 0.5;
  left: 0;
  top: 58px;
  z-index: 1;
  animation: rotateShape 12s linear infinite;
  transform-origin: center center;
}
@media only screen and (max-width: 1399.98px) {
  .products {
    background-size: 85%;
  }
}
.products .swiper-wrapper {
  z-index: 9 !important;
}
@keyframes rotateShape {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.products .text-product-title {
  font-size: 13px;
  font-weight: 800;
}
.products .text-product-title .icon-arrow-left {
  color: #dcb34c;
}
.products .swiper-button-next, .products .swiper-button-prev {
  position: absolute;
  top: 35%;
}
.products__title {
  margin-bottom: 12px;
}
.products__title h2 {
  font-weight: 800;
  font-size: 23px;
  margin-bottom: unset;
}
.products__title sapn {
  font-size: 23px;
  font-weight: 800;
  color: #dcb34c;
}
.products .products-card__wrapper {
  padding: 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 11px;
  background: #ffffff;
}
.products .products-card__wrapper img {
  width: 100%;
  border-radius: 10px;
}
.products .products-card__wrapper .products-card__title {
  padding: 3px;
  background: #c0baba;
  bottom: 20px;
  right: 21px;
  border-radius: 9px;
  z-index: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.products .products-card__wrapper .products-card__title .icon-arrow-left {
  background: black;
  color: white;
  padding: 10px;
  border-radius: 30%;
}
.products .products-card__wrapper .products-card__title h3 {
  font-size: 13px;
  margin-top: 7px;
  color: black;
  font-weight: 800;
}
.products .products-ships {
  width: 14%;
  position: absolute;
  right: -14px;
  top: 0px;
  opacity: 0.4;
}
.products .swiper-button-prev:after, .products .swiper-rtl .swiper-button-next:after {
  color: #dcb34c;
  font-size: 27px;
  font-weight: bolder !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
  color: #dcb34c;
  font-size: 27px;
  font-weight: 700;
}

.mt-0-atuo {
  margin: 0 auto;
}

.category {
  margin-bottom: 5rem;
  position: relative;
}
.category::before {
  background-image: url(.././images/about-us/1.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 75px;
  height: 99px;
  opacity: 0.3;
  right: 0;
  top: 58px;
  z-index: 1;
}
.category::after {
  background-image: url(.././images/about-us/1.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 75px;
  height: 99px;
  opacity: 0.3;
  left: 0;
  top: 58px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .category {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
.category__item {
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.category__item:after {
  content: "";
  position: absolute;
  display: block;
  width: 235px;
  height: 2px;
  background: #574a28;
  bottom: -1px;
}
.category__title {
  background: #dcb34c;
  padding: 24px;
  border-radius: 9px;
}
.category__title:after {
  content: "";
  position: absolute;
  display: block;
  width: 235px;
  height: 3px;
  background: #574a28;
  bottom: -13px;
}
.category__title h2 {
  font-size: 22px;
  font-weight: 800;
  color: #504d4d;
}
.category__card {
  padding: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 100%;
  background: rgba(220, 179, 76, 0.3882352941);
  border-radius: 16px;
  transition: transform 0.3s ease;
  width: 15.75%;
  box-shadow: inset -4px -20px 18px rgba(0, 0, 0, 0.08);
}
.category__card::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 28px;
  background: #e2e2e2;
  filter: blur(20px);
  z-index: -1;
}
.category__card:hover {
  transform: translateY(-4px);
}
.category__card:hover::after {
  bottom: -26px;
  filter: blur(26px);
  opacity: 0.9;
}
.category__card h2 {
  color: #291a1a;
  font-size: 16px;
  font-weight: 700;
}
.category__card img {
  width: 70%;
  max-width: 100%;
  margin-top: -50px;
  margin-bottom: 15px;
}

.banner-index {
  margin-top: -7rem;
}
@media (max-width: 1399px) {
  .banner-index {
    margin-top: -10rem;
  }
}
.banner-index__title h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}
.banner-index .banner__img {
  position: relative;
}
.banner-index .banner__img i {
  position: absolute;
  left: 17px;
  font-size: 22px;
  color: #231414;
  top: 115px;
}
@media (max-width: 2000px) {
  .banner-index .banner__img i {
    top: 88px;
  }
}
@media (max-width: 1700px) {
  .banner-index .banner__img i {
    top: 68px;
  }
}
@media (max-width: 1399px) {
  .banner-index .banner__img i {
    top: 50px;
  }
}
.banner-index .banner__img img {
  width: 100%;
  height: 74%;
  border-radius: 12px;
}
.banner-index .banner__img__ship img {
  width: 50%;
}
.banner-index .banner__img::before {
  background-image: url(.././images/background/shape.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 136px;
  height: 165px;
  left: -38px;
  top: 45px;
  z-index: 0;
  transform: rotate(270deg);
}
@media (max-width: 2000px) {
  .banner-index .banner__img::before {
    top: 20px;
  }
}
@media (max-width: 1700px) {
  .banner-index .banner__img::before {
    top: 0;
  }
}
@media (max-width: 1399px) {
  .banner-index .banner__img::before {
    top: -20px;
    left: -42px;
  }
}

.about-us {
  margin-bottom: 4rem;
  margin-top: 2rem;
  background-repeat: no-repeat;
  position: relative;
}
.about-us::before {
  background-image: url(.././images/about-us/1.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 75px;
  height: 235px;
  opacity: 0.3;
  right: 0;
  top: 58px;
  z-index: 1;
}
.about-us__title {
  padding-bottom: 9px;
  position: relative;
}
.about-us__title:after {
  content: "";
  position: absolute;
  display: block;
  width: 235px;
  height: 2px;
  background: #574a28;
  bottom: -1px;
}
.about-us__title h2 {
  font-weight: 800;
  font-size: 23px;
  margin-bottom: unset;
}
.about-us__title sapn {
  font-size: 23px;
  font-weight: 800;
  color: #dcb34c;
}
.about-us__text p {
  margin-top: 29px;
  color: gray;
  font-size: 16px;
  line-height: 36px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
}
.about-us__link {
  background: #dcb34c;
  padding: 6px;
  margin-top: 11px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
  color: #223d3d;
  position: relative;
  width: 18%;
}
.about-us__link:hover {
  color: black;
}
.about-us__link::before {
  background-image: url(.././images/background/shape.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 127px;
  height: 68px;
  opacity: 0.3;
  left: -54px;
  top: 0;
  z-index: 999;
  transform: rotate(278deg);
}
@media (max-width: 1399px) {
  .about-us__link {
    width: 25%;
  }
}
.about-us__img::after {
  background-image: url(.././images/about-us/1.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 75px;
  height: 304px;
  /* opacity: 0.3; */
  left: -15px;
  top: -8px;
  z-index: -1;
}
@media (max-width: 1700px) {
  .about-us__img::after {
    height: 295px;
  }
}
@media (max-width: 1399px) {
  .about-us__img::after {
    height: 270px;
  }
}
.about-us__img {
  position: relative;
}
.about-us__img::before {
  /* background-image: url(.././images/background/shape.svg); */
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 333px;
  height: 323px;
  /* opacity: 0.3; */
  /* right: -41px; */
  top: -16px;
  z-index: -1;
  /* transform: rotate(274deg); */
  left: -19px;
  background: #1a211c;
  border-radius: 26px;
}
@media (max-width: 1700px) {
  .about-us__img::before {
    height: 299px;
    /* opacity: 0.3; */
    /* right: -41px; */
    top: -12px;
  }
}
@media (max-width: 1399px) {
  .about-us__img::before {
    height: 283px;
    top: -12px;
  }
}
.about-us__img-img {
  width: 66%;
  border-radius: 14px;
}
@media (max-width: 1599px) {
  .about-us__img-img {
    width: 76%;
  }
}
@media (max-width: 1399px) {
  .about-us__img-img {
    width: 80%;
  }
}
.about-us__img-ship {
  position: absolute;
  bottom: 20px;
  /* bottom: 131px; */
  right: 180px;
  border: 10px solid #f9f9f9;
  border-radius: 26px;
  width: 30%;
  padding: 5px;
  background: #f9f9f9;
  height: 11rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1399px) {
  .about-us__img-ship {
    width: 50%;
    bottom: 11px;
    right: 50px;
  }
}
.about-us__img-ship .icon-youtube-outline {
  position: absolute;
  left: 43%;
  top: 41%;
  font-size: 23px;
  color: #8c8572;
  background: #f8f8f8;
  padding: 9px;
  border-radius: 25px;
  border: 2px solid #dcb34c;
}
.about-us__img-ship img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1599px) {
  .about-us__img-ship {
    width: 35%;
    bottom: 11px;
    right: 90px;
  }
}
@media (max-width: 1399px) {
  .about-us__img-ship {
    width: 45%;
    bottom: 11px;
    right: 37px;
  }
}

.blog {
  margin-bottom: 6rem !important;
}
.blog__item {
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.blog__item:after {
  content: "";
  position: absolute;
  display: block;
  width: 235px;
  height: 2px;
  background: #574a28;
  bottom: -1px;
}
.blog .blog-item {
  border-radius: 17px;
  background: #ffffff;
  width: 24%;
  position: relative;
}
.blog .blog-item i {
  position: absolute;
  left: 0px;
  font-size: 22px;
  color: #231414;
  top: 148px;
}
@media (max-width: 1599.98px) {
  .blog .blog-item i {
    top: 115px;
  }
}
@media (max-width: 1399.98px) {
  .blog .blog-item i {
    top: 95px;
  }
}
.blog .blog-item .blog-item__title {
  padding: 6px;
  background: #c0baba;
  bottom: 20px;
  border-radius: 9px;
  z-index: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
  position: absolute;
  width: 90%;
  right: 5%;
}
.blog .blog-item .blog-item__title h2 {
  font-size: 13px;
  margin-top: 7px;
  color: black;
  font-weight: 800;
}
.blog .blog-item::before {
  background-image: url(.././images/background/shape.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 161px;
  height: 160px;
  left: -61px;
  top: 80px;
  z-index: 0;
  transform: rotate(270deg);
}
@media (max-width: 1699.98px) {
  .blog .blog-item::before {
    top: 65px;
  }
}
@media (max-width: 1599.98px) {
  .blog .blog-item::before {
    top: 45px;
  }
}
@media (max-width: 1399.98px) {
  .blog .blog-item::before {
    top: 25px;
  }
}
.blog .blog-item img {
  width: 100%;
  border-radius: 10px;
}

.container {
  max-width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 90% !important;
  }
}

@media (max-width: 767.98px) {
  .blog .blog-item::before {
    top: 115px !important;
  }
}

/*# sourceMappingURL=index.css.map */
