﻿.BannerSection {
  display: flex;
  align-items: center;
  height: 50vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-animation-name: openImage1;
  animation-name: openImage1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-duration: 3s;
}
.BannerSection .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(1, 98, 65, 0.2);
}

@keyframes openImage1 {
  0% {
    /*clip-path: polygon(0 0,0 0,0 100%,0 100%);*/
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.serviceTwo .InteriorILogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 57%;
  z-index: -1;
}
.serviceTwo .Box-Serv {
  background-color: #fff;
  border: 1px solid #F3F3F3;
  padding: 28px;
  text-align: center;
}
.serviceTwo .borderBanner {
  position: absolute;
  width: 100%;
  top: 0;
  height: 50%;
  background-color: #1F3832;
}
@media (max-width: 768px) {
  .serviceTwo .row {
    flex-direction: column !important;
  }
  .serviceTwo .img {
    margin-bottom: 20px;
  }
}

.Project {
  background-color: #0E0E0E;
}

/* Swiper Pagination Styles */
.swiper-pagination {
  position: absolute;
  bottom: -15px !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 10px; /* Adjust the size of the bullet */
  height: 10px; /* Adjust the size of the bullet */
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the background color */
  border-radius: 50%; /* Make the bullet round */
  margin: 0 5px; /* Adjust the space between bullets */
  cursor: pointer;
  transition: background-color 0.3s ease; /* Add transition effect */
}

.swiper-pagination-bullet-active {
  background-color: #1f3832; /* Change the active bullet color */
}

mySwiper {
  /* Swiper pagination styles */
}
mySwiper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #333;
}

.Details .swiper-button-prev:after, .Details .swiper-rtl .swiper-button-next:after {
  color: #0d9029 !important;
  display: block;
  margin-left: 30px;
}
.Details .swiper-button-next:after, .Details .swiper-rtl .swiper-button-prev:after {
  color: #0d9029 !important;
  display: block;
  margin-right: 30px;
}
@media (max-width: 500px) {
  .Details .swiper-button-prev,
  .Details .swiper-button-next {
    display: none !important;
  }
  .Details .project_content {
    padding: 1.2rem;
  }
}
.Details .project_images {
  max-width: 1500px;
}
.Details .swiper-pagination {
  position: absolute !important;
  bottom: -24px !important;
  left: 91% !important;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.Coarou {
  overflow: hidden;
  width: 1500px;
}
.Coarou .owl-stage-outer {
  overflow: visible !important;
}
.Coarou .owl-stage-outer .LatestNesw {
  margin-top: 20%;
}
.Coarou .owl-stage-outer .LatestNesw .sub-latest {
  min-height: 500px;
}
.Coarou .owl-stage-outer .LatestNesw .sub-latest img {
  width: 100%;
}
.Coarou .owl-stage-outer .LatestNesw .sub-latest .DateNews {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #00A64F;
  border-radius: 50px;
  top: 6% !important;
  padding: 1%;
  right: 0;
}
.Coarou .owl-stage-outer .LatestNesw .sub-latest .DateNews p {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  padding-top: 18%;
}
.Coarou .owl-stage-outer .LatestNesw .Box-News {
  border-radius: 20px;
  background: #f8f8f8;
  padding: 5%;
  position: absolute;
  top: 55%;
  width: 260px;
  left: 6%;
}
.Coarou .owl-stage-outer .LatestNesw .Box-News p {
  font-size: 13px;
}
.Coarou .owl-stage-outer .LatestNesw .Box-News a {
  color: #fff;
}

.Box-sectors {
  border-radius: 20px;
  background: #FFF;
  backdrop-filter: blur(25px);
  min-width: 270px;
  min-height: 147px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.04);
}
@media (max-width: 1400px) {
  .Box-sectors img {
    width: 226px !important;
    padding-bottom: 4% !important;
  }
}
@media (max-width: 1400px) {
  .Box-sectors {
    min-width: 260px !important;
    min-height: 130px !important;
  }
}

.read-more {
  border-radius: 5px;
  background: var(--Color-2, #D4E9E2);
  padding: 10px 14px;
  color: black;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.read-more:hover {
  color: #fff;
  background-color: #1f3832;
  transition: 0.3s ease-in;
}

.GetIn {
  border-radius: 5px;
  background: var(--Color-2, #1F3832);
  padding: 14px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.GetIn:hover {
  color: black;
  background-color: var(--Color-2, #D4E9E2);
  transition: 0.3s ease-in;
}

.Extra-gradient {
  background: var(--P--gradient, linear-gradient(90deg, #00547F 0%, #0F8A93 29.64%, #37B87B 65.78%, #A0CC3A 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Extra-Why {
  color: #8DC63F;
}

.Media-Text {
  color: #19225E;
}

.modal {
  position: relative;
  display: block !important;
  opacity: 1 !important;
}
.modal .modal-dialog {
  margin: 4.75rem auto;
}
.modal .modal-dialog .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  box-shadow: 0px 3px 11px 0px rgba(0, 166, 79, 0.21);
}
.modal .modal-dialog .modal-content .modal-header {
  display: flex;
  flex-shrink: 0;
  padding: 1rem 1rem 0 1rem !important;
  justify-content: center;
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-header button {
  background-color: rgba(240, 248, 255, 0);
  border: none;
}
.modal .modal-dialog .modal-content .modal-body form {
  padding: 0rem 1rem 1rem 1rem !important;
}
.modal .modal-dialog .modal-content .modal-body form select {
  border-radius: 12px;
  border: 1px solid #eaeaea;
  background: #f9f9fb;
  height: 53px;
}
.modal .modal-dialog .modal-content .modal-body form select:focus {
  border: 1px solid #00A64F;
  box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-body form label {
  font-size: 16px;
  font-weight: bold;
  color: #414042;
}
.modal .modal-dialog .modal-content .modal-body form .form-control {
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: #F9F9FB;
  height: 53px;
}
.modal .modal-dialog .modal-content .modal-body form .form-control:focus {
  border: 1px solid #00A64F;
  box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-body form .form-controll {
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: #F9F9FB;
  height: 120px;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body form .form-controll:focus-visible {
  outline: 1px solid #00A64F;
}
.modal .modal-dialog .modal-content .modal-body form .btn {
  border: 1px solid #00A64F;
  border-radius: 12px;
  width: 100%;
  color: #00A64F;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-dialog .modal-content .modal-body form .Button-Career {
  width: 100%;
  color: #fff;
  border-radius: 12px;
  background-color: #00A64F;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardNews {
  position: relative;
}
.cardNews .photo img {
  border-radius: 20px;
}
.cardNews .BoxDetails {
  background-color: #F8F8F8;
  padding: 4%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 80%;
  left: 3%;
  width: 94%;
  border-radius: 20px;
}
.cardNews .NewsDate {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #00A64F;
  border-radius: 50px;
  top: -5%;
  padding: 1%;
  right: -3%;
}
.cardNews .NewsDate p {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  padding-top: 18%;
}

.containerr {
  max-width: 950px;
  height: 520px;
  width: 100%;
  padding: 50px 40px;
  border-radius: 12px;
}
.containerr .content {
  display: flex;
  align-items: center;
}
.containerr .content input {
  display: none;
}
.containerr .content .list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 20%;
  margin-right: 50px;
}
.containerr .content .list label {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 500;
  color: gray;
  transition: all 0.5s ease;
  text-align: center;
  z-index: 10;
}
.containerr #home:checked ~ .list label.home {
  color: #00A64F;
}
.containerr #home:checked ~ .list .slider {
  top: 0;
}
.containerr #home:checked ~ .text-content .home {
  display: block;
}
.containerr #blog:checked ~ .list label.blog {
  color: #00A64F;
}
.containerr #blog:checked ~ .list .slider {
  top: 60px;
}
.containerr #blog:checked ~ .text-content .blog {
  display: block;
}
.containerr #blog:checked ~ .text-content .home {
  display: none;
}
.containerr #help:checked ~ .list label.help {
  color: #00A64F;
}
.containerr #help:checked ~ .list .slider {
  top: 120px;
}
.containerr #help:checked ~ .text-content .help {
  display: block;
}
.containerr #help:checked ~ .text-content .home {
  display: none;
}
.containerr #code:checked ~ .list label.code {
  color: #00A64F;
}
.containerr #code:checked ~ .list .slider {
  top: 180px;
}
.containerr #code:checked ~ .text-content .code {
  display: block;
}
.containerr #code:checked ~ .text-content .home {
  display: none;
}
.containerr #about:checked ~ .list label.about {
  color: #00A64F;
}
.containerr #about:checked ~ .list .slider {
  top: 240px;
}
.containerr #about:checked ~ .text-content .about {
  display: block;
}
.containerr #about:checked ~ .text-content .home {
  display: none;
}
.containerr .content .text-content {
  width: 100%;
}
.containerr .content .text-content .home .titleJop,
.containerr .content .text-content .blog .titleJop,
.containerr .content .text-content .about .titleJop,
.containerr .content .text-content .code .titleJop,
.containerr .content .text-content .help .titleJop {
  border-bottom: 1px solid #D6D6D6;
  padding: 0 10px;
  transition: 0.4s ease-in;
  cursor: pointer;
}
.containerr .content .text-content .home .titleJop svg,
.containerr .content .text-content .blog .titleJop svg,
.containerr .content .text-content .about .titleJop svg,
.containerr .content .text-content .code .titleJop svg,
.containerr .content .text-content .help .titleJop svg {
  font-size: 24px;
  cursor: pointer;
}
.containerr .content .text-content .home .titleJop:hover,
.containerr .content .text-content .blog .titleJop:hover,
.containerr .content .text-content .about .titleJop:hover,
.containerr .content .text-content .code .titleJop:hover,
.containerr .content .text-content .help .titleJop:hover {
  border-bottom: 1px solid #00A64F;
  transition: 0.4s ease-in;
}
.containerr .content .text-content .home .titleJop:hover h6,
.containerr .content .text-content .blog .titleJop:hover h6,
.containerr .content .text-content .about .titleJop:hover h6,
.containerr .content .text-content .code .titleJop:hover h6,
.containerr .content .text-content .help .titleJop:hover h6 {
  color: #00A64F !important;
}
.containerr .content .text-content .home .titleJop:hover svg,
.containerr .content .text-content .blog .titleJop:hover svg,
.containerr .content .text-content .about .titleJop:hover svg,
.containerr .content .text-content .code .titleJop:hover svg,
.containerr .content .text-content .help .titleJop:hover svg {
  color: #00A64F !important;
}
.containerr .content .text {
  display: none;
}
.containerr .content .text .title {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 500;
}
.containerr .container .text p {
  text-align: justify;
}

.FormCon {
  background: var(--Arsenic, #414042);
  position: relative;
  z-index: 1111;
  border-radius: 15px;
}
.FormCon form .form-label {
  color: #fff;
}
.FormCon form .form-control {
  background-color: #636366;
  border-radius: 10px;
  border: 1px solid rgba(234, 234, 234, 0);
  height: 55px;
}
.FormCon form .form-controll {
  border-radius: 12px;
  border: 1px solid rgba(234, 234, 234, 0);
  background: #636366;
  height: 120px;
  width: 100%;
}
.FormCon form button {
  width: 100%;
  color: #fff;
  border-radius: 12px;
  background-color: #00a64f;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
