footer {
  background: #111315;
  padding-top: 48px;
}
.footer{
  padding: 48px;
   max-width: 1300px;
  margin: 0 auto;
  background: #0d1b2a;
 position: relative;
    z-index: 1;
  color: white;
  background: rgba(72, 77, 67, 0.10);
backdrop-filter: blur(15px);
}
.foo {
  max-width: 1300px;
  margin: 0 auto;
  background: #0d1b2a;
 position: relative;
    z-index: 1;
  color: white;
  background: rgba(72, 77, 67, 0.1);
}

.ullll {
  display: flex;
  margin-left: 90px;
  max-width: 423px;
  flex-wrap: wrap;
      cursor: pointer;
}

.cop {
  font-family: Poppins, Poppins;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  margin-top: 48px;
}

.ter {
  display: flex;
  font-family: Poppins, Poppins;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  justify-content: center;
}
.foterleft p {
  padding-top: 20px;
}
.foterleft {
  padding-right: 100px;
  border-right: 1px #31441e solid;
}
.ullll li {
  margin: 12px 24px;
}
.icon-link:before,
.icon-reddit:before,
.icon-whatsapp:before,
.icon-twitter:before,
.icon-facebook:before {
  font-size: 20px;
}

.triangle-container {
background: #99ee2d;
    width: 75px;
    height: 75px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    right: -5%;
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: 0 29px 40px rgb(78 201 20);
    border-radius: 8px;
}
.back-to-top {
    position: fixed;
    right: 100px;
    bottom: 400px;
    width: 40px;
    height: 40px;
    color:#99EE2D;
    text-align: center;
    line-height: 40px;
    display: none;
    margin: 24px;
    border-radius: 50%;
    background-color: #000;
    cursor: pointer;
}
.icon-back:before {
    font-size: 40px;
}
@media (max-width: 1380px) {
  .footer {
    width: 95%;
  }
  .triangle-container {
    display: none;
  }
}

@media (max-width: 900px) {
  .ullll {
    margin-left: 30px;
    max-width: 300px;
  }
  .foterleft {
    padding-right: 50px;
  }
  .footer {
    padding: 24px;
  }
}

@media (max-width: 750px) {
  .back-to-top {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
  .icon-back:before {
    font-size: 30px;
}
  .footer {
    padding: 12px;
  }
  .foterleft {
    padding-right: 10px;
  }
  .ullll {
    margin-left: 10px;
    max-width: 158px;
  }
  .cop {
    font-size: 12px;
    line-height: 14px;
    margin-top: 24px;
  }
  .ter {
    font-size: 14px;
    line-height: 18px;
  }
  .ullll li {
    margin: 12px 10px;
  }

  .foterleft {
    padding-top: 100px;
  }
      .back-to-top {
        right: 10px;
        bottom: 230px;
    }
}
