@import url("https://fonts.googleapis.com/css2?family=Fira+Code&family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 675px !important;
}

html, body {
    overflow-x: hidden !important;
}

.input-field {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}
.input-field label {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 12px;
}
.input-field input {
  background: #f9f9f9;
  border-radius: 12px;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 56px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 16px;
  transition: 300ms ease;
  border: 2px solid rgba(0, 0, 0, 0.0392156863);
}
.input-field input:focus {
  border: 2px solid mediumslateblue;
  cursor: auto;
}
.input-field input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 14px;
}
.input-field input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 14px;
}

.create-request-inner-feature {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 38px;
}
.create-request-inner-feature .contain-inner {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 28px;
}
.create-request-inner-feature .contain-inner .inner-item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 12px;
}
.create-request-inner-feature .contain-inner .inner-item .top-date {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.create-request-inner-feature .contain-inner .inner-item .top-date .date {
  color: rgba(0, 0, 0, 0.6980392157);
  font-weight: 400;
  font-size: 14px;
}
.create-request-inner-feature .contain-inner .inner-item .top-date .is-comment {
  color: #f90000;
  font-weight: 400;
  font-size: 14px;
}
.create-request-inner-feature .contain-inner .inner-item .content-inner-feature {
  width: 100%;
  height: auto;
  padding: 24px;
  background: #FAFAFA;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 12px;
}
.create-request-inner-feature .contain-inner .inner-item .content-inner-feature h4 {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-size: 16px;
}
.create-request-inner-feature .contain-inner .inner-item .content-inner-feature .description {
  max-width: 676px;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.create-request-inner-feature .remove-req {
  max-width: 189px;
  margin-top: 28px;
  text-wrap: nowrap;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 12px;
  background: #FFFFFF;
  border: 1px solid rgba(249, 0, 0, 0.4);
  color: #F90000;
  font-weight: 500;
  cursor: pointer;
  transition: 400ms ease;
  font-size: 14px;
}
.create-request-inner-feature .remove-req:hover {
  background-color: #f90000;
  color: white;
}
.create-request-inner-feature .remove-req:active {
  transform: scale(0.9);
}

.create-request-inner-feature .head-area-req-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 28px;
}

.create-request-inner-feature .head-area-req-inner h2 {
  color: #000000;
  font-weight: 600;
  font-size: 36px;
}

.create-request-inner-feature .head-area-req-inner .get-back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: 100ms ease;
}

.create-request-inner-feature .head-area-req-inner .get-back img {
  min-width: 24px;
  width: 24px;
  height: 24px;
  min-height: 24px;
}

.create-request-inner-feature .head-area-req-inner .get-back p {
  color: #000000;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 16px;
}

.create-request-inner-feature .head-area-req-inner .get-back:hover p {
  color: mediumslateblue;
}

.create-request-inner-feature .head-area-req-inner .get-back:active {
  transform: scale(0.9);
}/*# sourceMappingURL=style.css.map */



.create-request-feature {
  width: 80%;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 38px;
}
.create-request-feature .head-area-req {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 28px;
}
.create-request-feature .head-area-req h2 {
  color: #000000;
  font-weight: 600;
  font-size: 36px;
}
.create-request-feature .head-area-req .get-back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: 100ms ease;
}
.create-request-feature .head-area-req .get-back img {
  min-width: 24px;
  width: 24px;
  height: 24px;
  min-height: 24px;
}
.create-request-feature .head-area-req .get-back p {
  color: #000000;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 16px;
}
.create-request-feature .head-area-req .get-back:hover p {
  color: mediumslateblue;
}
.create-request-feature .head-area-req .get-back:active {
  transform: scale(0.9);
}
.create-request-feature .form-area-feature {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}
.create-request-feature .form-area-feature .input-field-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.create-request-feature .form-area-feature .input-field-grid .input-field {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}
.create-request-feature .form-area-feature .input-field-grid .input-field label {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 12px;
}
.create-request-feature .form-area-feature .input-field-grid .input-field input {
  background: #f9f9f9;
  border-radius: 12px;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 56px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 16px;
  transition: 300ms ease;
  border: 2px solid rgba(0, 0, 0, 0.0392156863);
}
.create-request-feature .form-area-feature .input-field-grid .input-field input:focus {
  border: 2px solid mediumslateblue;
  cursor: auto;
}
.create-request-feature .form-area-feature .input-field-grid .input-field input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 14px;
}
.create-request-feature .form-area-feature .input-field-grid .input-field input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 14px;
}
.create-request-feature .form-area-feature .record {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}
.create-request-feature .form-area-feature .record label {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 12px;
}
.create-request-feature .form-area-feature .record textarea {
  width: 100%;
  height: 120px;
  resize: none;
  background: #f9f9f9;
  border-radius: 12px;
  transition: 300ms ease;
  padding: 17px 24px;
  outline: none;
  border: 2px solid rgba(0, 0, 0, 0.0392156863);
}
.create-request-feature .form-area-feature .record textarea:focus {
  border: 2px solid mediumslateblue;
  cursor: auto;
}
.create-request-feature .form-area-feature .record textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 14px;
}
.create-request-feature .form-area-feature .record textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 14px;
}
.create-request-feature .form-area-feature button[type=submit] {
  outline: none;
  border: none;
  background-color: #005B30;
  border-radius: 8px;
  cursor: pointer;
  transition: 400ms ease;
  max-width: 252px;
  width: 100%;
  height: auto;
  padding: 10px 12px;
  height: 56px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
}
.create-request-feature .form-area-feature button[type=submit]:active {
  transform: scale(0.9);
}
.create-request-feature .form-area-feature button[type=submit]:hover {
  background-color: #31c27e;
}/*# sourceMappingURL=style.css.map */



.request-feature {
  width: 80%;
  padding: 38px;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.request-feature .head-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.request-feature .head-area h2 {
  color: #000000;
  font-weight: 600;
  font-size: 36px;
}
.request-feature .head-area .create-new-request {
  background: #ffffff;
  padding: 12px 24px;
  text-align: center;
  outline: none;
  border: 1px dashed rgba(0, 91, 48, 0.4);
  color: #005b30;
  font-weight: 500;
  font-size: 14px;
  border-radius: 12px;
  cursor: pointer;
  transition: 400ms ease;
}
.request-feature .head-area .create-new-request:hover {
  background-color: #005b30;
  color: white;
  border: 1px dashed #303030;
}
.request-feature .head-area .create-new-request:active {
  transform: scale(0.95);
}
.request-feature .contain-section {
  margin-top: 40px;
  overflow: auto;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.request-feature .contain-section table {
  width: 100%;
  border-collapse: collapse;
  overflow: auto;
}
.request-feature .contain-section table thead {
  width: 100%;
  background: #fafafa;
  border: 1px solid #fafafa;
}
.request-feature .contain-section table thead tr td {
  padding: 18px 24px;
  color: rgba(0, 0, 0, 0.8980392157);
  text-align: start;
  font-weight: 400;
  font-size: 15px;
  text-wrap: nowrap;
}
.request-feature .contain-section table tbody {
  width: 100%;
  background: #fafafa;
  position: relative;
  top: 12px;
}
.request-feature .contain-section table tbody tr td {
  padding: 18px 24px;
  color: rgba(0, 0, 0, 0.6980392157);
  text-align: start;
  font-weight: 400;
  text-wrap: nowrap;
  font-size: 14px;
  transition: 400ms ease;
}
.request-feature .contain-section table tbody tr td .other-setting {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.request-feature .contain-section table tbody tr td .other-setting img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.request-feature .contain-section table tbody tr td .other-setting img:active {
  transform: scale(0.8);
}
.request-feature .contain-section table tbody tr td.red-comment {
  color: #f90000;
}
.request-feature .contain-section table tbody tr td:hover {
  background-color: rgb(228, 228, 228);
}/*# sourceMappingURL=style.css.map */





.products-inner-container .swiper-and-productcontent .right-texts .table-container {
    max-width: 100% !important;
    overflow: auto !important;
        border-radius: 10px;
        border: 2px solid #D9D9D9;
        margin-top: 24px;
    
}
.news-item .news-item-content {
    gap: 16px !important;
}
.products-inner-container .swiper-and-productcontent .right-texts .table-container table {
    border: 2px solid #D9D9D9;
    border-collapse: collapse;
        border-radius: 10px;
}
.products-inner-container .swiper-and-productcontent .right-texts p {
    width: 100% !important;
}

.products-inner-container .swiper-and-productcontent .right-texts .table-container table th,
.products-inner-container .swiper-and-productcontent .right-texts .table-container table td {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 8px; 
    font-size: 15px;
    text-align: left; 
    text-wrap: nowrap;
}

.products-inner-container .swiper-and-productcontent .right-texts .table-container table th p {
    font-size: 15px;
    text-align: left; 
    text-wrap: nowrap;
}
.products-inner-container .swiper-and-productcontent .right-texts .table-container table tr p {
    font-size: 15px;
    text-align: left; 
    text-wrap: nowrap;
}

.products-inner-container .swiper-and-productcontent .right-texts .table-container table td p {
        font-size: 15px;
    text-align: left;
    text-wrap: nowrap;
    width: unset;
    padding: 0 24px !important;
}

@media only screen and (max-width: 568px) {
    .products-inner-container .swiper-and-productcontent .right-texts .table-container {
        max-width: 100% !important;
    }
    .products-inner-container .swiper-and-productcontent .right-texts p {
        text-wrap: wrap !important;
        max-width: 400px !important;
        width: 100% !important;
    }
}


























.services-container .service-boxes-inner .box-service-inner {
    position: relative;
}
.services-container .service-boxes-inner .box-service-inner .req-area {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
}

.services-container .service-boxes-inner .box-service-inner .req-area .get-req-button {
    max-width: 176px;
    width: 100%;
    height: 46px;
    border-radius: 100px;
    margin-top: 24px;
    background-color: #005B30;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    text-align: center;
    padding: 12px 24px;
    transition: 100ms ease;
}

.services-container .service-boxes-inner .box-service-inner .req-area .get-req-button p {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    text-wrap: nowrap;
}


.services-container .service-boxes-inner .box-service-inner .req-area .req-share {
    max-width: 219px;
    width: 100%;
    height: auto;
    background: #FAFAFA;
    box-shadow: 0px 0px 25px 0px rgb(0,0,0,0.1);
    border-radius: 12px;
    position: absolute;
    top: 120%;
    left: 29%;
    transform: translateX(-50%);
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    transition: 200ms ease;
    pointer-events: none;
}

.tooltip_ex {
    
    position: fixed !important; 
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    pointer-events: none;
    z-index: 99999999 !important;
}




.services-container .service-boxes-inner .box-service-inner .req-area .req-share.active {
    opacity: 1;
    pointer-events: all;
}
.services-container .service-boxes-inner .box-service-inner .req-area .req-share .icon {
    min-width: 40px;
    width: 40px;
    min-height: 40px;
    height: 40px;
}

.services-container .service-boxes-inner .box-service-inner .req-area .req-share:before {
    content: '';
    position: absolute;
    top: -10px; 
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #FAFAFA; 
}




.services-container .service-boxes-inner .box-service-inner  .req-area .get-req-button:active {
    transform: scale(0.98);
}
.services-container .service-boxes-inner .box-service-inner .req-area .get-req-button:hover {
    background-color: mediumslateblue;
    color: white;
}


.hero-feature-wrapper {
    width: calc(100% - 48px) !important;
}
.home-service-box span {
    padding: 5px 24px !important;
    margin-top: 16px !important;
}
.top-header-feature-wrapper {
    margin-top: 20px !important;
        width: calc(100% - 48px) !important;
}
.hero-feature-wrapper .swiper-slide .text-content .get-more {
    padding: 12px 38.5px;
    min-width: 176px;
    max-width: 176px;
    width: 100%;
    margin-top: 48px;
    background-color: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    border: 1px solid transparent;
    color: #000000;
    font-size: 16px;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
}
.hero-feature-wrapper .swiper-slide .text-content .get-more:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}


.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
 background-color: white;
 border: none !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
 border: 1px solid white;
 background-color: white;
 min-width: 12px;
 width: 12px;
 height: 12px;
 min-height: 12px;
}

.hero-feature-wrapper .header-feature-wrapper .header-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.hero-feature-wrapper .header-feature-wrapper .header-feature a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-wrap: nowrap;
  line-height:24px;
  font-weight: 500;
  transition: 0.2s ease-out;
}

.top-header-feature-wrapper {
 width: 100%;
 background: #f5f5f5;
 padding: 12px 116px;
 border-radius: 18px;
}
.top-header-feature-wrapper .top-header-feature {
 width: 100%;
 height: auto;
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.top-header-feature-wrapper .top-header-feature .logos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.top-header-feature-wrapper .top-header-feature .logos .logo {
 /*min-width: 100px;*/
 /*width: 100px;*/
 height: 70px;
 min-height: 70px;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
}
.top-header-feature-wrapper .top-header-feature .logos .logo img {
 width: 100%;
 height: 100%;
 -o-object-fit: contain;
 object-fit: contain;
}
.top-header-feature-wrapper .top-header-feature .right-section {
 display: flex;
 align-items: center;
 justify-content: flex-end;
 gap: 20px;
}
.top-header-feature-wrapper .top-header-feature .right-section a {
 min-width: 100px;
 width: 100px;
 height: 46px;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 100px;
 background-color: #005b30;
 color: #ffffff;
 font-weight: 500;
 font-size: 15px;
 cursor: pointer;
 transition: 80ms ease;
 text-decoration: none;
 border: 1px solid transparent;
}
.top-header-feature-wrapper .top-header-feature .right-section a:hover {
 background-color: #f5f5f5;
 color: #005b30;
 border: 1px solid #005b30;
}
.top-header-feature-wrapper .top-header-feature .right-section a:active {
 transform: scale(0.99);
}
.top-header-feature-wrapper .top-header-feature .right-section .search-btn {
 min-width: 46px;
 width: 46px;
 height: 46px;
 min-height: 46px;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 background-color: #ffffff;
 border-radius: 100px;
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 user-select: none;
 padding: 11px;
 transition: all 0.3s ease;
 position: relative;
}
.top-header-feature-wrapper .top-header-feature .right-section .search-btn img {
 width: 100%;
 height: 100%;
 -o-object-fit: contain;
 object-fit: contain;
 transition: left 0.3s ease;
}
.top-header-feature-wrapper .top-header-feature .right-section .search-btn .search-input {
 opacity: 0;
 width: 0;
 height: 0;
 border: none;
 outline: none;
 padding: 0;
 pointer-events: none;
 transition: all 0.3s ease;
}
.top-header-feature-wrapper .top-header-feature .right-section .search-btn .search-input.show {
 pointer-events: all;
 width: calc(100% - 60px); /* Genişliği düğmeye göre ayarlayın */
 height: 100%;
 padding: 0 10px;
 opacity: 1;
 position: absolute;
 left: 50px; /* İkona göre hizalanır */
 background-color: transparent;
}
.top-header-feature-wrapper .top-header-feature .right-section .search-btn.active {
 min-width: 200px;
 padding: 0 15px;
}
.top-header-feature-wrapper .top-header-feature .right-section .search-btn.active img {
 position: absolute;
 left: 12px;
 min-width: 24px;
 width: 24px;
 height: 24px;
 min-height: 24px;
}

.top-header-feature-wrapper .top-header-feature .right-section .language-select {
 background-color: #ffffff;
 outline: none;
 border: none;
 min-width: 85px;
 width: 85px;
 padding: 12px 20px;
 border-radius: 100px;
 cursor: pointer;
 color: #000000;
 font-weight: 500;
 font-size: 15px;
 -moz-appearance: none;
 appearance: none;
 -webkit-appearance: none;
 background-image: url("{{ asset('/') }}front/images/Frame.svg");
 background-repeat: no-repeat;
 background-position: 50px;
 background-size: auto;
}

.hero-feature-wrapper {
 width: 100%;
 height: 700px;
 background-color: transparent;
border-radius: 28px !important;
 position: relative;
 margin-top: 10px;
}
.hero-feature-wrapper .header-feature-wrapper {
    width: 85%;
    height: auto;
    background: #FFFFFF1F;
    backdrop-filter: blur(42px)
    -webkit-backdrop-filter: blur(42px);
    border-radius: 18px;
    position: absolute;
    z-index: 1000;
    top: 24px;
    border-radius: 28px !important;
    left: 116px;
    padding: 22px 147px;
}
.hero-feature-wrapper .swiper {
 width: 100%;
 height: 100%;
 border-radius: 28px !important;
}
.hero-feature-wrapper .swiper-slide {
 width: 100%;
 height: 100%;
 border-radius: 28px !important;
 background: transparent;
 position: relative;
 display: flex;
 justify-content: flex-start;
 align-items: center;
}


.hero-feature-wrapper .swiper-slide .text-content {
 position: absolute;
 left: 0;
 width: 100%;
 -webkit-user-select: all;
 -moz-user-select: all;
 user-select: all;
 z-index: 100;
 height: 100px;
 padding: 0 70px;
 background-color: transparent;
}
.hero-feature-wrapper .swiper-slide .text-content .text {
 display: flex;
 align-items: flex-start;
 justify-content: flex-start;
 flex-direction: column;
 gap: 32px;
}
.hero-feature-wrapper .swiper-slide .text-content .text h2 {
 max-width: 548px;
 width: 100%;
 height: auto;
 color: #ffffff;
 font-weight: 600;
 font-size: 40px;
 line-height: 52px;
}
.hero-feature-wrapper .swiper-slide .text-content .text p {
 max-width: 548px;
 width: 100%;
 text-align: start;
 color: #ffffff;
 font-weight: 400;
 font-size: 18px;
 line-height: 24px;
}
.hero-feature-wrapper .swiper-slide img {
 width: 100%;
 border-radius: 28px !important;
 height: 100%;
 -o-object-fit: fill;
 object-fit: fill;
}
.hero-feature-wrapper .swiper-slide::after {
 content: '';
 width: 100%;
 height: 100%;
 position: absolute;
 z-index: 0;
 pointer-events: none;
 left: 0;
 top: 0;
 border-radius: 28px !important;
 background-color: rgba(0, 0, 0, 0.4);
}






a{
    text-decoration:none !important;
}


.map-container {
  margin-top: 5rem;
  width: 700px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.map-container svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-container svg path {
  transition: 150ms ease-in-out;
}
.map-container svg path:hover {
  fill: rgba(255, 214, 10, 1);
  stroke: rgba(0, 0, 0, 0.28);
  stroke-width: 6px;
}
.map-container svg #location-icon:hover {
  fill: rgba(255, 255, 255, 1);
}

.modal-container {
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.12);
  position: fixed;
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-container .modal-content {
  animation: modalAnim 150ms ease-in-out forwards normal;
  padding: 30px;
  width: 630px;
  background: rgba(255, 255, 255, 1);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
@keyframes modalAnim {
  from {
    transform: scale(0.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.modal-container h1 {
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  font-size: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.modal-container p {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}


html,
body {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.mobile-header-main {}

.map-container {
  width: 790px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.map-container svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-container svg path {
  transition: 150ms ease-in-out;
}
.map-container svg path:hover {
  fill: rgba(255, 214, 10, 1);
  stroke: rgba(0, 0, 0, 0.28);
  stroke-width: 6px;
}
.map-container svg #location-icon:hover {
  fill: rgba(255, 255, 255, 1);
}

.modal-container {
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.12);
  position: fixed;
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-container .modal-content {
  animation: modalAnim 150ms ease-in-out forwards normal;
  padding: 30px;
  width: 630px;
  background: rgba(255, 255, 255, 1);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
@keyframes modalAnim {
  from {
    transform: scale(0.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.modal-container h1 {
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  font-size: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.modal-container p {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}



.wa-link{
    position:fixed;
    right:30px;
    bottom:40px;
    width:80px;
    height:45px;
    z-index:20;

}
.wa-link img{
    width:100%;
    height:100%;
}

/*search area*/
.login-and-search .searchBtn {
    width: 25px;
    height: 25px;
    margin-left: -3rem;
    cursor: pointer;
}
.searchBtn2 {
      width: 25px;
    height: 25px;
    /* margin-left: -3rem; */
    cursor: auto;
    position: absolute;
    right: 15px;
}
.login-and-search{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.login-and-search .searchBtn:hover {
    filter: opacity(50%);
}
.login-and-search .searchBtn:active {
    transfrom: scale(0.98);
}
.headerright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}
.search-results {
        width: 100%;
    position: absolute;
    top: 2.5rem;
    z-index: 100000;
    height: auto;
    padding: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    background-color: white;
    border-radius: 12px;
    gap: 12px;
    animation: showResult 0.1s ease-in-out forwards normal;
}
.search-result .message {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #919191;
    width: 100%;
}
@keyframes showResult {
    from {
        opacity: 0;
        transform: translateY(-5px);
    } to {
        opacity: 1;
        transform: translateY(0);
    }
}
.search-results .product-name {
        font-size: 18px;
    font-weight: 400;
    text-decoration: none;

    color: #303030;
    letter-spacing: -0.5px;
    text-wrap: wrap;
}
.search-area {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
     align-items: center;
    justify-content: center;
    flex-direction: column;
}
.search-area .input-box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.search-area input {
    padding-right: 12px;
    animation: showingInput 0.1s ease-in-out forwards normal;
 padding: 8px 16px;
        border-radius: 12px;
        border: 1px solid #cecece;
        color: black;
        font-size: 16px;
        outline: none;
}
@keyframes showingInput {
from {
    opacity: 0;
    transform: translateY(-5px);
} to {
    opacity: 1;
    transform: translateY(0);
}
}

.top-wrapper-content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
.top-wrapper-content .topheader {
  width: 97%;
    background: #dcefc9;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin-top:24px;
  padding: 16px 60px;
    border-radius: 32px;
}
.top-wrapper-content .topheader .logo-container {
  width: 124px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap:20px;
}
.hamburger{
    border:none;
    outline:none;
    background:transparent;
    display:none;
}
.hamburger svg{
    width:36px;
    height:36px;
}
.top-wrapper-content .topheader .logo-container .nav_logo1 {
  width: 47px;
}
.top-wrapper-content .topheader .logo-container .nav_logo2 {
  width: 58px;
}
.top-wrapper-content .topheader .top-header-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-left:40px;
}
.top-wrapper-content .topheader .top-header-socials .telephone {
  text-decoration: none;
  transition: 0.2s ease-out;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.top-wrapper-content .topheader .top-header-socials .telephone .logowrap {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.top-wrapper-content .topheader .top-header-socials .telephone .logowrap img {
  width: 80%;
  height: auto;
}
.top-wrapper-content .topheader .top-header-socials .telephone .right-spans {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.top-wrapper-content .topheader .top-header-socials .telephone .right-spans .content {
  padding: 2px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.top-wrapper-content .topheader .navbar_login{
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #000;
    border: 2px solid #a5d674;
    border-radius: 12px;
}

.top-wrapper-content .topheader .header-social_medias{
    display:flex;
    align-items:center;
    margin-left:10px;
    gap:16px;
}
.top-wrapper-content .topheader .header-social_medias .header-social-media-item{
    width: 36px;
    height: 36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50px;
    background: #005B30;
    padding:9px;
}
.top-wrapper-content .topheader .header-social_medias .header-social-media-item img{
    width:100%;
    height:100%;
}
@keyframes optionAnim {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.top-wrapper-content .header-main {
  animation: page_opening 0.4s ease-out forwards normal;
  width: 92%;
background: rgba(255,255,255,.6);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:36px;
  padding:14px;
  border-radius:18px;
  gap:32px;
}
@keyframes page_opening {
  from {
    transform: translateY(-3rem);
    opacity: 30%;
  }
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.top-wrapper-content .header-main a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height:24px;
  font-weight: 400;
  transition: 0.2s ease-out;
}
.top-wrapper-content .header-main .navbar_lang{
    display:flex;
    flex-direction:column;
    align-items:start;
    position:relative;

}
.top-wrapper-content .header-main .navbar_lang .current_lang{
    display:flex;
    align-items:center;
    padding:6px 15px 6px 9px;
    border: 0.5px solid rgba(0, 0, 0, 0.52);
    border-radius:8px;
    background:#d6ebcd;
    color:#000;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    gap:10px;
    text-transform: uppercase;
}
.top-wrapper-content .header-main .navbar_lang .other_langs{
padding: 8px 0;
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    border: 1px solid transparent;
    left: 0;
    top: 44px;
    background: #d7eccd;
    width: 100%;
    border-radius: 8px;
}
.top-wrapper-content .header-main .active_navbar_lang .other_langs{
    display: flex;
}
.top-wrapper-content .header-main .navbar_lang .other_langs .other_lang_item{
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}
.top-wrapper-content .header-main .active_navbar_lang .current_lang svg{
    transform: rotate(-180deg)
}
.top-wrapper-content .header-main a:hover {
  transform: scale(1.05);
}
.top-wrapper-content .carousel-content {
  animation: page_opening 0.4s ease-out forwards normal;
  width: 97%;
  height: 715px;
  display: flex;
  align-items: center;
  justify-content: center;
margin-top: -92px;
border-radius:28px;
}
@keyframes page_opening {
  from {
    transform: translateY(-3rem);
    opacity: 30%;
  }
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.top-wrapper-content .carousel-content .swiper {
  width: 100%;
  height: 100%;
  border-radius:28px;
}
.top-wrapper-content .carousel-content .swiper .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
}
.top-wrapper-content .carousel-content .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
}
.top-wrapper-content .carousel-content .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top-wrapper-content .carousel-content .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-wrapper-content .carousel-content .swiper .swiper-slide .blur-div-wrapper {
  position: absolute;
  left: 0;
  width: 50%;
  height: 715px;
  border-right: 1px solid rgba(0, 0, 0, 0.253);
  background: rgb(151, 158, 121);
  background: linear-gradient(121deg, rgb(121, 158, 127) 0%, rgba(82, 71, 39, 0.24) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-wrapper-content .carousel-content .swiper .swiper-slide .blur-div-wrapper .content {
  width: auto;
  height: auto;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.top-wrapper-content .carousel-content .swiper .swiper-slide .blur-div-wrapper .content h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  padding-left: 78px;
  padding-right: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top-wrapper-content .carousel-content .swiper .swiper-slide .blur-div-wrapper .content span {
  padding-left: 78px;
  padding-right: 79px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #fff;
  padding-top: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.contact-header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
.contact-header .topheader {
  width: 100%;
  height: 154px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.contact-header .topheader .logo-container {
  width: 100px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 67px;
  overflow: hidden;
}
.contact-header .topheader .logo-container img {
  width: 100%;
  height: 100%;
}
.contact-header .topheader .top-header-socials {
  position: absolute;
  width: auto;
  height: auto;
  left: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  bottom: 60px;
}
.contact-header .topheader .top-header-socials .telephone {
  text-decoration: none;
  transition: 0.2s ease-out;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact-header .topheader .top-header-socials .telephone .logowrap {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.contact-header .topheader .top-header-socials .telephone .logowrap img {
  width: 80%;
  height: auto;
}
.contact-header .topheader .top-header-socials .telephone .right-spans {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.contact-header .topheader .top-header-socials .telephone .right-spans .title {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 2px;
  color: #000000;
}
.top-wrapper-content .topheader .top-header-socials .telephone .right-spans .header-phone {
    display:flex;
    align-items:start;
    flex-direction:column;
    gap:2px;
}
.top-wrapper-content .topheader .top-header-socials .telephone .right-spans .header-phone .phone_link{
    font-size:12px;
    line-height:18px;
    color: rgba(0, 0, 0, 0.8);
    font-weight:400;
}
.contact-header .topheader .login-register-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 120px;
  position: absolute;
  bottom: 65px;
  right: 2rem;
  gap: 10px;
}
.contact-header .topheader .login-register-buttons .login {
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: white;
  color: black;
  padding: 7px 14px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 13px;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.contact-header .topheader .login-register-buttons .login:hover {
  background-color: black;
  color: #fff;
}
.contact-header .topheader .login-register-buttons .register {
  font-size: 13px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: black;
  color: white;
  padding: 7px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.contact-header .topheader .login-register-buttons .register:hover {
  background-color: #9dd268;
  color: black;
  border: none;
}
.contact-header .topheader .language-select {
  position: absolute;
  right: 5rem;
  width: 60px;
  top: 35%;
  height: 35px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 8px;
  padding: 5px;
  transition: 400ms ease-out;
}
.contact-header .topheader .language-select .option {
  animation: optionAnim 0.5s ease-out forwards none;
  background-color: #000000;
  color: #fff;
  font-size: 12px;
}
@keyframes optionAnim {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1360px) {
  .contact-header .topheader .language-select {
    display: none !important;
  }
}
.contact-header .header-main {
  animation: page_opening 0.4s ease-out forwards normal;
  width: 80%;
  min-height: 68px;
  background: rgba(157, 210, 104, 0.9215686275);
  position: absolute;
  top: 120px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes page_opening {
  from {
    transform: translateY(-3rem);
    opacity: 30%;
  }
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.contact-header .header-main a {
  padding: 5px 20px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-out;
}
.contact-header .header-main a:hover {
  transform: scale(1.05);
}
.contact-header .carousel-content {
  animation: page_opening 0.4s ease-out forwards normal;
  width: 100%;
  height: 715px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes page_opening {
  from {
    transform: translateY(-3rem);
    opacity: 30%;
  }
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.contact-header .carousel-content .swiper {
  width: 100%;
  height: 100%;
}
.contact-header .carousel-content .swiper .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
}
.contact-header .carousel-content .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
}
.contact-header .carousel-content .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contact-header .carousel-content .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-header .carousel-content .swiper .swiper-slide .blur-div-wrapper {
  position: absolute;
  left: 0;
  width: 50%;
  height: 715px;
  border-right: 1px solid rgba(0, 0, 0, 0.253);
  background: rgb(151, 158, 121);
  background: linear-gradient(121deg, rgb(121, 158, 127) 0%, rgba(82, 71, 39, 0.24) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-header .carousel-content .swiper .swiper-slide .blur-div-wrapper .content {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-header .carousel-content .swiper .swiper-slide .blur-div-wrapper .content h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  padding-left: 78px;
  padding-right: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contact-header .carousel-content .swiper .swiper-slide .blur-div-wrapper .content span {
  padding-left: 78px;
  padding-right: 79px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #fff;
  padding-top: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
.about-header .topheader {
  width: 100%;
  height: 154px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.about-header .topheader .logo-container {
  width: 100px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 67px;
  overflow: hidden;
}
.about-header .topheader .logo-container img {
  width: 100%;
  height: 100%;
}
.about-header .topheader .top-header-socials {
  position: absolute;
  width: auto;
  height: auto;
  left: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  bottom: 60px;
}
.about-header .topheader .top-header-socials .telephone {
  text-decoration: none;
  transition: 0.2s ease-out;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.about-header .topheader .top-header-socials .telephone .logowrap {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-header .topheader .top-header-socials .telephone .logowrap img {
  width: 80%;
  height: auto;
}
.about-header .topheader .top-header-socials .telephone .right-spans {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.about-header .topheader .top-header-socials .telephone .right-spans .title {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 2px;
  color: #000000;
}
.about-header .topheader .top-header-socials .telephone .right-spans .content {
  padding: 2px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-weight: 400;
}
.about-header .topheader .login-register-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 120px;
  position: absolute;
  bottom: 65px;
  right: 2rem;
  gap: 10px;
}
.about-header .topheader .login-register-buttons .login {
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: white;
  color: black;
  padding: 7px 14px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 13px;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.about-header .topheader .login-register-buttons .login:hover {
  background-color: black;
  color: #fff;
}
.about-header .topheader .login-register-buttons .register {
  font-size: 13px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: black;
  color: white;
  padding: 7px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.about-header .topheader .login-register-buttons .register:hover {
  background-color: #9dd268;
  color: black;
  border: none;
}
.about-header .topheader .language-select {
  position: absolute;
  right: 5rem;
  width: 60px;
  top: 35%;
  height: 35px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 8px;
  padding: 5px;
  transition: 400ms ease-out;
}
.about-header .topheader .language-select .option {
  animation: optionAnim 0.5s ease-out forwards none;
  background-color: #000000;
  color: #fff;
  font-size: 12px;
}
@keyframes optionAnim {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1360px) {
  .about-header .topheader .language-select {
    display: none !important;
  }
}
.about-header .header-main {
  animation: page_opening 0.4s ease-out forwards normal;
  width: 80%;
  min-height: 68px;
  background: rgba(157, 210, 104, 0.9215686275);
  position: absolute;
  top: 120px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes page_opening {
  from {
    transform: translateY(-3rem);
    opacity: 30%;
  }
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.about-header .header-main a {
  padding: 5px 20px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-out;
}
.about-header .header-main a:hover {
  transform: scale(1.05);
}
.about-header .carousel-content {
  animation: page_opening 0.4s ease-out forwards normal;
  width: 100%;
  height: 715px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes page_opening {
  from {
    transform: translateY(-3rem);
    opacity: 30%;
  }
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.about-header .carousel-content .swiper {
  width: 100%;
  height: 100%;
}
.about-header .carousel-content .swiper .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
}
.about-header .carousel-content .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
}
.about-header .carousel-content .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about-header .carousel-content .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-header .carousel-content .swiper .swiper-slide .blur-div-wrapper {
  position: absolute;
  left: 0;
  width: 50%;
  height: 715px;
  border-right: 1px solid rgba(0, 0, 0, 0.253);
  background: rgb(151, 158, 121);
  background: linear-gradient(121deg, rgb(121, 158, 127) 0%, rgba(82, 71, 39, 0.24) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-header .carousel-content .swiper .swiper-slide .blur-div-wrapper .content {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-header .carousel-content .swiper .swiper-slide .blur-div-wrapper .content h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  padding-left: 78px;
  padding-right: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-header .carousel-content .swiper .swiper-slide .blur-div-wrapper .content span {
  padding-left: 78px;
  padding-right: 79px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #fff;
  padding-top: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services-header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
.services-header .topheader {
  width: 100%;
  height: 154px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.services-header .topheader .logo-container {
  width: 100px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 67px;
  overflow: hidden;
}
.services-header .topheader .logo-container img {
  width: 100%;
  height: 100%;
}
.services-header .topheader .top-header-socials {
  position: absolute;
  width: auto;
  height: auto;
  left: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  bottom: 60px;
}
.services-header .topheader .top-header-socials .telephone {
  text-decoration: none;
  transition: 0.2s ease-out;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.services-header .topheader .top-header-socials .telephone .logowrap {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.services-header .topheader .top-header-socials .telephone .logowrap img {
  width: 80%;
  height: auto;
}
.services-header .topheader .top-header-socials .telephone .right-spans {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.services-header .topheader .top-header-socials .telephone .right-spans .title {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 2px;
  color: #000000;
}
.services-header .topheader .top-header-socials .telephone .right-spans .content {
  padding: 2px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-weight: 400;
}
.services-header .topheader .login-register-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 120px;
  position: absolute;
  bottom: 65px;
  right: 2rem;
  gap: 10px;
}
.services-header .topheader .login-register-buttons .login {
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: white;
  color: black;
  padding: 7px 14px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 13px;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.services-header .topheader .login-register-buttons .login:hover {
  background-color: black;
  color: #fff;
}
.services-header .topheader .login-register-buttons .register {
  font-size: 13px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: black;
  color: white;
  padding: 7px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.services-header .topheader .login-register-buttons .register:hover {
  background-color: #9dd268;
  color: black;
  border: none;
}
.services-header .topheader .language-select {
  position: absolute;
  right: 5rem;
  width: 60px;
  top: 35%;
  height: 35px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 8px;
  padding: 5px;
  transition: 400ms ease-out;
}
.services-header .topheader .language-select .option {
  animation: optionAnim 0.5s ease-out forwards none;
  background-color: #000000;
  color: #fff;
  font-size: 12px;
}
@keyframes optionAnim {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1360px) {
  .services-header .topheader .language-select {
    display: none !important;
  }
}
.services-header .header-main {
  animation: page_opening 0.4s ease-out forwards normal;
  width: 80%;
  min-height: 68px;
  background: rgba(157, 210, 104, 0.9215686275);
  position: absolute;
  top: 120px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes page_opening {
  from {
    transform: translateY(-3rem);
    opacity: 30%;
  }
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.services-header .header-main a {
  padding: 5px 20px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-out;
}
.services-header .header-main a:hover {
  transform: scale(1.05);
}
.services-header .carousel-content {
  animation: page_opening 0.4s ease-out forwards normal;
  width: 100%;
  height: 715px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes page_opening {
  from {
    transform: translateY(-3rem);
    opacity: 30%;
  }
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.services-header .carousel-content .swiper {
  width: 100%;
  height: 100%;
}
.services-header .carousel-content .swiper .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
}
.services-header .carousel-content .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
}
.services-header .carousel-content .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.services-header .carousel-content .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-header .carousel-content .swiper .swiper-slide .blur-div-wrapper {
  position: absolute;
  left: 0;
  width: 50%;
  height: 715px;
  border-right: 1px solid rgba(0, 0, 0, 0.253);
  background: rgb(151, 158, 121);
  background: linear-gradient(121deg, rgb(121, 158, 127) 0%, rgba(82, 71, 39, 0.24) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-header .carousel-content .swiper .swiper-slide .blur-div-wrapper .content {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.services-header .carousel-content .swiper .swiper-slide .blur-div-wrapper .content h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  padding-left: 78px;
  padding-right: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services-header .carousel-content .swiper .swiper-slide .blur-div-wrapper .content span {
  padding-left: 78px;
  padding-right: 79px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #fff;
  padding-top: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.expertise-header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
.expertise-header .topheader {
  width: 100%;
  height: 154px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.expertise-header .topheader .logo-container {
  width: 100px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 67px;
  overflow: hidden;
}
.expertise-header .topheader .logo-container img {
  width: 100%;
  height: 100%;
}
.expertise-header .topheader .top-header-socials {
  position: absolute;
  width: auto;
  height: auto;
  left: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  bottom: 60px;
}
.expertise-header .topheader .top-header-socials .telephone {
  text-decoration: none;
  transition: 0.2s ease-out;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.expertise-header .topheader .top-header-socials .telephone .logowrap {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.expertise-header .topheader .top-header-socials .telephone .logowrap img {
  width: 80%;
  height: auto;
}
.expertise-header .topheader .top-header-socials .telephone .right-spans {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.expertise-header .topheader .top-header-socials .telephone .right-spans .title {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 2px;
  color: #000000;
}
.expertise-header .topheader .top-header-socials .telephone .right-spans .content {
  padding: 2px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-weight: 400;
}
.expertise-header .topheader .login-register-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 120px;
  position: absolute;
  bottom: 65px;
  right: 2rem;
  gap: 10px;
}
.expertise-header .topheader .login-register-buttons .login {
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: white;
  color: black;
  padding: 7px 14px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 13px;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.expertise-header .topheader .login-register-buttons .login:hover {
  background-color: black;
  color: #fff;
}
.expertise-header .topheader .login-register-buttons .register {
  font-size: 13px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: black;
  color: white;
  padding: 7px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.expertise-header .topheader .login-register-buttons .register:hover {
  background-color: #9dd268;
  color: black;
  border: none;
}
.expertise-header .topheader .language-select {
  position: absolute;
  right: 5rem;
  width: 60px;
  top: 35%;
  height: 35px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 8px;
  padding: 5px;
  transition: 400ms ease-out;
}
.expertise-header .topheader .language-select .option {
  animation: optionAnim 0.5s ease-out forwards none;
  background-color: #000000;
  color: #fff;
  font-size: 12px;
}
@keyframes optionAnim {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1360px) {
  .expertise-header .topheader .language-select {
    display: none !important;
  }
}
.expertise-header .header-main {
  animation: page_opening 0.4s ease-out forwards normal;
  width: 80%;
  min-height: 68px;
  background: rgba(157, 210, 104, 0.9215686275);
  position: absolute;
  top: 120px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes page_opening {
  from {
    transform: translateY(-3rem);
    opacity: 30%;
  }
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.expertise-header .header-main a {
  padding: 5px 20px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-out;
}
.expertise-header .header-main a:hover {
  transform: scale(1.05);
}
.expertise-header .carousel-content {
  animation: page_opening 0.4s ease-out forwards normal;
  width: 100%;
  height: 715px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes page_opening {
  from {
    transform: translateY(-3rem);
    opacity: 30%;
  }
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.expertise-header .carousel-content .swiper {
  width: 100%;
  height: 100%;
}
.expertise-header .carousel-content .swiper .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
}
.expertise-header .carousel-content .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
}
.expertise-header .carousel-content .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.expertise-header .carousel-content .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.expertise-header .carousel-content .swiper .swiper-slide .blur-div-wrapper {
  position: absolute;
  left: 0;
  width: 50%;
  height: 715px;
  border-right: 1px solid rgba(0, 0, 0, 0.253);
  background: rgb(151, 158, 121);
  background: linear-gradient(121deg, rgb(121, 158, 127) 0%, rgba(82, 71, 39, 0.24) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.expertise-header .carousel-content .swiper .swiper-slide .blur-div-wrapper .content {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.expertise-header .carousel-content .swiper .swiper-slide .blur-div-wrapper .content h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  padding-left: 78px;
  padding-right: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.expertise-header .carousel-content .swiper .swiper-slide .blur-div-wrapper .content span {
  padding-left: 78px;
  padding-right: 79px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #fff;
  padding-top: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home_news{
    width: 100%;
    padding-left: 120px;
    padding-right: 120px;
    margin-top: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.home_news h1{
    text-align:center;
}
.home_news .news-item{
    width:403px;
    height:262px;
}
.news_slide{
    width:100%;
    max-width: 1440px;
    overflow: hidden !important;
    margin: 0 auto;
    margin-top:48px;
    padding-bottom:40px !important;
}
.news_slide .swiper-pagination {
    bottom:0 !important;
}
.news_slide .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #fff;
    border: 1px solid #005b30;
}
.news_slide .swiper-pagination .swiper-pagination-bullet-active{
    background: #005b30;
}

.partner-header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
.partner-header .topheader {
  width: 100%;
  height: 154px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.partner-header .topheader .logo-container {
  width: 100px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 67px;
  overflow: hidden;
}
.partner-header .topheader .logo-container img {
  width: 100%;
  height: 100%;
}
.partner-header .topheader .top-header-socials {
  position: absolute;
  width: auto;
  height: auto;
  left: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  bottom: 60px;
}
.partner-header .topheader .top-header-socials .telephone {
  text-decoration: none;
  transition: 0.2s ease-out;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.partner-header .topheader .top-header-socials .telephone .logowrap {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.partner-header .topheader .top-header-socials .telephone .logowrap img {
  width: 80%;
  height: auto;
}
.partner-header .topheader .top-header-socials .telephone .right-spans {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.partner-header .topheader .top-header-socials .telephone .right-spans .title {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 2px;
  color: #000000;
}
.partner-header .topheader .top-header-socials .telephone .right-spans .content {
  padding: 2px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-weight: 400;
}
.partner-header .topheader .login-register-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 120px;
  position: absolute;
  bottom: 65px;
  right: 2rem;
  gap: 10px;
}
.partner-header .topheader .login-register-buttons .login {
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: white;
  color: black;
  padding: 7px 14px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 13px;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.partner-header .topheader .login-register-buttons .login:hover {
  background-color: black;
  color: #fff;
}
.partner-header .topheader .login-register-buttons .register {
  font-size: 13px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: black;
  color: white;
  padding: 7px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.partner-header .topheader .login-register-buttons .register:hover {
  background-color: #9dd268;
  color: black;
  border: none;
}
.partner-header .topheader .language-select {
  position: absolute;
  right: 5rem;
  width: 60px;
  top: 35%;
  height: 35px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 8px;
  padding: 5px;
  transition: 400ms ease-out;
}
.partner-header .topheader .language-select .option {
  animation: optionAnim 0.5s ease-out forwards none;
  background-color: #000000;
  color: #fff;
  font-size: 12px;
}
@keyframes optionAnim {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1360px) {
  .partner-header .topheader .language-select {
    display: none !important;
  }
}
.partner-header .header-main {
  animation: page_opening 0.4s ease-out forwards normal;
  width: 80%;
  min-height: 68px;
  background: rgba(157, 210, 104, 0.9215686275);
  position: absolute;
  top: 120px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes page_opening {
  from {
    transform: translateY(-3rem);
    opacity: 30%;
  }
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.partner-header .header-main a {
  padding: 5px 20px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-out;
}
.partner-header .header-main a:hover {
  transform: scale(1.05);
}
.partner-header .carousel-content {
  animation: page_opening 0.4s ease-out forwards normal;
  width: 100%;
  height: 715px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes page_opening {
  from {
    transform: translateY(-3rem);
    opacity: 30%;
  }
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.partner-header .carousel-content .swiper {
  width: 100%;
  height: 100%;
}
.partner-header .carousel-content .swiper .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
}
.partner-header .carousel-content .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
}
.partner-header .carousel-content .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.partner-header .carousel-content .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner-header .carousel-content .swiper .swiper-slide .blur-div-wrapper {
  position: absolute;
  left: 0;
  width: 50%;
  height: 715px;
  border-right: 1px solid rgba(0, 0, 0, 0.253);
  background: rgb(151, 158, 121);
  background: linear-gradient(121deg, rgb(121, 158, 127) 0%, rgba(82, 71, 39, 0.24) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-header .carousel-content .swiper .swiper-slide .blur-div-wrapper .content {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.partner-header .carousel-content .swiper .swiper-slide .blur-div-wrapper .content h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  padding-left: 78px;
  padding-right: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.partner-header .carousel-content .swiper .swiper-slide .blur-div-wrapper .content span {
  padding-left: 78px;
  padding-right: 79px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #fff;
  padding-top: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.statistics {
  width: 80%;
  background-color: #ffffff;
  margin-top: 120px;
}
.statistics h1 {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
.statistics .statistics-boxes {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    margin-top: 65px;
    gap:20px;
    row-gap: 65px;
}
.statistics .statistics-boxes .statistics-box{
    background: #FFFFFF;
    box-shadow: 4px 6px 22px 0px rgba(0, 0, 0, 0.12);
    border-radius:8px;
    display:flex;
    align-items:center;
    flex-direction:column;
    padding:22px 12px;
    position: relative;
}
.statistics .statistics-boxes .statistics-box .statistics-icon{
    width:50px;
    height:50px;
    border: 1px solid #005B30;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
    transform:rotate(45deg);
    border-radius:8px;
    position: absolute;
    top: -25px;
}
.statistics .statistics-boxes .statistics-box .statistics-icon img{
    transform:rotate(-45deg);
    width:100%;
    height:100%;
}
.statistics .statistics-boxes .statistics-box .statistics-name{
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    color:#005B30;
    margin-top:20px;
    margin-bottom:0 !important;
}
.statistics .statistics-boxes .statistics-box p{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom:0;
    margin-top:8px;
}
.our-services {
  width: 80%;
  height: auto;
  background-color: #ffffff;
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.our-services h1 {
  font-size: 38px;
  font-weight: 500;
  text-align: left;
}
.our-services .box-on-services {
    display:grid;
    grid-template-columns:repeat(4,1fr);
  margin-top: 150px;
  column-gap: 33px;
  row-gap:135px;
}
.home-service-box{
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:24px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
    border-radius:12px;
}
.home-service-box .home-service-box-img{
    width:100%;
    height:230px;
    border-radius:12px;
    margin-top: -130px;
}
.home-service-box .home-service-box-img img{
    width:100%;
    height:100%;
    border-radius:12px;
}
.home-service-box .service-name{
    margin-top:24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color:#000;
    height:54px;
          display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
}
.home-service-box p{
    display:;
    margin-top:12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    height:44px;
    color:rgba(0, 0, 0, 0.85);
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
}
.home-service-box span{
    padding:10px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color:#000;
    border: 2px solid #a5d674;
    border-radius:12px;
}
.all_service_links{
    margin:20px auto 0;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.8);
    background-color: white;
    color: black;
    padding: 14px 20px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 13px;
    transition: 0.2s ease-out;
    cursor: pointer;
}
.all_service_links:hover {
    background-color: black;
    color: #fff;
}
.all_pro_links{
    margin:20px auto 0;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.8);
    background-color: white;
    color: black;
    padding: 14px 20px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 13px;
    transition: 0.2s ease-out;
    cursor: pointer;
}
.all_pro_links:hover {
    background-color: black;
    color: #fff;
}
.about-us {
    display: none !important;
  width: 100%;
  min-height: 500px;
  background-color: transparent;
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-us .background-wrapper-about-us {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-us .background-wrapper-about-us img {
  width: 100%;
  height: auto;
  filter: brightness(0.5);
}
.about-us .background-wrapper-about-us .text-content {
  position: absolute;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 400px;
  gap: 20px;
}
.about-us .background-wrapper-about-us .text-content h1 {
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
}
.about-us .background-wrapper-about-us .text-content p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.about-us .background-wrapper-about-us .text-content a {
  font-family: inherit;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  position: relative;
  background-color: #d9d9d9;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #000000;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 25px;
}
.about-us .background-wrapper-about-us .text-content a::before {
  position: absolute;
  content: "";
  background: rgb(113, 238, 124);
  width: 370px;
  height: 200px;
  z-index: -1;
  border-radius: 50%;
  color: #000000;
}
.about-us .background-wrapper-about-us .text-content a:hover {
  color: rgb(29, 29, 29);
  font-weight: 600;
}
.about-us .background-wrapper-about-us .text-content a:before {
  top: 100%;
  left: 100%;
  transition: 0.3s all;
}
.about-us .background-wrapper-about-us .text-content a:hover::before {
  top: -30px;
  left: -30px;
}

.areas-of-experience {
  width: 80%;
  min-height: 500px;
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.areas-of-experience h1 {
  font-size: 40px;
  font-weight: 500;
  text-align: left;
  color: #000000;
}
.areas-of-experience .exp-boxes {
  width: 100%;
  height: auto;
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin-top: 48px;
}
.areas-of-experience .exp-boxes .box-area {
  width: 100%;
  height: auto;
  padding: 27px;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #ffffff;
  position: relative;
  border-radius: 8px;
}
.areas-of-experience .exp-boxes .box-area .box {
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.areas-of-experience .exp-boxes .box-area .box h2 {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  padding-left: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.areas-of-experience .exp-boxes .box-area .box p {
  padding-left: 30px;
  padding-top: 7px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.areas-of-experience .exp-boxes .box-area .count-wrap {
  z-index: 1000;
  position: absolute;
  left: -1.7rem;
  top: 30%;
  width: 50px;
  height: 50px;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #005b30;
}
.areas-of-experience .exp-boxes .box-area .count-wrap span {
  font-size: 28px;
  font-weight: 500;
}
.areas-of-experience .exp-boxes .box-area::before {
  position: absolute;
  content: "";
  background: rgb(125, 255, 131);
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s ease;
  z-index: -1;
  opacity: 20%;
}
.areas-of-experience .exp-boxes .box-area:hover::before {
  width: 100%;
  opacity: 20%;
  z-index: 1;
}
.areas-of-experience .exp-boxes .exp1anim1 {
  animation: scaleing 0.7s ease-out forwards normal;
}
@keyframes scaleing {
  from {
    transform: scale(0.1);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.areas-of-experience .exp-boxes .exp2anim2 {
  animation: scaleing 1s ease-out forwards normal;
}
@keyframes scaleing {
  from {
    transform: scale(0.1);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.areas-of-experience .exp-boxes .exp3anim3 {
  animation: scaleing 1.5s ease-out forwards normal;
}
@keyframes scaleing {
  from {
    transform: scale(0.1);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.areas-of-experience .exp-boxes .exp4anim4 {
  animation: scaleing 2s ease-out forwards normal;
}
@keyframes scaleing {
  from {
    transform: scale(0.1);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.contact-container {
  width: 100%;
  height: auto;
  margin-top: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 70px;
}
.contact-container .left {
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.contact-container .left h1 {
  font-size: 40px;
  font-weight: 500;
  text-align: left;
  color: #000000;
}
.contact-container .left .contact-box {
  margin-top: 30px;
  text-decoration: none;
  width: 100%;
  position: relative;
  height: auto;
  padding: 8px;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.contact-container .left .contact-box .title-box {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #000000;
}
.contact-container .left .contact-box .contact {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-container .left .contact-box .contact .home-contact-box-links{
    display:flex;
    flex-direction:column;
    align-items:start;
    gap:10px;
}
.contact-container .left .contact-box .contact .logowrapper {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #000000;
}
.contact-container .left .contact-box .contact .logowrapper img {
  width: 60%;
  height: auto;
}
.contact-container .left .contact-box .contact .title-content {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  padding-left: 8px;
}
.contact-container .left .contact-box::before {
  position: absolute;
  content: "";
  background: rgb(68, 255, 78);
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s ease;
  z-index: -1;
  opacity: 20%;
}
.contact-container .left .contact-box:hover::before {
  width: 100%;
  opacity: 20%;
  z-index: 1;
}
.contact-container .left .contact-box-social {
  margin-top: 40px;
  text-decoration: none;
  width: auto;
  position: relative;
  height: auto;
  padding: 8px;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.contact-container .left .contact-box-social .icons {
  display: flex;
  gap: 20px;
}
.contact-container .left .contact-box-social .icons .logowrapper {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 11px;
  transition: 0.4s ease-out;
}
.contact-container .left .contact-box-social .icons .logowrapper img {
  width: 80%;
  height: auto;
}
.contact-container .left .contact-box-social .icons a:hover {
  transform: rotate(180deg) scale(1.1) skew(-10deg);
}
.contact-container .right-map {
  width: 50%;
  height: 524px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 3rem;
}

.partners {
    padding-top:20px;
    padding-bottom:20px;
  width: 100%;
  margin-top: 120px;
  background: rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 50px;
  flex-wrap: wrap;
}
.partners .swiper {
    width: 100%;
    height: 100%;
}

.partners .box {
  width: 130px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.partners .box img {
  width: 60%;
  height: 60%;
  object-fit:contain;
}

.footer {
  width: 100%;
  min-height: 450px;
  background: #f3fbf4;
  margin-top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer .top-header-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .top-header-footer .logo-wrapper-footer {
  width: 124px;
  overflow: hidden;
  display: flex;
  gap:20px;
  align-items: center;
  justify-content: center;
}
.footer .top-header-footer .logo-wrapper-footer .footer-logo1 {
  width: 47px;
}
.footer .top-header-footer .logo-wrapper-footer .footer-logo2 {
  width: 58px;
}
.footer .social {
  width: 80%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .social .social-media-apps {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  bottom: 65px;
}
.footer .social .social-media-apps .facebook-wrapper,
.footer .social .social-media-apps .x-wrapper,
.footer .social .social-media-apps .instagram-wrapper {
  display: flex;
  transition: 0.2s ease-out;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 25px;
  height: 25px;
}
.footer .social .social-media-apps .facebook-wrapper img,
.footer .social .social-media-apps .x-wrapper img,
.footer .social .social-media-apps .instagram-wrapper img {
  width: 100%;
  height: auto;
}
.footer .social .social-media-apps a:hover {
  transform: scale(1.2);
}
.footer .header-footer {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.footer .header-footer a {
  padding: 7px 25px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
  transition: 0.2s ease-out;
}
.footer .header-footer a:hover {
  transform: scale(1.1);
}
.footer .social-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 80%;
  margin-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
.footer .social-footer .tel,
.footer .social-footer .location,
.footer .social-footer .mail {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer .social-footer .tel .logo-wrap-tel,
.footer .social-footer .tel .logo-wrap-location,
.footer .social-footer .tel .logo-wrap-mail,
.footer .social-footer .location .logo-wrap-tel,
.footer .social-footer .location .logo-wrap-location,
.footer .social-footer .location .logo-wrap-mail,
.footer .social-footer .mail .logo-wrap-tel,
.footer .social-footer .mail .logo-wrap-location,
.footer .social-footer .mail .logo-wrap-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.footer .social-footer .tel .logo-wrap-tel img,
.footer .social-footer .tel .logo-wrap-location img,
.footer .social-footer .tel .logo-wrap-mail img,
.footer .social-footer .location .logo-wrap-tel img,
.footer .social-footer .location .logo-wrap-location img,
.footer .social-footer .location .logo-wrap-mail img,
.footer .social-footer .mail .logo-wrap-tel img,
.footer .social-footer .mail .logo-wrap-location img,
.footer .social-footer .mail .logo-wrap-mail img {
  width: 100%;
  height: auto;
}
.footer .social-footer .tel span,
.footer .social-footer .location span,
.footer .social-footer .mail span {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #000;
  padding-left: 10px;
}
.footer .social-footer .tel .footer-phone-links{
    display:flex;
    flex-direction:column;
    align-items:start;
    gap:5px;
    padding-left:10px;
}
.footer .social-footer .tel .footer-phone-links a{
    font-size: 14px;
    font-weight: 400;
    color: #000;

}
.footer .social-footer .tel::before {
  content: "";
  background: #bbff93;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s ease;
  z-index: -1;
  opacity: 20%;
  position: absolute;
}
.footer .social-footer .tel:hover::before {
  width: 100%;
  opacity: 20%;
  z-index: 1;
}
.footer .social-footer .location::before {
  content: "";
  background: #bbff93;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s ease;
  z-index: -1;
  opacity: 20%;
  position: absolute;
}
.footer .social-footer .location:hover::before {
  width: 100%;
  opacity: 20%;
  z-index: 1;
}
.footer .social-footer .mail::before {
  content: "";
  background: #bbff93;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s ease;
  z-index: -1;
  opacity: 20%;
  position: absolute;
}
.footer .social-footer .mail:hover::before {
  width: 100%;
  opacity: 20%;
  z-index: 1;
}
.footer .bottom-footer {
  width: 80%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer .bottom-footer span {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #000;
  padding-top: 28px;
}
.footer .bottom-footer span a {
  text-decoration: none;
  color: rgb(136, 136, 136);
  padding-left: 5px;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.footer .bottom-footer span a:hover {
  background: #000000;
  background: linear-gradient(to left, #000000 0%, #ffffff 100%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 2px;
}

.navigator {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap:wrap;
  min-height: 40px;
  top: 50px;
  position: relative;
  padding: 5px;
  margin-top: 15px;
}
.navigator a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.navigator a:hover {
  background-color: #98ce70;
  padding: 3px 5px;
  color: #fff;
}
.navigator svg {
  color: #303030;
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.navigator span {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding-left: 10px;
}

.contact-page-container {
  animation: page_opening 0.4s ease-out forwards normal;
  width: 90%;
  height: auto;
  margin-top: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@keyframes page_opening {
  from {
    transform: translateY(-3rem);
    opacity: 30%;
  }
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.contact-page-container h1 {
  font-size: 40px;
  font-weight: 500;
  text-align: left;
  color: #000000;
  padding-left: 45px;
  position: relative;
  padding-bottom: 1rem;
  margin-top: 40px;
}
.contact-page-container h1::before {
  content: "";
  width: 220px;
  height: 10px;
  background-color: #005b30;
  position: absolute;
  bottom: 0;
  left: 5px;
}
.contact-page-container .map-and-form {
  width: 100%;
  height: auto;
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact-page-container .map-and-form .form-container {
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.1215686275);
  width: 852px;
  padding: 0px 0px 65px 0px;
  height: auto;
  background: rgba(255, 255, 255, 0.7882352941);
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.1215686275);
  position: absolute;
  left: 0;
  padding-right: 20px;
  z-index: 100;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact-page-container .map-and-form .form-container .left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 50%;
  height: auto;
}
.contact-page-container .map-and-form .form-container .left .location {
  padding-top: 30px;
  padding-left: 30px;
  text-decoration: none;
  transition: 0.2s ease-out;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.contact-page-container .map-and-form .form-container .left .location span {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #000000;
}
.contact-page-container .map-and-form .form-container .left .location .content {
  padding-top: 12px;
  width: auto;
  height: auto;
  display: flex;
  transition: 0.3s ease-out;
  align-items: center;
  justify-content: flex-start;
}
.contact-page-container .map-and-form .form-container .left .location .content .logo-wrapper {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #000000;
}
.contact-page-container .map-and-form .form-container .left .location .content .contact-page-phone-links{
    display:flex;
    flex-direction:column;
    align-items:start;
    gap:5px;
}
.contact-page-container .map-and-form .form-container .left .location .content .contact-page-phone-links a{
        font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.contact-page-container .map-and-form .form-container .left .location .content .logo-wrapper img {
  width: 65%;
  height: auto;
}
.contact-page-container .map-and-form .form-container .left .location .content span {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #000000;
  padding-left: 8px;
}
.contact-page-container .map-and-form .form-container .left .location .content:hover {
  padding: 3px 8px;
}
.contact-page-container .map-and-form .form-container .left .location .content:hover * {
  color: #3a3a3a !important;
}
.contact-page-container .map-and-form .form-container .left .social {
  padding-top: 36px;
  padding-left: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.contact-page-container .map-and-form .form-container .left .social span {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #000000;
}
.contact-page-container .map-and-form .form-container .left .social .icons {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.contact-page-container .map-and-form .form-container .left .social .icons .logo-wrapper {
  transition: 0.2s ease-out;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}
.contact-page-container .map-and-form .form-container .left .social .icons .logo-wrapper img {
  width: 80%;
  height: auto;
}
.contact-page-container .map-and-form .form-container .left .social .icons .logo-wrapper:hover {
  transform: scale(1.1);
}
.contact-page-container .map-and-form .form-container .right {
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.contact-page-container .map-and-form .form-container .right form {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 22px;
}
.contact-page-container .map-and-form .form-container .right form .name-surname,
.contact-page-container .map-and-form .form-container .right form .email,
.contact-page-container .map-and-form .form-container .right form .phone,
.contact-page-container .map-and-form .form-container .right form .text {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 10px;
}
.contact-page-container .map-and-form .form-container .right form .name-surname label,
.contact-page-container .map-and-form .form-container .right form .email label,
.contact-page-container .map-and-form .form-container .right form .phone label,
.contact-page-container .map-and-form .form-container .right form .text label {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.contact-page-container .map-and-form .form-container .right form .name-surname input,
.contact-page-container .map-and-form .form-container .right form .email input,
.contact-page-container .map-and-form .form-container .right form .phone input,
.contact-page-container .map-and-form .form-container .right form .text input {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.4196078431);
  border-radius: 9px;
  background-color: transparent;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  transition: 0.2s ease-out;
}
.contact-page-container .map-and-form .form-container .right form .name-surname input:focus,
.contact-page-container .map-and-form .form-container .right form .email input:focus,
.contact-page-container .map-and-form .form-container .right form .phone input:focus,
.contact-page-container .map-and-form .form-container .right form .text input:focus {
  transform: scale(1.03);
  border: 1px solid #98ce70;
}
.contact-page-container .map-and-form .form-container .right form .name-surname textarea,
.contact-page-container .map-and-form .form-container .right form .email textarea,
.contact-page-container .map-and-form .form-container .right form .phone textarea,
.contact-page-container .map-and-form .form-container .right form .text textarea {
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  height: 130px;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.4196078431);
  border-radius: 9px;
  background-color: transparent;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  transition: 0.2s ease-out;
}
.contact-page-container .map-and-form .form-container .right form .name-surname textarea:focus,
.contact-page-container .map-and-form .form-container .right form .email textarea:focus,
.contact-page-container .map-and-form .form-container .right form .phone textarea:focus,
.contact-page-container .map-and-form .form-container .right form .text textarea:focus {
  transform: scale(1.02);
  border: 1px solid #98ce70;
}
.contact-page-container .map-and-form .form-container .right form button {
  width: 95%;
  height: 45px;
  text-align: center;
  color: #fff;
  border-radius: 9px;
  background-color: #005b30;
  border: none;
  outline: none;
  margin-top: 30px;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.contact-page-container .map-and-form .form-container .right form button:hover {
  transform: scale(1.03);
  background-color: transparent;
  border: 1px solid #005b30;
  color: #000000;
}
.about-us-page .content p {
    color: #FFFFFFE5 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}
.content-area-about-us .image-area {
    width: 348px;
    height: 384.23px;
    min-height: 384.23px;
    min-width: 348px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.content-area-about-us .image-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-us-page {
  animation: page_opening 0.4s ease-out forwards normal;
  width: 100%;
  height: 715px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  overflow: hidden;
  position: relative;
}
@keyframes page_opening {
  from {
    transform: translateY(-3rem);
    opacity: 30%;
  }
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.about-us-page img {
  filter: brightness(0.5);
  width: 100%;
  height: 100%;
}
.about-us-page .content {
  border-left: 8px solid rgba(157, 210, 104, 0.9215686275);
  position: absolute;
  padding-left: 20px;
  margin-left: 120px;
  padding-right: 600px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.about-us-page .content h1 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}
.about-us-page .content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.8156862745);
  display: -webkit-box;
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-area-about-us {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
  padding: 100px 120px 0px;
}

.content-area-about-us .right-text-area {
    background: #f9f9f9;
    padding: 20px 30px;
    border-radius: 6px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.content-area-about-us .right-text-area p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
}

.services-container {
  animation: page_opening 0.4s ease-out forwards normal;
  width: 100%;
  height: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  position: relative;
}

 .services-contact-wrapper {
    margin-top: 36px;
    width: 100%;
    height: auto;
    padding: 0px 80px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgb(0, 0, 0, 0.0250);
}
.services-contact-wrapper .services-contact {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    padding: 32px;
}
.services-contact-wrapper .services-contact a {
    text-decoration: none;
    padding: 5px 8px;
    color: black;
}
.services-contact-wrapper .services-contact a img {
    min-width: 30px;
    width: 30px;
    height: 30px;
    min-height: 30px;
}
.services-contact-wrapper .services-contact .get-req {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    cursor: pointer;
}
.services-contact-wrapper .services-contact .get-req img {
    min-width: 30px;
    width: 30px;
    height: 30px;
    min-height: 30px;
}
.services-contact-wrapper .services-contact .get-req span {
    color: #303030;
    font-size: 18px;
    line-height: 24px;
}

 .get-req-modal {
    transition: 150ms ease-in-out;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 10000;
    inset: 0;
    width: 100%;
    min-height: 100vh;
    background-color: rgb(0, 0, 0, 0.2);
}
.get-req-modal .get-req-modal-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 35%;
    height: 90vh;
    background-color: #fbfbfb;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0px 0px 10px 0px rgb(0,0,0,0.200);
}
.get-req-modal .get-req-modal-content h2 {
    color: black;
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.get-req-modal .get-req-modal-content form {
    width: 100%;
    max-width: 80%;
    margin: 36px auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 24px;
}
.get-req-modal .get-req-modal-content form .input-field {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 6px;
}
.get-req-modal .get-req-modal-content form .input-field input {
    width: 100%;
    height: 40px;
    border-radius: 12px;
    border: 2px solid transparent;
    background-color: #cecece90;
    padding-left: 12px;
    padding-right: 12px;
    outline: none;
}
.get-req-modal .get-req-modal-content form .input-field input:-webkit-outer-spin-button {
    display: none;
}
.get-req-modal .get-req-modal-content form .input-field label {
    color: #cecece;
    font-size: 15px;
}
..get-req-modal .get-req-modal-content form .submit-btn {
    width: 100%;
    height: 45px;
    background-color: mediumslateblue;
    color: white;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: 100ms ease-in-out;
}
.get-req-modal.active-get-req-modal {
    pointer-events: all;
    opacity: 1;
}



@keyframes page_opening {
  from {
    transform: translateY(-3rem);
    opacity: 30%;
  }
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.services-container .image-container {
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  filter: brightness(0.6);
  position: relative;
}
.services-container .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.services-container .service-boxes {
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  transform: translateY(-180px);
  gap: 30px;
}
.services-container .service-boxes .box-service{
  transition: all 0.5s ease-out;
  width: 370px;
  height: auto;
  background: rgba(255, 255, 255, 0.8196078431);
  box-shadow: 0px 4px 42px 0px rgba(0, 0, 0, 0.1411764706);
  border-radius: 8px;
  padding: 30px;
}
.services-container .service-boxes .box-service .top-logo-wrapper{
  transition: 0.5s ease-out;
  width: 56px;
  height: 56px;
  background-color: #ffd60a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0px 16px 0px 16px;
}
.services-container .service-boxes .box-service .top-logo-wrapper img{
  width: 40%;
  height: auto;
}
.services-container .service-boxes .box-service .top-logo-wrapper{
  background-color: #9dd268;
}
.services-container .service-boxes .box-service .title{
  transition: 0.5s ease-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-top: 14px;
  min-height:54px;
}
.services-container .service-boxes .box-service p {
  transition: all 0.5s ease-out;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 2.5rem;
}
.services-container .service-boxes .box-service-1 a {
  transition: 0.5s ease-out;
  position: relative;
  top: 18px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #005b30;
}
.services-container .service-boxes .box-service:hover .top-logo-wrapper {
  opacity: 0;
  transform: scale(0.1) translateY(-30rem);
}
.services-container .service-boxes .box-service:hover p {
  opacity: 0;
  transform: scale(0.1) translateX(-10rem);
}
.services-container .service-boxes .box-service:hover .title {
  font-size: 33px;
  font-weight: 700;
  color: gold;
}
.services-container .service-boxes .box-service:hover a {
  position: absolute;
  top: 50%;
  font-size: 30px;
  text-decoration: none;
}

.services-container .service-boxes-inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.services-container .service-boxes-inner .box-service-inner {
  transition: all 0.5s ease-out;
  width: 85%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 50px;
}
.services-container .service-boxes-inner .box-service-inner .title {
  transition: 0.5s ease-out;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-top: 14px;
}
.services-container .service-boxes-inner .box-service-inner p {
  transition: all 0.5s ease-out;
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  font-weight: 400;
  margin-top: 1.5rem;
}

.areas-of-experience-page-container {
  width: 100%;
  min-height: 700px;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.areas-of-experience-page-container .title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.areas-of-experience-page-container .title h1 {
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 40px;
  padding-left: 85px;
}
.areas-of-experience-page-container .container-areas {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  height: auto;
}
.areas-of-experience-page-container .container-areas .navs {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 30px;
  flex-wrap: wrap;
}
.areas-of-experience-page-container .container-areas .navs a {
  background: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 8px 35px;
  min-width: 21%;
  text-align: center;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 16px;
}
.areas-of-experience-page-container .container-areas .box-areas {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-items: center;
  align-items: flex-start;
  gap: 30px;
  margin-top: 40px;
}
.areas-of-experience-page-container .container-areas .box-areas a {
  width: 360px;
  height: 250px;
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  right: 0px;
}
.areas-of-experience-page-container .container-areas .box-areas a img {
  filter: brightness(0.5);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.areas-of-experience-page-container .container-areas .box-areas a .title {
  width: 200px;
  height: 50px;
  z-index: 100;
  position: absolute;
  bottom: -20px;
  right: 0;
  background-color: rgb(0, 91, 48);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.area-of-inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 80px;
}
.area-of-inner .title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.area-of-inner .title h1 {
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 40px;
  padding-left: 70px;
}
.area-of-inner .wrapper {
  width: 85%;
  height: auto;
  margin: 50px auto;
}
.area-of-inner .wrapper .image-wrapper {
  max-width: 500px;
  height: 350px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: -22px -16px 0px 4px rgb(0, 91, 48);
}
.area-of-inner .wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.partners-container-page {
  width: 100%;
  background-color: transparent;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.partners-container-page .title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.partners-container-page .title h1 {
  padding-left: 88px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 40px;
}
.partners-container-page .box-partners {
    position: relative;
    margin-top: 80px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 20px;
}
.partners-container-page .box-partners .box {
  width: 130px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.partners-container-page .box-partners .box img,
.partners-container-page .box-partners-2 .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}


.dashboard-container {
  width: 87.5%;
  min-height: 600px;
  padding-top: 3.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.dashboard-container .aside {
  width: 20%;
  background: #fafafa;
  width: 275px;
  min-height: 500px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.dashboard-container .aside .profile-area {
  width: 90%;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
  padding-left: 0;
  gap: 10px;
}
.dashboard-container .aside .profile-area .profile-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.dashboard-container .aside .profile-area .profile-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashboard-container .aside .profile-area .name {
  color: #005b30;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.dashboard-container .aside .profile-area .name:hover {
  text-decoration: underline;
}
.dashboard-container .aside .navigators {
  padding-left: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.dashboard-container .aside .navigators a {
  width: 95%;
  border-radius: 8px;
  margin-top: 16px;
  padding: 14px 10px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.dashboard-container .aside .navigators a .news-wrapperimg {
  width: 20px;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
}
.dashboard-container .aside .navigators a .news-wrapperimg::after {
  content: "";
  position: absolute;
  background-color: red;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: -3px;
  right: -4px;
}
.dashboard-container .aside .navigators a:hover {
  background-color: rgba(206, 206, 206, 0.3294117647);
}
.dashboard-container .aside .navigators .active-a {
  font-weight: 500;
  background-color: #e7e7e7;
}
.dashboard-container .content {
  width: 80%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #FAFAFA;
  padding-top: 40px;
  padding-bottom: 40px;
}
.dashboard-container .content span {
        font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    color: #000000;
}
.dashboard-container .content .current-status-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-top: 36px;
}
.dashboard-container .content .current-status-content .item-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}
.dashboard-container .content .current-status-content .item-content .item-content-icon {
    min-width: 24px;
    width: 24px;
    height: 24px;
    min-height: 24px;
}
.dashboard-container .content .current-status-content .item-content .item-content-icon img {
    width: 100%;
    height: 100%;
}
.dashboard-container .content .current-status-content .item-content .item-content-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 4px;
}
.dashboard-container .content .current-status-content .item-content .item-content-inner.actived h3 {
    color: #005B30;
    font-weight: 400;
    font-size: 14px;
}
.dashboard-container .content .current-status-content .item-content .item-content-inner h3, p, span {
    margin: 0 !important;
    padding: 0 !important;
    color: #00000099;
    font-weight: 400;
    font-size: 14px;
}

.dashboard-container .content .title,
.dashboard-container .content .bottomtitle {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dashboard-container .content .title h1,
.dashboard-container .content .bottomtitle h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  text-align: left;
  color: #000000;
}
.dashboard-container .content .title span,
.dashboard-container .content .bottomtitle span {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  color: #000000;
}
.dashboard-container .content .content-inner {
  width: 100%;
  min-height: 400px;
  margin-top: 20px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.dashboard-container .content .content-inner .file-success-content {
  background: #fafafa;
  padding-right: 30px;
  padding-left: 30px;
  height: 80px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-container .content .content-inner .file-success-content .left-names {
  width: auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dashboard-container .content .content-inner .file-success-content .left-names .icon-and-filename {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  border-right: 1px solid #bbbbbb;
  padding-right: 10px;
}
.dashboard-container .content .content-inner .file-success-content .left-names .icon-and-filename span {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}
.dashboard-container .content .content-inner .file-success-content .left-names .icon-and-filename img {
  width: 30px;
  height: 30px;
}
.dashboard-container .content .content-inner .file-success-content .left-names .success-and-notification {
  width: auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
}
.dashboard-container .content .content-inner .file-success-content .left-names .success-and-notification img {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.dashboard-container .content .content-inner .file-success-content .right-names {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.dashboard-container .content .content-inner .file-success-content .right-names .date {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
}
.dashboard-container .content .content-inner .file-success-content .right-names .eye {
  width: 19px;
  height: 16px;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.dashboard-container .content .content-inner .file-success-content .right-names .success-black {
  width: 13px;
  height: 11px;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.dashboard-container .content .content-inner .file-success-content .right-names .download-icon {
  width: 17px;
  height: 17px;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.dashboard-container .content .content-inner .file-success-content .right-names .download-icon:hover {
  transform: scale(1.05);
}
.dashboard-container .content .content-inner .file-success-content .right-names .success-black:hover {
  transform: scale(1.05);
}
.dashboard-container .content .content-inner .file-success-content .right-names .eye:hover {
  transform: scale(1.05);
}
.dashboard-container .content .content-inner .file-success-content:hover {
  background-color: rgba(58, 226, 108, 0.3294117647);
}
.dashboard-container .content .content-inner .file-content {
  background: #fafafa;
  padding-right: 30px;
  padding-left: 30px;
  height: 80px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-container .content .content-inner .file-content .left-names {
  width: auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dashboard-container .content .content-inner .file-content .left-names .icon-and-filename {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  border-right: 1px solid #bbbbbb;
  padding-right: 10px;
}
.dashboard-container .content .content-inner .file-content .left-names .icon-and-filename span {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}
.dashboard-container .content .content-inner .file-content .left-names .icon-and-filename img {
  width: 30px;
  height: 30px;
}
.dashboard-container .content .content-inner .file-content .left-names .success-and-notification {
  width: auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
}
.dashboard-container .content .content-inner .file-content .left-names .success-and-notification img {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.dashboard-container .content .content-inner .file-content .right-names {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.dashboard-container .content .content-inner .file-content .right-names .date {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
}
.dashboard-container .content .content-inner .file-content .right-names .eye {
  width: 19px;
  height: 16px;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.dashboard-container .content .content-inner .file-content .right-names .success-black {
  width: 13px;
  height: 11px;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.dashboard-container .content .content-inner .file-content .right-names .download-icon {
  width: 17px;
  height: 17px;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.dashboard-container .content .content-inner .file-content .right-names .download-icon:hover {
  transform: scale(1.05);
}
.dashboard-container .content .content-inner .file-content .right-names .success-black:hover {
  transform: scale(1.05);
}
.dashboard-container .content .content-inner .file-content .right-names .eye:hover {
  transform: scale(1.05);
}
.dashboard-container .content .content-inner .file-content:hover {
  background-color: rgba(206, 206, 206, 0.3294117647);
}
.dashboard-container .content .pagination-area {
  margin-top: 2rem;
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-container .content .pagination-area .buttons-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.dashboard-container .content .pagination-area .buttons-content .prev,
.dashboard-container .content .pagination-area .buttons-content .next {
  width: 25px;
  height: 25px;
  background-color: transparent;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.dashboard-container .content .pagination-area .buttons-content .prev img,
.dashboard-container .content .pagination-area .buttons-content .next img {
  width: 7px;
  height: 14px;
}
.dashboard-container .content .pagination-area .buttons-content .pags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.dashboard-container .content .pagination-area .buttons-content .pags li {
  list-style-type: none;
  width: 39px;
  height: 39px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  transition: 200ms ease-in-out;
  cursor: pointer;
}
.pagination-area .buttons-content .pags li a{
    color:#000;
}

.dashboard-container .content .pagination-area .buttons-content .pags .active {
  background-color: black;
  color: #fff;
}
.pagination-area .buttons-content .pags .active a {
  color: #fff;
}
.pagination-area .buttons-content .pags .active a:hover{
    color;#000;
}
.dashboard-container .content .pagination-area .buttons-content .pags li:hover {
  background-color: rgb(221, 221, 221);
}
.dashboard-container .content .form-area2 {
  padding-top: 24px;
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
}
.dashboard-container .content .form-area2 .top-name-and-surname {
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 42px;
}
.dashboard-container .content .form-area2 .top-name-and-surname .nameinput {
  width: 40%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
.dashboard-container .content .form-area2 .top-name-and-surname .nameinput label {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.dashboard-container .content .form-area2 .top-name-and-surname .nameinput input {
  border-radius: 12px;
  background-color: #fafafa;
  border: none;
  outline: none;
  padding: 10px;
  width: 100%;
  height: 56px;
}
.dashboard-container .content .form-area2 .top-name-and-surname .nameinput input::-moz-placeholder {
  color: #000000;
}
.dashboard-container .content .form-area2 .top-name-and-surname .nameinput input::placeholder {
  color: #000000;
}
.dashboard-container .content .form-area2 .top-name-and-surname .surname {
  width: 40%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
.dashboard-container .content .form-area2 .top-name-and-surname .surname label {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.dashboard-container .content .form-area2 .top-name-and-surname .surname input {
  border-radius: 12px;
  background-color: #fafafa;
  border: none;
  outline: none;
  padding: 10px;
  width: 100%;
  height: 56px;
}
.dashboard-container .content .form-area2 .top-name-and-surname .surname input::-moz-placeholder {
  color: #000000;
}
.dashboard-container .content .form-area2 .top-name-and-surname .surname input::placeholder {
  color: #000000;
}
.dashboard-container .content .form-area2 .bottom-text-area {
  width: 100%;
  min-height: 145px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.dashboard-container .content .form-area2 .bottom-text-area textarea {
  width: 590px !important;
  height: 216px !important;
  border: none;
  outline: none;
  resize: none !important;
  background-color: #fafafa;
  border-radius: 12px;
  padding: 20px;
}
.dashboard-container .content .form-area2 .bottom-text-area label {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.dashboard-container .content .form-area2 .bottom-text-area .form-2btn {
  padding: 10px 80px;
  margin-top: 10px;
}
.dashboard-container .form-area {
  display: grid;
  width: 80%;
  grid-template-columns: repeat(2, 1fr);
}
.dashboard-container .form-area .left,
.dashboard-container .form-area .right {
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.dashboard-container .form-area .left .input,
.dashboard-container .form-area .right .input {
  width: 90%;
  height: 100px;
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.dashboard-container .form-area .left .input label,
.dashboard-container .form-area .right .input label {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.dashboard-container .form-area .left .input input,
.dashboard-container .form-area .right .input input {
  border-radius: 12px;
  background-color: #fafafa;
  border: none;
  outline: none;
  padding: 10px;
  width: 100%;
  height: 56px;
}
.dashboard-container .form-area .left .input input::-moz-placeholder, .dashboard-container .form-area .right .input input::-moz-placeholder {
  color: #000000;
}
.dashboard-container .form-area .left .input input::placeholder,
.dashboard-container .form-area .right .input input::placeholder {
  color: #000000;
}
.dashboard-container .form-area .left .input .mobil-phone-area,
.dashboard-container .form-area .right .input .mobil-phone-area {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dashboard-container .form-area .left .input .mobil-phone-area input,
.dashboard-container .form-area .right .input .mobil-phone-area input {
  width: 80%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dashboard-container .form-area .left .input .mobil-phone-area input::-moz-placeholder, .dashboard-container .form-area .right .input .mobil-phone-area input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.dashboard-container .form-area .left .input .mobil-phone-area input::placeholder,
.dashboard-container .form-area .right .input .mobil-phone-area input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.dashboard-container .form-area .left .input .mobil-phone-area select,
.dashboard-container .form-area .right .input .mobil-phone-area select {
  padding: 5px;
  background-color: #fafafa;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 20%;
  padding-right: 5px;
  height: 56px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  position: relative;
}
.dashboard-container .form-area .left .input .mobil-phone-area::after,
.dashboard-container .form-area .right .input .mobil-phone-area::after {
  content: "";
  width: 25px;
  background-color: #c5c5c5;
  height: 1px;
  position: absolute;
  left: 35px;
  transform: rotate(90deg);
  z-index: 10;
}
.dashboard-container button[type=submit] {
  padding: 11px 55px;
  background-color: #005b30;
  border-radius: 8px;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.dashboard-container button[type=submit]:hover {
  background-color: #fff;
  border: 1px solid #005b30;
  color: #000000;
}
.dashboard-container .content-inner-inner-current-page {
  width: 100%;
  min-height: 400px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 27px;
}
.dashboard-container .content-inner-inner-current-page .top {
  width: 100%;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
}
.dashboard-container .content-inner-inner-current-page .top .left,
.dashboard-container .content-inner-inner-current-page .top .right {
  width: 490px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.dashboard-container .content-inner-inner-current-page .top .left img,
.dashboard-container .content-inner-inner-current-page .top .right img {
  width: 100%;
  height: 100%;
}
.dashboard-container .content-inner-inner-current-page .bottom {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-items: flex-start;
  flex-direction: column;
}
.dashboard-container .content-inner-inner-current-page .bottom span {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
}
.dashboard-container .content-inner-inner-current-page .bottom p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 16px;
  padding-right: 150px;
}

.products-page {
  width: 100%;
  margin-top: 80px;
  padding-top:40px;
  padding-bottom:60px;
  background: #f3fbf4;
  display: flex;
  align-items:start;
  padding-left: 95px;
  gap: 64px;
  padding-right: 70px;
}

.home_products_section{
    width: 80%;
    margin-top: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.home_products_section h1{
    text-align:center;
}
.home_products_section .products-container{
    margin-top:48px;
     display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.catalog-filter {
    height:max-content;
  width: 307px;
  min-width: 307px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.catalog-filter .mobile-catalog-btn {
  display: none;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #00462B;
  background: transparent;
  width: 100%;
}
.catalog-filter .mobile-catalog-btn svg {
  width: 30px;
  height: 30px;
}
.catalog-filter .catalog-filter-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
}
.catalog-filter .catalog-filter-items .catalog-filter-box {
      width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
}
.catalog-filter .catalog-filter-items .catalog-filter-box .filter-box-title{
        color: #155533;
    font-weight: 600;
        font-size: 24px;
    line-height: 27px;
    position:relative;
}
.catalog-filter .catalog-filter-items .catalog-filter-box .filter-box-title:after{
    content:'';
    position:absolute;
    bottom:-16px;
    left:0;
    height:4px;
    width:100px;
    background:#155533;
}
.catalog-filter .catalog-filter-items .catalog-filter-box .filter-box-links{
    width:100%;
    padding-top: 10px;
    margin-top: 10px;
    background: #FFFFFF;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
        list-style: none;
    padding-left: 0px;
    padding-right: 20px;
}
.catalog-filter .catalog-filter-items .catalog-filter-box .filter-box-links li{
    width:100%;
    padding: 10px 20px;
    border-bottom: 1px solid #e3e2e2;
    border-left: 3px solid transparent;
    padding-left: 20px;
}
.catalog-filter .catalog-filter-items .catalog-filter-box .filter-box-links li:hover{
    border-left: 3px solid #5AAE31;
}
.catalog-filter .catalog-filter-items .catalog-filter-box .filter-box-links li:hover .filter-link-item {
    color: #5AAE31 !important;
}
.catalog-filter .catalog-filter-items .catalog-filter-box .filter-box-links li::before{
    content: "\2022";
    color: #5AAE31;
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
    font-size: 30px;
    vertical-align: sub;
}
.catalog-filter .catalog-filter-items .catalog-filter-box .filter-box-links li .filter-link-item{
    color: #155533;
    font-weight:600;
    width:100%;
}


.products-container {
    width: 100%;
}
.products-container .products-items{
      display: grid;
  grid-template-columns: repeat(3, 1fr);
    width: 100%;
  gap: 28px;
}
.products-container .product-item {
  cursor: pointer;
  display: flex;
  flex-direction:column;
  align-items: start;
  gap:15px;

}
.products-container .product-item .product_cart_img{
    background: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    width:100%;
    height:280px;

}
.products-container .product-item .product_cart_img img {
  width: 100%;
  height: 100%;
  object-fit:contain;
}
.products-container .product-item .product_cart_body{
    display:flex;
    flex-direction:column;
    align-items:start;
    width:100%;
}
.products-container .product-item .product_cart_body .pro_name{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #155533;
    display: block;

}
.products-container .product-item .product_cart_body p{
        font-size: 14px;
    line-height: 18px;
    color: #155533;
}



.pagination-area {
  margin-top: 2rem;
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-area .buttons-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pagination-area .buttons-content .prev,
.pagination-area .buttons-content .next {
  width: 25px;
  height: 25px;
  background-color: transparent;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.pagination-area .buttons-content .prev img,
.pagination-area .buttons-content .next img {
  width: 7px;
  height: 14px;
}
.pagination-area .buttons-content .pags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.pagination-area .buttons-content .pags li {
  list-style-type: none;
  width: 39px;
  height: 39px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  transition: 200ms ease-in-out;
  cursor: pointer;
}
.pagination-area .buttons-content .pags .active {
  background-color: black;
  color: #fff;
}
.pagination-area .buttons-content .pags li:hover {
  background-color: rgb(221, 221, 221);
}

.products-inner-container {
  width: 100%;
  height: auto;
  background-color: transparent;
  margin-top: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 90px;
  padding-right: 90px;
}
.products-inner-container .swiper-and-productcontent {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 78px;
       column-gap: 78px;
}

.products-inner-container .swiper-and-productcontent .left .swiper-button-next,
.products-inner-container .swiper-and-productcontent .left .swiper-button-prev {
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.05);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-inner-container .swiper-and-productcontent .left .swiper-button-next::after {
  content: url("../images/frameright.png");
  position: absolute;
  transform: translate(0, -8%);
}
.products-inner-container .swiper-and-productcontent .left .swiper-button-prev::after {
  content: url("../images/frameleft.png");
  position: absolute;
  transform: translate(0, -8%);
}
.products-inner-container .swiper-and-productcontent .left {
  width: 50%;
}
.products-inner-container .swiper-and-productcontent .left .swiper {
  width: 100%;
}
.products-inner-container .swiper-and-productcontent .left .mainProductImg{
    height:440px;
}
.products-inner-container .swiper-and-productcontent .left .mainProductImg .main_pro_img{
    width:100% !important;
}
.products-inner-container .swiper-and-productcontent .left .mainProductImg .main_pro_img img{
    width:100%;
    object-fit:contain;
    height:100%;
}
.products-inner-container .swiper-and-productcontent .left .otherProductImg{
    margin-top:20px;
}
.products-inner-container .swiper-and-productcontent .left .otherProductImg .other_pro_img{
    width:100px !important;
    height:100px;
}
.products-inner-container .swiper-and-productcontent .left .otherProductImg .other_pro_img img{
    width:100%;
    height:100%;
}
.products-inner-container .swiper-and-productcontent .right-texts {
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.products-inner-container .swiper-and-productcontent .right-texts h1 {
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 42px;
}
.products-inner-container .swiper-and-productcontent .right-texts p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  width: 460px;
}
.products-inner-container .swiper-and-productcontent .right-texts .apply_us{
    padding: 10px 20px;
    border-radius: 12px;
    background: #a5d674;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-top: 30px;
}
.products-inner-container .social-media-share {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 100px;
}
.products-inner-container .social-media-share span {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  font-size: 16px;
}
.products-inner-container .social-media-share .socials {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 22px;
}
.products-inner-container .social-media-share .socials .soc {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: flex-start;
}
.products-inner-container .social-media-share .socials .soc .social-item {
  transition: 200ms ease-in-out;
  border-radius: 50%;
  background: rgba(157, 210, 104, 0.45);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.products-inner-container .social-media-share .socials .soc .social-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.products-inner-container .social-media-share .socials .soc .social-item:hover {
  background: transparent;
  border: 2px solid #005b30;
}
.products-inner-container .other-products {
  margin-top: 80px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.products-inner-container .other-products .title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.products-inner-container .other-products .title h1 {
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 42px;
}
.products-inner-container .other-products .swiper-content {
  position: relative;
  width: 100%;
  background-color: transparent;
  margin-top: 20px;
}
.products-inner-container .other-products .swiper-content .swiper {
  width: 100%;
  height: 100%;
  position: initial;
}
.products-inner-container .other-products .swiper-content .swiper-button-next,
.products-inner-container .other-products .swiper-content .swiper-button-prev {
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.05);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-inner-container .other-products .swiper-content .swiper-button-next {
  right: -1.5rem;
}
.products-inner-container .other-products .swiper-content .swiper-button-prev {
  left: -1.5rem;
}
.products-inner-container .other-products .swiper-content .swiper-button-next::after {
  content: url("../images/frameright.png");
  position: absolute;
  transform: translate(0, -8%);
}
.products-inner-container .other-products .swiper-content .swiper-button-prev::after {
  content: url("../images/frameleft.png");
  position: absolute;
  transform: translate(0, -8%);
}
.products-inner-container .other-products .swiper-content .product-item {
    width:373px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
}
.products-inner-container .other-products .swiper-content .product-item .product_cart_img {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    width: 100%;
    height: 280px;
}
.products-inner-container .other-products .swiper-content .product-item .product_cart_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.products-inner-container .other-products .swiper-content .product-item .product_cart_body {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}
.products-inner-container .other-products .swiper-content .product-item .product_cart_body .pro_name {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #155533;
    display: block;
}
.news {
  padding-left: 90px;
  padding-right: 90px;
  width: 100%;
  height: auto;
  background-color: transparent;
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.news .news-item {
    height:380px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.news-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item .news-item-content {
  width: 85%;
  margin: auto;
  bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.54);
  position: absolute;
  padding: 20px;
}
.news-item .news-item-content .title-and-date {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news-item .news-item-content .title-and-date .title {
    height:48px;
            display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
        width: 75%;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 16px;
  margin-bottom:12px;
}
.news-item .news-item-content .title-and-date .date {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 12px;
}
.news-item .news-item-content p {
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 14px;
}
.news-item .news-item-content a {
  background: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 10px 20px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: 200ms ease-in-out;
}
.news-item .news-item-content a:hover {
  background-color: #8cf74e;
  color: #fff;
  transform: scale(1.1);
}

.news-inner-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 70px;
  gap: 40px;
}
.news-inner-container .news-inner-image-wrapper {
  width: 100%;
  height: 464px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.news-inner-container .news-inner-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-inner-container .content-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-right: 140px;
  padding-left: 140px;
}
.news-inner-container .content-container .news-sharing-date {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news-inner-container .content-container .news-sharing-date span {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 14px;
  text-align: end;
}
.news-inner-container .content-container .title-new {
  margin-top: 28px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.news-inner-container .content-container .title-new h1 {
  text-align: start;
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 20px;
}
.news-inner-container .content-container .description {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-wrap: wrap;
  text-align: start;
}
.news-inner-container .content-container .description p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 14px;
}
.news-inner-container .content-container .social-media-share {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 100px;
}
.news-inner-container .content-container .social-media-share span {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  font-size: 16px;
}
.news-inner-container .content-container .social-media-share .socials {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 22px;
}
.news-inner-container .content-container .social-media-share .socials .soc {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: flex-start;
}
.news-inner-container .content-container .social-media-share .socials .soc .social-item {
  transition: 200ms ease-in-out;
  border-radius: 50%;
  background: rgba(157, 210, 104, 0.45);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.news-inner-container .content-container .social-media-share .socials .soc .social-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.news-inner-container .content-container .social-media-share .socials .soc .social-item:hover {
  background: transparent;
  border: 2px solid #005b30;
}/*# sourceMappingURL=style.css.map */
