footer {
  width: 100%;
  background: var(--theme-color);
  position: relative;
  /* padding-top: 55px; */
  padding-top: 20px;
  margin-top: 80px;
}

/* special css started*/
.grass {
  position: absolute;
  width: 100%;
  height: 8rem;
  overflow: hidden;
  top: -80px;
  z-index: -1;
}

.blade {
  height: 6rem;
  width: 1rem;
  background-size: 300px 300px;
  background-color: var(--theme-color);
  border-radius: 100% 0 50% 0;
  float: left;
  transform-origin: 50% 100%;
  margin-top: 2rem;
  margin-left: -0.5rem;
}

.blade:nth-of-type(2n) {
  width: 0.75rem;
  transform: rotate(10deg);
  height: 5rem;
  margin-top: 3rem;
}

.blade:nth-of-type(3n) {
  background-color: #27785d;
  border-radius: 0 100% 0 50%;
  height: 7rem;
  margin-top: 1rem;
}

.blade:nth-of-type(4n) {
  border-radius: 0 100% 0 50%;
  transform: rotate(-8deg);
}

.blade:nth-of-type(5n) {
  transform: rotate(4deg);
  border-radius: 0 100% 0 50%;
}

.blade:nth-of-type(7n) {
  background-color: #2b916f;
  border-radius: 100% 0 50% 0;
  animation: wind-seven 2s ease alternate infinite;
}

.blade:nth-of-type(9n) {
  background-color: #7a9d91;
  animation: wind-three 2s ease alternate infinite;
}

.blade:nth-of-type(13n) {
  background-color: #83b5a4;
  height: 7.5rem;
  margin-top: 0.5rem;
}

.blade:nth-of-type(16n) {
  width: 0.5rem;
  transform: rotate(-5deg);
  height: 8rem;
  margin-top: 0;
  animation: wind-five 2s ease alternate infinite;
}

.blade:nth-of-type(24n) {
  transform: rotate(12deg);
  height: 7.5rem;
  margin-top: 0.5;
}

@keyframes wind-three {
  100% {
    transform: rotate(5deg);
  }
}

@keyframes wind-five {
  100% {
    transform: rotate(5deg);
  }
}

@keyframes wind-seven {
  100% {
    transform: rotate(7deg);
  }
}

@keyframes wave {
  0% {
    transform: rotate(-30deg);
  }

  10% {
    transform: rotate(55deg);
  }

  15% {
    transform: rotate(35deg);
  }

  20% {
    transform: rotate(55deg);
  }

  25% {
    transform: rotate(45deg);
  }

  30% {
    transform: rotate(60deg);
  }

  35% {
    transform: rotate(45deg);
  }

  40% {
    transform: rotate(55deg);
  }

  46% {
    transform: rotate(40deg);
  }

  50% {
    transform: rotate(55deg);
  }

  55% {
    transform: rotate(45deg);
  }

  60% {
    transform: rotate(58deg);
  }

  65% {
    transform: rotate(42deg);
  }

  70% {
    transform: rotate(55deg);
  }

  75% {
    transform: rotate(40deg);
  }

  80% {
    transform: rotate(-30deg);
  }

  100% {
    transform: rotate(-30deg);
  }
}

/* special css ended */

/* new */

footer .footer-overlay {
  /* min-height: 350px; */
  width: 100%;
  height: 100%;
  background: url(../images/background/footer-overlay-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 50px 50px 50px;
}

.footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/*  */

.footer-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

.footer-container .footer-item {
  flex: 1;
}

.footer-container .footer-item-1 img {
  height: 90px;
  width: auto;
  margin-bottom: 10px;
  background: #fff;
  padding: 4px;
  border-radius: 10px;
  box-shadow: 9px 9px 10px #0000005e, inset 0 0 9px #00000054;
}

.footer-container .footer-item p {
  color: #fff;
  margin-bottom: 0px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}

.footer-container .footer-item p a {
  color: #fff;
  flex: 1;
  font-size: 16px;
  text-align: left;
}

.footer-container .footer-item p span {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.footer-container .footer-item p span i {
  font-size: 13px;
}

.footer-container .footer-item h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: var(--poppins-font);
  font-size: 21px;
  font-weight: 500;
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}

.footer-container .footer-item h3::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: var(--secondary-color);
  left: 0;
  bottom: -5px;
}

.footer-container .footer-item h3::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, var(--secondary-color), transparent);
  left: 15px;
  bottom: -5px;
}

.footer-container .footer-item ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.footer-container .footer-item ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}

.footer-container .footer-item.footer-item-4 ul li {
  padding-left: 0px;
}

.footer-container .footer-item ul li::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--secondary-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s all ease-in-out;
}

.footer-container .footer-item ul li:hover:after {
  left: 5px;
}

.footer-container .footer-item ul li a {
  color: #fff;
  font-size: 17px;
}

.footer-container .footer-item ul li:hover a {
  color: var(--secondary-color);
}

.footer-container .footer-item.footer-item-4 ul li::after,
.footer-container .footer-item.footer-item-4 ul li::before {
  content: none;
}

.footer-item-4 ul {
  position: relative;
  display: flex;
  transform-style: preserve-3d;
  gap: 15px;
  margin-top: 40px;
}

.footer-item-4 ul li {
  list-style: none;
  width: 45px;
  height: 45px;
  margin: 0px;
}

.footer-item-4 ul li:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -5px;
  width: 100%;
  height: 10px;
  background: #2a2a2a;
  trnasform-origin: top;
  transform: skewX(-41deg);
}

.footer-item-4 ul li:after {
  content: "";
  position: absolute;
  top: 5px;
  left: -9px;
  width: 9px;
  height: 100%;
  background: #2a2a2a;
  trnasform-origin: right;
  transform: skewY(-49deg);
}

.footer-item-4 ul li span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex !important;
  background: var(--secondary-color);
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  font-size: 21px !important;
  transition: 1.5s ease-out;
}

.footer-item-4 ul li:hover span {
  z-index: 1000;
  transition: 0.3s;
  color: #fff;
  box-shadw: -1px 1px 1px rgba(0, 0, 0, 0.5);
}

.footer-item-4 ul li:hover span:nth-child(5) {
  transform: translate(20px, -20px);
  opacity: 1;
}

.footer-item-4 ul li:hover span:nth-child(4) {
  transform: translate(15px, -15px);
  opacity: 0.8;
}

.footer-item-4 ul li:hover span:nth-child(3) {
  transform: translate(10px, -10px);
  opacity: 0.6;
}

.footer-item-4 ul li:hover span:nth-child(2) {
  transform: translate(5px, -5px);
  opacity: 0.4;
}

.footer-item-4 ul li:hover span:nth-child(1) {
  transform: translate(0px, 0px);
  opacity: 0.2;
}

.footer-item-4 ul li:nth-child(1):hover span {
  background: #2e5894 !important;
}

.footer-item-4 ul li:nth-child(2):hover span {
  background: #40ade5 !important;
}

.footer-item-4 ul li:nth-child(3):hover span {
  background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7) !important;
}

.footer-item-4 ul li:nth-child(4):hover span {
  background: red !important;
}

/*  */
.footer-item-4 {
  position: relative;
  font-size: 1rem;
  text-align: center;
  overflow: hidden;
}

.footer-social-container {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-social-container a {
  background: #fff;
  box-shadow: 4px 5px 10px #00000061;
  color: #222;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  transition: 0.3s all ease-in-out;
}

.footer-social-container a:hover {
  transform: translateY(-10px);
}

.footer-social-container a.btn-youtube {
  color: red;
}

.footer-social-container a.btn-insta {
  color: #c13584;
}

.footer-social-container a.btn-telegram {
  color: #229ed9;
}

.footer-social-container a.btn-facebook {
  color: #3b5998;
}

/* mobile footer */
.footer-bottom-mobile {
  background: #042f20;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid #e6d7b5;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-bottom-mobile a {
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  gap: 7px;
  height: 55px;
  justify-content: center;
}

.footer-bottom-mobile a i {
  font-size: 20px;
}

.footer-bottom-mobile a span {
  font-size: 14px;
}
