
.black-section {
  width: 100%;
  background-color: #000;
  padding: 2.5rem 0;   
  display: flex;
  justify-content: center;
}

.white-line {
  width: 100%;
  height: 1px;        
  background-color: #EBEBEB;
}

.icon-content{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}


.icon-text h2{
  color:  #242424;
  font-size: 18.864px;
  font-style: normal;
  font-weight:  500;
}
.icon-text p{
    color:  #767676;
    font-size: 18.211px;
    font-style: normal;
    font-weight:  400;
}
.icon-all-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0;
    flex-wrap: wrap; 
    gap: 2rem; 
}
.footer{
    background-color: black;
    color:white;
}
.footer-all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
 padding-top: 2rem;
  margin: 0 auto;
}
.footer-item h3{
    font-size: 20.211px;
    font-style: normal;
    font-weight: 600;
    font-size: 20.211px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: #A7A7A7;
}
.footer-item {
    list-style: none;     /* removes the dots */
    padding-left: 0;      /* removes the left space */
    margin-left: 0;       /* also helps remove indent */
}

.footer-item li , .footer-item a{
 font-size: 16.211px;
    font-style: normal;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.3s ease;
    text-decoration: none;
    color: white;
    line-height: 31px;

}

.footer-item {
margin-top: 4rem;
}
.footer-item ul li:hover {
  color: #ddd;
}

.privacy-new{
    text-align: end;
    padding: 31px 0;
    font-size: larger;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1rem;
}
.privacy-new:hover{
  font-weight: 600;
    font-size: 18px;
    color: grey;
}
.privacy-new a{
  color: white;
}

.privacy-new a:hover{
    font-weight: 600;

    color: grey;
}

.priv-class {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
}

.priv-class li {
    position: relative;
    padding: 0 10px;
}

.priv-class li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5px;
    height: 14px;
    background: #fff; /* line color */
}
.priv-class a{
  color:white;
  font-size: 15px;
}



.rights-reserved{
      display: flex;
    justify-content: space-between;
    align-items: center;
        flex-wrap: wrap;
}

.footer-line {
  width: 100%;
    height: 1px;
    background-color: #262626;  /* light grey line */
    margin: 20px 0;  
}

.foot-iccon a{
  text-decoration: none;
}

@media (max-width: 1024px) {
  .icon-content {
    flex: 1 1 30%;
  }
}


@media (max-width: 768px) {
  .icon-content {
    flex: 1 1 45%;
  }
}


@media (max-width: 480px) {
  .icon-all-content {
    justify-content: center;
  }

  .icon-content {
    flex: 1 1 100%;
    justify-content: center;

  }

  .icon-content img {
    margin: 0 auto;
  }
}

@media(max-width:449px){
    .icon-content{
     flex-direction: column;
    }
}



@media (max-width: 1024px) {
  .footer-item {
    flex: 1 1 45%;
  }
}

@media (max-width: 768px) {
  .footer-item {
    flex: 1 1 45%;
  }
}


@media (max-width: 480px) {
  .footer-all {
    flex-direction: column;
    align-items: start;
   
  }

  .footer-item {
    flex: 1 1 100%;
  }

  .footer-item ul li {
    font-size: 15px;
  }
}