/* FOOTER */

    .footer{
      width: 100vw;
    height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
    background-color: #021428;
    display: flex;
    flex-direction: column;
    }

.footer-menu{
  padding-top: 10vw;
  padding-bottom: 3vw;
 display: flex;
 align-items: flex-start;
}


.footer-logo{
  width: 100%;
  height: auto;
  padding-left: 8vw;
 
}

.footer-logo img{
  width: 15vw;
  height: auto;
}

.footer-bilgi{
  padding-left: 8vw;
  padding-right: 8vw;
}

.fotter-social img{
  width: 1.1vw;
  height: auto;
 
}

.fotter-social {
  width: 100%;
  height: auto;
   border-bottom:0.1vw solid #494b64;
}

.fotter-copyright{
  margin-top: 1vw;
  font-size: 0.85vw;
  color: #9CA2AA;
  
}

.fotter-copyright a{
all: unset;
cursor: pointer;
}


.footer-end{
  font-size: 0.817vw;
  color: #676B80;
  margin-top: 1vw;
  line-height: 1.45vw;
}

.footer-menu-1 a,.footer-menu-2 a,.footer-menu-3 a,.footer-menu-4 a,.footer-menu-5 a{
   all: unset;
   margin-bottom: 0.7vw;
   cursor: pointer;
}

.footer-menu-1,.footer-menu-2, .footer-menu-3, .footer-menu-4, .footer-menu-5{
  font-size: 0.9vw;
  color: #9CA2AA;
   display: flex;
  flex-direction: column;
  padding-left: 8vw;
}

.footer-menu-5 img{
  width: 9vw;
  height: auto;
  margin-bottom: 1vw;
  filter: grayscale(100%) brightness(1.5);
}

.footer-menu-baslik{
  font-size: 1vw;
  margin-bottom: 1vw;
  color: #eaf3ff;
}

 @media only screen and (max-width: 768px){
  .footer-logo img{
    width: 45vw;
  }

  .footer-menu{
    flex-direction: column;
  }

  .footer-menu-1, .footer-menu-2, .footer-menu-3, .footer-menu-4, .footer-menu-5{
    
    font-size: 3.5vw;
  }

  .footer-menu-baslik{
        font-size: 4vw;
    margin-bottom: 1vw;
    margin-top: 5vw;
  }

  .fotter-social img{
    width:4.5vw;
  }

  .footer-bilgi{
    padding-top: 10vw;
  }

  .fotter-social{
    border-bottom: 1vw solid #494b64;
  }

  .fotter-copyright{
    font-size: 2.5vw;
    display: flex;
        margin-top: 2vw;
    /* justify-content: space-between; */
  }

  .fotter-copyright a:nth-child(1){
    margin-right: 3vw;
  }

  .footer-end{
    font-size: 2vw;
        margin-top: 5vw;
    line-height: 3vw;
  }
 }