/* FOOTER */

footer {
    background-color: #26443B;
    padding: 40px 0;
    color: #fff;
    margin-top: 12%;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.footer-left, .footer-center, .footer-right {
    flex: 1;
    padding: 0 80px;
}


/* footerleft */
.footer-left{
  text-align: center;
  background-color: #233E36;
  padding: 2rem;
  border-radius: 18px;
}

.ciz{
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.4;
  margin-top: 1rem;
}

.logo {
    text-align: center;
}

.logo img {
    width: 90px;
    height: 80px;
}

.social-media {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.social-media a {
    margin: 0 10px;
   
    transition: transoform 0.7s ease;
}


.social-media a:hover{
  opacity: 0.7;
}

.social-media img {
    width: 30px;
    height: 30px;
}




.copyright{
    font-weight: 200;
}


/* footercenterright */
.footer-center h3, .footer-right h3 {
    font-size: 18px;
}

.h3down{
    margin-top: 0.5rem;
  margin-bottom: 2rem;
  width: 13%;
  height: 1px;
  background-color: #ffffff;
}


.center_icon{
  width: 20px;
  height: 20px;
  margin-right: 20px;
  
}

.footer-center p {
  display: flex;
  margin-bottom: 1.7rem;
  align-items: flex-start;
}

.footer-center a{
  color: #fff;
}


.footer-right ul li{
    
    margin-bottom: 0.7rem;

}

.footer-right ul li a span{
    margin-right: 0.8rem;
}

.footer-right ul li a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
}


.footer-right ul {
    list-style: none;
    padding: 0;
}


.right_icon{
  width: 20px;
}


.footer_bird{
  width: 45%;
  position: absolute;
  top: 0%;
  right: -15%;
}


.footer-center p:first-of-type span {
  margin-right: 18px; 
}


.footer-center p {
  color: inherit; 
  text-decoration: none; 
}



@media(max-width: 1500px) and (min-width: 1301px){

    .footer_bird{
      right: -5%;
    }
    

}


@media (max-width: 1300px) {

    footer{
    margin-top: 4rem;
    }
  
  .footer_bird{
    display: none;
  }

    .h3down{
     
      width: 100%;
      height: 1px;
     
    }

    .footer-right{
      display: none;
    }

    .footer-center h3{
      text-align: center;
    }
    .footer-center{
      font-size: 14px;
    }

    .footer-container {
        flex-direction: column-reverse;

    }

    .footer-left{
      background-color: #26443B;

    }


    .footer-left {
        margin-bottom: 40px;
    }
}

