* {
  font-family: "Montserrat", sans-serif !important;
}
.customButton {
  background-color: #eff1e4;
  color: #1c3339;
  padding: 5px 10px;
  font-family: "Tajawal", sans-serif !important;
}
.customButton:hover {
  color: #1c3339;
}
.banner-btn {
  display: flex;
  gap: 30px;
}
.mainButton {
  background-color: #728c80;
  color: white;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.mainButton:hover {
  color: white;
}

.learnMore {
  background-color: #728c80;
  color: white;
  padding: 10px 30px;
  display: block;
  width: 100%;
  text-align: center;
}

.learnMore:hover {
  color: white;
}

.secondButton {
  background-color: white;
  border: 2px solid #728c80;
  color: #728c80;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.secondButton:hover {
  color: #728c80;
}

.aboutBGHolder {
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 30px;
  padding: 15px 0;
}

.aboutBG {
  position: absolute;
  top: 0;
  left: -60px;
  width: calc(100% + 60px);
  height: 100%;
  z-index: -10;
  background-color: #eff1e4;
}

.customServicesSlider {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 90px;
  margin-top: 100px;
}

.customServicesSlider img {
  width: 300px;
  position: relative;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.mainSocialTeam ul {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.mainSocialTeam ul li {
  list-style-type: none;
  display: flex;
}

.mainSocialTeam ul li a span {
  color: #2c2c2c !important;
  background-color: transparent;
  margin-left: 10px;
}

.mainSocialTeam ul li i {
  padding: 2px;
  font-size: 12px;
  color: white;
  background-color: #728c80;
}

/* TEAM */
.teamCards-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
  margin-top: 80px;
  max-width: 1500px;
  margin: auto;
}

.teamCard {
  display: flex;
  align-items: end;
  padding: 0;
}

.teamCard-img img {
  width: 150px;
  height: 175px;
  object-fit: cover;
  box-shadow: -5px -5px 10px 2px rgba(0, 0, 0, 0.1);
}
.teamCard-img {
  background-color: #728c80;
  width: 150px;
  height: 175px;
  display: grid;
  place-items: center;
  position: relative;
}

.teamCard-img .cover {
  background-color: #eff1e4;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.teamCard-img p {
  font-size: 80px;
  font-weight: bold;
  color: #eff1e4;
  object-fit: cover;
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 100px;
  height: 100px;
}

.teamCard-data {
  background: #eff1e4;
  padding: 20px 20px;
  width: 275px;
}

.teamCard-data p:first-of-type {
  color: #728c80;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}

.teamCard-data p:last-of-type {
  color: #2c2c2c;
  margin: 0;
  font-weight: 900;
  font-size: 16px;
  margin-top: -10px;
  /* margin-bottom: 10px; */
}

/* REPORT */
.reportCards-holder {
  margin-top: 80px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.reportCard {
  display: flex;
  padding: 0;
  background: #eff1e4;
}

.reportCard-img {
  width: 300px;
}

.reportCard-img img {
  min-width: 300px;
  height: 300px;
  object-fit: cover;
}

.reportCard-data {
  padding: 30px;
  width: 100%;
}

.reportCard-data p:first-of-type {
  color: #2c2c2c;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.reportCard-data p:last-of-type {
  color: #2c2c2c;
  margin: 0;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mainSocialReport ul {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.mainSocialReport ul li {
  list-style-type: none;
  display: flex;
}

.mainSocialReport ul li a span {
  color: #2c2c2c !important;
  background-color: transparent;
  margin-left: 10px;
}

.mainSocialReport ul li i {
  font-size: 14px;
  color: #728c80;
  margin-right: 5px;
}

.owl-nav {
  display: none;
}
.owl-dots {
  margin-top: 15px !important;
}
.scrollIcon {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #728c80;
  font-size: 32px;
  animation: scrollAnimation 3s infinite forwards ease-in-out; /* Change the duration and other properties as needed */
}

.aboutTitle {
  text-align: center;
  color: #728c80;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.nav-item-last {
  display: none !important;
}
.nav-item-last a {
  background-color: white !important;
  color: #728c80 !important;
}

.huggingFaceDiv {
  background-color: #eff1e4;
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 3px;
  transition: all 0.5s ease;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
}

.huggingFaceDiv:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.huggingFaceDiv:hover .huggingFaceLogo {
  filter: grayscale(0);
}

.huggingFaceLogo {
  width: 20px;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.imageShadow img {
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
}
.dronsImage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dronsImage div {
  width: 100%;
  height: 300px;
  padding: 0 5px;
}
.dronsImage div img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.meanmenu-reveal span {
  background-color: #728c80 !important;
  margin-top: 10px !important;
}

.meanclose {
  margin-top: 20px !important;
}
.mainText {
  font-size: 52px !important;
  font-weight: 900;
}
.mainText span {
  font-size: 62px !important;
  font-weight: 900;
  color: #728c80;
}
@keyframes scrollAnimation {
  0%,
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  50% {
    opacity: 0.5;
    transform: translateY(20px) scale(0.8);
  }
}

@media screen and (max-width: 992px) {
  .customServicesSlider {
    gap: 30px;
  }
  .scrollIcon {
    display: none;
  }
  .nav-item-last {
    display: block !important;
  }
  .adjustWidth {
    width: 23px !important;
  }
  .choose-area .tab-teaser .tab-menu {
    margin: auto auto 30px auto;
    border-bottom: 2px solid #e5e5e5;
    padding-left: 0;
    padding: 0;
  }
  .choose-area .tab-teaser .tab-menu ul li {
    margin-bottom: 15px;
    display: block;
  }
  .choose-area .tab-teaser .tab-menu ul li a::before {
    bottom: 4px;
  }
}

@media screen and (max-width: 768px) {
  .customServicesSlider {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 90px;
    margin-top: 100px;
  }

  .reportCard {
    flex-direction: column;
  }
  .reportCard-img {
    width: 100%;
  }

  .aboutBGHolder {
    margin-top: 0;
  }

  .aboutBG {
    position: absolute;
    top: -30px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% + 30px);
    padding: 120px;
    z-index: -10;
    background-color: #eff1e4;
  }

  .greenBlock {
    background-image: url("/assets/images/mainLogoBG400.svg");
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #648147;
    width: 400px;
    height: 500px;
  }
  .banner-content-two {
    text-align: center;
  }
  .banner-btn {
    justify-content: center;
  }
  .banner-style-two-area {
    display: block;
  }
  .banner-content-two h1 {
    font-size: 52px !important;
    margin-bottom: 0 !important;
  }
  .banner-content-two .specialLetter {
    font-size: 42px !important;
    margin-bottom: 20px !important;
  }
  .banner-content-two p {
    margin-bottom: 20px !important;
    font-size: 14px !important;
  }
}

@media screen and (max-width: 475px) {
  .banner-content-two {
    text-align: center;
  }
  .banner-btn {
    justify-content: center;
  }
  .greenBlock {
    background-image: url("/assets/images/mainLogoBG300.svg");
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #648147;
    width: 300px;
    height: 400px;
  }

  .aboutBG {
    position: absolute;
    top: -30px;
    left: 0px;
    width: 100%;
    height: calc(100% + 30px);
    padding: 120px;
    z-index: -10;
    background-color: #eff1e4;
  }
  .psuLogo {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 150px;
  }
  .psuLogoFooter {
    width: 150px;
  }
  .mainSocial p {
    color: white !important;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
    text-align: center;
  }
  .mainSocial ul li i {
    padding: 2px;
    font-size: 12px;
  }
  .teamCard-data p:last-of-type {
    font-size: 13px;
  }
  .teamCard-data p:first-of-type {
    font-size: 10px;
  }
  .teamCard-data {
    background: #eff1e4;
    padding: 20px 5px;
    width: 200px;
  }
  .teamCard-img {
    background-color: #728c80;
    width: 150px;
    height: 150px;
    display: grid;
    place-items: center;
    position: relative;
  }
  .teamCard-img img {
    width: 150px;
    height: 150px;
  }
}
