footer{
    background-image: url('../img/Rectangle\ \(1\).svg');
    width: 100vw;
    height: 785px;
   
}

.logo-huddle{
    margin-top:80px;
    margin-left: 16px;
}

.contacts{
    margin-left: 16px;
    margin-top: 50px;
}

.location{
    width: 298px;
    
    display: flex;
    color: #fff;
    font-size: 14px;
}

.tel{
    display: flex;
    color: #fff;
    margin-top: 20px;
    gap: 10px;
}

.email{
    display: flex;
    color: #fff;
    margin-top: 20px;
    gap: 10px;
}

.links{
    margin-top: 41px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.links a{
    color: #fff;
    text-decoration: none;
}

.social-networks{
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap:12px ;
}

.copyright{
    margin-top: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
}
.copyright a{
    color: #fff;
    text-decoration: none;
}

@media (min-width: 768px){


    .logo-huddle{
        margin-top:80px;
        margin-left: 16px;
    }
    
    .contacts{
        margin-left: 16px;
        margin-top: 50px;
    }
    
    .location{
        width: 298px;
        
        display: flex;
        color: #fff;
        font-size: 14px;
    }
    
    .tel{
        display: flex;
        color: #fff;
        margin-top: 20px;
        gap: 10px;
    }
    
    .email{
        display: flex;
        color: #fff;
        margin-top: 20px;
        gap: 10px;
    }
    
    .links{
        margin-top: 41px;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    
    .links a{
        color: #fff;
        text-decoration: none;
    }
    
    .social-networks{
        margin-top: 24px;
        display: flex;
        justify-content: center;
        gap:12px ;
    }
    
    .copyright{
        margin-top: 24px;
        color: #fff;
        display: flex;
        justify-content: center;
    }
    .copyright a{
        color: #fff;
        text-decoration: none;
    }
}
@media (min-width: 1280px) {
    footer{
        width: 100vw;
        height: 718px;
    }
  
    .logo-huddle{
        margin-top:152px;
        margin-left: 80px;
    }
    
    .contacts{
        margin-left: 80px;
        margin-top: 9px;
        display: flex;
    }

    .box-one{
        margin-top: 45px ;
    }
    
    .location{
        width: 298px;
        
        display: flex;
        color: #fff;
        font-size: 14px;
    }
    
    .tel{
        display: flex;
        color: #fff;
        margin-top: 20px;
        gap: 10px;
    }
    
    .email{
        display: flex;
        color: #fff;
        margin-top: 20px;
        gap: 10px;
    }
    
    .links{
        margin-left: 131px;
        margin-top: 41px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        flex-direction: column;
        gap: 25px;
        justify-content: space-around;
    }
    
    .links a{
        color: #fff;
        text-decoration: none;
    }
    
    .social-networks{
        margin-left: 202px;
        margin-top: 24px;
        display: flex;
        justify-content: center;
        gap:12px ;
    }

    .social-networks img{
        width: 31px;
        height: 31px;
    }
    
    .copyright{
        margin-left: 175px;
        margin-top: 107px;
        color: #fff;
        display: flex;
        justify-content: center;
    }
    .copyright a{
        color: #fff;
        text-decoration: none;
    }

}

@media (min-width: 1440px) {

    footer{
        width: 100vw;
        height: 718px;
    }
  
    .logo-huddle{
        margin-top:152px;
        margin-left: 300px;
    }
    
    .contacts{
        margin-left: 300px;
        margin-top: 9px;
        display: flex;
    }

    .box-one{
        margin-top: 45px ;
    }
    
    .location{
        width: 298px;
        
        display: flex;
        color: #fff;
        font-size: 14px;
    }
    
    .tel{
        display: flex;
        color: #fff;
        margin-top: 20px;
        gap: 10px;
    }
    
    .email{
        display: flex;
        color: #fff;
        margin-top: 20px;
        gap: 10px;
    }
    
    .links{
        margin-left: 131px;
        margin-top: 41px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        flex-direction: column;
        gap: 25px;
        justify-content: space-around;
    }
    
    .links a{
        color: #fff;
        text-decoration: none;
    }
    
    .social-networks{
        margin-left: 202px;
        margin-top: 24px;
        display: flex;
        justify-content: center;
        gap:12px ;
    }

    .social-networks img{
        width: 31px;
        height: 31px;
    }
    
    .copyright{
        margin-left: 175px;
        margin-top: 107px;
        color: #fff;
        display: flex;
        justify-content: center;
    }
    .copyright a{
        color: #fff;
        text-decoration: none;
    }

   
}