/* utilities area Start */
html {
  scroll-behavior: smooth !important;
}

*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.section-margin {
  margin-top: 50px;
  margin-bottom: 50px;
}

.active {
  color: var(--green-color);
}

@keyframes growUp {
  from {
    scale: 0.5;
    opacity: 0;
  }
  to {
    scale: 1;
    opacity: 1;
  }
}
@keyframes upanimation {
  from {
    opacity: 0;
    transform: translateY(200px) scale(0.5);
  }
  to {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}
@keyframes type {
  40%, 60% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
.heading {
  position: relative;
}
.heading h2 {
  display: block;
  text-align: center;
  width: 100%;
  font-size: clamp(10px, 8vw, 50px);
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  color: var(--green-color);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  letter-spacing: 5px;
}
.heading::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: var(--green-color);
  top: 66px;
  left: 50%;
  transform: translate(-50%);
}
.heading::after {
  content: "";
  position: absolute;
  width: 62px;
  height: 8px;
  background-color: #000;
  top: 63px;
  left: 50%;
  transform: translate(-50%);
}

.top-menu {
  top: 36px !important;
}

:root {
  --green-color: #91D503;
  --white-color: #fff;
  --black-color: #000;
  --box-shadow: 0 3px 10px #91D503;
  --service-image: linear-gradient(90deg, #EEEDFD, #F3F3FF, #F9F8FE, #fff, #fff, #fff);
  --service-img: linear-gradient(90deg, #fff, #fff, #fff, #EEEDFD, #F3F3FF, #F9F8FE);
}

.hide-menu {
  top: -300px !important;
}

img {
  max-width: 100%;
}

body {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  max-width: 100vw;
  overflow-x: hidden;
}

/* utilities area end */
/* header area start */
header {
  background-color: #000;
}
header .menu-bar {
  position: fixed;
  min-width: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: 1000;
  right: 0;
  width: 98%;
}
header .menu-bar .navbar-logo {
  height: 100%;
}
header .menu-bar .navbar-logo a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  display: block;
  height: 100%;
  padding: 7px 0;
  word-spacing: 5px;
}
@media screen and (max-width: 768px) {
  header .menu-bar .navbar-logo a {
    font-size: 15px !important;
  }
}
header .menu-bar .navbar-logo a:hover {
  color: var(--green-color);
}
header .menu-bar .navbar-logo i {
  color: var(--green-color);
}
header .menu-bar .navbar-menu {
  width: 100%;
  height: 100%;
}
header .menu-bar .navbar-menu ul {
  height: 100%;
  display: flex;
  gap: 60px;
  list-style-type: none;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 591px) {
  header .menu-bar .navbar-menu ul {
    display: block !important;
    flex-direction: column !important;
    position: fixed;
    z-index: 999;
    top: -300px;
    left: 0;
    background: #000;
    width: 100%;
    height: 306px;
    text-align: center;
    transition: 0.5s;
  }
}
@media screen and (max-width: 990px) {
  header .menu-bar .navbar-menu ul {
    gap: 19px !important;
  }
}
@media screen and (max-width: 990px) {
  header .menu-bar .navbar-menu ul {
    gap: 10px !important;
    width: 107% !important;
  }
}
@media screen and (max-width: 360px) {
  header .menu-bar .navbar-menu ul {
    gap: 10px !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  header .menu-bar .navbar-menu ul li {
    margin-bottom: 7px !important;
  }
}
header .menu-bar .navbar-menu ul li a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  header .menu-bar .navbar-menu ul li a {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 591px) {
  header .menu-bar .navbar-menu ul li a {
    font-size: 16px !important;
  }
}
header .menu-bar .navbar-menu ul li a:hover {
  color: var(--green-color);
}
header .menu-bar .navbar-menu ul .contact-button a {
  background-color: var(--green-color);
  padding: 4px 15px;
  border-radius: 7px;
  color: #000;
}
header .menu-bar .navbar-menu ul .contact-button a:hover {
  color: #000 !important;
}
@media screen and (max-width: 991px) {
  header .menu-bar .navbar-menu ul .contact-button a {
    font-size: 12px !important;
  }
}
header .menu-bar .social-icons {
  margin-bottom: 15px;
}
header .menu-bar .social-icons .icons {
  display: flex;
  gap: 20px;
}
header .menu-bar .social-icons .icons i {
  font-size: 25px;
  color: var(--white-color);
}
header .menu-bar .social-icons .icons i :hover {
  color: var(--green-color);
}
header .menu-bar .menu i {
  display: none;
}
@media screen and (max-width: 591px) {
  header .menu-bar .menu i {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    width: 100%;
    text-align: right;
    padding: 7px;
  }
}
header .menu-bar .close i {
  display: none;
}
@media screen and (max-width: 591px) {
  header .menu-bar .close i {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    width: 100%;
    text-align: right;
    padding: 7px;
  }
}
header .banner {
  width: 100%;
  padding-top: 34px;
  padding-bottom: 50px;
  animation: upanimation 2s;
}
header .banner h1 {
  margin: 20px 0px 20px 0px;
  font-size: 40px;
  line-height: 50px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", serif;
  -webkit-text-stroke: var(--green-color);
  -webkit-text-stroke-width: 1.5px;
}
@media screen and (max-width: 400px) {
  header .banner h1 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 360px) {
  header .banner h1 {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 768px) {
  header .banner {
    font-size: 37px !important;
  }
}
@media screen and (max-width: 526px) {
  header .banner {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 450px) {
  header .banner {
    font-size: 25px !important;
    line-height: 38px !important;
  }
}
header .banner span {
  padding-left: 75px;
}
@media screen and (max-width: 526px) {
  header .banner span {
    padding-left: 20px !important;
  }
}
header .banner img {
  width: 40px;
  margin-top: -10px;
  animation: upanimation 2s;
}
@media screen and (max-width: 768px) {
  header .banner img {
    width: 30px !important;
  }
}
@media screen and (max-width: 450px) {
  header .banner img {
    width: 20px !important;
  }
}
header p {
  margin: 0px 0px 20px 0px;
  font-size: 19px;
  line-height: 30px;
  color: #fff;
  font-family: "Poppins", serif;
  width: 52%;
  text-transform: capitalize;
  animation: upanimation 2s;
}
@media screen and (max-width: 768px) {
  header p {
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  header p {
    font-size: 16px !important;
    margin-bottom: 45px !important;
  }
}

/* header area end */
.banner-area {
  margin-top: -250px;
}
@media screen and (max-width: 768px) {
  .banner-area {
    background-color: #000;
    height: 525px !important;
  }
}
.banner-area .my-img {
  z-index: 100;
  position: relative;
  background-image: linear-gradient(#0A1F44, #F5F6FA, #2C82C9);
  background-repeat: no-repeat;
  width: 373px;
  height: 416px;
  background-size: cover;
  border-radius: 10px;
  float: right;
  top: 55px;
  box-shadow: 0 0 12px #000;
  transform: rotate(20deg);
}
.banner-area .my-img::before {
  filter: drop-shadow(-18px -4px 5px var(--green-color));
  animation: upanimation 2.5s;
}
@media screen and (max-width: 1000px) {
  .banner-area .my-img {
    width: 310px !important;
    height: 366px !important;
    right: 70px !important;
    top: 0px !important;
    border-radius: 32px;
  }
}
@media screen and (max-width: 1056px) {
  .banner-area .my-img {
    right: 30px !important;
  }
}
@media screen and (max-width: 992px) {
  .banner-area .my-img {
    width: 310px !important;
    height: 353px !important;
    right: 52px !important;
    top: 0px !important;
    border-radius: 32px;
  }
}
@media screen and (max-width: 768px) {
  .banner-area .my-img {
    top: 220px !important;
    float: none;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.banner-area .my-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 584px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0px;
  rotate: -20deg;
  left: -15px;
  animation: upanimation 2.5s;
  filter: drop-shadow(-23px 1px 8px var(--green-color));
  animation: upanimation 2.5s;
}
@media screen and (max-width: 1000px) {
  .banner-area .my-img img {
    height: 494px !important;
  }
}
@media screen and (max-width: 992px) {
  .banner-area .my-img img {
    height: 387px !important;
  }
}
@media screen and (max-width: 400px) {
  .banner-area .my-img img {
    rotate: -2deg !important;
    margin-top: 50px !important;
  }
}

.aboutMe-area {
  padding-top: -31px;
  padding-bottom: 50px;
  position: relative;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 10px var(--green-color);
}

.about-me {
  position: relative;
}
.about-me .aboutme-details {
  position: relative;
}
@media screen and (max-width: 992px) {
  .about-me .aboutme-details {
    flex-direction: column !important;
  }
}
.about-me .aboutme-details .experince-image .pictures {
  width: 600px;
  height: auto;
}
@media screen and (max-width: 400px) {
  .about-me .aboutme-details .experince-image .pictures {
    width: 385px !important;
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 360px) {
  .about-me .aboutme-details .experince-image .pictures {
    width: 341px !important;
    margin-bottom: 40px !important;
  }
}
.about-me .aboutme-details .experince-image .pictures img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .about-me .aboutme-details .experince {
    width: 100%;
    margin-top: 50px;
  }
}
.about-me .aboutme-details .experince h5 {
  font-size: 30px;
  text-transform: capitalize;
  color: var(--green-color);
  display: inline-block;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  letter-spacing: 3px;
}
.about-me .aboutme-details .experince p {
  margin: 0px 0px 20px 0px;
  font-size: 19px;
  line-height: 30px;
  color: #000;
  font-family: "Poppins", serif;
  width: 100%;
  text-transform: capitalize;
  padding-top: 20px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .about-me .aboutme-details .experince p {
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  .about-me .aboutme-details .experince p {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 360px) {
  .about-me .aboutme-details .experince p {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 768px) {
  .about-me .aboutme-details .skill {
    width: 100%;
  }
}
.about-me .aboutme-details .skill h5 {
  font-size: 30px;
  text-transform: capitalize;
  color: var(--green-color);
  display: inline-block;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  letter-spacing: 3px;
}
.about-me .aboutme-details .skill .skill-items h6 {
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 7px;
  color: #000;
  line-height: 27px;
}
@media screen and (max-width: 400px) {
  .about-me .aboutme-details .skill .skill-items h6 {
    font-size: 14px !important;
  }
}
.about-me .aboutme-details .skill .skill-percent1 {
  background-color: #ccc;
  border-radius: 10px;
}
.about-me .aboutme-details .skill .skill-percent1 span {
  display: inline-block;
  width: 90%;
  background-color: var(--green-color);
  text-align: end;
  padding-right: 7px;
  border-radius: 10px 10px 10px 10px;
  color: #000;
}
.about-me .aboutme-details .skill .skill-percent2 {
  background-color: #ccc;
  border-radius: 10px;
}
.about-me .aboutme-details .skill .skill-percent2 span {
  display: inline-block;
  width: 40%;
  background-color: var(--green-color);
  text-align: end;
  padding-right: 7px;
  border-radius: 10px 10px 10px 10px;
  color: #000;
}
.about-me .aboutme-details .skill .skill-percent3 {
  background-color: #ccc;
  border-radius: 10px;
}
.about-me .aboutme-details .skill .skill-percent3 span {
  display: inline-block;
  width: 80%;
  background-color: var(--green-color);
  text-align: end;
  padding-right: 7px;
  border-radius: 10px 10px 10px 10px;
  color: #000;
}
.about-me .aboutme-details .skill .skill-percent4 {
  background-color: #ccc;
  border-radius: 10px;
}
.about-me .aboutme-details .skill .skill-percent4 span {
  display: inline-block;
  width: 85%;
  background-color: var(--green-color);
  text-align: end;
  padding-right: 7px;
  border-radius: 10px 10px 10px 10px;
  color: #000;
}
.about-me .aboutme-details .skill .skill-percent5 {
  background-color: #ccc;
  border-radius: 10px;
}
.about-me .aboutme-details .skill .skill-percent5 span {
  display: inline-block;
  width: 90%;
  background-color: var(--green-color);
  text-align: end;
  padding-right: 7px;
  border-radius: 10px 10px 10px 10px;
  color: #000;
}

.processArea {
  background-color: #214ECF;
  box-shadow: var(--box-shadow);
}
.processArea .our-process {
  justify-content: center;
  flex-wrap: wrap;
}
.processArea .our-process .process {
  width: 24%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .processArea .our-process .process {
    width: 49% !important;
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 592px) {
  .processArea .our-process .process {
    width: 100% !important;
  }
}
.processArea .our-process .process h3 {
  font-size: clamp(8px, 100vw, 20px);
  background-color: #0E266C;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 500%;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 12px #000;
}
.processArea .our-process .process h5 {
  font-size: 30px;
  text-transform: capitalize;
  color: var(--green-color);
  display: inline-block;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.processArea .our-process .process p {
  margin: 0px 0px 45px 0px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-family: "Poppins", serif;
  width: 95%;
  text-transform: capitalize;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .processArea .our-process .process p {
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  .processArea .our-process .process p {
    font-size: 16px !important;
  }
}
.processArea .our-process .processItem-1 .process-bar {
  position: relative;
}
.processArea .our-process .processItem-1 .process-bar::before {
  content: "";
  background-color: var(--white-color);
  width: 186px;
  height: 5px;
  left: 57px;
  top: -22px;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .processArea .our-process .processItem-1 .process-bar::before {
    width: 218px !important;
  }
}
@media screen and (max-width: 767px) {
  .processArea .our-process .processItem-1 .process-bar::before {
    width: 127px !important;
  }
}
@media screen and (max-width: 592px) {
  .processArea .our-process .processItem-1 .process-bar::before {
    width: 200px !important;
  }
}
.processArea .our-process .processItem-1 .process-bar i {
  position: absolute;
  right: 54px;
  top: -35px;
  font-size: 32px;
  color: #fff;
}
@media screen and (max-width: 592px) {
  .processArea .our-process .processItem-1 .process-bar i {
    right: 270px !important;
  }
}
@media screen and (max-width: 400px) {
  .processArea .our-process .processItem-1 .process-bar i {
    right: 116px !important;
  }
}
@media screen and (max-width: 380px) {
  .processArea .our-process .processItem-1 .process-bar i {
    right: 67px !important;
  }
}
.processArea .our-process .processItem-2 .process-bar::before {
  content: "";
  background-color: var(--white-color);
  width: 186px;
  height: 5px;
  left: 57px;
  top: 18px;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .processArea .our-process .processItem-2 .process-bar::before {
    width: 218px !important;
  }
}
@media screen and (max-width: 767px) {
  .processArea .our-process .processItem-2 .process-bar::before {
    width: 127px !important;
  }
}
@media screen and (max-width: 592px) {
  .processArea .our-process .processItem-2 .process-bar::before {
    width: 200px !important;
  }
}
.processArea .our-process .processItem-2 .process-bar i {
  position: absolute;
  right: 54px;
  top: 4px;
  font-size: 32px;
  color: #fff;
}
@media screen and (max-width: 592px) {
  .processArea .our-process .processItem-2 .process-bar i {
    right: 270px !important;
  }
}
@media screen and (max-width: 400px) {
  .processArea .our-process .processItem-2 .process-bar i {
    right: 116px !important;
  }
}
@media screen and (max-width: 380px) {
  .processArea .our-process .processItem-2 .process-bar i {
    right: 67px !important;
  }
}
.processArea .our-process .processItem-3 .process-bar::before {
  content: "";
  background-color: var(--white-color);
  width: 186px;
  height: 5px;
  left: 57px;
  top: 18px;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .processArea .our-process .processItem-3 .process-bar::before {
    width: 218px !important;
  }
}
@media screen and (max-width: 767px) {
  .processArea .our-process .processItem-3 .process-bar::before {
    width: 127px !important;
  }
}
@media screen and (max-width: 592px) {
  .processArea .our-process .processItem-3 .process-bar::before {
    width: 200px !important;
  }
}
.processArea .our-process .processItem-3 .process-bar i {
  position: absolute;
  right: 54px;
  top: 4px;
  font-size: 32px;
  color: #fff;
}
@media screen and (max-width: 592px) {
  .processArea .our-process .processItem-3 .process-bar i {
    right: 270px !important;
  }
}
@media screen and (max-width: 400px) {
  .processArea .our-process .processItem-3 .process-bar i {
    right: 116px !important;
  }
}
@media screen and (max-width: 380px) {
  .processArea .our-process .processItem-3 .process-bar i {
    right: 67px !important;
  }
}
.processArea .our-process .processItem-4 .process-bar::before {
  content: "";
  background-color: var(--white-color);
  width: 186px;
  height: 5px;
  left: 57px;
  top: 18px;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .processArea .our-process .processItem-4 .process-bar::before {
    width: 218px !important;
  }
}
@media screen and (max-width: 767px) {
  .processArea .our-process .processItem-4 .process-bar::before {
    width: 127px !important;
  }
}
@media screen and (max-width: 592px) {
  .processArea .our-process .processItem-4 .process-bar::before {
    width: 200px !important;
  }
}
.processArea .our-process .processItem-4 .process-bar i {
  position: absolute;
  right: 54px;
  top: 4px;
  font-size: 32px;
  color: #fff;
}
@media screen and (max-width: 592px) {
  .processArea .our-process .processItem-4 .process-bar i {
    right: 270px !important;
  }
}
@media screen and (max-width: 400px) {
  .processArea .our-process .processItem-4 .process-bar i {
    right: 116px !important;
  }
}
@media screen and (max-width: 380px) {
  .processArea .our-process .processItem-4 .process-bar i {
    right: 67px !important;
  }
}
.processArea .process-newPart {
  background-color: #183A9E;
  width: 98%;
  height: 100px;
  box-shadow: 0px -2px 13px #000;
  align-items: center;
  border-radius: 5px;
}
.processArea .process-newPart h5 {
  margin: 0px 0px 20px 0px;
  font-size: 19px;
  line-height: 30px;
  color: var(--white-color);
  font-family: "Poppins", serif;
  width: 79%;
  text-transform: capitalize;
  padding-top: 20px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .processArea .process-newPart h5 {
    width: 85% !important;
  }
}
@media screen and (max-width: 768px) {
  .processArea .process-newPart h5 {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 591px) {
  .processArea .process-newPart h5 {
    width: 77% !important;
  }
}
@media screen and (max-width: 591px) {
  .processArea .process-newPart h5 {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 460px) {
  .processArea .process-newPart h5 {
    width: 71% !important;
  }
}
@media screen and (max-width: 460px) {
  .processArea .process-newPart h5 {
    font-size: 13px !important;
  }
}
.processArea .process-newPart .process-button {
  display: inline-block;
}
.processArea .process-newPart .process-button a {
  background-color: var(--green-color);
  padding: 4px 15px;
  border-radius: 7px;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
}
.processArea .process-newPart .process-button a:hover {
  color: #000 !important;
}
@media screen and (max-width: 991px) {
  .processArea .process-newPart .process-button a {
    font-size: 12px !important;
  }
}

.project-area .project--area-items .projects-gallery {
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .project-area .project--area-items .projects-gallery {
    flex-wrap: wrap;
  }
}
.project-area .project--area-items .projects-gallery .projects-images {
  position: relative;
  height: 400px;
  border: 1px solid var(--green-color);
  width: 32%;
  transition: 0.6s;
  z-index: 1;
  border-radius: 10px;
  scale: 1;
}
@media screen and (max-width: 992px) {
  .project-area .project--area-items .projects-gallery .projects-images {
    width: 47% !important;
    display: block !important;
  }
}
@media screen and (max-width: 792px) {
  .project-area .project--area-items .projects-gallery .projects-images {
    width: 100% !important;
    display: block !important;
  }
}
.project-area .project--area-items .projects-gallery .projects-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: 0.5s;
}
.project-area .project--area-items .projects-gallery .projects-images img:hover {
  scale: 1.1;
}
.project-area .project--area-items .projects-gallery .projects-images .button-1 {
  width: 100%;
  border-radius: 10px;
  z-index: 10;
  position: absolute;
  bottom: 10px;
  left: 5px;
}
.project-area .project--area-items .projects-gallery .projects-images .button-1 a {
  text-decoration: none;
  color: #000;
  opacity: 1;
  padding: 7px 15px;
  border-radius: 10px;
  z-index: 10;
  text-transform: capitalize;
  transition: 0.2s;
  background-color: #ccc;
  position: relative;
}
.project-area .project--area-items .projects-gallery .projects-images .button-1 a::before {
  content: "";
  position: absolute;
  background-color: var(--green-color);
  left: 7px;
  bottom: 4px;
  transition: 0.5s;
  width: 0%;
  height: 2px;
}
.project-area .project--area-items .projects-gallery .projects-images .button-1 a:hover::before {
  width: 88%;
}
.project-area .project--area-items .projects-gallery .projects-images .button-1 a:hover {
  background-color: #000;
  color: #fff;
}
.project-area .project--area-items .projects-gallery .projects-images .button-2 {
  width: 100%;
  border-radius: 10px;
  z-index: 10;
  position: absolute;
  bottom: 10px;
  left: 5px;
}
.project-area .project--area-items .projects-gallery .projects-images .button-2 a {
  text-decoration: none;
  color: #000;
  opacity: 1;
  padding: 7px 15px;
  border-radius: 10px;
  z-index: 10;
  text-transform: capitalize;
  transition: 0.2s;
  background-color: #ccc;
  position: relative;
}
.project-area .project--area-items .projects-gallery .projects-images .button-2 a::before {
  content: "";
  position: absolute;
  background-color: var(--green-color);
  left: 7px;
  bottom: 4px;
  transition: 0.5s;
  width: 0%;
  height: 2px;
}
.project-area .project--area-items .projects-gallery .projects-images .button-2 a:hover::before {
  width: 88%;
}
.project-area .project--area-items .projects-gallery .projects-images .button-2 a:hover {
  background-color: #000;
  color: #fff;
}
.project-area .project--area-items .projects-gallery .projects-images .button-3 {
  width: 100%;
  border-radius: 10px;
  z-index: 10;
  position: absolute;
  bottom: 10px;
  left: 5px;
}
.project-area .project--area-items .projects-gallery .projects-images .button-3 a {
  text-decoration: none;
  color: #000;
  opacity: 1;
  padding: 7px 15px;
  border-radius: 10px;
  z-index: 10;
  text-transform: capitalize;
  transition: 0.2s;
  background-color: rgba(204, 204, 204, 0.8);
  position: relative;
}
.project-area .project--area-items .projects-gallery .projects-images .button-3 a::before {
  content: "";
  position: absolute;
  background-color: var(--green-color);
  left: 7px;
  bottom: 4px;
  transition: 0.5s;
  width: 0%;
  height: 2px;
}
.project-area .project--area-items .projects-gallery .projects-images .button-3 a:hover::before {
  width: 88%;
}
.project-area .project--area-items .projects-gallery .projects-images .button-3 a:hover {
  background-color: #000;
  color: #fff;
}
.project-area .project--area-items .projects-gallery .projects-images .button-4 {
  width: 100%;
  border-radius: 10px;
  z-index: 10;
  position: absolute;
  bottom: 10px;
  left: 5px;
}
.project-area .project--area-items .projects-gallery .projects-images .button-4 a {
  text-decoration: none;
  color: #000;
  opacity: 1;
  padding: 7px 15px;
  border-radius: 10px;
  background-color: #ccc;
  z-index: 10;
  text-transform: capitalize;
  transition: 0.2s;
  position: relative;
}
.project-area .project--area-items .projects-gallery .projects-images .button-4 a::before {
  content: "";
  position: absolute;
  background-color: var(--green-color);
  left: 7px;
  bottom: 4px;
  transition: 0.5s;
  width: 0%;
  height: 2px;
}
.project-area .project--area-items .projects-gallery .projects-images .button-4 a:hover::before {
  width: 88%;
}
.project-area .project--area-items .projects-gallery .projects-images .button-4 a:hover {
  background-color: #000;
  color: #fff;
}

.contactMe-area .contactMe .contactMe-details {
  position: relative;
}
@media screen and (max-width: 768px) {
  .contactMe-area .contactMe .contactMe-details {
    flex-direction: column;
  }
}
.contactMe-area .contactMe .contactMe-details ::before {
  content: "";
  position: absolute;
  background-color: var(--green-color);
  width: 10px;
  height: 100%;
  right: 55%;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  border: 2px solid black;
}
@media screen and (max-width: 768px) {
  .contactMe-area .contactMe .contactMe-details ::before {
    display: none;
  }
}
.contactMe-area .contactMe .contactMe-details .chat-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .contactMe-area .contactMe .contactMe-details .chat-area {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .contactMe-area .contactMe .contactMe-details .chat-area {
    width: 100% !important;
  }
}
.contactMe-area .contactMe .contactMe-details .chat-area h5 {
  font-size: 30px;
  text-transform: capitalize;
  color: var(--green-color);
  display: inline-block;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  letter-spacing: 3px;
}
.contactMe-area .contactMe .contactMe-details .chat-area p {
  margin: 0px 0px 20px 0px;
  font-size: 19px;
  line-height: 30px;
  color: #000;
  font-family: "Poppins", serif;
  width: 80%;
  text-transform: capitalize;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .contactMe-area .contactMe .contactMe-details .chat-area p {
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  .contactMe-area .contactMe .contactMe-details .chat-area p {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 576px) {
  .contactMe-area .contactMe .contactMe-details .form-area {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .contactMe-area .contactMe .contactMe-details .form-area {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .contactMe-area .contactMe .contactMe-details .form-area {
    padding-top: 50px;
  }
}
.contactMe-area .contactMe .contactMe-details .form-area form #fullName {
  outline: none;
  background-color: transparent;
  width: 99%;
  height: 40px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid var(--green-color);
  color: var(--black-color);
  padding-left: 5px;
}
@media screen and (max-width: 400px) {
  .contactMe-area .contactMe .contactMe-details .form-area form #fullName {
    width: 97% !important;
  }
}
@media screen and (max-width: 767px) {
  .contactMe-area .contactMe .contactMe-details .form-area form #fullName {
    width: 100% !important;
  }
}
.contactMe-area .contactMe .contactMe-details .form-area form #email {
  outline: none;
  background-color: transparent;
  width: 99%;
  height: 40px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid var(--green-color);
  color: var(--black-color);
  padding-left: 5px;
}
@media screen and (max-width: 400px) {
  .contactMe-area .contactMe .contactMe-details .form-area form #email {
    width: 97% !important;
  }
}
@media screen and (max-width: 767px) {
  .contactMe-area .contactMe .contactMe-details .form-area form #email {
    width: 100% !important;
  }
}
.contactMe-area .contactMe .contactMe-details .form-area form #number {
  outline: none;
  background-color: transparent;
  width: 99%;
  height: 40px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid var(--green-color);
  color: var(--black-color);
  padding-left: 5px;
}
@media screen and (max-width: 400px) {
  .contactMe-area .contactMe .contactMe-details .form-area form #number {
    width: 97% !important;
  }
}
@media screen and (max-width: 767px) {
  .contactMe-area .contactMe .contactMe-details .form-area form #number {
    width: 100% !important;
  }
}
.contactMe-area .contactMe .contactMe-details .form-area form #message {
  outline: none;
  background-color: transparent;
  border: 2px solid var(--green-color);
  color: var(--black-color);
  padding-left: 5px;
  width: 99%;
  height: 300px;
  border-radius: 8px;
}
@media screen and (max-width: 400px) {
  .contactMe-area .contactMe .contactMe-details .form-area form #message {
    width: 97% !important;
    height: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .contactMe-area .contactMe .contactMe-details .form-area form #message {
    width: 100% !important;
  }
}
.contactMe-area .contactMe .contactMe-details .form-area form ::-moz-placeholder {
  color: var(--black-color);
  text-transform: capitalize;
}
.contactMe-area .contactMe .contactMe-details .form-area form ::placeholder {
  color: var(--black-color);
  text-transform: capitalize;
}
.contactMe-area .contactMe .contactMe-details .form-area form #submit {
  border: none;
  background: var(--green-color);
  color: var(--black-color);
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}

.clients-area .clients--area-items .clients-gallery {
  gap: 20px;
  overflow: hidden;
}
.clients-area .clients--area-items .clients-gallery .clients-images {
  animation: goLeft 40s linear infinite;
}
@media screen and (max-width: 400px) {
  .clients-area .clients--area-items .clients-gallery .clients-images {
    width: 100% !important;
    animation: goLeft 20s linear infinite;
  }
  @keyframes goLeft {
    0% {
      transform: translateX(10px);
    }
    100% {
      transform: translateX(-10px);
    }
  }
}
@keyframes goLeft {
  0% {
    transform: translateX(950px);
  }
  100% {
    transform: translateX(-1797px);
  }
}
.clients-area .clients--area-items .clients-gallery .clients-images a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.client-review-area .review-area .form-area .review-form {
  background: #000;
  padding: 20px 25px;
  width: 100%;
  margin: 50px auto;
  border-radius: 5px;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 991px) {
  .client-review-area .review-area .form-area .review-form {
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  .client-review-area .review-area .form-area .review-form {
    margin: 0px !important;
  }
}
@media screen and (max-width: 600px) {
  .client-review-area .review-area .form-area .review-form #one {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 600px) {
  .client-review-area .review-area .form-area .review-form #two {
    flex-direction: column !important;
  }
}
.client-review-area .review-area .form-area .review-form input {
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  outline: none;
}
@media screen and (max-width: 991px) {
  .client-review-area .review-area .form-area .review-form input {
    width: 100% !important;
  }
}
.client-review-area .review-area .form-area .review-form input#clienEmail {
  width: 50%;
}
.client-review-area .review-area .form-area .review-form input#clientNumber {
  width: 50%;
}
.client-review-area .review-area .form-area .review-form textarea {
  padding: 5px 10px;
  outline: none;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .client-review-area .review-area .form-area .review-form textarea {
    width: 100% !important;
  }
}
.client-review-area .review-area .form-area .review-form button {
  background-color: var(--green-color);
  padding: 8px 10px;
  border-radius: 7px;
  color: #000;
  text-transform: uppercase;
  width: 30%;
}

.star-rating {
  font-size: 2rem;
  color: #e4e5e9;
  cursor: pointer;
}
.star-rating .fa-star.active {
  color: #ffc107;
}
.star-rating .fa-star:hover {
  color: #ffc107;
}

.review-form-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.review-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.star-rating {
  font-size: 2rem;
  color: #e4e5e9;
  cursor: pointer;
}

.star-rating .fa-star.active {
  color: #ffc107;
}

.star-rating .fa-star:hover {
  color: #ffc107;
}

.review-form-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.review-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

footer {
  background-color: #000;
  padding: 100px 0 100px 0;
  position: relative;
}
@media screen and (max-width: 400px) {
  footer {
    padding: 50px 0 50px 0 !important;
  }
}
footer .footer-area::before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, #27391C, #1F7D53, #BED754);
  width: 100%;
  height: 2%;
  bottom: 160px;
  left: 0;
  right: 0;
  border-radius: 5px;
  box-shadow: var(--box-shadow);
}
@media screen and (max-width: 768px) {
  footer .footer-area .upper-area {
    flex-direction: column !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  footer .footer-area .upper-area .text-footer {
    width: 100% !important;
    margin-bottom: 50px !important;
  }
}
footer .footer-area .upper-area .text-footer h2 {
  font-size: clamp(10px, 8vw, 50px);
  text-transform: uppercase;
  color: #000;
  -webkit-text-stroke-color: var(--green-color);
  -webkit-text-stroke-width: 2.5px;
}
@media screen and (max-width: 400px) {
  footer .footer-area .upper-area .text-footer h2 {
    width: 100% !important;
    -webkit-text-stroke-width: 1px;
  }
}
footer .footer-area .upper-area .text-footer P {
  font-size: clamp(12px, 10vw, 18px);
  color: #ccc;
  margin-top: 20px;
}
footer .footer-area .upper-area .round-footer {
  text-align: center;
}
@media screen and (max-width: 400px) {
  footer .footer-area .upper-area .round-footer {
    width: 100% !important;
  }
}
footer .footer-area .upper-area .round-footer img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  animation: rotate 6s linear infinite;
}
@media screen and (max-width: 400px) {
  footer .footer-area .upper-area .round-footer img {
    width: 80% !important;
    animation: rotate 8s linear infinite;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer .footer-area .down-area {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  footer .footer-area .down-area {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-area .down-area .social-media {
    width: 100% !important;
    margin-bottom: 40px !important;
  }
}
footer .footer-area .down-area .social-media h5 {
  font-size: 25px;
  text-transform: capitalize;
  color: var(--white-color);
}
footer .footer-area .down-area .social-media .icons {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
footer .footer-area .down-area .social-media .icons a {
  text-decoration: none;
}
footer .footer-area .down-area .social-media .icons a i {
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 100%;
  color: var(--black-color);
  background-color: var(--white-color);
  transition: all ease-in-out 0.5s;
}
footer .footer-area .down-area .social-media .icons a i:hover {
  background-color: var(--green-color);
  color: var(--black-color);
}
@media screen and (max-width: 768px) {
  footer .footer-area .down-area .accept {
    width: 100% !important;
  }
}
footer .footer-area .down-area .accept h5 {
  font-size: 25px;
  color: var(--white-color);
  margin-bottom: 15px;
}
footer .footer-area .down-area .accept img {
  width: 100%;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .copyRight {
  text-align: center;
  margin-top: 80px;
  position: relative;
}
footer .copyRight p {
  font-size: 30px;
  color: var(--white-color);
  text-transform: capitalize;
  margin-top: 35px;
}/*# sourceMappingURL=style.css.map */