@import url('https://fonts.googleapis.com/css2?family=Poiret+One&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.languages-tab-other-page .active-language {
    color: #1dd91d !important;
}

.languages-tab .active-language {
    color: #1dd91d !important;
}

.languages-tab {
        position: absolute;
    z-index: 1000;
    right: 60px;
    top: 35px;
    /* width: 200px; */
    /* height: 100px; */
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.languages-tab a {
        color: #fff;
    text-decoration: none;
    font-size: 18px;
    background: transparent;
    font-weight: 600;
    padding: 4px 7px;
    border-radius: 4px;
}
.languages-tab a .active-language {
    background-color: transparent;
        padding: 5px 8px;
        color: #74ff00;

}




.languages-tab-other-page {
        position: absolute;
    z-index: 1000;
    right: 60px;
    top: 35px;
    /* width: 200px; */
    /* height: 100px; */
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.languages-tab-other-page a {
        color: #000;
    text-decoration: none;
    font-size: 18px;
    background: transparent;
    font-weight: 400;
    padding: 4px 7px;
    border-radius: 4px;
}
.languages-tab-other-page a .active-language {
    background-color: transparent;
        padding: 5px 8px;
        color: #74ff00;

}





 .language-area {
  min-width: 70px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  min-width: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: rgb(217, 217, 217);
  border-radius: 8px;
  transition: 200ms ease-in-out;
  cursor: pointer;
  border: 4px solid transparent;
  transition: 200ms ease-in-out;
  position: absolute;
  z-index: 1000;
  top: 40px;
  right: 50px;
}
 .language-area .language {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
 .language-area .language img {
  width: 24px;
  height: 24px;
  display: none !important;
}
 .language-area .language span {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
 .language-area .select-language-box {
  animation: openLangBox 200ms ease-in-out forwards normal;
  position: absolute;
  top: 2.65rem;
  background-color: #fff;
  border-radius: 0px 0px 12px 12px;
  min-width: 70px;
  height: auto;
  cursor: auto;
  flex-direction: column;
  display: flex;
  align-self: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  padding: 5px;
}
@keyframes openLangBox {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
 .language-area .select-language-box a {
  color: black;
  text-decoration: none;
  transition: 200ms ease-in-out;
}
.language-area .select-language-box a:hover {
  color: #b3b3b3;
}
 .language-area:hover {
  border: 4px solid #fff;
}






.loading-container {
    width: 100%;
    min-height: 100vh;
    background-color: white;
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 1000000;
    align-items: center;
    justify-content: center;
}
   
   .logo-wrap {
    width: 350px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    animation: logoWrapAnim 2s ease-in-out 1 normal forwards;
}

@keyframes logoWrapAnim {
    0% {
        opacity: 50%;
        transform: scale(0.1);
    }
    100% {
        opacity: 100%;
        transform: scale(1.0);
    }
}

   
    .logo-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
.loading-container.hidden {
  display: none;
}
.hero-container-feature-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}
.container .products-wrapper .products {
    max-width: unset !important;
}
.hero-container-feature-wrapper .hero-container-feature {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-container-feature-wrapper .hero-container-feature .logofeature {
  cursor: pointer;
  z-index: 10;
  text-decoration: none;
  position: absolute;
  top: 21px;
  left: 21px;
  background: transparent;
  width: 144px;
  min-width: 144px;
  height: 79.78px;
  min-height: 79.78px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
}
.hero-container-feature-wrapper .hero-container-feature .logofeature img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.hero-container-feature-wrapper .hero-container-feature video {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: videoAnim 300ms ease-in-out forwards normal;
}
@keyframes videoAnim {
  from {
    opacity: 60%;
  }
  to {
    opacity: 100%;
  }
}
.hero-container-feature-wrapper .hero-container-feature .navbar-feature {
  z-index: 11;
  width: 100%;
  max-width: calc(100% - 42px);
  margin: 0 auto;
  height: auto;
  display: grid;
  align-items: flex-start;
  position: absolute;
  bottom: 20px;
  justify-items: flex-start;
  gap: 0;
  grid-template-columns: repeat(8, 1fr);
}
.hero-container-feature-wrapper .hero-container-feature .navbar-feature li {
  list-style-type: none;
  width: 100%;
  height: 108px;
  border: 1px solid rgba(255, 255, 255, 0.9019607843);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-container-feature-wrapper .hero-container-feature .navbar-feature li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */




.modal-suvarma {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    display: flex;
    inset: 0;
    background: #0000001c;
    align-items: center;
    justify-content: center;
    display: flex;
}
.modal-suvarma .modal-content-suvarma {
        width: 100%;
    max-width: 900px;
    overflow-y: auto !important;
    height: 80vh;
    background: white;
    padding-top: 50px !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    gap: 24px;
    padding: 28px;
}
.modal-suvarma .modal-content-suvarma .close-btn {
    position: absolute;
    z-index: 100;
    top: 5px;
    right: 24px;
    cursor: pointer;
    font-size: 46px;
}
.modal-suvarma .modal-content-suvarma #modal-title {
    font-size: 36px;
    line-height: 40px;
    text-align: start;
}
.modal-suvarma .modal-content-suvarma #modal-paragraph {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
.section-selection {
    max-width: unset !important;
}
.techiniques-wrapper .techniques-content {
    max-width: unset !important;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection {
  width: 100%;
  max-width: unset;
  border-radius: 12px;
  margin: auto;
  height: auto;
  background-color: transparent !important;
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(2, 1fr);
}
.techiniques-wrapper .techniques-content {
    padding: 0 !important;
    margin-top: 100px !important;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .left {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px;
  padding-right: 0 !important;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .left::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 23.6%, rgba(0, 0, 0, 0.229268) 37.6%, rgba(0, 0, 0, 0) 56.4%);
    position: absolute;
    inset: 0;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .left img {
  transition: 300ms ease-in-out;
  border: 0px solid transparent !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .left .text {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 21px;
  top: 0 !important;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .left .text a {
  text-decoration: none;
  transition: 100ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 12px !important;
  width: 100%;
  background: #FFFFFF1F;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 6px 24px;
  border-radius: 0;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .left .text a h1 {
  color: #fff;
  font-size: 28px;
  transition: 400ms ease-in-out;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .left .text a img {
  border: none !important;
  width: 35px;
  height: 35px;
  transition: 300ms ease-in-out;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .left .text a:hover {
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.171);
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .left .text a:hover img {
  opacity: 0;
}

.techiniques-wrapper .techniques-content .section-selection-new-selection .left:hover {
  cursor: auto;
  transform: scale(1.001);
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .left:hover .rimg {
  filter: blur(2px);
  border-radius: 0;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .right {
  cursor: pointer;
  transition: 200ms ease-in-out;
  width: 100%;
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 35px;
  padding-left: 0 !important;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .right img {
  transition: 300ms ease-in-out;
  border: 0px solid transparent !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10%;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .right .text {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .right .text a {
  text-decoration: none;
  transition: 100ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgb(40 37 53 / 79%) !important;
  padding: 6px 24px;
  border-radius: 16px;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .right .text a h1 {
  color: #fff;
  font-size: 46px;
  transition: 400ms ease-in-out;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .right .text a img {
  border: none !important;
  width: 35px;
  height: 35px;
  transition: 300ms ease-in-out;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .right .text a:hover {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.171);
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .right .text a:hover img {
  opacity: 0;
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .right .text a:hover h1 {

}
.techiniques-wrapper .techniques-content .section-selection-new-selection .right:hover {
  cursor: auto;
  transform: scale(1.001);
}
.techiniques-wrapper .techniques-content .section-selection-new-selection .right:hover .rimg {
  filter: blur(2px);
  border-radius: 0;
}/*# sourceMappingURL=style.css.map */

@media only screen and (max-width: 968px) {
    .techiniques-wrapper .techniques-content .section-selection-new-selection {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .techiniques-wrapper .techniques-content .section-selection-new-selection .left .text a h1 {
        font-size: 18px !important;
    }
    .techiniques-wrapper .techniques-content .section-selection-new-selection .right .text a h1 {
        font-size: 18px !important;        
    }
    .techiniques-wrapper .techniques-content .section-selection-new-selection .right {
        padding: 0 !important;
    }
    .techiniques-wrapper .techniques-content .section-selection-new-selection .left {
        padding: 0 !important;
    }
    .techiniques-wrapper .techniques-content h1 {
        font-size: 18px !important;
        width: 100% !important;
        text-align: center !important;
    }
}







.products-page-wrapper .products-wrapper .products .productspage-grid .products-item-grid span {
     font-family: "Poppins", sans-serif !important;   
}

.container .products-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.container .products-wrapper  .products .category-top {
     display: flex;
    margin-top: 32px;
    margin-bottom: 12px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
}
.container .products-wrapper  .products .category-top a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    background: #bdffbd17;
    padding: 7px 24px;
    border: 1px solid #81818133;
    border-radius: 6px;
    transition: 150ms ease-in-out;
}
.container .products-wrapper  .products .category-top a:hover {
    background-color: transparent;
}
.container .products-wrapper  .products .category-top a.active-cat {
    background-color: #81ff81 !important;
}
.container .products-wrapper  .products .category-top a.active-cat:hover {
    cursor: auto;
}

.products-page-wrapper .products-wrapper .products .category-top {
    display: flex;
    margin-top: 32px;
    margin-bottom: 12px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
}
.products-page-wrapper .products-wrapper .products .category-top a:nth-child(1) {
    display: none !important;
}
.products-page-wrapper .products-wrapper .products .category-top a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    background: #bdffbd17;
    padding: 7px 24px;
    border: 1px solid #81818133;
    border-radius: 6px;
    transition: 150ms ease-in-out;
}
.products-page-wrapper .products-wrapper .products .category-top a:hover {
    background-color: transparent;
}
.products-page-wrapper .products-wrapper .products .category-top a.active-cat {
    background-color: #81ff81 !important;
}
.products-page-wrapper .products-wrapper .products .category-top a.active-cat:hover {
    cursor: auto;
}



.category-top {
  display: flex;
  margin-top: 32px;
  margin-bottom: 12px;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
.category-top a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  background: #bdffbd17;
  padding: 7px 24px;
  border: 1px solid #81818133;
  border-radius: 6px;
  transition: 150ms ease-in-out;
}
.category-top a:hover {
  background-color: transparent;
}
.category-top a.active-cat {
  background-color: #81ff81 !important;
}
.category-top a.active-cat:hover {
  cursor: auto;
}

.category-top {
  display: flex;
  margin-top: 32px;
  margin-bottom: 12px;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
.category-top a:nth-child(1) {
  display: block !important;
}
.category-top a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  background: #bdffbd17;
  padding: 7px 24px;
  border: 1px solid #81818133;
  border-radius: 6px;
  transition: 150ms ease-in-out;
}
.category-top a:hover {
  background-color: transparent;
}
.category-top a.active-cat {
  background-color: #81ff81 !important;
}
.category-top a.active-cat:hover {
  cursor: auto;
}





.product-inner-container-wrapper {
  width: 100% !important;
  height: auto !important;
  background-color: transparent !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  padding-top: 48px !important;
  margin-top: 150px !important;
  padding-bottom: 48px !important;
}
.product-inner-container-wrapper .product-inner-container {
  width: 100% !important;
  max-width: 1440px !important;
  margin: 80px auto !important;
  height: auto !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 24px !important;
}
.product-inner-container-wrapper .product-inner-container .left-carousel-product {
  width: 100% !important;
  max-width: 50% !important;
  height: auto !important;
}
.product-inner-container-wrapper .product-inner-container .left-carousel-product .mySwiper {
  height: 30% !important;
  box-sizing: border-box !important;
  padding: 10px 0 !important;
}
.product-inner-container-wrapper .product-inner-container .left-carousel-product .mySwiper .swiper-slide {
  width: 25% !important;
  height: 100% !important;
  opacity: 0.4 !important;
  border-radius: 12px !important;
}
.product-inner-container-wrapper .product-inner-container .left-carousel-product .mySwiper .swiper-slide-thumb-active {
  opacity: 1 !important;
}
.product-inner-container-wrapper .product-inner-container .left-carousel-product .swiper-slide img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 12px !important;
}
.product-inner-container-wrapper .product-inner-container .right-description-product {
  max-width: 50% !important;
  width: 100% !important;
  height: auto !important;
  background-color: rgba(52, 168, 57, 0.08) !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: flex-start !important;
  padding: 24px !important;
  justify-content: flex-start !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.product-inner-container-wrapper .product-inner-container .right-description-product .title-product {
  font-size: 48px !important;
  font-weight: 700 !important;
  max-width: 800px !important;
}
.product-inner-container-wrapper .product-inner-container .right-description-product .description-product {
  font-size: 16px !important;
  color: #303030 !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  max-width: 800px !important;
  text-align: justify !important;
}
.product-inner-container-wrapper .product-inner-container .right-description-product .button-el-for-new {
  gap: 6px !important;
  margin-top: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.product-inner-container-wrapper .product-inner-container .right-description-product .button-el-for-new .button-for-products-reel {
  z-index: 10 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 20px !important;
  background-color: rgb(165, 235, 7) !important;
  width: 210px !important;
  height: 56px !important;
  padding: 5px !important;
  transition: 200ms ease-in-out !important;
}
.product-inner-container-wrapper .product-inner-container .right-description-product .button-el-for-new .button-for-products-reel a {
  border: 1px solid rgba(0, 0, 0, 0.8) !important;
  border-radius: 18px !important;
  text-decoration: none !important;
  color: black !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
}
.product-inner-container-wrapper .product-inner-container .right-description-product .button-el-for-new .button-for-products-reel a img {
  transition: 300ms ease-in-out !important;
}
.product-inner-container-wrapper .product-inner-container .right-description-product .button-el-for-new .arrow-wrapper {
  width: 50px !important;
  height: 56px !important;
  background-color: rgb(165, 235, 7) !important;
  border-radius: 18px !important;
  transition: 200ms ease-in-out !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 5px !important;
}
.product-inner-container-wrapper .product-inner-container .right-description-product .button-el-for-new .arrow-wrapper img {
  border: 1px solid rgba(0, 0, 0, 0.8) !important;
  border-radius: 18px !important;
  text-decoration: none !important;
  color: black !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
  transition: 200ms ease-in-out !important;
}
.product-inner-container-wrapper .product-inner-container .right-description-product .button-el:hover .button-for-products-reel {
  background-color: transparent !important;
  border: 1px solid rgb(165, 235, 7) !important;
}
.product-inner-container-wrapper .product-inner-container .right-description-product .button-el:hover .button-for-products-reel a {
  border: 1px solid #fff !important;
  color: #0e0e0e !important;
}
.product-inner-container-wrapper .product-inner-container .right-description-product .button-el:hover .button-for-products-reel a img {
  transform: translateX(-20px) !important;
}
.product-inner-container-wrapper .product-inner-container .right-description-product .button-el:hover .arrow-wrapper {
  background-color: #fff !important;
  border: 1px solid rgb(165, 235, 7) !important;
}
.product-inner-container-wrapper .product-inner-container .right-description-product .button-el:hover .arrow-wrapper img {
  border: 1px solid #fff !important;
  transform: rotate(45deg) !important;
}/*# sourceMappingURL=style.css.map */





.footer-wrapper {
  width: 100% !important;
  height: auto !important;
  background: #f5f5f5 !important;
  border-radius: 2px !important;
  padding-top: 10px !important;
  padding-bottom: 24px !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
}
.footer-wrapper .footer {
  width: 100% !important;
  max-width: 1440px !important;
  margin: auto !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-direction: column !important;
}
.footer-wrapper .footer .head-footer {
  width: 100% !important;
  margin-top: 24px !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.footer-wrapper .footer .head-footer .footer-logos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 21px;
}
.footer-wrapper .footer .head-footer .footer-logos .logo {
  width: 115px !important;
  height: auto !important;
  margin-top: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}
.footer-wrapper .footer .head-footer .footer-logos .logo img {
  width: 80% !important;
  height: 80% !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.footer-wrapper .footer .head-footer .navbar {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}
.footer-wrapper .footer .head-footer .navbar a {
  transition: 100ms ease-in-out !important;
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-decoration: none !important;
}
.footer-wrapper .footer .head-footer .navbar a:hover {
  color: rgb(13, 194, 13) !important;
}
.footer-wrapper .footer .social-and-info {
  margin-top: 140px !important;
  width: 100% !important;
  padding-bottom: 24px !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-bottom: 1px solid #ffffff !important;
}
.footer-wrapper .footer .social-and-info .infos {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 20px !important;
}
.footer-wrapper .footer .social-and-info .infos .info-item {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}
.footer-wrapper .footer .social-and-info .infos .info-item img {
  width: 20px !important;
  height: 20px !important;
}
.footer-wrapper .footer .social-and-info .infos .info-item a {
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: 100ms ease-in-out !important;
  text-decoration: none !important;
}
.footer-wrapper .footer .social-and-info .infos .info-item a:hover {
  color: #303030 !important;
}
.footer-wrapper .footer .social-and-info .socials {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
}
.footer-wrapper .footer .social-and-info .socials .item-social {
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 100px !important;
  background-color: #ffffff !important;
}
.footer-wrapper .footer .social-and-info .socials .item-social img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.footer-wrapper .footer .bottom-title {
  width: 100% !important;
  margin-top: 24px !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
.footer-wrapper .footer .bottom-title p {
  color: rgba(0, 0, 0, 0.6) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.footer-wrapper .footer .bottom-title p a {
  color: rgb(63, 246, 63) !important;
  transition: 100ms ease-in-out !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  margin: 0 8px !important;
}
.footer-wrapper .footer .bottom-title p a:hover {
  color: black !important;
}
 /*# sourceMappingURL=foter.css.map */





html, body {

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.active_li {
  font-weight: 600 !important;
}

.header-any {
  animation: headeranim 400ms ease-in-out forwards normal;
  width: 100%;
  height: auto !important;
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-evenly !important;
  padding-left: 50px;
  padding-right: 45px;
  position: fixed !important;
  background: white !important;
  z-index: 1000000 !important;
}
@keyframes headeranim {
  from {
    opacity: 0;
    transform: translateY(-2rem);
  }
  to {
    opacity: 1;
  }
}
.header-any .logo-wrapper {
  width: 144px;
  height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.header-any .logo-wrapper img {
  width: 100%;
  height: 100%;
}
.header-any .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.header-any .right nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 140px !important;
  border-radius: 14px;
  background: transparent !important;
  gap: 10px !important;
}
.header-any .right nav a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 16px;
}
.header-any .right nav a:hover {
  color: limegreen !important;
}
.header-any .right nav a:active {
  transform: scale(0.98);
}
.header-any .right .language-area {
  min-width: 70px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  min-width: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #FFFFFF1F !important;
  border-radius: 8px;
  transition: 200ms ease-in-out;
  cursor: pointer;
  border: 4px solid transparent;
  transition: 200ms ease-in-out;
}
.header-any .right .language-area .language {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.header-any .right .language-area .language img {
  width: 24px;
  height: 24px;
}
.header-any .right .language-area .language span {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.header-any .right .language-area .select-language-box {
  animation: openLangBox 200ms ease-in-out forwards normal;
  position: absolute;
  top: 2.65rem;
  background-color: #fff;
  border-radius: 0px 0px 12px 12px;
  min-width: 70px;
  height: auto;
  cursor: auto;
  flex-direction: column;
  display: flex;
  align-self: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  padding: 5px;
}
@keyframes openLangBox {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.header-any .right .language-area .select-language-box a {
  color: black;
  text-decoration: none;
  transition: 200ms ease-in-out;
}
.header-any .right .language-area .select-language-box a:hover {
  color: #b3b3b3;
}
.header-any .right .language-area:hover {
  border: 4px solid #fff;
}

.margin_top {
  margin-top: 120px;
}

.margin_top100 {
  margin-top: 100px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif !important;
  transition: 200ms ease-in-out;
}

html,
body {
  width: 100%;
  height: auto;
  background: rgb(255, 255, 255);
  overflow-x: hidden !important;
}

.container {
  position: relative;
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 0px !important;
}
.container .hero-container {
  width: 100%;
  margin: auto;
  position: relative;
  height: 721px;
  border-radius: 0px !important;
  position: relative;
}
.container .hero-container img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px !important;
  filter: brightness(0.8) !important;
}
.container .hero-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px !important;
    filter: brightness(0.8) !important;
}
.container .hero-container .logo-wrapper {
  position: absolute;
  left: 30px;
  top: 0 !important;
  background-color: white !important;
  border-radius: 4px !important;
  z-index: 100000;
  width: 144px;
  height: 99px;
}
.container .hero-container .logo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.container .hero-container .header {
  position: fixed !important;
  
  z-index: 10;
  height: 60px;
  width: 100%;
  top: 23px;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
.container .hero-container .header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 59px;
  border-radius: 14px;
  background: #ffffff26 !important;
  backdrop-filter: blur(10px) !important;
  gap: 32px;
}

.container .hero-container .header nav a {
    text-decoration: none;
    color: #FFFFFF !important;
    font-weight: 400;
    font-size: 16px;
    font-family:"Poppins", sans-serif !important;
}
.container .hero-container .header nav a:hover {
    color: limegreen !important;
}
.container .hero-container .header .language-area {
  min-width: 70px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #FFFFFF1F !important;
  border-radius: 8px;
  transition: 200ms ease-in-out;
  cursor: pointer;
  border: 4px solid transparent;
  margin-right: 25px;
}
.container .hero-container .header .language-area .language {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.container .hero-container .header .language-area .language img {
  width: 24px;
  height: 24px;
}
.container .hero-container .header .language-area .language span {
  color: #FFFFFF !important;
  font-weight: 500 !important;
  font-size: 16px;
  text-transform: uppercase;
}
.container .hero-container .header .language-area .select-language-box {
  animation: openLangBox 200ms ease-in-out forwards normal;
  position: absolute;
  top: 2.65rem;
  background-color: #fff;
  border-radius: 0px 0px 12px 12px;
  min-width: 70px;
  height: auto;
  cursor: auto;
  flex-direction: column;
  display: flex;
  align-self: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  padding: 5px;
}
@keyframes openLangBox {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.container .hero-container .header .language-area .select-language-box a {
  color: black;
  text-decoration: none;
  transition: 200ms ease-in-out;
}
.container .hero-container .header .language-area .select-language-box a:hover {
  color: #b3b3b3;
}
.container .hero-container .header .language-area:hover {
  border: 4px solid #fff;
}
.container .hero-container .hero-text-wrapper {
  position: absolute;
  top: 220px;
  width: 100%;
  height: auto;
  padding-left: 40px !important;
  padding-right: 536px;
}
.container .hero-container .hero-text-wrapper .hero-text {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 28px;
}
.container .hero-container .hero-text-wrapper .hero-text h1 {
  max-width: 744px;
  width: 100%;
  height: auto;
  text-align: start;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
}
.container .hero-container .hero-text-wrapper .hero-text p {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-family: "Spline Sans", sans-serif !important;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  max-width: 626px;
}
.container .hero-container .hero-text-wrapper .hero-text .button-show-more {
    padding: 13px 20px;
    background-color: #4BAF47;
    color: white;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: all 430ms ease-in-out;
}
.container .hero-container .hero-text-wrapper .hero-text .button-show-more:hover {
    background-color: transparent;
    color: white;
    border: 2px solid #FFFFFF;
    letter-spacing: 3.5px;
    border-radius: 10px;
    font-weight: bold;
}


.container .hero-container .hero-text-wrapper .hero-text .button-el {
  position: absolute;
  display: none !important;
  gap: 6px;
  top: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .hero-container .hero-text-wrapper .hero-text .button-el .button-for-products-reel {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: rgb(165, 235, 7);
  width: 210px;
  height: 56px;
  padding: 5px;
  transition: 200ms ease-in-out;
}
.container .hero-container .hero-text-wrapper .hero-text .button-el .button-for-products-reel a {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 18px;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .hero-container .hero-text-wrapper .hero-text .button-el .arrow-wrapper {
  width: 50px;
  height: 56px;
  background-color: rgb(165, 235, 7);
  border-radius: 18px;
  transition: 200ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.container .hero-container .hero-text-wrapper .hero-text .button-el .arrow-wrapper img {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 18px;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  transition: 200ms ease-in-out;
}
.container .hero-container .hero-text-wrapper .hero-text .button-el:hover .button-for-products-reel {
  background-color: transparent;
  border: 1px solid rgb(165, 235, 7);
}
.container .hero-container .hero-text-wrapper .hero-text .button-el:hover .button-for-products-reel a {
  border: 1px solid #fff;
  color: #fff;
}
.container .hero-container .hero-text-wrapper .hero-text .button-el:hover .arrow-wrapper {
  background-color: #fff;
  border: 1px solid rgb(165, 235, 7);
}
.container .hero-container .hero-text-wrapper .hero-text .button-el:hover .arrow-wrapper img {
  border: 1px solid #fff;
  transform: rotate(45deg);
}
.container .hero-container::after {
    display: none !important;
  content: "";
  width: 200px;
  height: 100px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 30px;
}
.container .mobile-herocontainer {
  width: 100%;
  height: 500px;
  background-color: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.container .mobile-herocontainer .heroimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  filter: brightness(0.6);
}
.container .mobile-herocontainer video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  filter: brightness(0.6);
}
.container .mobile-herocontainer .header {
  left: 10px;
  position: absolute;
  width: 96%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  z-index: 1000;
}
.container .mobile-herocontainer .header .logo {
  width: 150px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.container .mobile-herocontainer .header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.container .mobile-herocontainer .header .right-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.container .mobile-herocontainer .header .right-head .language-area-mobile {
  min-width: 70px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  min-width: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: rgb(217, 217, 217);
  border-radius: 8px;
  transition: 200ms ease-in-out;
  cursor: pointer;
  border: 4px solid transparent;
  transition: 200ms ease-in-out;
}
.container .mobile-herocontainer .header .right-head .language-area-mobile .language {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.container .mobile-herocontainer .header .right-head .language-area-mobile .language img {
  width: 24px;
  height: 24px;
}
.container .mobile-herocontainer .header .right-head .language-area-mobile .language span {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.container .mobile-herocontainer .header .right-head .language-area-mobile .select-language-box {
  animation: openLangBox 200ms ease-in-out forwards normal;
  position: absolute;
  top: 2.65rem;
  background-color: #fff;
  border-radius: 0px 0px 12px 12px;
  min-width: 70px;
  height: auto;
  cursor: auto;
  flex-direction: column;
  display: flex;
  align-self: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  padding: 5px;
}
@keyframes openLangBox {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.container .mobile-herocontainer .header .right-head .language-area-mobile .select-language-box a {
  color: black;
  text-decoration: none;
  transition: 200ms ease-in-out;
}
.container .mobile-herocontainer .header .right-head .language-area-mobile .select-language-box a:hover {
  color: #b3b3b3;
}
.container .mobile-herocontainer .header .right-head .language-area:hover {
  border: 4px solid #fff;
}
.container .mobile-herocontainer .header .right-head img {
  width: 55px;
  height: 55px;
}
.container .mobile-herocontainer .hero-text-wrapper {
  position: absolute;
  top: 150px;
  left: 34px;
  width: 100%;
  height: auto;
}
.container .mobile-herocontainer .hero-text-wrapper .hero-text {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 12px;
}
.container .mobile-herocontainer .hero-text-wrapper .hero-text span {
  width: 100%;
  height: auto;
  text-align: start;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 26px;
  font-family: "Raleway", sans-serif;
  line-height: 28px;
}
.container .mobile-herocontainer .hero-text-wrapper .hero-text p {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: unset;
}
.container .mobile-herocontainer .hero-text-wrapper .hero-text .button-el {
  position: absolute;
  gap: 6px;
  top: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .mobile-herocontainer .hero-text-wrapper .hero-text .button-el .button-for-products-reel {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: limegreen !important;
  width: 200px;
  height: 46px;
  padding: 5px;
  transition: 200ms ease-in-out;
}
.container .mobile-herocontainer .hero-text-wrapper .hero-text .button-el .button-for-products-reel a {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 18px;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 13px !important;
  padding: 10px !important;
  justify-content: center;
}
.container .mobile-herocontainer .hero-text-wrapper .hero-text .button-el .arrow-wrapper {
  width: 50px;
  height: 50px;
  background-color: limegreen !important;
  border-radius: 18px;
  transition: 200ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.container .mobile-herocontainer .hero-text-wrapper .hero-text .button-el .arrow-wrapper img {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 18px;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  transition: 200ms ease-in-out;
}
.container .mobile-herocontainer .hero-text-wrapper .hero-text .button-el:hover .button-for-products-reel {
  background-color: transparent;
  border: 1px solid rgb(165, 235, 7);
}
.container .mobile-herocontainer .hero-text-wrapper .hero-text .button-el:hover .button-for-products-reel a {
  border: 1px solid #fff;
  color: #fff;
}
.container .mobile-herocontainer .hero-text-wrapper .hero-text .button-el:hover .arrow-wrapper {
  background-color: #fff;
  border: 1px solid rgb(165, 235, 7);
}
.container .mobile-herocontainer .hero-text-wrapper .hero-text .button-el:hover .arrow-wrapper img {
  border: 1px solid #fff;
  transform: rotate(45deg);
}



.section-selection {
  width: 100%;
  max-width: 1440px;
  border-radius: 12px;
  margin: auto;
  height: auto;
  background-color: transparent !important;
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(2, 1fr);
}
.section-selection .left {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px;
  padding-right: 0 !important;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.section-selection .left::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 23.6%, rgba(0, 0, 0, 0.229268) 37.6%, rgba(0, 0, 0, 0) 56.4%);
    inset: 0;
    position: absolute;
}
.section-selection .right::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 23.6%, rgba(0, 0, 0, 0.229268) 37.6%, rgba(0, 0, 0, 0) 56.4%);
    inset: 0;
    position: absolute;
}
.section-selection .left img {
  transition: 300ms ease-in-out;
  border: 0px solid transparent !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.section-selection .left .text {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 0px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.section-selection .left .text a {
  text-decoration: none;
  transition: 100ms ease-in-out;
  display: flex;
  align-items: center;
 width: calc(100% - 40px) !important;
  margin-top: 20px;
  justify-content: center;
  gap: 12px !important;
    background: #FFFFFF1F;
  padding: 6px 24px;
  border-radius: 0px;
}
.section-selection .left .text a h1 {
  color: #fff;
  font-size: 46px;
  transition: 400ms ease-in-out;
}
.section-selection .left .text a img {
  border: none !important;
  width: 35px;
  height: 35px;
  transition: 300ms ease-in-out;
}
.section-selection .left .text a:hover {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.171);
}
.section-selection .left .text a:hover img {
  opacity: 0;
}
.section-selection .left .text a:hover h1 {
  transform: translateX(32%);
}
.section-selection .right {
  cursor: pointer;
  transition: 200ms ease-in-out;
  width: 100%;
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0px;
  padding-left: 0 !important;
}
.section-selection .right img {
  transition: 300ms ease-in-out;
  border: 0px solid transparent !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.section-selection .right .text {
  position: absolute;
  z-index: 100;
  width: 100%;
  padding: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.section-selection .right .text a {
  text-decoration: none;
  transition: 100ms ease-in-out;
  display: flex;
  align-items: center;
  width: calc(100% - 40px) !important;
  margin-top: 20px;
  justify-content: center;
  gap: 20px !important;
background: #FFFFFF1F;
padding: 6px 24px;
  border-radius: 0px;
}
.section-selection .right .text a h1 {
  color: #fff;
  font-size: 46px;
  transition: 400ms ease-in-out;
}
.section-selection .right .text a img {
  border: none !important;
  width: 35px;
  height: 35px;
  transition: 300ms ease-in-out;
}
.section-selection .right .text a:hover {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.171);
}
.section-selection .right .text a:hover img {
  opacity: 0;
}
.section-selection .right .text a:hover h1 {
  transform: translateX(12%);
}
.section-selection .left:hover {
  cursor: auto;
  transform: scale(1.001);
}
.section-selection .left:hover .rimg {
  filter: blur(1px);
  border-radius: 0;
}
.section-selection .right:hover {
  cursor: auto;
  transform: scale(1.001);
}
.section-selection .right:hover .rimg {
  filter: blur(1px);
  border-radius: 0;
}










.section-products-grid {
     width: 100%;
     max-width: 1440px !important;
     border-radius: 12px;
     margin: 40px auto auto !important;
     height: auto;
     background-color: transparent;
     display: grid;
     gap: 0px;
     grid-template-columns: repeat(2, 1fr);
   }
   .section-products-grid .left {
     width: 100%;
     height: auto;
     max-height: 650px !important;
     display: flex;
     align-items: center;
     position: relative;
     padding: 0px;
     padding-right: 0 !important;
     justify-content: center;
     overflow: hidden;
     cursor: pointer;
     transition: 200ms ease-in-out;
   }
   .section-products-grid .left img {
     transition: 300ms ease-in-out;
     border: 0px solid transparent !important;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
        object-fit: cover;
     border-radius: 15% !important;
   }
   .section-products-grid .left .text {
     position: absolute;
     z-index: 9 !important;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
   }
   .section-products-grid .left .text a {
     text-decoration: none;
     width: calc(100% - 40px);
     margin-top: 20px;
            cursor: pointer !important;
     transition: 100ms ease-in-out;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 0px !important;
     background: #7c7c7c61;
     padding: 6px 24px;
     border-radius: 100px;
     position: absolute;
     top: 0;
   }
   .section-products-grid .left .text a h1 {
     color: #fff;
     font-size: 46px;
     transition: 400ms ease-in-out;
   }
   .section-products-grid .left .text a img {
       display: none !important;
     border: none !important;
     width: 35px;
     height: 35px;
     transition: 300ms ease-in-out;
   }
   .section-products-grid .left .text a:hover {
     backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
     background-color: rgba(255, 255, 255, 0.171);
   }
   .section-products-grid .left .text a:hover img {
     opacity: 0;
   }
   .section-products-grid .left .text a:hover h1 {
     transform: translateX(1%);
   }
   .section-products-grid .right {
      width: 100%;
    height: auto;
    max-height: 650px !important;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px;
    padding-right: 0 !important;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: 200ms ease-in-out;
   }
   .section-products-grid .right img {
     transition: 300ms ease-in-out;
     border: 0px solid transparent !important;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
        object-fit: cover;
     border-radius: 15% !important;
   }
   .section-products-grid .right .text {
     position: absolute;
     z-index: 100;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     flex-direction: column;
   }
   .section-products-grid .right .text a {
       outline: none;
       cursor: pointer !important;
     text-decoration: none;
     transition: 100ms ease-in-out;
     display: flex;
     align-items: center;
     justify-content: center;
     width: calc(100% - 40px);
     margin-top: 20px;
     gap: 20px !important;
background: #FFFFFF1F;
     padding: 6px 24px;
     border-radius: 16px;
   }
   .section-products-grid .right .text a h1 {
     color: #fff;
     font-size: 46px;
     transition: 400ms ease-in-out;
   }
   .section-products-grid .right .text a img {
       display: none !important;
     border: none !important;
     width: 35px;
     height: 35px;
     transition: 300ms ease-in-out;
   }
   .section-products-grid .right .text a:hover {
     backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
     background-color: rgba(255, 255, 255, 0.171);
   }
   .section-products-grid .right .text a:hover img {
     opacity: 0;
   }
   .section-products-grid .right .text a:hover h1 {
     transform: translateX(1%);
   }
   .section-products-grid .left:hover {
     cursor: auto;
     transform: scale(1.001);
   }
   .section-products-grid .left:hover .img {
     filter: blur(2px);
     border-radius: 15%;
   }
   .section-products-grid .right:hover {
     cursor: auto;
     transform: scale(1.001);
   }
   .section-products-grid .right:hover .img {
     filter: blur(2px);
     border-radius: 15%;
   }
   
   

.modal-pro {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000 !important;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content-pro {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 50%;
  height: 50%;
  text-align: center;
  position: relative;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.modal-content h2 {
  margin-bottom: 20px;
}

.modal-content p {
  font-size: 16px;
}












.container .about-us-wrapper {
  width: 100%;
  height: 500px;
  background-color: transparent;
  padding-left: 125px !important;
  padding-right: 125px !important;
}
.container .about-us-wrapper .about-us {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.container .about-us-wrapper .about-us .left {
  position: absolute;
  width: 570px;
  height: 499px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  left: 0px;
}
.container .about-us-wrapper .about-us .left img {
  width: 100%;
  height: 100%;
}
.container .about-us-wrapper .about-us .left .button-el-about {
  position: absolute;
  top: 571px;
  left: 410px;
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none !important;
}

.formore-button {
    text-decoration: none;
     outline: 0;
    position: absolute;
    border: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    bottom: 10px !important;
    right: 12px !important;
    max-width: 190px;
    height: 50px;
    border-radius: 2.5em;
    box-shadow: 0 0.625em 1em 0 rgba(30, 143, 255, 0.35);
    overflow: hidden;
}

.formore-button div {
 transform: translateY(0px);
 width: 100%;
}

.formore-button,
button div {
 transition: 0.6s cubic-bezier(.16,1,.3,1);
}

.formore-button div span {
 display: flex;
 align-items: center;
 justify-content: center;
 height: 50px;
 padding: 0.75em 1.125em;
}
.formore-button div span img {
    width: 35px !important;
    height: 35px !important;
}

.formore-button div:nth-child(1) {
 background-color: #4baf47;
}

.formore-button div:nth-child(2) {
 background-color: #4baf47;
}

.formore-button:hover {
 box-shadow: 0 0.625em 1em 0 rgba(33, 220, 98, 0.35);
}

.formore-button:hover div {
 transform: translateY(-50px);
}

.formore-button p {
 font-size: 17px;
 font-weight: bold;
 color: #ffffff;
}

.formore-button:active {
 transform: scale(0.95);
}







.about-us-wrapper-feature {
  width: 100%;
  max-width: 1440px;
  border-radius: 28px;
  height: auto;
  margin: auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.68) 0%, #ffffff 100%);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1215686275);
}
.about-us-wrapper-feature .about-us {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-wrapper-feature .about-us .aboutusgrid {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 12px;
}
.about-us-wrapper-feature .about-us .aboutusgrid .left {
  width: 50% !important;
  height: 523px;
  position: relative;
}
.about-us-wrapper-feature .about-us .aboutusgrid .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.about-us-wrapper-feature .about-us .aboutusgrid .right {
  display: flex;
  width: 50% !important;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 28px;
}
.about-us-wrapper-feature .about-us .aboutusgrid .right .descript {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.about-us-wrapper-feature .about-us .aboutusgrid .right .descript p {
  color: #000000CC !important;
  max-width: 750px;
  font-size: 16px;
  font-weight: 400;
    font-family: "Lato", sans-serif !important;
  line-height: 24px;
  text-align: justify;
}
.about-us-wrapper-feature .about-us .aboutusgrid .right .tit {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.about-us-wrapper-feature .about-us .aboutusgrid .right .tit h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 62px;
  text-align: left;
  color: #000000 !important;
  font-family: "Raleway", sans-serif !important;
}
.about-us-wrapper-feature .about-us .aboutusgrid .right .tit span {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  font-family: "Raleway", sans-serif !important;
  color: #588157 !important;
} 


@media only screen and (max-width: 968px) {
    .formore-button {
            text-decoration: none;
    outline: 0;
    position: absolute;
    border: 0;
    display: flex;
    flex-direction: column;
    width: 100%  !important;
    bottom: 0px !important;
    /* right: 12px !important; */
    /* max-width: 147px; */
    height: 57px  !important;
    border-radius: 0.5em !important;
    box-shadow: 0 0.625em 1em 0 rgba(30, 143, 255, 0.35);
    overflow: hidden;
    }
    .about-us-wrapper-feature .about-us .aboutusgrid {
        flex-direction: column !important;
    }
    .about-us-wrapper-feature .about-us .aboutusgrid .left {
        width: 100% !important;
        height: auto !important;
    }
    .about-us-wrapper-feature .about-us .aboutusgrid .right {
        width: 100% !important;
        
    }
}





.container .about-us-wrapper .about-us .left .button-el-about .button-for-products-reel {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: rgb(165, 235, 7);
  width: 210px;
  height: 56px;
  padding: 5px;
  transition: 200ms ease-in-out;
}
.container .about-us-wrapper .about-us .left .button-el-about .button-for-products-reel a {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 18px;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .about-us-wrapper .about-us .left .button-el-about .arrow-wrapper {
  width: 50px;
  height: 56px;
  background-color: rgb(165, 235, 7);
  border-radius: 18px;
  transition: 200ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.container .about-us-wrapper .about-us .left .button-el-about .arrow-wrapper img {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 18px;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  transition: 200ms ease-in-out;
}
.container .about-us-wrapper .about-us .left .button-el-about {
  position: absolute;
  top: 443px;
  left: 0;
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .about-us-wrapper .about-us .left .button-el-about .button-for-products-reel {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: rgb(165, 235, 7);
  width: 136px;
  height: 56px;
  padding: 5px;
  transition: 200ms ease-in-out;
}
.container .about-us-wrapper .about-us .left .button-el-about .button-for-products-reel a {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 18px;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .about-us-wrapper .about-us .left .button-el-about .arrow-wrapper {
  width: 50px;
  height: 56px;
  background-color: rgb(165, 235, 7);
  border-radius: 18px;
  transition: 200ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.container .about-us-wrapper .about-us .left .button-el-about .arrow-wrapper img {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 18px;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  transition: 200ms ease-in-out;
}
.container .about-us-wrapper .about-us .left .button-el-about:hover .button-for-products-reel {
  background-color: transparent;
  border: 1px solid rgb(165, 235, 7);
}
.container .about-us-wrapper .about-us .left .button-el-about:hover .button-for-products-reel a {
  border: 1px solid #fff;
  color: #000000;
}
.container .about-us-wrapper .about-us .left .button-el-about:hover .arrow-wrapper {
  background-color: #fff;
  border: 1px solid rgb(165, 235, 7);
}
.container .about-us-wrapper .about-us .left .button-el-about:hover .arrow-wrapper img {
  border: 1px solid #fff;
  transform: rotate(45deg);
}
.container .about-us-wrapper .about-us .right {
  width: 668px;
  position: absolute;
  right: 0px;
  height: 462px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.68) 0%, #ffffff 100%);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.12);
  border-radius: 28px;
  padding: 66px 52px;
  display: flex;
  align-self: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  gap: 28px;
}
.container .about-us-wrapper .about-us .right img {
  position: absolute;
  left: 33px;
  top: 33px;
}
.container .about-us-wrapper .about-us .right span {
  text-align: end;
  font-family: "Raleway", sans-serif;
  color: rgb(52, 168, 57);
  font-weight: 500;
  font-size: 20px;
}
.container .about-us-wrapper .about-us .right h1 {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-family: "Playfair Display", serif !important;
  font-size: 52px;
  text-align: end;
}
.container .about-us-wrapper .about-us .right p {
  text-align: justify !important; 
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-family: "Spline Sans", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
}
.container .products-wrapper {
  width: 100%;
  height: auto;
  background-color: transparent;
  padding-left: 140px;
  padding-right: 140px;
}
.container .products-wrapper .products {
  width: 100%;
  height: 100%;
  max-width: unset !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.container .products-wrapper .products .top-title {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: auto;
  padding: 0 36px !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.container .products-wrapper .products .top-title h1 {
     color: rgb(0, 0, 0);
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    font-size: 52px;
    text-align: end;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.container .products-wrapper .products .top-title .button-products {
  position: absolute;
  top: 0;
  right: 0;
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none !important;
}
.container .products-wrapper .products .top-title .button-show-more {
    padding: 13px 20px;
    background-color: #4BAF47;
    color: white;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: all 430ms ease-in-out;
}
.container .products-wrapper .products .top-title .button-show-more:hover {
    background-color: #c9ffbe;
    color: #181818;
    border: 2px solid #FFFFFF;
    letter-spacing: 3.5px;
    border-radius: 10px;
    font-weight: bold;
}

.container .products-wrapper .products .top-title .button-products .button-for-products-reel {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: rgb(165, 235, 7);
  width: 210px;
  height: 56px;
  padding: 5px;
  transition: 200ms ease-in-out;
}
.container .products-wrapper .products .top-title .button-products .button-for-products-reel a {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 18px;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .products-wrapper .products .top-title .button-products .arrow-wrapper {
  width: 50px;
  height: 56px;
  background-color: rgb(165, 235, 7);
  border-radius: 18px;
  transition: 200ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.container .products-wrapper .products .top-title .button-products .arrow-wrapper img {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 18px;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  transition: 200ms ease-in-out;
}
.container .products-wrapper .products .top-title .button-products:hover .button-for-products-reel {
  background-color: transparent;
  border: 1px solid rgb(165, 235, 7);
}
.container .products-wrapper .products .top-title .button-products:hover .button-for-products-reel a {
  border: 1px solid #fff;
  color: #000000;
}
.container .products-wrapper .products .top-title .button-products:hover .arrow-wrapper {
  background-color: #fff;
  border: 1px solid rgb(165, 235, 7);
}
.container .products-wrapper .products .top-title .button-products:hover .arrow-wrapper img {
  border: 1px solid #fff;
  transform: rotate(45deg);
}
.container .products-wrapper .products .products-grid {
  width: 100%;
  height: auto !important;
  background: transparent;
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.container .products-wrapper .products .products-grid .item-grid {
  text-decoration: none;
  min-width: 373px;
  height: 398px;
  position: relative;
  display: flex;
  border: 1px solid transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  padding-bottom: 33px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.12);
  border-radius: 28px;
  gap: 12px;
}
.container .products-wrapper .products .products-grid .item-grid span {
  color: rgb(0, 0, 0);
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.container .products-wrapper .products .products-grid .item-grid p {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.container .products-wrapper .products .products-grid .item-grid .img-wrapper {
    width: 325px;
    height: 159px;
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
}
.container .products-wrapper .products .products-grid .item-grid .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  object-fit: contain;
}
.container .products-wrapper .products .products-grid .item-grid .wrapper-bottomicon {
  position: absolute;
  min-width: 42px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: limegreen !important;
  border-radius: 20px;
  bottom: -21px;
  right: 24px;
}
.container .products-wrapper .products .products-grid .item-grid .wrapper-bottomicon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.container .products-wrapper .products .products-grid .item-grid:hover {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.container .products-wrapper .products .products-grid .item-grid:hover .img-wrapper {
  transform: translateY(-70px) !important;
}
.container .products-wrapper .products .products-grid .item-grid:hover span {
    opacity: 0;
    transform: translateY(10px);
}
.container .products-wrapper .products .products-grid .item-grid:hover p {
    opacity: 0;
    transfrom: translateY(10px);
}

.toggle-menu-mobile {
  animation: toggle_mobileAnim 200ms ease-in-out forwards normal;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000000;
  background-color: rgb(255, 255, 255);
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 24px;
  gap: 12px;
}
@keyframes toggle_mobileAnim {
  from {
    transform: translateX(-5rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.toggle-menu-mobile .header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toggle-menu-mobile .header a {
  width: 90px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.toggle-menu-mobile .header a img {
  width: 100%;
  height: 100%;
}
.toggle-menu-mobile .header .closemenu {
  width: 40px;
  height: 40px;
}
.toggle-menu-mobile .navbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 25px;
}
.toggle-menu-mobile .navbar nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 48px 59px;
  border-radius: 14px;
  background: rgb(217, 217, 217);
  gap: 35px !important;
}
.toggle-menu-mobile .navbar nav a {
  text-wrap: nowrap;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 16px;
}
.toggle-menu-mobile .language-area-mobile {
  min-width: 70px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  min-width: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: rgb(217, 217, 217);
  border-radius: 8px;
  transition: 200ms ease-in-out;
  cursor: pointer;
  border: 4px solid transparent;
  transition: 200ms ease-in-out;
}
.toggle-menu-mobile .language-area-mobile .language {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.toggle-menu-mobile .language-area-mobile .language img {
  width: 24px;
  height: 24px;
}
.toggle-menu-mobile .language-area-mobile .language span {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.toggle-menu-mobile .language-area-mobile .select-language-box {
  animation: openLangBox 200ms ease-in-out forwards normal;
  position: absolute;
  top: -6rem;
  background-color: #fff;
  border-radius: 0px 0px 12px 12px;
  min-width: 70px;
  height: auto;
  cursor: auto;
  flex-direction: column;
  display: flex;
  align-self: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  padding: 5px;
}
@keyframes openLangBox {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.toggle-menu-mobile .language-area-mobile .select-language-box a {
  color: black;
  text-decoration: none;
  transition: 200ms ease-in-out;
}
.toggle-menu-mobile .language-area-mobile .select-language-box a:hover {
  color: #b3b3b3;
}

.slider-wrapper {
  width: 100%;
  height: auto;
  background-color: transparent;
}
.slider-wrapper .slider {
  height: auto;
  padding: 28px 8px 28px 8px;
  border: 1px solid rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.slider-wrapper .slider .slider-item {
  overflow-x: hidden !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.slider-wrapper .slider .slider-item .content {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  animation: swipe 85s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.slider-wrapper .slider .slider-item .content span {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  text-wrap: nowrap;
}
@keyframes swipe {
  0% {
    transform: translateX(0rem);
  }
  100% {
    transform: translateX(-100rem);
  }
}

.media-blog-wrapper {
  width: 100%;
  height: auto;
  background-color: transparent;
  padding-left: 140px;
  padding-right: 140px;
}
.media-blog-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.media-blog-wrapper .title-blog {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.media-blog-wrapper .title-blog h1 {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 52px;
  text-align: end;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.media-blog-wrapper .media-content {
  width: 100%;
  height: 590p x;
  position: relative;
  margin-top: 48px;
  display: grid;
  gap: 30px;
  grid-template-columns: 570px auto;
}
.media-blog-wrapper .media-content .left {
  padding: 71px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 590px;
  background: transparent;
  position: relative;
}
.media-blog-wrapper .media-content .left .swiper {
  width: 100%;
  height: 100%;
  position: initial;
}
.media-blog-wrapper .media-content .left .swiper-slide {
  gap: 20px;
  text-align: start;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.media-blog-wrapper .media-content .left .swiper-slide h1 {
  width: 100%;
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: unset !important;
  text-align: center;
}
.media-blog-wrapper .media-content .left .swiper-slide p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 15;
}
.media-blog-wrapper .media-content .left .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.media-blog-wrapper .media-content .left .swiper-button-next {
  min-width: 39px;
  min-height: 39px;
  background-image: url(./public/front/images/right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  top: 544px;
  right: 0;
}
.media-blog-wrapper .media-content .left .swiper-button-next::after {
  content: none !important;
}
.media-blog-wrapper .media-content .left .swiper-button-prev {
  min-width: 39px;
  min-height: 39px;
  background-image: url(./public/front/images/left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  top: 544px;
  left: 460px;
}
.media-blog-wrapper .media-content .left .swiper-button-prev::after {
  content: none !important;
}
.media-blog-wrapper .media-content .left .center-time {
  position: absolute;
  right: -5.3rem;
  z-index: 100;
  min-width: 108px;
  height: 158px;
  display: flex;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(255, 255, 255);
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.media-blog-wrapper .media-content .left .center-time .swiper-pagination-fraction {
  top: 0;
}
.media-blog-wrapper
  .media-blog
  .media-content
  .left
  .center-time
  .media-blog-wrapper
  .media-blog
  .media-content
  .left
  .center-time
  span {
  top: 0;
}
.media-blog-wrapper .media-content .left .center-time .swiper-pagination-current {
  color: rgb(0, 0, 0);
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 52px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-align: start;
  left: 16px;
  position: relative;
}
.media-blog-wrapper .media-content .left .center-time .swiper-pagination-current::before {
  content: "0";
  color: rgb(0, 0, 0);
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 52px;
  -webkit-line-clamp: 1;
  text-align: start;
  left: 16px;
}
.media-blog-wrapper .media-content .left .center-time .swiper-pagination-total {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
}
.media-blog-wrapper .media-content .left .center-time .swiper-pagination-total::before {
  content: "/0";
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  top: 50px;
  right: -30px;
}
.media-blog-wrapper .media-content .right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 590px;
  overflow: hidden;
  border-radius: 28px;
}
.media-blog-wrapper .media-content .right .swiper {
  width: 100%;
  height: 100%;
  position: initial;
}
.media-blog-wrapper .media-content .right .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-blog-wrapper .media-content .right .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.media-blog-wrapper .media-content-3 {
  width: 100%;
  height: 590p x;
  position: relative;
  margin-top: 48px;
  display: grid;
  gap: 30px;
  grid-template-columns: 570px auto;
}
.media-blog-wrapper .media-content-3 .left {
  padding: 71px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 590px;
  background: transparent;
  position: relative;
}
.media-blog-wrapper .media-content-3 .left .swiper {
  width: 100%;
  height: 100%;
  position: initial;
}
.media-blog-wrapper .media-content-3 .left .swiper-slide {
  gap: 20px;
  text-align: start;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.media-blog-wrapper .media-content-3 .left .swiper-slide h1 {
  width: 100%;
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-align: center;
}
.media-blog-wrapper .media-content-3 .left .swiper-slide p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 15;
}
.media-blog-wrapper .media-content-3 .left .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.media-blog-wrapper .media-content-3 .left .swiper-button-next {
  min-width: 39px;
  min-height: 39px;
  background-image: url(./public/front/images/right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  top: 544px;
  right: 0;
}
.media-blog-wrapper .media-content-3 .left .swiper-button-next::after {
  content: none !important;
}
.media-blog-wrapper .media-content-3 .left .swiper-button-prev {
  min-width: 39px;
  min-height: 39px;
  background-image: url(./public/front/images/left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  top: 544px;
  left: 460px;
}
.media-blog-wrapper .media-content-3 .left .swiper-button-prev::after {
  content: none !important;
}
.media-blog-wrapper .media-content-3 .left .center-time {
  position: absolute;
  right: -5.3rem;
  z-index: 100;
  min-width: 108px;
  height: 158px;
  display: flex;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(255, 255, 255);
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.media-blog-wrapper .media-content-3 .left .center-time .swiper-pagination-fraction {
  top: 0;
}
.media-blog-wrapper
  .media-blog
  .media-content-3
  .left
  .center-time
  .media-blog-wrapper
  .media-blog
  .media-content
  .left
  .center-time
  span {
  top: 0;
}
.media-blog-wrapper .media-content-3 .left .center-time .swiper-pagination-current {
  color: rgb(0, 0, 0);
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 52px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-align: start;
  left: 16px;
  position: relative;
}
.media-blog-wrapper .media-content-3 .left .center-time .swiper-pagination-current::before {
  content: "0";
  color: rgb(0, 0, 0);
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 52px;
  -webkit-line-clamp: 1;
  text-align: start;
  left: 16px;
}
.media-blog-wrapper .media-content-3 .left .center-time .swiper-pagination-total {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
}
.media-blog-wrapper .media-content-3 .left .center-time .swiper-pagination-total::before {
  content: "/0";
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  top: 50px;
  right: -30px;
}
.media-blog-wrapper .media-content-3 .right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 590px;
  overflow: hidden;
  border-radius: 28px;
}
.media-blog-wrapper .media-content-3 .right .swiper {
  width: 100%;
  height: 100%;
  position: initial;
}
.media-blog-wrapper .media-content-3 .right .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-blog-wrapper .media-content-3 .right .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}



.partners-wrapper {
    display: none !important;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.partners-wrapper .partners {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: transparent;
}
.partners-wrapper .partners .title-partners {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.partners-wrapper .partners .title-partners h1 {
  color: rgb(0, 0, 0);
  font-weight: 700;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 52px;
}
.partners-wrapper .partners .title-partners-about {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.partners-wrapper .partners .title-partners-about h1 {
  color: rgb(0, 0, 0);
  font-weight: 700;
  text-align: start;
  font-family: "Raleway", sans-serif;
  font-size: 52px;
}
.partners-wrapper .partners .swiper-area {
  margin-top: 48px;
  width: 100%;
  height: 240px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.partners-wrapper .partners .swiper-area .swiper {
  width: 100%;
  height: 100%;
}
.partners-wrapper .partners .swiper-area .swiper-slide {
  height: 110px;
  text-align: center;
  font-size: 18px;
  background: rgb(250, 250, 250);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 14px;
}
.partners-wrapper .partners .swiper-area .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.info-box-wrapper {
  width: 100%;
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}
.info-box-wrapper .info-box {
  width: 100%;
  height: 242px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(217, 217, 217);
  border-radius: 28px;
}

.footer-wrapper {
    width: 98.5%;
    margin: 120px auto 20px auto;
    border-top-left-radius: 0 !important;
    height: auto;
    border-top-right-radius: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 30px;
    padding-left: 120px;
    padding-right: 120px;
    background: #F5F5F5 !important;
    border-radius: 38px;

}
.footer-wrapper .footer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.footer-wrapper .footer .footer-header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-wrapper .footer .footer-header .navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  gap: 32px;
}
.footer-wrapper .footer .footer-header .navbar a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.footer-wrapper .footer .logo {
  width: 100%;
  height: 143px;
  display: flex;
  align-items: center;
  margin-top: 0px;
  justify-content: center;
  overflow: hidden;
}
.footer-wrapper .footer .logo .logo-wrapper {
  width: 209px;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.footer-wrapper .footer .logo .logo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-wrapper .footer .mail-location-telephone {
  width: 100%;
  height: auto;
  margin-top: 54px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.52);
  padding-bottom: 24px;
  gap: 32px;
}
.footer-wrapper .footer .mail-location-telephone .item-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.footer-wrapper .footer .mail-location-telephone .item-info img {
  width: 20px;
  height: 20px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.footer-wrapper .footer .mail-location-telephone .item-info a {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-family: "Lato", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
.footer-wrapper .footer .mail-location-telephone .item-info a:hover {
  color: #9b9b9b;
}
.footer-wrapper .footer .mail-location-telephone .socials {
  gap: 16px;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 24px;
}
.footer-wrapper .footer .mail-location-telephone .socials a {
  border: 3px solid transparent;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.65);
}
.footer-wrapper .footer .mail-location-telephone .socials a img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.footer-wrapper .footer .mail-location-telephone .socials a:hover {
  background-color: transparent;
  border: 3px solid #fff;
}
.footer-wrapper .footer .bottom {
  padding-top: 26px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-wrapper .footer .bottom p {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.footer-wrapper .footer .bottom p a {
  text-decoration: none;
  color: rgb(40, 155, 45);
}
.footer-wrapper .footer .bottom p a:hover {
  color: rgb(55, 255, 55);
}

.about-page-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px;
  padding-top: 0 !important;
}
.about-page-wrapper .wrapper-about {
  margin-top: 170px !important;
  width: 100%;
  height: auto;
}
.about-page-wrapper .wrapper-about .about {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.about-page-wrapper .wrapper-about .about .image {
  width: 100%;
  height: 601px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 28px;
}
.about-page-wrapper .wrapper-about .about .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px;
}
.about-page-wrapper .wrapper-about .about .card-about-us {
  padding-left: 187px;
  padding-right: 187px;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1160px;
  height: auto !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.12);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.68) 0%, #ffffff 100%);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  gap: 16px;
  transform: translateY(-5.5rem);
  border-radius: 28px;
}
.about-page-wrapper .wrapper-about .about .card-about-us span {
  text-align: end;
  color: rgb(52, 168, 57);
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  width: 100%;
}
.about-page-wrapper .wrapper-about .about .card-about-us h1 {
  width: 100%;
  text-align: end;
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 52px;
}
.about-page-wrapper .wrapper-about .about .card-about-us p {
  padding-top: 12px;
  text-align: start;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}
.about-page-wrapper .wrapper-about .about .card-about-us .arrow-banner {
  position: absolute;
  left: 10px;
  top: 10px;
}
.about-page-wrapper .wrapper-about .partners-wrapper .partners .title-partners-about {
  display: none;
}

.techiniques-wrapper {
  width: calc(100% - 40px);
  margin: 80px auto auto;
  height: auto;
  background-color: rgb(252, 252, 252);
  border-radius: 28px;
}
.techiniques-wrapper .techniques-content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding: 40px;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}
.techiniques-wrapper .techniques-content h1 {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  width: 100% !important;
  text-align: center !important;
  font-size: 52px;
}
.techiniques-wrapper .techniques-content .tech-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.techiniques-wrapper .techniques-content .tech-grid .tech-item {
  text-decoration: none;
  border: 3px solid transparent;
  position: relative;
  width: 100% !important;
  height: 407px;
  gap: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-top: 62px;
  background-color: rgba(52, 168, 57, 0.08);
  border-radius: 18px;
}
.techiniques-wrapper .techniques-content .tech-grid .tech-item span {
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-align: start;
}
.techiniques-wrapper .techniques-content .tech-grid .tech-item p {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 32px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-align: start;
}
.techiniques-wrapper .techniques-content .tech-grid .tech-item .wrapper-track-img {
  margin-top: 14px;
  width: 100% !important;
  height: 223px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 18px;
  background-color: rgb(255, 255, 255);
}
.techiniques-wrapper .techniques-content .tech-grid .tech-item .wrapper-track-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.techiniques-wrapper .techniques-content .tech-grid .tech-item .more-btn {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: none !important;
}
.techiniques-wrapper .techniques-content .tech-grid .tech-item:hover {
  border: 3px solid #c6e7c8;
  background-color: rgba(206, 206, 206, 0.2117647059);
}
.techiniques-wrapper .techniques-content .tech-grid .tech-item:hover .wrapper-track-img {
  transform: translateY(-50px);
}
.techiniques-wrapper .techniques-content .tech-grid .tech-item:hover span {
  opacity: 0;
}
.techiniques-wrapper .techniques-content .formore-btn {
  margin-top: 170px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.techiniques-wrapper .techniques-content .formore-btn .button {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.techiniques-wrapper .techniques-content .formore-btn .button span {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.techiniques-wrapper .techniques-content .formore-btn .button img {
  width: 43.33px;
  height: 43.33px;
}
.techiniques-wrapper .techniques-content .formore-btn .button:hover img {
  transform: rotate(180deg);
}

.tech-category-wrapper {
  margin-top: 170px;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.tech-category-wrapper .category-content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.tech-category-wrapper .category-content .techniques-content-on-category {
  min-width: 1059px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  border-radius: 28px;
  background-color: rgb(252, 252, 252);
  padding: 40px;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}
.tech-category-wrapper .category-content .techniques-content-on-category h1 {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 52px;
}
.tech-category-wrapper .category-content .techniques-content-on-category .tech-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.tech-category-wrapper .category-content .techniques-content-on-category .tech-grid .tech-item {
  text-decoration: none;
  border: 3px solid transparent;
  position: relative;
  width: 100% !important;
  height: 407px;
  gap: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-top: 62px;
  background-color: rgba(52, 168, 57, 0.08);
  border-radius: 18px;
}
.tech-category-wrapper .category-content .techniques-content-on-category .tech-grid .tech-item span {
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-align: start;
}
.tech-category-wrapper .category-content .techniques-content-on-category .tech-grid .tech-item p {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 32px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-align: start;
}
.tech-category-wrapper .category-content .techniques-content-on-category .tech-grid .tech-item .wrapper-track-img {
  margin-top: 14px;
  width: calc(100% - 16px);
  height: 223px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 18px;
  background-color: rgb(255, 255, 255);
}
.tech-category-wrapper .category-content .techniques-content-on-category .tech-grid .tech-item .wrapper-track-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.tech-category-wrapper .category-content .techniques-content-on-category .tech-grid .tech-item .more-btn {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.tech-category-wrapper .category-content .techniques-content-on-category .tech-grid .tech-item:hover {
  border: 3px solid #c6e7c8;
  background-color: rgba(206, 206, 206, 0.2117647059);
}
.tech-category-wrapper .category-content .techniques-content-on-category .tech-grid .tech-item:hover .more-btn {
  transform: rotate(-45deg);
}
.tech-category-wrapper .category-content .techniques-content-on-category .formore-btn {
  margin-top: 170px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tech-category-wrapper .category-content .techniques-content-on-category .formore-btn .button {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.tech-category-wrapper .category-content .techniques-content-on-category .formore-btn .button span {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.tech-category-wrapper .category-content .techniques-content-on-category .formore-btn .button img {
  width: 43.33px;
  height: 43.33px;
}
.tech-category-wrapper .category-content .techniques-content-on-category .formore-btn .button:hover img {
  transform: rotate(180deg);
}
.tech-category-wrapper .category-content .right-category {
  width: 100%;
  min-width: 321px;
  height: auto;
  padding: 40px 20px;
  background-color: rgba(52, 168, 57, 0.08);
  border-radius: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}
.tech-category-wrapper .category-content .right-category .categories {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
  width: calc(100% - 40px);
  margin: auto;
}
.tech-category-wrapper .category-content .right-category .categories span {
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.tech-category-wrapper .category-content .right-category .categories a {
  text-decoration: none;
  width: 100%;
  height: auto;
  list-style-type: none;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-align: start;
  padding: 16px;
  border-radius: 14px;
  background-color: rgb(255, 255, 255);
  text-wrap: wrap;
  cursor: pointer;
  color: rgb(0, 0, 0);
  font-weight: 400;
}
.tech-category-wrapper .category-content .filter-menu-mobile {
  animation: mobileFilterAnim 200ms ease-in-out forwards normal;
  position: fixed;
  z-index: 10000;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  inset: 0;
  background-color: rgb(253, 253, 253);
}
@keyframes mobileFilterAnim {
  from {
    transform: translateY(-5rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.tech-category-wrapper .category-content .filter-menu-mobile .categories {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 12px;
}
.tech-category-wrapper .category-content .filter-menu-mobile .categories span {
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.tech-category-wrapper .category-content .filter-menu-mobile .categories a {
  text-decoration: none;
  width: 100%;
  height: auto;
  list-style-type: none;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-align: start;
  padding: 16px;
  border-radius: 14px;
  background-color: rgb(255, 255, 255);
  text-wrap: wrap;
  cursor: pointer;
  color: rgb(0, 0, 0);
  font-weight: 400;
}
.tech-category-wrapper .category-content .filter-menu-mobile .title-category {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  margin-top: 5px;
  background-color: #5dd477;
}
.tech-category-wrapper .category-content .filter-menu-mobile .title-category span {
  font-size: 18px;
  font-weight: 500;
}

.products-page-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px;
  padding-top: 0px !important;
}
.products-page-wrapper .products-wrapper {
  width: 100%;
  margin-top: 220px !important;
  padding-left: 120px;
  padding-right: 120px;
}
.products-page-wrapper .products-wrapper .products {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.products-page-wrapper .products-wrapper .products h1 {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 52px;
}
.products-page-wrapper .products-wrapper .products .productspage-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: flex-start;
  margin-top: 48px;
  align-items: flex-start;
  row-gap: 45px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.products-page-wrapper .products-wrapper .products .productspage-grid .products-item-grid {
  text-decoration: none;
  border: 1px solid transparent;
  width: 100% !important;
  position: relative;
  border-radius: 28px;
  height: 398px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.12);
  gap: 12px;
}
.products-page-wrapper .products-wrapper .products .productspage-grid .products-item-grid span {
  color: rgb(0, 0, 0);
  font-weight: 500 !important;
  font-size: 22px;
  font-family: "Poppins", sans-serif !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.products-page-wrapper .products-wrapper .products .productspage-grid .products-item-grid p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.products-page-wrapper .products-wrapper .products .productspage-grid .products-item-grid .wrapper-product-img {
  width: 100%;
  height: 159px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 28px;
  margin-top: 28px;
}
.products-page-wrapper .products-wrapper .products .productspage-grid .products-item-grid .wrapper-product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  border-radius: 28px;
}
.products-page-wrapper .products-wrapper .products .productspage-grid .products-item-grid .wrapper-bottomicon {
  position: absolute;
  min-width: 42px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgb(165, 235, 7);
  border-radius: 20px;
  bottom: -21px;
  right: 24px;
}
.products-page-wrapper .products-wrapper .products .productspage-grid .products-item-grid .wrapper-bottomicon img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.products-page-wrapper .products-wrapper .products .productspage-grid .products-item-grid:hover {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.products-page-wrapper .products-wrapper .products .productspage-grid .products-item-grid:hover .wrapper-product-img {
    transform: translateY(-70px);
}
.products-page-wrapper .products-wrapper .products .productspage-grid .products-item-grid:hover p {
    opacity: 0;
}
.products-page-wrapper .products-wrapper .products .productspage-grid .products-item-grid:hover span {
    opacity: 0;
}

.products-page-wrapper .products-wrapper .products .productspage-grid .products-item-grid:hover 
.products-page-wrapper .products-wrapper .products .productspage-grid .products-item-grid:hover .wrapper-bottomicon {
  transform: rotate(-45deg);
  box-shadow: 0px 0px 15px 0px rgb(106, 255, 61);
}
.products-page-wrapper .products-wrapper .products .formore-btn {
  margin-top: 170px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-page-wrapper .products-wrapper .products .formore-btn .button {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.products-page-wrapper .products-wrapper .products .formore-btn .button span {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.products-page-wrapper .products-wrapper .products .formore-btn .button img {
  width: 43.33px;
  height: 43.33px;
}
.products-page-wrapper .products-wrapper .products .formore-btn .button:hover img {
  transform: rotate(180deg);
}

.swiper-top {
  width: 100%;
  height: 410px;
  background-color: transparent;
  margin-top: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.swiper-top .swiper {
  width: 100%;
  height: 100%;
  position: initial;
  margin-left: 30px;
}
.swiper-top .swiper-button-prev {
  top: 40px;
  left: 50px;
  width: 48px;
  height: 48px;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.52);
  border-radius: 50px;
  background-image: url("/assets/images/leftt.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.swiper-top .swiper-button-prev::after {
  content: none;
}
.swiper-top .swiper-button-next {
  top: 40px;
  right: 50px;
  width: 48px;
  height: 48px;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.52);
  border-radius: 50px;
  background-image: url("/assets/images/rightt.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.swiper-top .swiper-button-next::after {
  content: none;
}
.swiper-top .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
}
.swiper-top .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  border-radius: 28px;
}

.product-container-wrapper {
  width: 100%;
  height: auto;
  margin-top: 150px !important;
  padding-left: 120px;
  padding-right: 120px;
}
.product-container-wrapper .products-inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.product-container-wrapper .products-inner .product-card {
  width: 100%;
  background-color: rgba(52, 168, 57, 0.08);
  border-radius: 28px;
  padding: 60px 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-container-wrapper .products-inner .product-card .left {
  max-width: 688px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.product-container-wrapper .products-inner .product-card .left h1 {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 52px;
  font-family: "Raleway", sans-serif;
}
.product-container-wrapper .products-inner .product-card .left p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.product-container-wrapper .products-inner .product-card .button-el {
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-container-wrapper .products-inner .product-card .button-el .button-for-products-reel {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: limegreen !important;
  width: 210px;
  height: 56px;
  padding: 5px;
  transition: 200ms ease-in-out;
}
.product-container-wrapper .products-inner .product-card .button-el .button-for-products-reel a {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 18px;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.product-container-wrapper .products-inner .product-card .button-el .arrow-wrapper {
  width: 50px;
  height: 56px;
  background-color: limegreen !important;
  border-radius: 18px;
  transition: 200ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.product-container-wrapper .products-inner .product-card .button-el .arrow-wrapper img {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 18px;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  transition: 200ms ease-in-out;
}
.product-container-wrapper .products-inner .product-card .button-el:hover .button-for-products-reel {
  background-color: transparent;
  border: 1px solid rgb(165, 235, 7);
}
.product-container-wrapper .products-inner .product-card .button-el:hover .button-for-products-reel a {
  border: 1px solid #fff;
  color: #0e0e0e;
}
.product-container-wrapper .products-inner .product-card .button-el:hover .button-for-products-reel a img {
  transform: translateX(-20px);
}
.product-container-wrapper .products-inner .product-card .button-el:hover .arrow-wrapper {
  background-color: #fff;
  border: 1px solid rgb(165, 235, 7);
}
.product-container-wrapper .products-inner .product-card .button-el:hover .arrow-wrapper img {
  border: 1px solid #fff;
  transform: rotate(45deg);
}
.product-container-wrapper .products-inner .other-products {
  margin-top: 100px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.product-container-wrapper .products-inner .other-products h1 {
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 42px;
  font-family: "Raleway", sans-serif;
}
.product-container-wrapper .products-inner .other-products .swiper-bottom {
  width: 100%;
  margin-top: 48px;
  height: 410px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-container-wrapper .products-inner .other-products .swiper-bottom .swiper {
  width: 100%;
  height: 100%;
  position: initial;
}
.product-container-wrapper .products-inner .other-products .swiper-bottom .swiper-button-prev {
  top: 40px;
  left: 50px;
  width: 48px;
  height: 48px;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.52);
  border-radius: 50px;
  background-image: url("/assets/images/leftt.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.product-container-wrapper .products-inner .other-products .swiper-bottom .swiper-button-prev::after {
  content: none;
}
.product-container-wrapper .products-inner .other-products .swiper-bottom .swiper-button-next {
  top: 40px;
  right: 20px;
  width: 48px;
  height: 48px;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.52);
  border-radius: 50px;
  background-image: url("/assets/images/rightt.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.product-container-wrapper .products-inner .other-products .swiper-bottom .swiper-button-next::after {
  content: none;
}
.product-container-wrapper .products-inner .other-products .swiper-bottom .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 28px;
  position: relative;
  border: 2px solid transparent;
}
.product-container-wrapper .products-inner .other-products .swiper-bottom .swiper-slide .wrapper-bottomicon {
  z-index: 1000;
  position: absolute;
  min-width: 42px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none !important;
  overflow: hidden;
  background-color: rgb(165, 235, 7);
  border-radius: 20px;
  bottom: -2px;
  right: -5px;
}
.product-container-wrapper .products-inner .other-products .swiper-bottom .swiper-slide .wrapper-bottomicon img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.product-container-wrapper .products-inner .other-products .swiper-bottom .swiper-slide:hover {
  border: 2px solid #cecece;
}
.product-container-wrapper .products-inner .other-products .swiper-bottom .swiper-slide:hover .description {
  animation: opacy 200ms ease-in-out forwards normal;
  display: flex !important;
  position: absolute;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.52);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 28px;
}
@keyframes opacy {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.product-container-wrapper .products-inner .other-products .swiper-bottom .swiper-slide:hover .description span {
  position: absolute;
  bottom: 148px;
  left: 20px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 21px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.product-container-wrapper .products-inner .other-products .swiper-bottom .swiper-slide:hover .description p {
  position: absolute;
  bottom: 20px;
  left: 15px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 34px;
  text-align: start;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  padding: 5px;
  padding-right: 10px;
}
.product-container-wrapper .products-inner .other-products .swiper-bottom .swiper-slide:hover .wrapper-bottomicon {
  transform: rotate(-45deg);
}
.product-container-wrapper .products-inner .other-products .swiper-bottom .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  border-radius: 28px;
}




.map-container-wrapper {
  margin-top: 180px !important;
  width: 100%;
  position: relative !important;
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.map-container-wrapper .map-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.map-container-wrapper .map-container h1 {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 52px;
}

.map-container-wrapper .map-container .map-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.map-container-wrapper .map-container .map-wrapper svg path {
  transition: 100ms ease-in-out;
}

.map-container-wrapper .map-container .map-wrapper svg path:hover {
  fill: rgba(52, 168, 57, 0.28);
  stroke: rgb(0, 192, 16);
  stroke-width: 4px;
}

@keyframes scaled {
  from {
    transform: translateX(-20rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}


.modal-content {
    background-color: rgb(246, 246, 246) !important;
    border-radius: 18px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 28px !important;
    width: 65% !important;
    height: 85vh !important;
    overflow-y: auto !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10000000;
    pointer-events: none !important;
    opacity: 0;
    visibility: hidden;
        display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
}
.modal-content .close-modal-icon {
    position: absolute;
    top: 24px;
    z-index: 100000;
    right: 24px;
    font-weight: 600;
    font-size: 24px;
    cursor: pointer;
}
.modal-content .close-modal-icon:hover {
    color: red;
}

.modal-content.visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
}

.modal-content h1 {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 18px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-family: "Poppins", sans-serif;
    text-wrap: wrap;
}

.modal-content p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-align: start;
    text-wrap: wrap;
}

.modal-content img {
    display: none !important;
}







.mediablog-wrapper {
  width: 100%;
  height: auto;
  margin-top: 220px !important;
  padding-left: 60px;
  padding-right: 60px;
}
.mediablog-wrapper .mediablog {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.mediablog-wrapper .mediablog h1 {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 52px;
  width: 100%;
  text-align: start;
  padding-left: 80px;
}
.mediablog-wrapper .mediablog .mediablog-grid {
  margin-top: 48px;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: flex-start;
  align-items: flex-start;
  gap: 80px;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content {
  text-decoration: none;
  height: 372px;
  position: relative;
  margin-top: 48px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
  transition: 400ms ease-in-out !important;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content .center-time-mediablog {
  position: absolute;
  left: 275px !important;
  z-index: 1000;
  min-width: 86px !important;
  height: 125px !important;
  display: flex;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(255, 255, 255);
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content .center-time-mediablog .count-now {
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
  position: absolute;
  top: 16px;
  left: 20px;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content .center-time-mediablog .count-top {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content .center-time-mediablog .count-top {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  line-height: 34px;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content .swiper {
  width: 100%;
  height: 100%;
  position: initial;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content .swiper-slide {
  gap: 20px;
  text-align: start;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content .swiper-slide h1 {
  padding-left: 0 !important;
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-family: "Playfair Display", serif !important;
  font-size: 18px;
  text-align: center;
  transition: all 400ms ease-in-out !important;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content .swiper-slide p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-family: "Spline Sans", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 10;
  transition: all 400ms ease-in-out !important;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content .left {
  width: 266px;
  transition: all 400ms ease-in-out !important;
  height: 100%;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content .right {
  width: 295px;
  height: 372px;
  background-color: transparent;
  border-radius: 28px;
  position: relative;
  transition: all 400ms ease-in-out !important;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content .right .arrow-icon {
  position: absolute;
  z-index: 1000;
  bottom: -0.7rem;
  right: -0.5rem;
  display: none !important;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content .right::after {
  content: "";
  width: 1px;
  background-color: rgba(0, 0, 0, 0.32);
  height: 290px;
  position: absolute;
  right: -45px;
  top: 50px;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content::after {
  content: "";
  width: 420px;
  background-color: rgba(0, 0, 0, 0.32);
  height: 1px;
  position: absolute;
  left: 60px;
  bottom: -50px;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content:hover .center-time-mediablog {
  opacity: 0 !important;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content:hover .right {
    opacity: 0 !important;
    display: none;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content:hover .left {
    width: 100% !important;
}
.mediablog-wrapper .mediablog .mediablog-grid .media-content:hover .right .arrow-icon {
  transform: rotate(-45deg);
}
.mediablog-wrapper .mediablog .formore-btn {
  margin-top: 120px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mediablog-wrapper .mediablog .formore-btn .button {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.mediablog-wrapper .mediablog .formore-btn .button span {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.mediablog-wrapper .mediablog .formore-btn .button img {
  width: 43.33px;
  height: 43.33px;
}
.mediablog-wrapper .mediablog .formore-btn .button:hover img {
  transform: rotate(180deg);
}

.contact-page-wrapper {
  padding-left: 140px;
  padding-right: 140px;
  margin-top: 220px !important;
  width: 100%;
  min-height: 720px;
}
.contact-page-wrapper .contact-page {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.contact-page-wrapper .contact-page .text-form {
  position: absolute;
  z-index: 100;
  max-width: 432px;
  top: 120px;
  left: 70px;
  gap: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.contact-page-wrapper .contact-page .text-form h1 {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 82px;
  max-width: 373px;
}
.contact-page-wrapper .contact-page .text-form p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}
.contact-page-wrapper .contact-page .form-container {
  top: 180px;
  z-index: 100;
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 48px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
  max-width: 559px;
  width: 100%;
  border-radius: 28px;
  gap: 12px;
  right: 98px;
}
.contact-page-wrapper .contact-page .form-container .mobile-area {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact-page-wrapper .contact-page .form-container .mobile-area select {
  position: absolute;
  border: none;
  min-width: 60px;
  outline: none;
  padding: 8px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  left: 5px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url(./front/images/selecticon.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}
.contact-page-wrapper .contact-page .form-container form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 12px;
}
.contact-page-wrapper .contact-page .form-container input,
.contact-page-wrapper .contact-page .form-container textarea {
  font-size: 18px;
  border: 1px solid transparent;
  width: 100%;
  outline: none;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 12px;
  box-shadow: 4px 4px 4px 0px rgba(0, 35, 95, 0.04);
  padding: 10px;
}
.contact-page-wrapper .contact-page .form-container input[type=tel] {
  padding-left: 90px;
}
.contact-page-wrapper .contact-page .form-container input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.contact-page-wrapper .contact-page .form-container input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.contact-page-wrapper .contact-page .form-container input:focus {
  border: 2px solid rgb(52, 168, 57);
}
.contact-page-wrapper .contact-page .form-container input:hover {
  border: 1px solid #218838;
}
.contact-page-wrapper .contact-page .form-container textarea:focus {
  border: 2px solid rgb(52, 168, 57);
}
.contact-page-wrapper .contact-page .form-container textarea:hover {
  border: 1px solid #218838;
}
.contact-page-wrapper .contact-page .form-container textarea {
  resize: none;
  outline: none;
  padding: 10px;
  height: 143px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 12px;
  box-shadow: 4px 4px 4px 0px rgba(0, 35, 95, 0.04);
}
.contact-page-wrapper .contact-page .form-container button {
  margin-top: 16px;
  width: 100%;
  padding: 16px, 24px, 16px, 24px;
  background: rgb(52, 168, 57);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  height: 56px;
  box-shadow: 12px 12px 24px 0px rgba(0, 35, 95, 0.05);
}
.contact-page-wrapper .contact-page .form-container button:hover {
  background-color: #218838;
}
.contact-page-wrapper .contact-page .socials {
  position: absolute;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  right: 43px;
  gap: 16px;
  top: 310px;
}
.contact-page-wrapper .contact-page .socials a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  border: 0px solid transparent;
  background-color: rgb(255, 255, 255);
}
.contact-page-wrapper .contact-page .socials a img {
  width: 18px;
  height: 18px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.contact-page-wrapper .contact-page .socials a:nth-child(1):hover {
  border: 6px solid rgb(228, 43, 203);
}
.contact-page-wrapper .contact-page .socials a:nth-child(2):hover {
  border: 6px solid rgb(61, 113, 255);
}
.contact-page-wrapper .contact-page .socials a:nth-child(3):hover {
  border: 6px solid rgb(14, 207, 40);
}

.content-media-blog-wrapper {
  width: calc(100% - 20px);
  height: auto;
  margin: 170px auto auto !important;
  padding: 48px 120px;
  background: rgba(52, 168, 57, 0.08);
  border-radius: 28px;
}
.content-media-blog-wrapper .content-media-blog {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 28px;
}
.content-media-blog-wrapper .content-media-blog h1 {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 52px;
}
.content-media-blog-wrapper .content-media-blog p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}
.content-media-blog-wrapper .content-media-blog .socials-container {
  margin-top: 8px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.content-media-blog-wrapper .content-media-blog .socials-container .socials {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  flex-direction: column;
  gap: 20px;
}
.content-media-blog-wrapper .content-media-blog .socials-container .socials span {
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  width: 100%;
  text-align: end;
}
.content-media-blog-wrapper .content-media-blog .socials-container .socials .icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.content-media-blog-wrapper .content-media-blog .socials-container .socials .icons a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100px;
  background: rgb(52, 168, 57);
}
.content-media-blog-wrapper .content-media-blog .socials-container .socials .icons a:hover {
  background-color: rgb(106, 255, 61);
}

.image-bloginner {
  width: calc(100% - 40px);
  margin: 28px auto;
  height: 563px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 28px;
}
.image-bloginner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px;
}

.partners-page-wrapper {
  width: 100%;
  height: auto;
  margin-top: 170px !important;
}
.partners-page-wrapper .partner-page {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.partners-page-wrapper .partner-page .title-wrap {
  width: 100%;
  height: auto;
  padding-left: 140px;
}
.partners-page-wrapper .partner-page .title-wrap h1 {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 52px;
}
.partners-page-wrapper .partner-page .carousel-area {
  margin-top: 48px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.partners-page-wrapper .partner-page .carousel-area .swiper {
  width: 100%;
  height: 100%;
}
.partners-page-wrapper .partner-page .carousel-area .swiper-slide {
  height: 110px;
  text-align: center;
  font-size: 18px;
  background: rgb(250, 250, 250);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 14px;
}
.partners-page-wrapper .partner-page .carousel-area .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.css.map */
.nonClickable{
    pointer-events: none;
}
